From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 64774 invoked by alias); 25 Jun 2015 14:23:55 -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 64752 invoked by uid 89); 25 Jun 2015 14:23:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.2 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: lug-owl.de Received: from lug-owl.de (HELO lug-owl.de) (195.71.106.12) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 25 Jun 2015 14:23:52 +0000 Received: by lug-owl.de (Postfix, from userid 1001) id AFE99F0215; Thu, 25 Jun 2015 16:23:48 +0200 (CEST) Date: Thu, 25 Jun 2015 14:23:00 -0000 From: Jan-Benedict Glaw To: Iain Buclaw Cc: gdb-patches@sourceware.org Subject: [BUILDROBOT] asprintf() no longer declared (was: [PATCH v2 1/2] Sync libiberty with gcc upstream) Message-ID: <20150625142348.GO16812@lug-owl.de> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="YC8Ek3FeOE8ywfXk" Content-Disposition: inline In-Reply-To: X-gpg-fingerprint: 250D 3BCF 7127 0D8C A444 A961 1DBD 5E75 8399 E1BB X-gpg-key: wwwkeys.de.pgp.net X-Echelon-Enable: howto poison arsenous mail psychological biological nuclear warfare test the bombastical terror of flooding the spy listeners explosion sex drugs and rock'n'roll X-TKUeV: howto poison arsenous mail psychological biological nuclear warfare test the bombastical terror of flooding the spy listeners explosion sex drugs and rock'n'roll User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2015-06/txt/msg00549.txt.bz2 --YC8Ek3FeOE8ywfXk Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 2562 Hi Iain, On Fri, 2015-06-19 17:18:38 +0200, Iain Buclaw wro= te: > Belated attempt at downstreaming libiberty changes from upstream. > Split it into two patches, one with dlang related changes, the other > with everything else. >=20 > As requested, commits have been replayed ontop of gdb rather than a > straight diff between the directories. [...] Seems there were some minor changes in libiberty which breaks code generation on non-GNU systems due to missing asprintf(). On the AIX builder (gcc111.fsffrance.org), I see build failures in Binutils since then, see ie. http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=3D448549: /bin/sh ./libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -I/= home/jbglaw/repos/binutils_gdb/bfd -I. -I/home/jbglaw/repos/binutils_gdb/bf= d -I/home/jbglaw/repos/binutils_gdb/bfd/../include -DHAVE_cr16_elf32_vec -= DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=3D'"/hom= e/jbglaw/build/cr16-elf/_install_/bin"' -W -Wall -Wstrict-prototypes -Wmis= sing-prototypes -Wshadow -Werror -I/home/jbglaw/repos/binutils_gdb/bfd/../z= lib -g -O2 -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c -o bfd.lo /home/jbglaw/r= epos/binutils_gdb/bfd/bfd.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/jbglaw/repos/binutils_gd= b/bfd -I. -I/home/jbglaw/repos/binutils_gdb/bfd -I/home/jbglaw/repos/binuti= ls_gdb/bfd/../include -DHAVE_cr16_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf3= 2_be_vec -DHAVE_plugin_vec -DBINDIR=3D\"/home/jbglaw/build/cr16-elf/_instal= l_/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror= -I/home/jbglaw/repos/binutils_gdb/bfd/../zlib -g -O2 -MT bfd.lo -MD -MP -M= F .deps/bfd.Tpo -c /home/jbglaw/repos/binutils_gdb/bfd/bfd.c -o bfd.o /home/jbglaw/repos/binutils_gdb/bfd/bfd.c: In function 'bfd_errmsg': /home/jbglaw/repos/binutils_gdb/bfd/bfd.c:543:7: error: implicit declaratio= n of function 'asprintf' [-Werror=3Dimplicit-function-declaration] if (asprintf (&buf, _(bfd_errmsgs [error_tag]), input_bfd->filename,= msg) ^ cc1: all warnings being treated as errors make[3]: *** [bfd.lo] Error 1 make[3]: Leaving directory `/home/jbglaw/build/cr16-elf/build-binutils-full= /bfd' MfG, JBG --=20 Jan-Benedict Glaw jbglaw@lug-owl.de +49-172-7608481 Signature of: "really soon now": an unspecified period of time= , likly to the second : be greater than any reasonabl= e definition of "soon". --YC8Ek3FeOE8ywfXk Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-length: 181 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlWMDvQACgkQHb1edYOZ4bs2RQCfdR+f0zVsmmPgCWEM3RIBsbM4 91gAn3WJgRKti86davVSJInZKMVO7cza =9ccN -----END PGP SIGNATURE----- --YC8Ek3FeOE8ywfXk--