public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* Breakage on builder Fedora-i686, revision 078a020797210f4d8f9491bbfe16ec31e9efb652
  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 ` gdb-buildbot
  2018-08-30 13:47 ` Breakage on builder Fedora-x86_64-cc-with-index, " gdb-buildbot
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: gdb-buildbot @ 2018-08-30 13:41 UTC (permalink / raw)
  To: Keith Seitz, gdb-patches

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-i686/builds/10826>

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-i686/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-i686/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-i686/build'
============================

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Oh dear. I regret to inform you that commit 078a020797210f4d8f9491bbfe16ec31e9efb652 might be unfortunate
@ 2018-08-30 13:41 gdb-buildbot
  2018-08-30 13:41 ` Breakage on builder Fedora-i686, revision 078a020797210f4d8f9491bbfe16ec31e9efb652 gdb-buildbot
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: gdb-buildbot @ 2018-08-30 13:41 UTC (permalink / raw)
  To: Keith Seitz, gdb-patches

My lords, ladies, gentlemen, members of the public.

It is a matter of great regret and sadness to inform you that commit:

	C++ compile support
	078a020797210f4d8f9491bbfe16ec31e9efb652

might have made GDB unwell.  Since I am just your Butler BuildBot,
I kindly ask that a human superior officer double-check this.

Please note that if you are reading this message on gdb-patches, there might
be other builders broken.

You can find more details about the unfortunate breakage in the next messages.

Cheers,

Your GDB BuildBot.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Breakage on builder Fedora-x86_64-cc-with-index, revision 078a020797210f4d8f9491bbfe16ec31e9efb652
  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 ` gdb-buildbot
  2018-08-30 13:49 ` Breakage on builder Fedora-x86_64-native-extended-gdbserver-m32, " gdb-buildbot
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: gdb-buildbot @ 2018-08-30 13:47 UTC (permalink / raw)
  To: Keith Seitz, gdb-patches

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-cc-with-index/builds/10741>

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-cc-with-index/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-cc-with-index/build/gdb'
make[1]: *** [Makefile:8793: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-cc-with-index/build'
make: *** [Makefile:850: all] Error 2
============================

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Breakage on builder Fedora-x86_64-native-extended-gdbserver-m32, revision 078a020797210f4d8f9491bbfe16ec31e9efb652
  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 ` gdb-buildbot
  2018-08-30 13:52 ` Breakage on builder Fedora-x86_64-native-extended-gdbserver-m64, " gdb-buildbot
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: gdb-buildbot @ 2018-08-30 13:49 UTC (permalink / raw)
  To: Keith Seitz, gdb-patches

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

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

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-m32/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-memory.o
  CXX    target-descriptions.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/fedora-x86-64-1/fedora-x86-64-native-extended-gdbserver-m32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-native-extended-gdbserver-m32/build'
make[1]: *** [Makefile:8793: all-gdb] Error 2
make: *** [Makefile:850: all] Error 2
============================

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Breakage on builder Fedora-x86_64-native-extended-gdbserver-m64, revision 078a020797210f4d8f9491bbfe16ec31e9efb652
  2018-08-30 13:41 Oh dear. I regret to inform you that commit 078a020797210f4d8f9491bbfe16ec31e9efb652 might be unfortunate gdb-buildbot
                   ` (2 preceding siblings ...)
  2018-08-30 13:49 ` Breakage on builder Fedora-x86_64-native-extended-gdbserver-m32, " gdb-buildbot
@ 2018-08-30 13:52 ` gdb-buildbot
  2018-08-30 13:54 ` Breakage on builder Fedora-x86_64-native-gdbserver-m64, " gdb-buildbot
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: gdb-buildbot @ 2018-08-30 13:52 UTC (permalink / raw)
  To: Keith Seitz, gdb-patches

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Breakage on builder Fedora-x86_64-native-gdbserver-m64, revision 078a020797210f4d8f9491bbfe16ec31e9efb652
  2018-08-30 13:41 Oh dear. I regret to inform you that commit 078a020797210f4d8f9491bbfe16ec31e9efb652 might be unfortunate gdb-buildbot
                   ` (3 preceding siblings ...)
  2018-08-30 13:52 ` Breakage on builder Fedora-x86_64-native-extended-gdbserver-m64, " gdb-buildbot
@ 2018-08-30 13:54 ` gdb-buildbot
  2018-08-30 13:59 ` Breakage on builder Fedora-x86_64-m32, " gdb-buildbot
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: gdb-buildbot @ 2018-08-30 13:54 UTC (permalink / raw)
  To: Keith Seitz, gdb-patches

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

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

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-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/fedora-x86-64-3/fedora-x86-64-native-gdbserver/build/gdb'
make[1]: *** [Makefile:8793: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-native-gdbserver/build'
make: *** [Makefile:850: all] Error 2
============================

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Breakage on builder Fedora-x86_64-m32, revision 078a020797210f4d8f9491bbfe16ec31e9efb652
  2018-08-30 13:41 Oh dear. I regret to inform you that commit 078a020797210f4d8f9491bbfe16ec31e9efb652 might be unfortunate gdb-buildbot
                   ` (4 preceding siblings ...)
  2018-08-30 13:54 ` Breakage on builder Fedora-x86_64-native-gdbserver-m64, " gdb-buildbot
@ 2018-08-30 13:59 ` gdb-buildbot
  2018-08-30 13:59 ` Breakage on builder Fedora-x86_64-m64, " gdb-buildbot
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: gdb-buildbot @ 2018-08-30 13:59 UTC (permalink / raw)
  To: Keith Seitz, gdb-patches

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-m32/builds/10574>

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-m32/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-m32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-m32/build'
make[1]: *** [Makefile:8793: all-gdb] Error 2
make: *** [Makefile:850: all] Error 2
============================

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Breakage on builder Fedora-x86_64-m64, revision 078a020797210f4d8f9491bbfe16ec31e9efb652
  2018-08-30 13:41 Oh dear. I regret to inform you that commit 078a020797210f4d8f9491bbfe16ec31e9efb652 might be unfortunate gdb-buildbot
                   ` (5 preceding siblings ...)
  2018-08-30 13:59 ` Breakage on builder Fedora-x86_64-m32, " gdb-buildbot
@ 2018-08-30 13:59 ` 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
  8 siblings, 0 replies; 10+ messages in thread
From: gdb-buildbot @ 2018-08-30 13:59 UTC (permalink / raw)
  To: Keith Seitz, gdb-patches

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

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

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-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/fedora-x86-64-1/fedora-x86-64/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64/build'
make[1]: *** [Makefile:8793: all-gdb] Error 2
make: *** [Makefile:850: all] Error 2
============================

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Breakage on builder Fedora-x86_64-native-gdbserver-m32, revision 078a020797210f4d8f9491bbfe16ec31e9efb652
  2018-08-30 13:41 Oh dear. I regret to inform you that commit 078a020797210f4d8f9491bbfe16ec31e9efb652 might be unfortunate gdb-buildbot
                   ` (6 preceding siblings ...)
  2018-08-30 13:59 ` Breakage on builder Fedora-x86_64-m64, " gdb-buildbot
@ 2018-08-30 14:01 ` gdb-buildbot
  2018-09-07 21:13 ` Breakage on builder Fedora-s390x-m64, " gdb-buildbot
  8 siblings, 0 replies; 10+ messages in thread
From: gdb-buildbot @ 2018-08-30 14:01 UTC (permalink / raw)
  To: Keith Seitz, gdb-patches

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

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

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-gdbserver-m32/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-2/fedora-x86-64-native-gdbserver-m32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-native-gdbserver-m32/build'
make[1]: *** [Makefile:8793: all-gdb] Error 2
make: *** [Makefile:850: all] Error 2
============================

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Breakage on builder Fedora-s390x-m64, revision 078a020797210f4d8f9491bbfe16ec31e9efb652
  2018-08-30 13:41 Oh dear. I regret to inform you that commit 078a020797210f4d8f9491bbfe16ec31e9efb652 might be unfortunate gdb-buildbot
                   ` (7 preceding siblings ...)
  2018-08-30 14:01 ` Breakage on builder Fedora-x86_64-native-gdbserver-m32, " gdb-buildbot
@ 2018-09-07 21:13 ` gdb-buildbot
  8 siblings, 0 replies; 10+ messages in thread
From: gdb-buildbot @ 2018-09-07 21:13 UTC (permalink / raw)
  To: Keith Seitz, gdb-patches

Unfortunately it seems that there is a breakage on GDB.

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

You can find more details below:

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

Buildslave:
	marist-fedora-s390x

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-s390x-m64/builds/9534>

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-s390x-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    observable.o
  CXX    opencl-lang.o
  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
../../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-loc2c.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/mjw/gdb/build/fedora-s390x/build/gdb'
make[1]: *** [Makefile:8793: all-gdb] Error 2
make[1]: Leaving directory '/home/mjw/gdb/build/fedora-s390x/build'
make: *** [Makefile:850: all] Error 2
============================

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2018-09-07 21:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` Breakage on builder Fedora-x86_64-native-extended-gdbserver-m64, " gdb-buildbot
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

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).