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-1

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

Commit(s) tested:
	f8edc4ff051b4e29997681cb3bc9078d98f4d457

Author(s) (in the same order as the commits):
	Matthew Fortune <matthew.fortune@imgtec.com>

Subject:
	Add myself to gdb MAINTAINERS

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

*** 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/common/vec.h:1056:19: warning: invalid conversion from void* to VEC_mem_region_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/memattr.h:99:1: note: in expansion of macro DEF_VEC_O
 DEF_VEC_O(mem_region_s);
 ^
../../binutils-gdb/gdb/common/btrace-common.h: In function void VEC_btrace_block_s_cleanup(void*):
../../binutils-gdb/gdb/common/vec.h:1056:19: warning: invalid conversion from void* to VEC_btrace_block_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/common/btrace-common.h:50:1: note: in expansion of macro DEF_VEC_O
 DEF_VEC_O (btrace_block_s);
 ^
../../binutils-gdb/gdb/btrace.h: In function void VEC_btrace_insn_s_cleanup(void*):
../../binutils-gdb/gdb/common/vec.h:1056:19: warning: invalid conversion from void* to VEC_btrace_insn_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/btrace.h:82:1: note: in expansion of macro DEF_VEC_O
 DEF_VEC_O (btrace_insn_s);
 ^
../../binutils-gdb/gdb/target.h: In function void VEC_static_tracepoint_marker_p_cleanup(void*):
../../binutils-gdb/gdb/common/vec.h:746:19: warning: invalid conversion from void* to VEC_static_tracepoint_marker_p** [-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/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/go-exp.y: In function int go_parse_internal():
../../binutils-gdb/gdb/go-exp.y:538:25: warning: invalid conversion from void* to char* [-fpermissive]
      vec->ptr = malloc ($1.length + 1);
                         ^
../../binutils-gdb/gdb/go-exp.y:548:37: warning: invalid conversion from void* to typed_stoken* [-fpermissive]
../../binutils-gdb/gdb/go-exp.y:551:18: warning: invalid conversion from void* to char* [-fpermissive]
      p = malloc ($3.length + 1);
                  ^
In file included from ../../binutils-gdb/gdb/symtab.h:23:0,
                 from ../../binutils-gdb/gdb/language.h:26,
                 from ../../binutils-gdb/gdb/frame.h:72,
                 from ../../binutils-gdb/gdb/gdbarch.h:38,
                 from ../../binutils-gdb/gdb/defs.h:587,
                 from ../../binutils-gdb/gdb/go-exp.y:54:
../../binutils-gdb/gdb/go-exp.y: In function void VEC_token_and_value_cleanup(void*):
../../binutils-gdb/gdb/common/vec.h:1056:19: warning: invalid conversion from void* to VEC_token_and_value** [-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/go-exp.y:1341:1: note: in expansion of macro DEF_VEC_O
 DEF_VEC_O (token_and_value);
 ^
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/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/fedora-x86-64-1/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]