From owner-dev-commits-src-main@freebsd.org Thu Aug 12 08:03:08 2021 Return-Path: Delivered-To: dev-commits-src-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2112566617F; Thu, 12 Aug 2021 08:03:08 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GlfM00B0dz3vV5; Thu, 12 Aug 2021 08:03:08 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [IPv6:2001:470:7a58:1::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "R3" (verified OK)) (Authenticated sender: dim) by smtp.freebsd.org (Postfix) with ESMTPSA id C2A37211A0; Thu, 12 Aug 2021 08:03:07 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from smtpclient.apple (unknown [IPv6:2001:470:7a58:0:28ab:4f5b:fc9e:e5fa]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id E532750DDA; Thu, 12 Aug 2021 10:03:05 +0200 (CEST) From: Dimitry Andric Message-Id: <3ED3B825-9D07-41E4-8053-043330232FA6@FreeBSD.org> Content-Type: multipart/signed; boundary="Apple-Mail=_B3B00E4E-7A5A-4705-B6A8-3EAAEB1EAFB0"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.120.0.1.13\)) Subject: Re: Rbuildworld failure: ar: warning: can't open file: x509_minimal.pieo (an other .pieo files) Date: Thu, 12 Aug 2021 10:02:50 +0200 In-Reply-To: <20210811122247.42b24b7e@thor.intern.walstatt.dynvpn.de> Cc: Alexander Motin , "src-committers@freebsd.org" , "dev-commits-src-all@freebsd.org" , "dev-commits-src-main@freebsd.org" To: FreeBSD User References: <202108110218.17B2IZ1q006958@gitrepo.freebsd.org> <20210811114645.3c4fb095@thor.intern.walstatt.dynvpn.de> <20210811122247.42b24b7e@thor.intern.walstatt.dynvpn.de> X-Mailer: Apple Mail (2.3654.120.0.1.13) X-BeenThere: dev-commits-src-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for the main branch of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Aug 2021 08:03:08 -0000 --Apple-Mail=_B3B00E4E-7A5A-4705-B6A8-3EAAEB1EAFB0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 11 Aug 2021, at 12:22, FreeBSD User wrote: >=20 > Am Wed, 11 Aug 2021 11:46:18 +0200 > FreeBSD User schrieb: >> Am Wed, 11 Aug 2021 02:18:35 GMT >> Alexander Motin schrieb: ... > After a fresh build from scratch the error reported in the first = message seems to be a bit > cloudy, but after restarting the buildworld again (without cleanup the = world), I (naively) > guess the error shown then (see below) covers a bit more of the source = of the fault. ... > zstd_shim.pieo zstd.pieo ar: warning: can't open file: ccopy.pieo: No = such file or directory > ar: warning: can't open file: dec32be.pieo: No such file or directory = ar: warning: can't open > file: dec64be.pieo: No such file or directory ar: warning: can't open = file: enc32be.pieo: No > such file or directory ar: warning: can't open file: enc64be.pieo: No = such file or directory > ar: warning: can't open file: pemdec.pieo: No such file or directory = ar: warning: can't open > file: ec_all_m31.pieo: No such file or directory ar: warning: can't = open file: This is because ar started returning failures for missing object files. It should now be fixed by Warner's commit = https://cgit.freebsd.org/src/commit/?id=3D879675e9a0d84880cad9834e2ef98e87= 24c5532c ("stand: Add MK_PIE=3Dno to defs.mk"). -Dimitry --Apple-Mail=_B3B00E4E-7A5A-4705-B6A8-3EAAEB1EAFB0 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.2 iF0EARECAB0WIQR6tGLSzjX8bUI5T82wXqMKLiCWowUCYRTVqgAKCRCwXqMKLiCW o4aGAKDrJV0PunrGiXi9dMjoa8Vpw75dXACgmwhsuq1abzTL1WjoPu5H0Y4Yp1M= =PEa8 -----END PGP SIGNATURE----- --Apple-Mail=_B3B00E4E-7A5A-4705-B6A8-3EAAEB1EAFB0--