This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Breakage on builder Solaris11-amd64-m64, revision aa17805fb9a3a1983a510ba425b682fba03410c2
- From: gdb-buildbot at sergiodj dot net
- To: gdb-patches at sourceware dot org
- To: gdb-patches at sourceware dot org, Andrew Burgess <andrew dot burgess at embecosm dot com>
- Date: Thu, 12 Sep 2019 21:11:51 -0400
- Subject: Breakage on builder Solaris11-amd64-m64, revision aa17805fb9a3a1983a510ba425b682fba03410c2
Unfortunately it seems that there is a breakage on GDB.
Commit title: 'gdb: Have 'maint info sections' print all sections again'
Revision: aa17805fb9a3a1983a510ba425b682fba03410c2
You can find more details below:
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.
CXX gdbsupport/new-op.o
CXX gdbsupport/pathstuff.o
CXX gdbsupport/posix-strerror.o
CXX gdbsupport/print-utils.o
CXX gdbsupport/ptid.o
CXX gdbsupport/rsp-low.o
CXX gdbsupport/run-time-clock.o
CXX gdbsupport/scoped_mmap.o
CXX gdbsupport/selftest.o
CXX gdbsupport/signals-state-save-restore.o
CXX gdbsupport/signals.o
CXX gdbsupport/tdesc.o
CXX gdbsupport/vec.o
CXX gdbsupport/xml-utils.o
CXX gdbtypes.o
CXX gnu-v2-abi.o
CXX gnu-v3-abi.o
CXX go-exp.o
CXX go-lang.o
CXX go-typeprint.o
CXX go-valprint.o
CXX i386-sol2-nat.o
CXX guile/guile.o
CXX i386-sol2-tdep.o
CXX i386-tdep.o
CXX i387-tdep.o
CXX inf-child.o
CXX inf-loop.o
CXX infcall.o
CXX infcmd.o
CXX inferior.o
CXX inflow.o
CXX infrun.o
CXX inline-frame.o
CXX interps.o
CXX jit.o
In file included from ../../binutils-gdb/gdb/infrun.c:26:0:
../../binutils-gdb/gdb/inferior.h: In function void handle_vfork_child_exec_or_exit(int):
../../binutils-gdb/gdb/inferior.h:605:26: warning: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf may be used uninitialized in this function [-Wmaybe-uninitialized]
{ set_current_inferior (m_saved_inf); }
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:936:6: note: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf was declared here
maybe_restore_inferior;
^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/inferior.h:49:0,
from ../../binutils-gdb/gdb/infrun.c:26:
../../binutils-gdb/gdb/progspace.h:314:31: warning: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace may be used uninitialized in this function [-Wmaybe-uninitialized]
{ set_current_program_space (m_saved_pspace); }
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:936:6: note: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace was declared here
maybe_restore_inferior;
^~~~~~~~~~~~~~~~~~~~~~
CXX language.o
CXX linespec.o
CXX location.o
CXX m2-exp.o
CXX m2-lang.o
CXX m2-typeprint.o
CXX m2-valprint.o
CXX macrocmd.o
CXX macroexp.o
CXX macroscope.o
CXX macrotab.o
CXX main.o
CXX maint-test-options.o
CXX maint-test-settings.o
CXX maint.o
CXX mdebugread.o
CXX mem-break.o
CXX memattr.o
../../binutils-gdb/gdb/maint.c: In constructor maint_print_section_data::maint_print_section_data(objfile*, const char*, bfd*):
../../binutils-gdb/gdb/maint.c:304:47: error: call of overloaded log10(int&) is ambiguous
index_digits = ((int) log10 (section_count)) + 1;
^
In file included from /usr/gcc/7/lib/gcc/x86_64-pc-solaris2.11/7.3.0/include-fixed/math.h:24:0,
from /usr/gcc/7/include/c++/7.3.0/bits/std_abs.h:40,
from /usr/gcc/7/include/c++/7.3.0/cstdlib:77,
from /usr/gcc/7/include/c++/7.3.0/stdlib.h:36,
from ../gnulib/import/stdlib.h:36,
from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:91,
from ../../binutils-gdb/gdb/defs.h:28,
from ../../binutils-gdb/gdb/maint.c:23:
/usr/gcc/7/lib/gcc/x86_64-pc-solaris2.11/7.3.0/include-fixed/iso/math_iso.h:70:15: note: candidate: double std::log10(double)
extern double log10 __P((double));
^~~~~
/usr/gcc/7/lib/gcc/x86_64-pc-solaris2.11/7.3.0/include-fixed/iso/math_iso.h:170:15: note: candidate: float std::log10(float)
inline float log10(float __X) { return __log10f(__X); }
^~~~~
/usr/gcc/7/lib/gcc/x86_64-pc-solaris2.11/7.3.0/include-fixed/iso/math_iso.h:209:21: note: candidate: long double std::log10(long double)
inline long double log10(long double __X) { return __log10l(__X); }
^~~~~
gmake[2]: *** [Makefile:1636: maint.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
gmake[2]: Leaving directory '/opt/gdb-buildbot/home/solaris11-amd64/solaris11-amd64-m64/build/gdb'
gmake[1]: *** [Makefile:9229: all-gdb] Error 2
gmake[1]: Leaving directory '/opt/gdb-buildbot/home/solaris11-amd64/solaris11-amd64-m64/build'
gmake: *** [Makefile:851: all] Error 2
program finished with exit code 2
elapsedTime=476.565072