From: gdb-buildbot@sergiodj.net
To: gdb-patches@sourceware.org
To: gdb-patches@sourceware.org, Tom Tromey <tom@tromey.com>
To: gdb-patches@sourceware.org, Tom Tromey <tromey@adacore.com>
Subject: Breakage on builder Fedora-x86_64-w64-mingw32, revision e487f9949ab654b20da8ac01b8311ae956136e5e
Date: Wed, 29 Apr 2020 12:29:46 -0400 [thread overview]
Message-ID: <E1jTpak-0006pb-AU@gdb-buildbot.osci.io> (raw)
In-Reply-To: <e487f9949ab654b20da8ac01b8311ae956136e5e-master-breakage@gdb-build>
Unfortunately it seems that there is a breakage on GDB.
Commit title: 'Implement event-loop glue for gdbserver'
Revision: e487f9949ab654b20da8ac01b8311ae956136e5e
You can find more details below:
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.
CXX c-exp.o
CXX cp-name-parser.o
CXX d-exp.o
CXX f-exp.o
CXX go-exp.o
CXX m2-exp.o
CXX p-exp.o
CXX rust-exp.o
CXX version.o
CXX xml-builtin.o
GEN init.c
CXX init.o
CXXLD gdb.exe
make[3]: Entering directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[4]: Entering directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb/doc'
(test "ln -s" = "ln -s" && \
ln -s ../../../binutils-gdb/gdb/doc/all-cfg.texi gdb-cfg.texi) || \
ln ../../../binutils-gdb/gdb/doc/all-cfg.texi gdb-cfg.texi || \
cp ../../../binutils-gdb/gdb/doc/all-cfg.texi gdb-cfg.texi
date=`sed -n -e 's/^.* BFD_VERSION_DATE \(.*\)$/\1/p' ../../../binutils-gdb/gdb/doc/../../bfd/version.h`; \
sed -e "s/DATE/$date/" < ../../../binutils-gdb/gdb/doc/../version.in > version.subst
echo "@set GDBVN `sed q version.subst`" > ./GDBvn.new
if [ -n "(GDB) " ]; then \
echo "@set VERSION_PACKAGE (GDB) " >> ./GDBvn.new; \
fi
echo "@set BUGURL @uref{http://www.gnu.org/software/gdb/bugs/}" >> ./GDBvn.new
if [ "@uref{http://www.gnu.org/software/gdb/bugs/}" = "@uref{http://www.gnu.org/software/gdb/bugs/}" ]; then \
echo "@set BUGURL_DEFAULT" >> ./GDBvn.new; \
fi
if test -z "-I ../../../binutils-gdb/gdb/doc/../../readline/readline/doc"; then \
echo "@set SYSTEM_READLINE" >> ./GDBvn.new; \
fi
if [ -n "" ]; then \
echo "@set SYSTEM_GDBINIT " >> ./GDBvn.new; \
fi
if [ -n "" ]; then \
echo "@set SYSTEM_GDBINIT_DIR " >> ./GDBvn.new; \
fi
mv GDBvn.new GDBvn.texi
makeinfo --split-size=5000000 --split-size=5000000 -DHAVE_MAKEINFO_CLICK -I ../../../binutils-gdb/gdb/doc/../../readline/readline/doc -I ../../../binutils-gdb/gdb/doc/../mi -I ../../../binutils-gdb/gdb/doc \
-o gdb.info ../../../binutils-gdb/gdb/doc/gdb.texinfo
makeinfo --split-size=5000000 --split-size=5000000 -DHAVE_MAKEINFO_CLICK -I ../../../binutils-gdb/gdb/doc -o stabs.info ../../../binutils-gdb/gdb/doc/stabs.texinfo
makeinfo --split-size=5000000 --split-size=5000000 -DHAVE_MAKEINFO_CLICK -I ../../../binutils-gdb/gdb/doc -o annotate.info ../../../binutils-gdb/gdb/doc/annotate.texinfo
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb/doc'
make[4]: Entering directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb/data-directory'
rm -rf ./syscalls
mkdir ./syscalls
files='gdb-syscalls.dtd freebsd.xml aarch64-linux.xml amd64-linux.xml arm-linux.xml i386-linux.xml mips-n32-linux.xml mips-n64-linux.xml mips-o32-linux.xml ppc-linux.xml ppc64-linux.xml s390-linux.xml s390x-linux.xml sparc-linux.xml sparc64-linux.xml' ; \
for file in $files ; do \
f=../../../binutils-gdb/gdb/data-directory/../syscalls/$file ; \
if test -f $f ; then \
/usr/bin/install -c -m 644 $f ./syscalls ; \
fi ; \
done
rm -rf ./python
files='' ; \
if test "x$files" != x ; then \
for file in $files ; do \
dir=`echo "$file" | sed 's,/[^/]*$,,'` ; \
/bin/sh ../../../binutils-gdb/gdb/data-directory/../../mkinstalldirs ./python/$dir ; \
/usr/bin/install -c -m 644 ../../../binutils-gdb/gdb/data-directory/../python/lib/$file ./python/$dir ; \
done ; \
fi
touch stamp-python
rm -rf ./guile
if test "x" != x ; then \
files='./gdb.scm gdb/boot.scm gdb/experimental.scm gdb/init.scm gdb/iterator.scm gdb/printing.scm gdb/support.scm gdb/types.scm' ; \
for file in $files ; do \
dir=`echo "$file" | sed 's,/[^/]*$,,'` ; \
/bin/sh ../../../binutils-gdb/gdb/data-directory/../../mkinstalldirs ./guile/$dir ; \
/usr/bin/install -c -m 644 ../../../binutils-gdb/gdb/data-directory/../guile/lib/$file ./guile/$dir ; \
done ; \
files='./gdb.go gdb/experimental.go gdb/iterator.go gdb/printing.go gdb/support.go gdb/types.go' ; \
cd ./guile ; \
for go in $files ; do \
source="`echo $go | sed 's/\.go$/.scm/'`" ; \
echo compile -Warity-mismatch -Wformat -Wunused-toplevel -L . -o "$go" "$source" ; \
compile -Warity-mismatch -Wformat -Wunused-toplevel -L . -o "$go" "$source" || exit 1 ; \
done ; \
fi
touch stamp-guile
rm -rf ./system-gdbinit
mkdir ./system-gdbinit
files='elinos.py wrs-linux.py' ; \
for file in $files ; do \
f=../../../binutils-gdb/gdb/data-directory/../system-gdbinit/$file ; \
if test -f $f ; then \
/usr/bin/install -c -m 644 $f ./system-gdbinit ; \
fi ; \
done
touch stamp-system-gdbinit
touch stamp-syscalls
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb/data-directory'
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:866: all] Error 2
program finished with exit code 2
elapsedTime=687.264636
next prev parent reply other threads:[~2020-04-29 16:29 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-29 16:04 Oh dear. I regret to inform you that commit e487f9949ab654b20da8ac01b8311ae956136e5e might be unfortunate gdb-buildbot
2020-04-29 16:04 ` Breakage on builder Fedora-i686, revision e487f9949ab654b20da8ac01b8311ae956136e5e gdb-buildbot
2020-04-29 16:06 ` Breakage on builder Fedora-x86_64-cc-with-index, " gdb-buildbot
2020-04-29 16:08 ` Breakage on builder Fedora-x86_64-m32, " gdb-buildbot
2020-04-29 16:10 ` Breakage on builder Fedora-x86_64-m64, " gdb-buildbot
2020-04-29 16:13 ` Breakage on builder Fedora-x86_64-native-extended-gdbserver-m32, " gdb-buildbot
2020-04-29 16:15 ` Breakage on builder Fedora-x86_64-native-extended-gdbserver-m64, " gdb-buildbot
2020-04-29 16:29 ` gdb-buildbot [this message]
2020-04-30 4:05 ` Breakage on builder Fedora-x86_64-native-gdbserver-m32, " gdb-buildbot
2020-05-01 1:15 ` Breakage on builder Fedora-x86_64-native-gdbserver-m64, " gdb-buildbot
2020-05-04 8:36 ` Breakage on builder Ubuntu-Aarch64-m64, " gdb-buildbot
2020-05-04 8:38 ` Breakage on builder Ubuntu-Aarch64-native-extended-gdbserver-m64, " gdb-buildbot
2020-05-04 8:39 ` Breakage on builder Ubuntu-Aarch64-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=E1jTpak-0006pb-AU@gdb-buildbot.osci.io \
--to=gdb-buildbot@sergiodj.net \
--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