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

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

Commit(s) tested:
	6613eb10d10ee79ef09bf4dfe696586f479c8d02

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

Subject:
	mi_make_breakpoint: add "evaluated-by" option

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

*** 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/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/d-exp.y: In function int d_parse_internal():
../../binutils-gdb/gdb/d-exp.y:525:22: error: expected unqualified-id before typename
          const char *typename = TYPE_SAFE_NAME (type);
                      ^
../../binutils-gdb/gdb/d-exp.y:525:22: error: expected initializer before typename
../../binutils-gdb/gdb/d-exp.y:526:45: error: expected nested-name-specifier before ) token
          int typename_len = strlen (typename);
                                             ^
../../binutils-gdb/gdb/d-exp.y:526:45: error: expected ( before ) token
../../binutils-gdb/gdb/d-exp.y:530:30: error: expected nested-name-specifier before , token
        typename_len, typename,
                              ^
../../binutils-gdb/gdb/d-exp.y:530:30: error: expected ( before , token
../../binutils-gdb/gdb/d-exp.y:643:24: warning: invalid conversion from void* to char* [-fpermissive]
     vec->ptr = malloc ($1.length + 1);
                        ^
../../binutils-gdb/gdb/d-exp.y:651:36: warning: invalid conversion from void* to typed_stoken* [-fpermissive]
../../binutils-gdb/gdb/d-exp.y:654:17: warning: invalid conversion from void* to char* [-fpermissive]
     p = malloc ($2.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/d-exp.y:41:
../../binutils-gdb/gdb/d-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/d-exp.y:1377:1: note: in expansion of macro DEF_VEC_O
 DEF_VEC_O (token_and_value);
 ^
Makefile:1139: recipe for target 'd-exp.o' failed
make[2]: *** [d-exp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/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-3/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]