From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: Problem with trying to do downloadsrc and build Date: Mon, 04 Apr 2022 14:51:47 +0200 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5684283222666152980==" List-Id: --===============5684283222666152980== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi All, I am trying to run a build. First time for a week or so but had some problems= . Build is now running but I thought I would flag up what happened so far. I ran git pull origin next to get my repository updated. Then I ran ./make.sh gettoolchain which came back with Toolchain is already downloaded. Exiting... Then I ran ./make.sh downloadsrc and for several packages that were not in my= cache it then downloaded the missing package into my computers /tmp/ directo= ry and then looked for the file in my build cache/ directory and said it was = not available. I copied the missing file from my /tmp/ directory to my build cache/ director= y and reran downloadsrc and repeated the copying for each file that it downlo= aded into /tmp/ 11 in total. I had a look in the downloadsrc section of make.sh but could not figure out w= hy it was placing the files in /tmp/ After all files were in my cache then downloadsrc successfully went through t= he whole sequence including all the BLAKE sums matching. Then I ran ./make.sh clean and then ./make.sh build which then gave me the fo= llowing failure. Packaged toolchain compilation cat: /home/ahb/sandbox/ipfire-2.x/cache/toolchains/ipfire-2.27-toolchain-2022= 0203-x86_64.b2: No such file or directory ./make.sh: line 1847: [: 2c8f3ff0e2bdc638c1470e27dc1ed51a2681ed56480f1b62d8fc= 7e8c16e5da745333972e9fcda997d62f2927626e3e6ae7510697d0064d178fc3e96d0a3696ba:= unary operator expected ERROR: /home/ahb/sandbox/ipfire-2.x/cache/toolchains/ipfire-2.27-toolchain-20= 220203-x86_64 BLAKE2 checksum did not match, check downloaded package=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [ FAIL ] =C2=A0=C2=A0=C2=A0 Check /home/ahb/sandbox/ipfire-2.x/log/_build.preparation= .log for errors if applic[ FAIL ] This looks like it was trying to find the .b2 file for the toolchain and what= was in my cache was the .md5 version. I then deleted all my old toolchains a= nd reran gettoolchain which then downloaded the same version of toolchain but= with the .b2 blakesum file. Build is now running, hopefully through to the end without any hiccups. Regards, Adolf. --===============5684283222666152980==--