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, > > no problem - I was just typing around... ;-) > > First thing I found: > > In 'lfs/Config' I added a somehow missing ")" in line 350 after "(notdir > $@))..." > > But that didn't make it. > > Now - after deleting 'monit-5.32.0.tar.gz' from my local cache - I get: > > ... > Apr 3 16:40:41: Building monit b2sum: /tmp/monit-5.32.0.tar.gz: No such > file or directory > ... > > Hm... > > On 03.04.2022 18:36, Peter Müller wrote: >> Hello Matthias, >> >> yes, I just experienced the same thing with an updated version of smartmontools. >> >> 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 back. >> >> Sorry for the mess - feel free to compile things against the "master" branch, >> using MD5 checksums. I will convert the patches for BLAKE2 if you submit them, >> so you can continue working. >> >> Thanks, and best regards, >> Peter Müller >> >> >>> Hi, >>> >>> interesting error: >>> >>> While running './make.sh downloadsrc' I'm getting these errors for files >>> that didn't exist in the local cache of my 'Devel': >>> >>> ***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*** >>> >>> After downloading these three files manually, all went through, "all >>> files BLAKE2 checksum match". >>> >>> Anyone else? >>> >>> Best, >>> Matthias >