This is the mail archive of the gdb-testers@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

*** COMPILATION FAILED *** Failures on Debian-i686-native-extended-gdbserver, branch master *** BREAKAGE ***


Buildslave:
	wildebeest-debian-jessie-i686

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-i686-native-extended-gdbserver/builds/4392>

Commit(s) tested:
	089e3718bd8de11fc4d6bbc8d32701033d467960

Author(s) (in the same order as the commits):
	Igor Tsimbalist <tigor.tools@gmail.com>

Subject:
	Greatly improve the speed if looking up DWARF line number information.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 089e3718bd8de11fc4d6bbc8d32701033d467960>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

     if (func->name == NULL && is_str_attr (attr.form))
             ^
../../binutils-gdb/bfd/dwarf2.c:2786:13: error: struct funcinfo has no member named name
         func->name = attr.u.str;
             ^
../../binutils-gdb/bfd/dwarf2.c:2788:8: error: struct funcinfo has no member named is_linkage
    func->is_linkage = TRUE;
        ^
../../binutils-gdb/bfd/dwarf2.c:2798:13: error: struct funcinfo has no member named name
         func->name = attr.u.str;
             ^
../../binutils-gdb/bfd/dwarf2.c:2799:13: error: struct funcinfo has no member named is_linkage
         func->is_linkage = TRUE;
             ^
../../binutils-gdb/bfd/dwarf2.c:2813:37: error: struct funcinfo has no member named arange
     if (!read_rangelist (unit, &func->arange, attr.u.val))
                                     ^
../../binutils-gdb/bfd/dwarf2.c:2893:32: error: struct funcinfo has no member named arange
    if (!arange_add (unit, &func->arange, low_pc, high_pc))
                                ^
../../binutils-gdb/bfd/dwarf2.c: In function comp_unit_hash_info:
../../binutils-gdb/bfd/dwarf2.c:3338:20: error: struct funcinfo has no member named name
       if (each_func->name)
                    ^
../../binutils-gdb/bfd/dwarf2.c:3342:63: error: struct funcinfo has no member named name
  okay = insert_info_hash_table (funcinfo_hash_table, each_func->name,
                                                               ^
../../binutils-gdb/bfd/dwarf2.c: In function info_hash_lookup_funcinfo:
../../binutils-gdb/bfd/dwarf2.c:3623:31: error: struct funcinfo has no member named arange
       for (arange = &each_func->arange;
                               ^
../../binutils-gdb/bfd/dwarf2.c:3627:19: error: struct funcinfo has no member named sec
    if ((!each_func->sec || each_func->sec == sec)
                   ^
../../binutils-gdb/bfd/dwarf2.c:3627:37: error: struct funcinfo has no member named sec
    if ((!each_func->sec || each_func->sec == sec)
                                     ^
../../binutils-gdb/bfd/dwarf2.c:3641:15: error: struct funcinfo has no member named sec
       best_fit->sec = sec;
               ^
../../binutils-gdb/bfd/dwarf2.c: In function stash_verify_info_hash_table:
../../binutils-gdb/bfd/dwarf2.c:3738:18: error: struct funcinfo has no member named name
    if (!each_func->name)
                  ^
../../binutils-gdb/bfd/dwarf2.c:3741:16: error: struct funcinfo has no member named name
       each_func->name);
                ^
../../binutils-gdb/bfd/dwarf2.c: In function _bfd_dwarf2_find_symbol_bias:
../../binutils-gdb/bfd/dwarf2.c:4040:10: error: struct funcinfo has no member named name
  if (func->name && func->arange.low)
          ^
../../binutils-gdb/bfd/dwarf2.c:4040:24: error: struct funcinfo has no member named arange
  if (func->name && func->arange.low)
                        ^
../../binutils-gdb/bfd/dwarf2.c:4052:33: error: struct funcinfo has no member named name
       && strcmp (sym->name, func->name) == 0)
                                 ^
../../binutils-gdb/bfd/dwarf2.c:4053:34: error: struct funcinfo has no member named arange
     return ((bfd_signed_vma) func->arange.low) -
                                  ^
../../binutils-gdb/bfd/dwarf2.c: In function _bfd_dwarf2_find_nearest_line:
../../binutils-gdb/bfd/dwarf2.c:4352:20: error: struct funcinfo has no member named is_linkage
       if (!function->is_linkage)
                    ^
../../binutils-gdb/bfd/dwarf2.c:4364:43: error: struct funcinfo has no member named arange
        && fun->value + sec_vma == function->arange.low)
                                           ^
../../binutils-gdb/bfd/dwarf2.c:4365:14: error: struct funcinfo has no member named name
      function->name = *functionname_ptr;
              ^
../../binutils-gdb/bfd/dwarf2.c:4368:12: error: struct funcinfo has no member named is_linkage
    function->is_linkage = TRUE;
            ^
../../binutils-gdb/bfd/dwarf2.c:4370:35: error: struct funcinfo has no member named name
       *functionname_ptr = function->name;
                                   ^
../../binutils-gdb/bfd/dwarf2.c: In function _bfd_dwarf2_find_inliner_info:
../../binutils-gdb/bfd/dwarf2.c:4395:41: error: struct funcinfo has no member named name
    *functionname_ptr = func->caller_func->name;
                                         ^
mv -f .deps/elf-eh-frame.Tpo .deps/elf-eh-frame.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -m32 -MT i386linux.lo -MD -MP -MF .deps/i386linux.Tpo -c -o i386linux.lo ../../binutils-gdb/bfd/i386linux.c
Makefile:2057: recipe for target 'dwarf2.lo' failed
make[4]: *** [dwarf2.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -m32 -MT i386linux.lo -MD -MP -MF .deps/i386linux.Tpo -c ../../binutils-gdb/bfd/i386linux.c -o i386linux.o
mv -f .deps/i386linux.Tpo .deps/i386linux.Plo
make[4]: Leaving directory '/usr/local/build/gdbslave/build/debian-i686-native-extended-gdbserver/build/bfd'
Makefile:1725: recipe for target 'all-recursive' failed
make[3]: Leaving directory '/usr/local/build/gdbslave/build/debian-i686-native-extended-gdbserver/build/bfd'
make[3]: *** [all-recursive] Error 1
Makefile:1197: recipe for target 'all' failed
make[2]: Leaving directory '/usr/local/build/gdbslave/build/debian-i686-native-extended-gdbserver/build/bfd'
make[2]: *** [all] Error 2
make[1]: *** [all-bfd] Error 2
Makefile:2724: recipe for target 'all-bfd' failed
make[1]: Leaving directory '/usr/local/build/gdbslave/build/debian-i686-native-extended-gdbserver/build'
Makefile:850: recipe for target 'all' failed
make: *** [all] Error 2
============================




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]