From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: Re: unterminated call to function 'firstword' while downloading new sources Date: Sun, 03 Apr 2022 20:26:51 +0200 Message-ID: <87014a86-a8b9-bda1-44a6-292267a3e392@ipfire.org> In-Reply-To: <04653d83-7183-f400-d674-7f1a0d76a4f8@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2220619984211969613==" List-Id: --===============2220619984211969613== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi Peter, it's still interesting...: ;-) After "pulling" the missing bracket I get the error described below, but only the first time. E.g., I delete 'monit-5.32.0.tar.gz' from my local cache. Next, I run './make.sh downloadsrc'. Result: I get complains about "Building monit b2sum: /tmp/monit-5.32.0.tar.gz: No such file or directory" *Immediately* afterwards I run './make.sh downloadsrc' again. No complains, everything is ok, 'monit-5.32.0.tar.gz' is present in local cache - "all files BLAKE2 checksum match". Tested with 'monit 5.32.0', 'minicom 2.8' and 'ncurses 6.3' (all tar.gz). Best, Matthias On 03.04.2022 18:54, Matthias Fischer wrote: > Hi Peter, >=20 > no problem - I was just typing around... ;-) >=20 > First thing I found: >=20 > In 'lfs/Config' I added a somehow missing ")" in line 350 after "(notdir > $@))..." >=20 > But that didn't make it. >=20 > Now - after deleting 'monit-5.32.0.tar.gz' from my local cache - I get: >=20 > ... > Apr 3 16:40:41: Building monit b2sum: /tmp/monit-5.32.0.tar.gz: No such > file or directory > ... >=20 > Hm... >=20 > On 03.04.2022 18:36, Peter M=C3=BCller wrote: >> Hello Matthias, >>=20 >> yes, I just experienced the same thing with an updated version of smartmon= tools. >>=20 >> This looks like I broke something while switching the checksum algorithm. = Not >> being very familiar to Makefiles, I will try to figure it out and report b= ack. >>=20 >> Sorry for the mess - feel free to compile things against the "master" bran= ch, >> using MD5 checksums. I will convert the patches for BLAKE2 if you submit t= hem, >> so you can continue working. >>=20 >> Thanks, and best regards, >> Peter M=C3=BCller >>=20 >>=20 >>> Hi, >>>=20 >>> interesting error: >>>=20 >>> While running './make.sh downloadsrc' I'm getting these errors for files >>> that didn't exist in the local cache of my 'Devel': >>>=20 >>> ***SNIP*** >>> Building monit Config:347: *** unterminated call to function >>> 'firstword': missing ')'. Stop. >>> ... >>> Apr 3 16:23:50: Building util-linux Config:347: *** unterminated call >>> to function 'firstword': missing ')'. Stop. >>> ... >>> Apr 3 16:27:44: Building zlib Config:347: *** unterminated call to >>> function 'firstword': missing ')'. Stop. >>> ***SNAP*** >>>=20 >>> After downloading these three files manually, all went through, "all >>> files BLAKE2 checksum match". >>>=20 >>> Anyone else? >>>=20 >>> Best, >>> Matthias >=20 --===============2220619984211969613==--