Date: Wed, 11 Aug 2021 15:03:54 -0400 From: Ed Maste <emaste@freebsd.org> To: FreeBSD User <freebsd@walstatt-de.de> Cc: FreeBSD CURRENT <freebsd-current@freebsd.org> Subject: Re: ar: warning: can't open file: ccopy.pieo: No such file or directory Message-ID: <CAPyFy2A4XNSbsBzmR-zHzUWf_dngK5x1cvJvruLhLKV=xWrg4g@mail.gmail.com> In-Reply-To: <20210811113956.64df7c5a@thor.intern.walstatt.dynvpn.de> References: <20210811113956.64df7c5a@thor.intern.walstatt.dynvpn.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 11 Aug 2021 at 05:41, FreeBSD User <freebsd@walstatt-de.de> wrote: > > Hallo, > > latest upgrade of CURRENT sources renders buildworld into failure, box is running > FreeBSD 14.0-CURRENT #1 main-n248614-67f508db84b: Wed Aug 11 07:29:11 CEST 2021 amd64: Assuming this was with BEARSSL enabled, it should be fixed with: commit 879675e9a0d84880cad9834e2ef98e8724c5532c Author: Warner Losh <imp@FreeBSD.org> Date: Wed Aug 11 10:59:28 2021 -0600 stand: Add MK_PIE=no to defs.mk There's no need to build both pie and non-pie .o's for stand. There's some other build thing with MK_BEAR_SSL=yes and/or MK_LOADER_VERIEXEC=yes that causes the pie build to fail that the 'ar' stage now. Since we don't need the PIE stuff and the non-PIE stuff, disable PIE for the boot loader. Reviewed by: emaste Sponsored by: Netflix
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAPyFy2A4XNSbsBzmR-zHzUWf_dngK5x1cvJvruLhLKV=xWrg4g>