public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: gdb-buildbot@sergiodj.net
To: Keith Seitz <keiths@redhat.com>, gdb-patches@sourceware.org
Subject: Breakage on builder Fedora-x86_64-native-extended-gdbserver-m64, revision 078a020797210f4d8f9491bbfe16ec31e9efb652
Date: Thu, 30 Aug 2018 13:52:00 -0000	[thread overview]
Message-ID: <E1fvNNW-0002AI-30@kwanyin.sergiodj.net> (raw)
In-Reply-To: <078a020797210f4d8f9491bbfe16ec31e9efb652-master-breakage@gdb-build>

Unfortunately it seems that there is a breakage on GDB.

Commit title: 'C++ compile support'
Revision: 078a020797210f4d8f9491bbfe16ec31e9efb652

You can find more details below:

+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-native-extended-gdbserver-m64/builds/10833>

Commit(s) tested:
	078a020797210f4d8f9491bbfe16ec31e9efb652

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

Subject:
	C++ compile support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-native-extended-gdbserver-m64/07/078a020797210f4d8f9491bbfe16ec31e9efb652/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    osabi.o
  CXX    osdata.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    printcmd.o
  CXX    probe.o
  CXX    producer.o
  CXX    progspace.o
  CXX    progspace-and-thread.o
  CXX    prologue-value.o
  CXX    psymtab.o
  CXX    record.o
  CXX    record-btrace.o
  CXX    record-full.o
  CXX    regcache.o
  CXX    regcache-dump.o
  CXX    reggroups.o
  CXX    registry.o
  CXX    remote.o
  CXX    remote-fileio.o
  CXX    remote-notif.o
  CXX    reverse.o
  CXX    rust-lang.o
  CXX    sentinel-frame.o
  CXX    ser-event.o
  CXX    serial.o
  CXX    skip.o
  CXX    solib.o
  CXX    solib-target.o
  CXX    source.o
  CXX    stabsread.o
  CXX    stack.o
  CXX    std-regs.o
  CXX    symfile.o
  CXX    symfile-debug.o
  CXX    symmisc.o
  CXX    symtab.o
  CXX    target.o
  CXX    target-dcache.o
  CXX    target-descriptions.o
  CXX    target-memory.o
  CXX    thread.o
  CXX    thread-fsm.o
  CXX    tid-parse.o
  CXX    top.o
  CXX    tracefile.o
  CXX    tracefile-tfile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    target-float.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    user-regs.o
  CXX    utils.o
  CXX    valarith.o
  CXX    valops.o
  CXX    valprint.o
  CXX    value.o
  CXX    varobj.o
  CXX    xml-support.o
  CXX    xml-syscall.o
  CXX    xml-tdesc.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
  CXX    cli/cli-interp.o
  CXX    cli/cli-logging.o
  CXX    cli/cli-script.o
  CXX    cli/cli-setshow.o
  CXX    cli/cli-utils.o
  CXX    target/waitstatus.o
  CXX    compile/compile.o
  CXX    compile/compile-c-support.o
  CXX    compile/compile-c-symbols.o
  CXX    compile/compile-c-types.o
  CXX    compile/compile-cplus-symbols.o
  CXX    compile/compile-cplus-types.o
  CXX    compile/compile-loc2c.o
  CXX    compile/compile-object-load.o
../../binutils-gdb/gdb/compile/compile-cplus-types.c: In member function void compile_cplus_instance::enter_scope(compile_scope&):
../../binutils-gdb/gdb/compile/compile-cplus-types.c:262:34: error: format %p expects argument of type void*, but argument 3 has type compile_scope [-Werror=format=]
  fprintf_unfiltered (gdb_stdlog, "entering new scope %p\n", new_scope);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/compile/compile-cplus-types.c: In member function void compile_cplus_instance::leave_scope():
../../binutils-gdb/gdb/compile/compile-cplus-types.c:306:34: error: format %p expects argument of type void*, but argument 3 has type compile_scope [-Werror=format=]
  fprintf_unfiltered (gdb_stdlog, "leaving scope %p\n", current);
                                  ^~~~~~~~~~~~~~~~~~~~
  CXX    compile/compile-object-run.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1629: compile/compile-cplus-types.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-native-extended-gdbserver/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-native-extended-gdbserver/build'
make[1]: *** [Makefile:8793: all-gdb] Error 2
make: *** [Makefile:850: all] Error 2
============================

  parent reply	other threads:[~2018-08-30 13:52 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-30 13:41 Oh dear. I regret to inform you that commit 078a020797210f4d8f9491bbfe16ec31e9efb652 might be unfortunate gdb-buildbot
2018-08-30 13:41 ` Breakage on builder Fedora-i686, revision 078a020797210f4d8f9491bbfe16ec31e9efb652 gdb-buildbot
2018-08-30 13:47 ` Breakage on builder Fedora-x86_64-cc-with-index, " gdb-buildbot
2018-08-30 13:49 ` Breakage on builder Fedora-x86_64-native-extended-gdbserver-m32, " gdb-buildbot
2018-08-30 13:52 ` gdb-buildbot [this message]
2018-08-30 13:54 ` Breakage on builder Fedora-x86_64-native-gdbserver-m64, " gdb-buildbot
2018-08-30 13:59 ` Breakage on builder Fedora-x86_64-m32, " gdb-buildbot
2018-08-30 13:59 ` Breakage on builder Fedora-x86_64-m64, " gdb-buildbot
2018-08-30 14:01 ` Breakage on builder Fedora-x86_64-native-gdbserver-m32, " gdb-buildbot
2018-09-07 21:13 ` Breakage on builder Fedora-s390x-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=E1fvNNW-0002AI-30@kwanyin.sergiodj.net \
    --to=gdb-buildbot@sergiodj.net \
    --cc=gdb-patches@sourceware.org \
    --cc=keiths@redhat.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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).