From: gdb-buildbot@sergiodj.net
To: Eli Zaretskii <eliz@gnu.org>, gdb-patches@sourceware.org
Subject: Breakage on builder Fedora-i686, revision 970d89d8fdd84b31decaf3bd84e785aad057ea32
Date: Tue, 20 Nov 2018 16:58:00 -0000 [thread overview]
Message-ID: <E1gP9Ld-0003en-Kn@kwanyin.sergiodj.net> (raw)
In-Reply-To: <970d89d8fdd84b31decaf3bd84e785aad057ea32-master-breakage@gdb-build>
Unfortunately it seems that there is a breakage on GDB.
Commit title: 'Avoid "Invalid parameter passed to C runtime function" warning'
Revision: 970d89d8fdd84b31decaf3bd84e785aad057ea32
You can find more details below:
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Buildslave:
fedora-x86-64-1
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/11504>
Commit(s) tested:
970d89d8fdd84b31decaf3bd84e785aad057ea32
Author(s) (in the same order as the commits):
Eli Zaretskii <eliz@gnu.org>
Subject:
Avoid "Invalid parameter passed to C runtime function" warning
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Fedora-i686/97/970d89d8fdd84b31decaf3bd84e785aad057ea32/>
*** Failed to compiled GDB. ***
============================
+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.
CC mbrtowc.o
CC openat-proc.o
GEN charset.alias
GEN ref-add.sed
GEN ref-del.sed
AR libgnu.a
make[8]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-i686/build/gdb/build-gnulib/import'
make[7]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-i686/build/gdb/build-gnulib/import'
make[6]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-i686/build/gdb/build-gnulib/import'
make[5]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-i686/build/gdb/build-gnulib'
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-i686/build/gdb/build-gnulib'
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-i686/build/gdb'
CXX gdb.o
CXX ada-exp.o
CXX ada-lang.o
CXX ada-tasks.o
CXX ada-typeprint.o
CXX ada-valprint.o
CXX ada-varobj.o
CXX addrmap.o
CXX agent.o
CXX annotate.o
CXX arc-tdep.o
CXX arch-utils.o
CXX arch/arm-get-next-pcs.o
CXX arch/arm-linux.o
CXX arch/arm.o
CXX arch/i386.o
CXX arch/ppc-linux-common.o
CXX arm-bsd-tdep.o
CXX arm-fbsd-tdep.o
CXX arm-linux-tdep.o
CXX arm-nbsd-tdep.o
CXX arm-obsd-tdep.o
CXX arm-pikeos-tdep.o
CXX arm-symbian-tdep.o
CXX arm-tdep.o
CXX arm-wince-tdep.o
CXX auto-load.o
CXX auxv.o
CXX avr-tdep.o
CXX ax-gdb.o
CXX ax-general.o
CXX bcache.o
CXX bfd-target.o
CXX bfin-linux-tdep.o
CXX bfin-tdep.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
CXX bsd-uthread.o
CXX btrace.o
CXX build-id.o
CXX buildsym-legacy.o
CXX buildsym.o
CXX c-exp.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 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 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/environ.o
CXX common/errors.o
CXX common/fileio.o
CXX common/filestuff.o
CXX common/format.o
CXX common/gdb_tilde_expand.o
../../binutils-gdb/gdb/common/filestuff.c: In function gdb_file_up gdb_fopen_cloexec(const char*, const char*):
../../binutils-gdb/gdb/common/filestuff.c:306:36: error: O_NOINHERIT was not declared in this scope
O_CLOEXEC == 0 || O_CLOEXEC == O_NOINHERIT;
^~~~~~~~~~~
make[2]: *** [Makefile:1628: common/filestuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-i686/build/gdb'
make[1]: *** [Makefile:8793: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-i686/build'
make: *** [Makefile:850: all] Error 2
============================
next prev parent reply other threads:[~2018-11-20 16:58 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-20 16:55 Oh dear. I regret to inform you that commit 970d89d8fdd84b31decaf3bd84e785aad057ea32 might be unfortunate gdb-buildbot
2018-11-20 16:55 ` Breakage on builder Debian-s390x-native-extended-gdbserver-m64, revision 970d89d8fdd84b31decaf3bd84e785aad057ea32 gdb-buildbot
2018-11-20 16:56 ` Breakage on builder RHEL-s390x-m64, " gdb-buildbot
2018-11-20 16:57 ` Breakage on builder Fedora-s390x-m64, " gdb-buildbot
2018-11-20 16:57 ` Breakage on builder Fedora-x86_64-native-extended-gdbserver-m64, " gdb-buildbot
2018-11-20 16:57 ` Breakage on builder Debian-s390x-native-gdbserver-m64, " gdb-buildbot
2018-11-20 16:57 ` Breakage on builder Fedora-x86_64-cc-with-index, " gdb-buildbot
2018-11-20 16:58 ` gdb-buildbot [this message]
2018-11-20 16:58 ` Breakage on builder Fedora-x86_64-native-extended-gdbserver-m32, " gdb-buildbot
2018-11-20 16:59 ` Breakage on builder Debian-s390x-m64, " gdb-buildbot
2018-11-20 17:00 ` Breakage on builder Fedora-x86_64-native-gdbserver-m64, " gdb-buildbot
2018-11-20 17:01 ` Breakage on builder Fedora-x86_64-m64, " gdb-buildbot
2018-11-20 17:01 ` Breakage on builder Ubuntu-Aarch64-native-extended-gdbserver-m64, " gdb-buildbot
2018-11-20 17:03 ` Breakage on builder Fedora-x86_64-native-gdbserver-m32, " gdb-buildbot
2018-11-20 17:04 ` Breakage on builder NetBSD-x86_64-m64, " gdb-buildbot
2018-11-20 17:09 ` Kamil Rytarowski
2018-11-20 17:04 ` Breakage on builder Fedora-x86_64-m32, " gdb-buildbot
2018-11-20 17:06 ` Breakage on builder Ubuntu-Aarch64-native-gdbserver-m64, " gdb-buildbot
2018-11-20 17:13 ` Breakage on builder Ubuntu-Aarch64-m64, " gdb-buildbot
2018-11-21 10:16 ` Oh dear. I regret to inform you that commit 970d89d8fdd84b31decaf3bd84e785aad057ea32 might be unfortunate Rainer Orth
2018-11-21 18:25 ` Sergio Durigan Junior
2018-11-22 9:52 ` Rainer Orth
2018-11-26 16:51 ` Sergio Durigan Junior
2018-11-28 10:29 ` Rainer Orth
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=E1gP9Ld-0003en-Kn@kwanyin.sergiodj.net \
--to=gdb-buildbot@sergiodj.net \
--cc=eliz@gnu.org \
--cc=gdb-patches@sourceware.org \
/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