From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: Re: Toolchain errors during make build Date: Wed, 15 Feb 2023 09:36:52 +0100 Message-ID: In-Reply-To: <71B94B85-D8A2-4220-885C-E1484554FFAD@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1138918112048987270==" List-Id: --===============1138918112048987270== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi Jon, On 14/02/2023 22:43, jon wrote: > All, > > I started with a new `git clone git://git.ipfire.org/ipfire-2.x.git`. And = I keep getting toolchain errors during the make build. > > I seem to remember a recent change to the toolchain. And the errors are re= lated to a newer date toolchain build that I do not have. A new toolchain was released. You need to run ./make gettoolchain As standard when I do a new build I run ./make gettoolchain ./make downloadsrc ./make clean ./make build The gettoolchain most of the time comes back with " latest toolchain=20 already downloaded" but occasionally, like a couple of days ago, it=20 downloaded and checked the b2 sum of a new toolchain. I think for a new clone you definitely need to do the whole set of commands. Regards, Adolf. > This is what I see: > ``` > Packaged toolchain compilation > b2sum: /home/Jon/development/ipfire-2.x/cache/toolchains/ipfire-2.27-toolch= ain-20230210-x86_64.tar.zst: No such file or directory > cat: /home/jon/development/ipfire-2.x/cache/toolchains/ipfire-2.27-toolchai= n-20230210-x86_64.b2: No such file or directory > ./make.sh: line 1827: /home/jon/development/ipfire-2.x/cache/toolchains/ipf= ire-2.27-toolchain-20230210-x86_64.tar.zst: No such file or directory > tar: This does not look like a tar archive > tar: Exiting with failure status due to previous errors > Checking for necessary space on disk = [ DONE ] > chroot: failed to run command 'env': No such file or directory > Building LFS > ``` > > The toolchain files I have are > ``` > ipfire-2.27-toolchain-20220808-x86_64.b2 > ipfire-2.27-toolchain-20220808-x86_64.tar.zst > ``` > > Does this make sense? > Jon > > > > Jon Murphy > jon.murphy(a)ipfire.org > > > --=20 Sent from my laptop --===============1138918112048987270==--