This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Breakage on builder Fedora-x86_64-cc-with-index, revision 9f6b697b0efd4ba4e2cb21ac17d2b18a23f81abd
- From: gdb-buildbot at sergiodj dot net
- To: Weimin Pan <weimin dot pan at oracle dot com>, gdb-patches at sourceware dot org
- Date: Mon, 08 Oct 2018 17:44:03 -0400
- Subject: Breakage on builder Fedora-x86_64-cc-with-index, revision 9f6b697b0efd4ba4e2cb21ac17d2b18a23f81abd
Unfortunately it seems that there is a breakage on GDB.
Commit title: 'Finding data member in virtual base class'
Revision: 9f6b697b0efd4ba4e2cb21ac17d2b18a23f81abd
You can find more details below:
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Buildslave:
fedora-x86-64-4
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-cc-with-index/builds/11130>
Commit(s) tested:
9f6b697b0efd4ba4e2cb21ac17d2b18a23f81abd
Author(s) (in the same order as the commits):
Weimin Pan <weimin.pan@oracle.com>
Subject:
Finding data member in virtual base class
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Fedora-x86_64-cc-with-index/9f/9f6b697b0efd4ba4e2cb21ac17d2b18a23f81abd/>
*** Failed to compiled GDB. ***
============================
+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.
CXX sparc64-nbsd-tdep.o
CXX sparc64-obsd-tdep.o
CXX sparc64-sol2-tdep.o
CXX sparc64-tdep.o
CXX spu-multiarch.o
CXX spu-tdep.o
CXX stabsread.o
CXX stack.o
CXX stap-probe.o
CXX std-regs.o
CXX symfile-debug.o
CXX symfile-mem.o
CXX symfile.o
CXX symmisc.o
CXX symtab.o
CXX target-dcache.o
CXX target-descriptions.o
CXX target-float.o
CXX target-memory.o
CXX target.o
CXX target/waitstatus.o
CXX thread-fsm.o
CXX thread.o
CXX tic6x-linux-tdep.o
CXX tic6x-tdep.o
CXX tid-parse.o
CXX tilegx-linux-tdep.o
CXX tilegx-tdep.o
CXX top.o
CXX tracefile-tfile.o
CXX tracefile.o
CXX tracepoint.o
CXX trad-frame.o
CXX tramp-frame.o
CXX tui/tui-command.o
CXX tui/tui-data.o
CXX tui/tui-disasm.o
CXX tui/tui-file.o
CXX tui/tui-hooks.o
CXX tui/tui-interp.o
CXX tui/tui-io.o
CXX tui/tui-layout.o
CXX tui/tui-out.o
CXX tui/tui-regs.o
CXX tui/tui-source.o
CXX tui/tui-stack.o
CXX tui/tui-win.o
CXX tui/tui-windata.o
CXX tui/tui-wingeneral.o
CXX tui/tui-winsource.o
CXX tui/tui.o
CXX typeprint.o
CXX ui-file.o
CXX ui-out.o
CXX unittests/array-view-selftests.o
CXX unittests/cli-utils-selftests.o
CXX unittests/common-utils-selftests.o
CXX unittests/environ-selftests.o
CXX unittests/format_pieces-selftests.o
CXX unittests/function-view-selftests.o
CXX unittests/lookup_name_info-selftests.o
CXX unittests/memory-map-selftests.o
CXX unittests/memrange-selftests.o
CXX unittests/observable-selftests.o
CXX unittests/offset-type-selftests.o
CXX unittests/optional-selftests.o
CXX unittests/parse-connection-spec-selftests.o
CXX unittests/ptid-selftests.o
CXX unittests/rsp-low-selftests.o
CXX unittests/scoped_fd-selftests.o
CXX unittests/scoped_mmap-selftests.o
CXX unittests/scoped_restore-selftests.o
CXX unittests/string_view-selftests.o
CXX unittests/tracepoint-selftests.o
CXX unittests/unpack-selftests.o
CXX unittests/utils-selftests.o
CXX unittests/xml-utils-selftests.o
CXX user-regs.o
CXX utils.o
CXX v850-tdep.o
CXX valarith.o
CXX valops.o
CXX valprint.o
CXX value.o
../../binutils-gdb/gdb/valops.c: In function value* value_struct_elt_for_reference(type*, int, type*, const char*, type*, int, noside):
../../binutils-gdb/gdb/valops.c:3442:26: error: declaration of t shadows a previous local [-Werror=shadow=local]
struct type *t = check_typedef (value_type (this_v));
^
../../binutils-gdb/gdb/valops.c:3381:16: note: shadowed declaration is here
struct type *t = check_typedef (curtype);
^
CXX varobj.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1619: valops.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-cc-with-index/build/gdb'
make[1]: *** [Makefile:8793: all-gdb] Error 2
make: *** [Makefile:850: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-cc-with-index/build'
============================