From: gdb-buildbot@sergiodj.net
To: Simon Marchi <simon.marchi@ericsson.com>, gdb-patches@sourceware.org
Subject: Breakage on builder NetBSD-x86_64-m64, revision cd4fb1b2ffc88911e4109444ff729e31920d01ec
Date: Tue, 27 Mar 2018 14:24:00 -0000 [thread overview]
Message-ID: <E1f0pW7-0000LM-Bd@kwanyin.sergiodj.net> (raw)
In-Reply-To: <cd4fb1b2ffc88911e4109444ff729e31920d01ec-master-breakage@gdb-build>
Unfortunately it seems that there is a breakage on GDB.
Commit title: 'Move DWARF index-related things to a separate file'
Revision: cd4fb1b2ffc88911e4109444ff729e31920d01ec
You can find more details below:
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Buildslave:
gdb-amd64-netbsd7
Full Build URL:
<http://gdb-build.sergiodj.net/builders/NetBSD-x86_64-m64/builds/4035>
Commit(s) tested:
cd4fb1b2ffc88911e4109444ff729e31920d01ec
Author(s) (in the same order as the commits):
Simon Marchi <simon.marchi@ericsson.com>
Subject:
Move DWARF index-related things to a separate file
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/NetBSD-x86_64-m64/cd/cd4fb1b2ffc88911e4109444ff729e31920d01ec/>
*** Failed to compiled GDB. ***
============================
+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.
CXX arch-utils.o
CXX auto-load.o
CXX auxv.o
CXX ax-gdb.o
CXX ax-general.o
CXX bcache.o
CXX bfd-target.o
CXX block.o
CXX blockframe.o
CXX break-catch-sig.o
CXX break-catch-syscall.o
CXX break-catch-throw.o
CXX breakpoint.o
../../binutils-gdb/gdb/breakpoint.c: In function 'void check_status_watchpoint(bpstat)':
../../binutils-gdb/gdb/breakpoint.c:5074:4: warning: 'e' may be used uninitialized in this function [-Wmaybe-uninitialized]
switch (e)
^
../../binutils-gdb/gdb/breakpoint.c:5051:20: note: 'e' was declared here
wp_check_result e;
^
CXX btrace.o
CXX build-id.o
CXX buildsym.o
CXX c-lang.o
CXX c-typeprint.o
CXX c-valprint.o
CXX c-varobj.o
CXX charset.o
CXX cli-out.o
CXX coff-pe-read.o
CXX coffread.o
CXX common/agent.o
CXX common/btrace-common.o
CXX common/buffer.o
CXX common/cleanups.o
CXX common/common-debug.o
CXX common/common-exceptions.o
CXX common/common-regcache.o
CXX common/common-utils.o
CXX common/errors.o
CXX common/environ.o
CXX common/fileio.o
CXX common/filestuff.o
CXX common/format.o
CXX common/job-control.o
CXX common/gdb_tilde_expand.o
CXX common/gdb_vecs.o
CXX common/new-op.o
CXX common/pathstuff.o
CXX common/print-utils.o
CXX common/ptid.o
CXX common/rsp-low.o
CXX common/run-time-clock.o
CXX common/signals.o
CXX common/signals-state-save-restore.o
CXX common/vec.o
CXX common/xml-utils.o
CXX complaints.o
CXX completer.o
CXX continuations.o
CXX copying.o
CXX corefile.o
CXX corelow.o
CXX cp-abi.o
CXX cp-namespace.o
CXX cp-support.o
CXX cp-valprint.o
CXX ctf.o
CXX d-lang.o
CXX d-namespace.o
CXX d-valprint.o
CXX dbxread.o
CXX dcache.o
CXX debug.o
CXX demangle.o
CXX dictionary.o
CXX disasm.o
CXX disasm-selftests.o
CXX dummy-frame.o
CXX dwarf-index-common.o
CXX dwarf-index-write.o
../../binutils-gdb/gdb/dwarf-index-write.c: In member function 'void debug_names::build()':
../../binutils-gdb/gdb/dwarf-index-write.c:705:8: error: 'pow' is not a member of 'std'
(std::pow (2, std::ceil (std::log2 (name_count * 4 / 3))));
^
../../binutils-gdb/gdb/dwarf-index-write.c:705:21: error: 'ceil' is not a member of 'std'
(std::pow (2, std::ceil (std::log2 (name_count * 4 / 3))));
^
../../binutils-gdb/gdb/dwarf-index-write.c:705:32: error: 'log2' is not a member of 'std'
(std::pow (2, std::ceil (std::log2 (name_count * 4 / 3))));
^
Makefile:1609: recipe for target 'dwarf-index-write.o' failed
gmake[2]: Leaving directory '/home/motusgdb/motus/netbsd-x86_64/build/gdb'
gmake[2]: *** [dwarf-index-write.o] Error 1
Makefile:8791: recipe for target 'all-gdb' failed
gmake[1]: *** [all-gdb] Error 2
gmake[1]: Leaving directory '/home/motusgdb/motus/netbsd-x86_64/build'
Makefile:848: recipe for target 'all' failed
gmake: *** [all] Error 2
============================
next prev parent reply other threads:[~2018-03-27 14:24 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-27 14:24 Oh dear. I regret to inform you that commit cd4fb1b2ffc88911e4109444ff729e31920d01ec might be unfortunate gdb-buildbot
2018-03-27 14:24 ` gdb-buildbot [this message]
2018-03-27 14:27 ` Breakage on builder Fedora-s390x-m64, revision cd4fb1b2ffc88911e4109444ff729e31920d01ec gdb-buildbot
2018-03-27 17:56 ` Breakage on builder Fedora-x86_64-m64, " gdb-buildbot
2018-03-27 17:57 ` Breakage on builder Fedora-i686, " gdb-buildbot
2018-03-27 18:00 ` Breakage on builder Fedora-x86_64-native-gdbserver-m32, " gdb-buildbot
2018-03-27 18:03 ` Breakage on builder Fedora-x86_64-m32, " gdb-buildbot
2018-03-27 18:03 ` Breakage on builder Fedora-x86_64-native-extended-gdbserver-m32, " gdb-buildbot
2018-03-27 18:04 ` Breakage on builder Fedora-x86_64-cc-with-index, " gdb-buildbot
2018-03-27 18:06 ` Breakage on builder Fedora-x86_64-native-extended-gdbserver-m64, " gdb-buildbot
2018-03-27 18:08 ` Breakage on builder Fedora-x86_64-native-gdbserver-m64, " gdb-buildbot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1f0pW7-0000LM-Bd@kwanyin.sergiodj.net \
--to=gdb-buildbot@sergiodj.net \
--cc=gdb-patches@sourceware.org \
--cc=simon.marchi@ericsson.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox