From: gdb-buildbot@sergiodj.net
To: Pedro Alves <palves@redhat.com>, gdb-patches@sourceware.org
Subject: Breakage on builder RHEL-s390x-m64, revision de52b9607d2623f18b7a7dbee3e1123d8d63f5da
Date: Fri, 29 Jun 2018 22:10:00 -0000 [thread overview]
Message-ID: <E1fZ1ad-0006Se-Ub@kwanyin.sergiodj.net> (raw)
In-Reply-To: <de52b9607d2623f18b7a7dbee3e1123d8d63f5da-master-breakage@gdb-build>
Unfortunately it seems that there is a breakage on GDB.
Commit title: 'x86_64-windows GDB crash due to fs_base/gs_base registers'
Revision: de52b9607d2623f18b7a7dbee3e1123d8d63f5da
You can find more details below:
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Buildslave:
rhel-7_1-s390x-1
Full Build URL:
<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/7621>
Commit(s) tested:
de52b9607d2623f18b7a7dbee3e1123d8d63f5da
Author(s) (in the same order as the commits):
Pedro Alves <palves@redhat.com>
Subject:
x86_64-windows GDB crash due to fs_base/gs_base registers
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/de/de52b9607d2623f18b7a7dbee3e1123d8d63f5da/>
*** Failed to compiled GDB. ***
============================
+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.
CXX sparc-ravenscar-thread.o
CXX sparc-sol2-tdep.o
CXX sparc-tdep.o
CXX spu-multiarch.o
CXX spu-tdep.o
CXX symfile-mem.o
CXX tic6x-linux-tdep.o
CXX tic6x-tdep.o
CXX tilegx-linux-tdep.o
CXX tilegx-tdep.o
CXX v850-tdep.o
CXX vax-nbsd-tdep.o
CXX vax-tdep.o
CXX windows-tdep.o
CXX x86-tdep.o
CXX xcoffread.o
CXX xstormy16-tdep.o
CXX xtensa-config.o
CXX xtensa-linux-tdep.o
CXX xtensa-tdep.o
CXX aarch64-fbsd-tdep.o
CXX aarch64-linux-tdep.o
CXX aarch64-newlib-tdep.o
CXX aarch64-tdep.o
CXX alpha-bsd-tdep.o
CXX alpha-linux-tdep.o
CXX alpha-mdebug-tdep.o
CXX alpha-nbsd-tdep.o
CXX alpha-obsd-tdep.o
CXX alpha-tdep.o
CXX amd64-darwin-tdep.o
CXX amd64-dicos-tdep.o
CXX amd64-fbsd-tdep.o
CXX amd64-linux-tdep.o
CXX amd64-nbsd-tdep.o
../../binutils-gdb/gdb/amd64-dicos-tdep.c: In function void amd64_dicos_init_abi(gdbarch_info, gdbarch*):
../../binutils-gdb/gdb/amd64-dicos-tdep.c:30:50: error: too few arguments to function const target_desc* amd64_target_description(uint64_t, bool)
amd64_target_description (X86_XSTATE_SSE_MASK));
^
In file included from ../../binutils-gdb/gdb/amd64-dicos-tdep.c:22:0:
../../binutils-gdb/gdb/amd64-tdep.h:109:34: note: declared here
extern const struct target_desc *amd64_target_description (uint64_t xcr0,
^
CXX amd64-obsd-tdep.o
../../binutils-gdb/gdb/amd64-darwin-tdep.c: In function void x86_darwin_init_abi_64(gdbarch_info, gdbarch*):
../../binutils-gdb/gdb/amd64-darwin-tdep.c:103:50: error: too few arguments to function const target_desc* amd64_target_description(uint64_t, bool)
amd64_target_description (X86_XSTATE_SSE_MASK));
^
In file included from ../../binutils-gdb/gdb/amd64-darwin-tdep.c:32:0:
../../binutils-gdb/gdb/amd64-tdep.h:109:34: note: declared here
extern const struct target_desc *amd64_target_description (uint64_t xcr0,
^
make[2]: *** [amd64-dicos-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [amd64-darwin-tdep.o] Error 1
../../binutils-gdb/gdb/amd64-fbsd-tdep.c: In function const target_desc* amd64fbsd_core_read_description(gdbarch*, target_ops*, bfd*):
../../binutils-gdb/gdb/amd64-fbsd-tdep.c:159:66: error: too few arguments to function const target_desc* amd64_target_description(uint64_t, bool)
return amd64_target_description (i386fbsd_core_read_xcr0 (abfd));
^
In file included from ../../binutils-gdb/gdb/amd64-fbsd-tdep.c:30:0:
../../binutils-gdb/gdb/amd64-tdep.h:109:34: note: declared here
extern const struct target_desc *amd64_target_description (uint64_t xcr0,
^
../../binutils-gdb/gdb/amd64-fbsd-tdep.c: In function void amd64fbsd_init_abi(gdbarch_info, gdbarch*):
../../binutils-gdb/gdb/amd64-fbsd-tdep.c:221:50: error: too few arguments to function const target_desc* amd64_target_description(uint64_t, bool)
amd64_target_description (X86_XSTATE_SSE_MASK));
^
In file included from ../../binutils-gdb/gdb/amd64-fbsd-tdep.c:30:0:
../../binutils-gdb/gdb/amd64-tdep.h:109:34: note: declared here
extern const struct target_desc *amd64_target_description (uint64_t xcr0,
^
../../binutils-gdb/gdb/amd64-fbsd-tdep.c: In function const target_desc* amd64fbsd_core_read_description(gdbarch*, target_ops*, bfd*):
../../binutils-gdb/gdb/amd64-fbsd-tdep.c:160:1: error: control reaches end of non-void function [-Werror=return-type]
}
^
cc1plus: all warnings being treated as errors
make[2]: *** [amd64-fbsd-tdep.o] Error 1
../../binutils-gdb/gdb/amd64-nbsd-tdep.c: In function void amd64nbsd_init_abi(gdbarch_info, gdbarch*):
../../binutils-gdb/gdb/amd64-nbsd-tdep.c:108:50: error: too few arguments to function const target_desc* amd64_target_description(uint64_t, bool)
amd64_target_description (X86_XSTATE_SSE_MASK));
^
In file included from ../../binutils-gdb/gdb/amd64-nbsd-tdep.c:27:0:
../../binutils-gdb/gdb/amd64-tdep.h:109:34: note: declared here
extern const struct target_desc *amd64_target_description (uint64_t xcr0,
^
../../binutils-gdb/gdb/amd64-obsd-tdep.c: In function void amd64obsd_init_abi(gdbarch_info, gdbarch*):
../../binutils-gdb/gdb/amd64-obsd-tdep.c:424:50: error: too few arguments to function const target_desc* amd64_target_description(uint64_t, bool)
amd64_target_description (X86_XSTATE_SSE_MASK));
^
In file included from ../../binutils-gdb/gdb/amd64-obsd-tdep.c:33:0:
../../binutils-gdb/gdb/amd64-tdep.h:109:34: note: declared here
extern const struct target_desc *amd64_target_description (uint64_t xcr0,
^
make[2]: *** [amd64-nbsd-tdep.o] Error 1
make[2]: *** [amd64-obsd-tdep.o] Error 1
make[2]: Leaving directory `/home/dje/rhel-7_1-s390x-1/rhel-s390x/build/gdb'
make[1]: *** [all-gdb] Error 2
make[1]: Leaving directory `/home/dje/rhel-7_1-s390x-1/rhel-s390x/build'
make: *** [all] Error 2
============================
next prev parent reply other threads:[~2018-06-29 22:10 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-29 22:10 Oh dear. I regret to inform you that commit de52b9607d2623f18b7a7dbee3e1123d8d63f5da might be unfortunate gdb-buildbot
2018-06-29 22:10 ` Breakage on builder Fedora-s390x-m64, revision de52b9607d2623f18b7a7dbee3e1123d8d63f5da gdb-buildbot
2018-06-29 22:10 ` gdb-buildbot [this message]
2018-06-29 22:12 ` Breakage on builder NetBSD-x86_64-m64, " gdb-buildbot
2018-06-29 22:21 ` Oh dear. I regret to inform you that commit de52b9607d2623f18b7a7dbee3e1123d8d63f5da might be unfortunate Joel Brobecker
2018-06-29 22:53 ` Joel Brobecker
2018-06-29 23:22 ` Sergio Durigan Junior
2018-06-29 23:35 ` Joel Brobecker
2018-06-30 1:39 ` Sergio Durigan Junior
2018-06-29 22:58 ` Breakage on builder Fedora-x86_64-m32, revision de52b9607d2623f18b7a7dbee3e1123d8d63f5da gdb-buildbot
2018-06-29 23:02 ` Breakage on builder Fedora-x86_64-native-extended-gdbserver-m32, " gdb-buildbot
2018-06-29 23:05 ` Breakage on builder Fedora-x86_64-cc-with-index, " gdb-buildbot
2018-06-29 23:08 ` Breakage on builder Fedora-x86_64-native-gdbserver-m64, " gdb-buildbot
2018-06-29 23:09 ` Breakage on builder Fedora-x86_64-native-extended-gdbserver-m64, " gdb-buildbot
2018-06-29 23:11 ` Breakage on builder Fedora-x86_64-m64, " gdb-buildbot
2018-06-29 23:22 ` Breakage on builder Fedora-x86_64-native-gdbserver-m32, " gdb-buildbot
2018-06-29 23:42 ` Breakage on builder Debian-s390x-native-gdbserver-m64, " gdb-buildbot
2018-06-29 23:44 ` Breakage on builder Debian-s390x-m64, " gdb-buildbot
2018-06-29 23:46 ` Breakage on builder Debian-s390x-native-extended-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=E1fZ1ad-0006Se-Ub@kwanyin.sergiodj.net \
--to=gdb-buildbot@sergiodj.net \
--cc=gdb-patches@sourceware.org \
--cc=palves@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