public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* unterminated call to function 'firstword' while downloading new sources
@ 2022-04-03 16:32 Matthias Fischer
  2022-04-03 16:36 ` Peter Müller
  0 siblings, 1 reply; 4+ messages in thread
From: Matthias Fischer @ 2022-04-03 16:32 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 631 bytes --]

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: unterminated call to function 'firstword' while downloading new sources
  2022-04-03 16:32 unterminated call to function 'firstword' while downloading new sources Matthias Fischer
@ 2022-04-03 16:36 ` Peter Müller
  2022-04-03 16:54   ` Matthias Fischer
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Müller @ 2022-04-03 16:36 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1207 bytes --]

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: unterminated call to function 'firstword' while downloading new sources
  2022-04-03 16:36 ` Peter Müller
@ 2022-04-03 16:54   ` Matthias Fischer
  2022-04-03 18:26     ` Matthias Fischer
  0 siblings, 1 reply; 4+ messages in thread
From: Matthias Fischer @ 2022-04-03 16:54 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1695 bytes --]

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: unterminated call to function 'firstword' while downloading new sources
  2022-04-03 16:54   ` Matthias Fischer
@ 2022-04-03 18:26     ` Matthias Fischer
  0 siblings, 0 replies; 4+ messages in thread
From: Matthias Fischer @ 2022-04-03 18:26 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2465 bytes --]

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
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-04-03 18:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-03 16:32 unterminated call to function 'firstword' while downloading new sources Matthias Fischer
2022-04-03 16:36 ` Peter Müller
2022-04-03 16:54   ` Matthias Fischer
2022-04-03 18:26     ` Matthias Fischer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox