From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) by sourceware.org (Postfix) with ESMTP id 6E61A3857C6F for ; Wed, 3 Nov 2021 03:07:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6E61A3857C6F Received: by smtp.gentoo.org (Postfix, from userid 559) id C4789342F44; Wed, 3 Nov 2021 03:07:57 +0000 (UTC) Date: Tue, 2 Nov 2021 23:07:55 -0400 From: Mike Frysinger To: will schmidt Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] sim: ppc: use silent build rules here too Message-ID: Mail-Followup-To: will schmidt , gdb-patches@sourceware.org References: <20211031092705.5744-1-vapier@gentoo.org> <1ea9acfe0f21e4b430867d75c8b8529b3a27d197.camel@vnet.ibm.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="WlA9vkLpmaZ6Qf8R" Content-Disposition: inline In-Reply-To: <1ea9acfe0f21e4b430867d75c8b8529b3a27d197.camel@vnet.ibm.com> X-Spam-Status: No, score=-5.4 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Nov 2021 03:07:59 -0000 --WlA9vkLpmaZ6Qf8R Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 02 Nov 2021 18:58, will schmidt wrote: > On Sun, 2021-10-31 at 05:27 -0400, Mike Frysinger via Gdb-patches > wrote: > > The ppc codebase is unique and doesn't leverage common/, so have to > > add silent rules to it specifically. >=20 > I may have evidence to the contrary. :-) I don't see any changes > here or in the recent patches that I can specifically identify as > troublesome, but something seems fishy between sim/ppc/libsim.a and > sim/common/libcommon.a ; I'm seeing this error during recent build > attempts on ppc64le, sometime since late last week.=20 this patch is unrelated to any link failures like this > /home/willschm/install/bin/ld: > ../sim/ppc/libsim.a(callback.o):(.toc+0x10): undefined reference to > `cb_init_errno_map' > /home/willschm/install/bin/ld: > ../sim/ppc/libsim.a(callback.o):(.toc+0x18): undefined reference to > `cb_init_signal_map' > /home/willschm/install/bin/ld: > ../sim/ppc/libsim.a(callback.o):(.toc+0x20): undefined reference to > `cb_init_open_map' you've removed important details from the log ... like what program is failing to link here ? -mike --WlA9vkLpmaZ6Qf8R Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEuQK1JxMl+JKsJRrUQWM7n+g39YEFAmGB/QsACgkQQWM7n+g3 9YHgDhAAhZqtS27ZcX5g728Ax5kXLTg6dP4Kzg2SAmt8g664qtbaJt2CwLUEFDRn dyHx58r6TZQ1dPJcb3byWP8ZXAVYDypSqlGY2mOdmw4GbGnqyImR0wsoCAhfLmgx Gj0FjuzWHPt5dNwDKMpsNVdQ3tfVCwcfKS64hMnD5rsKINbUsSJGk4JljNCoo1Xc IGK9Bropz+q1XV/D7tDp1hPuPyvqg5k5ijkj1OAJ4Jt23i1LTyeaGGsfQDnmU5cp dNHxpGvODdz3gw2Veb4DYniotXQRun7JJmgLYYphyXlkETOeMuxvB/0j+0ZCHoxV yoz9t0kvKTvmMs8zgd0NeXuN/Sbk5tYklILDtpwLCWDD2ktCPXqLx9DFFB5PKFNQ RZm4wMHeMBgOVAY5vE7WybSXgmRirA9e6Rz5xP8xilb/xMF8rSm7Im7RMHSb5qAY 0wW5V+4JuFNj3Agz5l7PQHlJD6+g8nUFtKy0KZYPYg9kensSNXmnPI2fwIWM0L3v gDrw582eO3m2AE5y9Cqt8cr36+Ou+iPFkxkVjnB1tZ/Af3MTr1XvtY1ugTEvIof2 6Kg6ITxka8AtNo8TcKN6KwMgMuz942ociACZ0oWLLiIxI7d3AUVDIllqEAep5LHj W8CV79/0yA+S5ou2o+WSiWMoCDVs9uaKugqQ1Z9UGJlaKbd036I= =1crP -----END PGP SIGNATURE----- --WlA9vkLpmaZ6Qf8R--