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