From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 68137 invoked by alias); 29 May 2019 05:51:26 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 68129 invoked by uid 89); 29 May 2019 05:51:26 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,GIT_PATCH_3,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mout.gmx.net Received: from mout.gmx.net (HELO mout.gmx.net) (212.227.15.19) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 29 May 2019 05:51:24 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.net; s=badeba3b8450; t=1559109072; bh=L2J+HGq5FCwRMTjWBcRFk2/QBXDGoB3ekRbX+pz4qv4=; h=X-UI-Sender-Class:Subject:To:References:From:Date:In-Reply-To; b=gfeDXsbMkqKfGjFx1CwZ1MScnd8VhjEwRyXqIINPB643yRKM6OQEbLUeWisZ2tw4m soZcqXRSeWHuUJKFpQIIa1vk7ej6oi0hcjnSTB4QENt/zNYCY0gjWT42d5v+43W1We KflmUN7opk23ufMNQl9NOQappoy72pBnOIgcnhAM= X-UI-Sender-Class: 01bb95c1-4bf8-414a-932a-4f6e2808ef9c Received: from [192.168.0.241] ([89.71.135.231]) by mail.gmx.com (mrgmx003 [212.227.17.184]) with ESMTPSA (Nemesis) id 0MX1dc-1h8qQu2Tjg-00VyT2; Wed, 29 May 2019 07:51:12 +0200 Subject: Re: Breakage on builder NetBSD-x86_64-m64, revision 0e65dfbaf3a0299e4837216a103c28625d4b4f1d To: gdb-buildbot@sergiodj.net, Nick Alcock , gdb-patches@sourceware.org References: From: Kamil Rytarowski Openpgp: preference=signencrypt Message-ID: Date: Wed, 29 May 2019 05:51:00 -0000 User-Agent: Mozilla/5.0 (X11; NetBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="KHSVzza9avvvHKdvoY5wO7i2LdXNQyyTc" X-IsSubscribed: yes X-SW-Source: 2019-05/txt/msg00609.txt.bz2 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --KHSVzza9avvvHKdvoY5wO7i2LdXNQyyTc Content-Type: multipart/mixed; boundary="iMC6UBzS8tSd9N0kTFrs7jnkHLPZgeWSH"; protected-headers="v1" From: Kamil Rytarowski To: gdb-buildbot@sergiodj.net, Nick Alcock , gdb-patches@sourceware.org Message-ID: Subject: Re: Breakage on builder NetBSD-x86_64-m64, revision 0e65dfbaf3a0299e4837216a103c28625d4b4f1d References: In-Reply-To: --iMC6UBzS8tSd9N0kTFrs7jnkHLPZgeWSH Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable Content-length: 6831 On 29.05.2019 06:26, gdb-buildbot@sergiodj.net wrote: > Unfortunately it seems that there is a breakage on GDB. >=20 There is no off64_t on NetBSD as off_t is 64-bit. qsort_r is missing. > Commit title: 'libctf: build system' > Revision: 0e65dfbaf3a0299e4837216a103c28625d4b4f1d >=20 > You can find more details below: >=20 > +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ >=20 > Buildslave: > gdb-amd64-netbsd7 >=20 > Full Build URL: > >=20 > Commit(s) tested: > 0e65dfbaf3a0299e4837216a103c28625d4b4f1d >=20 > Author(s) (in the same order as the commits): > Nick Alcock >=20 > Subject: > libctf: build system >=20 > Testsuite log (gdb.sum and gdb.log) URL(s): > >=20 > *** Failed to compiled GDB. *** > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >=20 > +++ The full log is too big to be posted here. > +++ These are the last 100 lines of it. >=20 > checking for x86_64-unknown-netbsd8.0-gcc... gcc > checking whether the C compiler works... yes > checking for C compiler default output file name... a.out > checking for suffix of executables...=20 > checking whether we are cross compiling... no > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether gcc accepts -g... yes > checking for gcc option to accept ISO C89... none needed > checking whether gcc understands -c and -o together... yes > checking how to run the C preprocessor... gcc -E > checking for grep that handles long lines and -e... /usr/bin/grep > checking for egrep... /usr/bin/grep -E > checking for ANSI C header files... yes > checking for sys/types.h... yes > checking for sys/stat.h... yes > checking for stdlib.h... yes > checking for string.h... yes > checking for memory.h... yes > checking for strings.h... yes > checking for inttypes.h... yes > checking for stdint.h... yes > checking for unistd.h... yes > checking minix/config.h usability... no > checking minix/config.h presence... no > checking for minix/config.h... no > checking whether it is safe to define __EXTENSIONS__... yes > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for a thread-safe mkdir -p... ../../binutils-gdb/libctf/../insta= ll-sh -c -d > checking for gawk... awk > checking whether gmake sets $(MAKE)... yes > checking for style of include used by gmake... GNU > checking whether gmake supports nested variables... yes > checking dependency style of gcc... gcc3 > checking whether gmake sets $(MAKE)... (cached) yes > checking for x86_64-unknown-netbsd8.0-gcc... (cached) gcc > checking whether we are using the GNU C compiler... (cached) yes > checking whether gcc accepts -g... (cached) yes > checking for gcc option to accept ISO C89... (cached) none needed > checking whether gcc understands -c and -o together... (cached) yes > checking for x86_64-unknown-netbsd8.0-ranlib... ranlib > checking for x86_64-unknown-netbsd8.0-ar... ar > checking the archiver (ar) interface... ar > checking for special C compiler options needed for large files... no > checking for _FILE_OFFSET_BITS value needed for large files... no > checking for aclocal... ${SHELL} /data/motusgdb/motus/netbsd-x86_64/binut= ils-gdb/missing aclocal-1.15 > checking for autoconf... ${SHELL} /data/motusgdb/motus/netbsd-x86_64/binu= tils-gdb/missing autoconf > checking for autoheader... ${SHELL} /data/motusgdb/motus/netbsd-x86_64/bi= nutils-gdb/missing autoheader > checking whether gcc supports -W... yes > checking whether gcc supports -Wall... yes > checking whether gcc supports -Wnarrowing... yes > checking whether gcc supports -Wwrite-strings... yes > checking whether gcc supports -Wmissing-format-attribute... yes > checking whether gcc supports -Wstrict-prototypes... yes > checking whether gcc supports -Wmissing-prototypes... yes > checking whether gcc supports -Wold-style-definition... yes > checking whether gcc supports -pedantic -Wlong-long... yes > checking whether to enable maintainer-specific portions of Makefiles... no > checking whether gcc supports -Wall... (cached) yes > checking for stdlib.h... (cached) yes > checking for unistd.h... (cached) yes > checking for sys/param.h... yes > checking for getpagesize... yes > checking for working mmap... yes > checking byteswap.h usability... no > checking byteswap.h presence... no > checking for byteswap.h... no > checking for pread... yes > configure: updating cache ./config.cache > checking that generated files are newer than configure... done > configure: creating ./config.status > config.status: creating Makefile > config.status: creating config.h > config.status: executing depfiles commands > gmake[2]: Entering directory '/data/motusgdb/motus/netbsd-x86_64/build/li= bctf' > gmake all-am > gmake[3]: Entering directory '/data/motusgdb/motus/netbsd-x86_64/build/li= bctf' > gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/libctf -D_GNU_SOURCE -I../.= ./binutils-gdb/libctf -I../../binutils-gdb/libctf/../include -I../../binuti= ls-gdb/libctf/../bfd -I../bfd -std=3Dgnu99 -Wall -W -Wall -Wno-narrowing -= Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-pro= totypes -Wold-style-definition -pedantic -Wno-long-long -g -D_GLIBCXX_DEBU= G -MT ctf-archive.o -MD -MP -MF .deps/ctf-archive.Tpo -c -o ctf-archive.o = ../../binutils-gdb/libctf/ctf-archive.c > In file included from ../../binutils-gdb/libctf/ctf-impl.h:25:0, > from ../../binutils-gdb/libctf/ctf-archive.c:20: > ../../binutils-gdb/libctf/../include/ctf-api.h:68:3: error: unknown type = name 'off64_t' > off64_t cts_offset; /* File offset of this section (if any). */ > ^ > ../../binutils-gdb/libctf/ctf-archive.c: In function 'ctf_arc_write': > ../../binutils-gdb/libctf/ctf-archive.c:173:3: warning: implicit declarat= ion of function 'qsort_r' [-Wimplicit-function-declaration] > qsort_r ((ctf_archive_modent_t *) ((char *) archdr > ^ > Makefile:403: recipe for target 'ctf-archive.o' failed > gmake[3]: *** [ctf-archive.o] Error 1 > gmake[3]: Leaving directory '/data/motusgdb/motus/netbsd-x86_64/build/lib= ctf' > Makefile:321: recipe for target 'all' failed > gmake[2]: *** [all] Error 2 > gmake[2]: Leaving directory '/data/motusgdb/motus/netbsd-x86_64/build/lib= ctf' > Makefile:9871: recipe for target 'all-libctf' failed > gmake[1]: *** [all-libctf] Error 2 > gmake[1]: Leaving directory '/data/motusgdb/motus/netbsd-x86_64/build' > Makefile:849: recipe for target 'all' failed > gmake: *** [all] Error 2 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >=20 --iMC6UBzS8tSd9N0kTFrs7jnkHLPZgeWSH-- --KHSVzza9avvvHKdvoY5wO7i2LdXNQyyTc Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" Content-length: 833 -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEELaxVpweEzw+lMDwuS7MI6bAudmwFAlzuHe4ACgkQS7MI6bAu dmwTZBAAu4P8xumuh15UdMmdWdjXTwu28bHBcZ15yc4Zn4hyLAGp3EMXATvvBr88 11b1kbo40TDQk05Yysb683Z7nQ57YDtw4bQDzXNJwFgW27I8pUjz7azOlWYlQQAn DDQOz22yXDpjG5Vlps1wWTdmjj6nnEvd9Q1L3SZCzDiFgYhy5zUYmkrbvboZjiZO 1e20ayjd8MlYqEMEMOtNiUYlYGsuUF+cy0q20lZB5UeAkJVI0GNP4vArG0sSe+Xm y8W0AKCc95ZlgTMplHblW7NA+P6Xpcgn7HqS+ASDpZ4zVlayAIIL55j7CPP7RZXT lrXz4PBgfH35W6gzS9AQxfc5FoGgbwyqiTWAtN0912hblz5kRXwFwkphyErJfg0g D8ssiSvAeRWOoBK9emG9VaL70y5TVs+arORe4TSr52CrZSz9THHqZxTZMHqs2ePI zkD4pLZbT9HigBIl07MPLP9XwYVB8lcxLOIY/4L0An+FvLoMCEShlI/7PshlPa2Z w+inlDhfL8lF5ZssIy9edAhfnF09qyUJyq1aUkcJMR2QGgqTio9h1SOKhhnD3wnq eIb8XQUzz6NZvrRrLmkL/jFOGyvaEDlEiZn2eAWUaitBv53qWj4AVfDyLC3AQCph KWZBuEvX9iyNNBc10bniehZGnZ8yaZEzQ6csOFW09/vP9HOcmMA= =Htrh -----END PGP SIGNATURE----- --KHSVzza9avvvHKdvoY5wO7i2LdXNQyyTc--