public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* scallyweg: ‘strcasecmp’ was not declared in this scope
@ 2024-02-29  6:21 Marco Atzeri
  2024-02-29 16:58 ` Jon Turney
  0 siblings, 1 reply; 4+ messages in thread
From: Marco Atzeri @ 2024-02-29  6:21 UTC (permalink / raw)
  To: cygwin-apps

Hi Jon,

I have a strange case with nco

https://github.com/cygwin/scallywag/actions/runs/8060036334/job/22015501908

While Scallyweg complains about ‘strcasecmp’ scope,
local build runs fine.
I saw the same also on previous build

Can you check ?

Regards
Marco


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

* Re: scallyweg: ‘strcasecmp’ was not declared in this scope
  2024-02-29  6:21 scallyweg: ‘strcasecmp’ was not declared in this scope Marco Atzeri
@ 2024-02-29 16:58 ` Jon Turney
  2024-03-02 17:01   ` Marco Atzeri
  0 siblings, 1 reply; 4+ messages in thread
From: Jon Turney @ 2024-02-29 16:58 UTC (permalink / raw)
  To: Marco Atzeri; +Cc: cygwin-apps

On 29/02/2024 06:21, Marco Atzeri via Cygwin-apps wrote:
> Hi Jon,
> 
> I have a strange case with nco
> 
> https://github.com/cygwin/scallywag/actions/runs/8060036334/job/22015501908
> 
> While Scallyweg complains about ‘strcasecmp’ scope,
> local build runs fine.
> I saw the same also on previous build
> 
> Can you check ?

I can reproduce the build failure locally.

 From a brief inspection, this seems to make sense: strcasecmp is 
unconditionally defined by strings.h, which doesn't seem to be included 
anywhere in antlr.

(There's maybe some way it gets indirectly included, maybe via string.h 
if __BSD_VISIBLE, but perhaps that's due to some local flags settings?)


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

* Re: scallyweg: ‘strcasecmp’ was not declared in this scope
  2024-02-29 16:58 ` Jon Turney
@ 2024-03-02 17:01   ` Marco Atzeri
  2024-03-03 14:27     ` Jon Turney
  0 siblings, 1 reply; 4+ messages in thread
From: Marco Atzeri @ 2024-03-02 17:01 UTC (permalink / raw)
  To: Jon Turney; +Cc: cygwin-apps

On 29/02/2024 17:58, Jon Turney wrote:
> On 29/02/2024 06:21, Marco Atzeri via Cygwin-apps wrote:
>> Hi Jon,
>>
>> I have a strange case with nco
>>
>> https://github.com/cygwin/scallywag/actions/runs/8060036334/job/22015501908
>>
>> While Scallyweg complains about ‘strcasecmp’ scope,
>> local build runs fine.
>> I saw the same also on previous build
>>
>> Can you check ?
> 
> I can reproduce the build failure locally.
> 
>  From a brief inspection, this seems to make sense: strcasecmp is 
> unconditionally defined by strings.h, which doesn't seem to be included 
> anywhere in antlr.
> 
> (There's maybe some way it gets indirectly included, maybe via string.h 
> if __BSD_VISIBLE, but perhaps that's due to some local flags settings?)
> 

thanks for double checking

The problem was subtle; the original and ancient

  https://www.antlr2.org/download/antlr-2.7.7.tar.gz

need patching to work with recent compiler.
I had a different version, with the same name, on my computer
but I forgot to update the SRC_URI, so me locally and scallyweg were 
working on different source packages.

Further info on:
https://nco.sourceforge.net/#Source

Regards
Marco



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

* Re: scallyweg: ‘strcasecmp’ was not declared in this scope
  2024-03-02 17:01   ` Marco Atzeri
@ 2024-03-03 14:27     ` Jon Turney
  0 siblings, 0 replies; 4+ messages in thread
From: Jon Turney @ 2024-03-03 14:27 UTC (permalink / raw)
  To: Marco Atzeri; +Cc: cygwin-apps

On 02/03/2024 17:01, Marco Atzeri via Cygwin-apps wrote:
> On 29/02/2024 17:58, Jon Turney wrote:
>> On 29/02/2024 06:21, Marco Atzeri via Cygwin-apps wrote:
>>> Hi Jon,
>>>
>>> I have a strange case with nco
>>>
>>> https://github.com/cygwin/scallywag/actions/runs/8060036334/job/22015501908
>>>
>>> While Scallyweg complains about ‘strcasecmp’ scope,
>>> local build runs fine.
>>> I saw the same also on previous build
>>>
>>> Can you check ?
>>
>> I can reproduce the build failure locally.
>>
>>  From a brief inspection, this seems to make sense: strcasecmp is 
>> unconditionally defined by strings.h, which doesn't seem to be 
>> included anywhere in antlr.
>>
>> (There's maybe some way it gets indirectly included, maybe via 
>> string.h if __BSD_VISIBLE, but perhaps that's due to some local flags 
>> settings?)
>>
> 
> thanks for double checking

No problem.

> The problem was subtle; the original and ancient
> 
>   https://www.antlr2.org/download/antlr-2.7.7.tar.gz
> 
> need patching to work with recent compiler.
> I had a different version, with the same name, on my computer
> but I forgot to update the SRC_URI, so me locally and scallyweg were 
> working on different source packages.
> 
> Further info on:
> https://nco.sourceforge.net/#Source

Aha! Two archives with the same name but different contents, always great.

There really ought to be a list of hashes for SRC_URI files associated 
with a .cygport file, and cygport should verify them after downloading 
(which would avoid this problem, and related ones), but we've needed 
that feature for a while...


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

end of thread, other threads:[~2024-03-03 14:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-29  6:21 scallyweg: ‘strcasecmp’ was not declared in this scope Marco Atzeri
2024-02-29 16:58 ` Jon Turney
2024-03-02 17:01   ` Marco Atzeri
2024-03-03 14:27     ` Jon Turney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).