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]

Failures on Fedora-x86_64-cxx-build-m64, branch master


Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-cxx-build-m64/builds/652>

Commit(s) tested:
	ea8812bceab054cab438bb51916f1d81118811b3

Author(s) (in the same order as the commits):
	Keith Seitz <keiths@redhat.com>

Subject:
	gdb.base/dso2dso.exp sometimes broken

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

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

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

 ^
../../binutils-gdb/gdb/target.h:259:1: note: in expansion of macro DEF_VEC_P
 DEF_VEC_P(static_tracepoint_marker_p);
 ^
../../binutils-gdb/gdb/target.h: In function void VEC_memory_read_result_s_cleanup(void*):
../../binutils-gdb/gdb/common/vec.h:1056:19: warning: invalid conversion from void* to VEC_memory_read_result_s** [-fpermissive]
   VEC(T) **vec_ = arg_;         \
                   ^
../../binutils-gdb/gdb/common/vec.h:437:1: note: in expansion of macro DEF_VEC_ALLOC_FUNC_O
 DEF_VEC_ALLOC_FUNC_O(T)         \
 ^
../../binutils-gdb/gdb/target.h:307:1: note: in expansion of macro DEF_VEC_O
 DEF_VEC_O(memory_read_result_s);
 ^
../../binutils-gdb/gdb/target.h: In function void VEC_memory_write_request_s_cleanup(void*):
../../binutils-gdb/gdb/common/vec.h:1056:19: warning: invalid conversion from void* to VEC_memory_write_request_s** [-fpermissive]
   VEC(T) **vec_ = arg_;         \
                   ^
../../binutils-gdb/gdb/common/vec.h:437:1: note: in expansion of macro DEF_VEC_ALLOC_FUNC_O
 DEF_VEC_ALLOC_FUNC_O(T)         \
 ^
../../binutils-gdb/gdb/target.h:1426:1: note: in expansion of macro DEF_VEC_O
 DEF_VEC_O(memory_write_request_s);
 ^
../../binutils-gdb/gdb/progspace.h: In function void VEC_so_list_ptr_cleanup(void*):
../../binutils-gdb/gdb/common/vec.h:746:19: warning: invalid conversion from void* to VEC_so_list_ptr** [-fpermissive]
   VEC(T) **vec_ = arg_;         \
                   ^
../../binutils-gdb/gdb/common/vec.h:430:1: note: in expansion of macro DEF_VEC_ALLOC_FUNC_P
 DEF_VEC_ALLOC_FUNC_P(T)         \
 ^
../../binutils-gdb/gdb/progspace.h:39:1: note: in expansion of macro DEF_VEC_P
 DEF_VEC_P (so_list_ptr);
 ^
../../binutils-gdb/gdb/memrange.h: In function void VEC_mem_range_s_cleanup(void*):
../../binutils-gdb/gdb/common/vec.h:1056:19: warning: invalid conversion from void* to VEC_mem_range_s** [-fpermissive]
   VEC(T) **vec_ = arg_;         \
                   ^
../../binutils-gdb/gdb/common/vec.h:437:1: note: in expansion of macro DEF_VEC_ALLOC_FUNC_O
 DEF_VEC_ALLOC_FUNC_O(T)         \
 ^
../../binutils-gdb/gdb/memrange.h:38:1: note: in expansion of macro DEF_VEC_O
 DEF_VEC_O(mem_range_s);
 ^
../../binutils-gdb/gdb/gdbthread.h: In function void VEC_value_ptr_cleanup(void*):
../../binutils-gdb/gdb/common/vec.h:746:19: warning: invalid conversion from void* to VEC_value_ptr** [-fpermissive]
   VEC(T) **vec_ = arg_;         \
                   ^
../../binutils-gdb/gdb/common/vec.h:430:1: note: in expansion of macro DEF_VEC_ALLOC_FUNC_P
 DEF_VEC_ALLOC_FUNC_P(T)         \
 ^
../../binutils-gdb/gdb/gdbthread.h:181:1: note: in expansion of macro DEF_VEC_P
 DEF_VEC_P (value_ptr);
 ^
In file included from ../../binutils-gdb/gdb/common/common-defs.h:39:0,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/solib-spu.c:21:
../../binutils-gdb/gdb/solib-spu.c: In function void spu_relocate_main_executable(int):
../../binutils-gdb/gdb/../include/libiberty.h:711:36: warning: invalid conversion from void* to section_offsets* [-fpermissive]
 # define alloca(x) __builtin_alloca(x)
                                    ^
../../binutils-gdb/gdb/solib-spu.c:59:17: note: in expansion of macro alloca
   new_offsets = alloca (symfile_objfile->num_sections
                 ^
../../binutils-gdb/gdb/solib-spu.c: In function void append_ocl_sos(so_list**):
../../binutils-gdb/gdb/solib-spu.c:108:44: warning: invalid conversion from void* to CORE_ADDR* {aka long unsigned int*} [-fpermissive]
       ocl_program_addr_base = objfile_data (objfile, ocl_program_data_key);
                                            ^
../../binutils-gdb/gdb/solib-spu.c: In function file_ptr spu_bfd_iovec_pread(bfd*, void*, void*, file_ptr, file_ptr):
../../binutils-gdb/gdb/solib-spu.c:298:55: warning: invalid conversion from void* to gdb_byte* {aka unsigned char*} [-fpermissive]
   ret = target_read_memory (addr + offset, buf, nbytes);
                                                       ^
In file included from ../../binutils-gdb/gdb/target.h:65:0,
                 from ../../binutils-gdb/gdb/exec.h:23,
                 from ../../binutils-gdb/gdb/gdbcore.h:29,
                 from ../../binutils-gdb/gdb/solib-spu.c:23:
../../binutils-gdb/gdb/target/target.h:35:12: note:   initializing argument 2 of int target_read_memory(CORE_ADDR, gdb_byte*, ssize_t)
 extern int target_read_memory (CORE_ADDR memaddr, gdb_byte *myaddr,
            ^
../../binutils-gdb/gdb/solib-spu.c: In function bfd* spu_bfd_fopen(char*, CORE_ADDR):
../../binutils-gdb/gdb/solib-spu.c:326:37: warning: invalid conversion from void* to CORE_ADDR* {aka long unsigned int*} [-fpermissive]
   CORE_ADDR *open_closure = xmalloc (sizeof (CORE_ADDR));
                                     ^
In file included from ../../binutils-gdb/gdb/common/common-defs.h:39:0,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/solib-spu.c:21:
../../binutils-gdb/gdb/solib-spu.c: In function bfd* spu_bfd_open(char*):
../../binutils-gdb/gdb/../include/libiberty.h:711:36: warning: invalid conversion from void* to char* [-fpermissive]
 # define alloca(x) __builtin_alloca(x)
                                    ^
../../binutils-gdb/gdb/solib-spu.c:376:16: note: in expansion of macro alloca
    char *buf = alloca (sect_size - 20 + strlen (original_name) + 1);
                ^
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-cxx-build/build/gdb'
Makefile:8812: recipe for target 'all-gdb' failed
make[1]: *** [all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-cxx-build/build'
Makefile:845: 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]