From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15085 invoked by alias); 1 Apr 2015 17:16:32 -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 15075 invoked by uid 89); 1 Apr 2015 17:16:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: smtp.gentoo.org Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 01 Apr 2015 17:16:31 +0000 Received: from vapier (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with SMTP id EBC463407DE; Wed, 1 Apr 2015 17:16:28 +0000 (UTC) Date: Wed, 01 Apr 2015 17:16:00 -0000 From: Mike Frysinger To: Richard Earnshaw Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] sim: update zlib handling Message-ID: <20150401171631.GN25224@vapier> Mail-Followup-To: Richard Earnshaw , gdb-patches@sourceware.org References: <1427864905-10106-1-git-send-email-vapier@gentoo.org> <551BFA44.8080404@foss.arm.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="hSZb4FHl1C2xfsUy" Content-Disposition: inline In-Reply-To: <551BFA44.8080404@foss.arm.com> X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00066.txt.bz2 --hSZb4FHl1C2xfsUy Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 895 On 01 Apr 2015 15:01, Richard Earnshaw wrote: > On 01/04/15 06:08, Mike Frysinger wrote: > > With zlib being mandatory, and the updated m4 configs, we need to regen > > and use the new settings w/bfd to avoid linkage errors. > >=20 > > Committed. >=20 > This seems to cause: >=20 > make[3]: *** No rule to make target `-L../zlib', needed by `run'. Stop. > make[3]: Leaving directory `/work/rearnsha/scratch/gnu/gcc/trunk/sim/arm' > make[2]: *** [all] Error 1 >=20 >=20 > The problem seems to be that ZLIB is used in BFD_LIB, which is used in > LIBDEPS which is a dependency for "run". i was seeing some latent issues like that until i deleted the build dir and did it from scratch. didn't bother investigating as incremental builds isn= 't=20 generally something we try to keep working. could you show the exact full paths & configure flags you're using so i can= =20 test over here ? -mike --hSZb4FHl1C2xfsUy Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-length: 819 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJVHCfvAAoJEEFjO5/oN/WBq+MQALMTeMoYGKp7a8IRl2VGaQ4L F903xhyEv9vgEUNwMMbEgDNdJL2NkRgJO9yliuL2pbGBlSWg24t4vUObs1QRy8PH 3O26ZHY8ZIDxr9B2ebcwFWg4eGjopEv27YxwoCbxGzY0Iax9z2ESSwddQpLonabh 3SPyT8WwJ2hfO9anAKLU7EL9UJRq3Inu3nxmJpM0kQi9lkxn1ICD/ypdsbk+QPv6 pXG9r8J4KKO5AheVrQPEDtHChjZfb62Ie81zIgBgtojn8W93jmSzhFkj1WcE1MmP VE8UI/HPWKe2XhuOg/vdqVSc0neFKgfQ5VfiLLjf9RVJ6Q9tr7QhbcorRwd4+I4F s1iZJFQWZK4jSZ4TQKObK4imltG/WLl6ul6HcUuHfUCGS7jU33vdG6arJQmK+4hP jKjvOup49JRgdUan/JyKJGgbxfAuR0Bsu6sV3+I6PmtHRStgDsX/UIs25E2y/YdD bH9F4E8z6sPy2t3YwBWWIgda1/rS+Cj/BrQQgA/UO4gT8ttTdQX1MJsE9+hrXQIf aoUfAcx+Bl30S+hVL1+6Cpa1PFPW0kNffpoPuzwuPAfvZPrdJdp/Ge8wQedtBZXF tEDEIpzIeeSQdW7qoRuovqWF8dCstifQwc6g28d90VsIiAWU/wfaoy/rSCJSny6r BQlOtIEc+PalunYcOgJl =N78X -----END PGP SIGNATURE----- --hSZb4FHl1C2xfsUy--