Re: automake-1.17 fails with latest Perl (5.41.8) - Possible precedence problem between ! and numeric eq (==)

2025-02-05 Thread Jacob Bachmeyer
On 2/5/25 16:18, Karl Berry wrote: Hi Jacob, If a plain "use warnings;" in a script overrides setting PERL5OPT=-Mwarnings=FATAL,all in the environment, Fortunately, it was my mistake. I got confused in the testing I was doing. use warnings; in a script does not override that PERL5OPT

Re: automake-1.17 fails with latest Perl (5.41.8) - Possible precedence problem between ! and numeric eq (==)

2025-02-05 Thread Karl Berry
Hi Jacob, If a plain "use warnings;" in a script overrides setting PERL5OPT=-Mwarnings=FATAL,all in the environment, Fortunately, it was my mistake. I got confused in the testing I was doing. use warnings; in a script does not override that PERL5OPT setting. I'll fix the intentional w

Re: "make dist" bug with "EXTRA_DIST += dirname" and built-in rule for "dirname.c"

2025-02-05 Thread Karl Berry
https://review.openocd.org/c/openocd/+/8600 If you check out OpenOCD before that commit Not sure I'm up for debugging your source tree, but to take a first look, can you tell me what command(s) to run to get this checkout please? I have no idea, sorry. It didn't happen always That's

Re: "make dist" bug with "EXTRA_DIST += dirname" and built-in rule for "dirname.c"

2025-02-05 Thread R. Diez
> [...] > Looking again at your message from last November (sorry) >https://lists.gnu.org/archive/html/automake/2024-11/msg0.html > I am puzzled as to what's going on. > Maybe you can provide a runnable example of the problem? First of all, thanks for your interest in getting to the bottom

Re: "make dist" bug with "EXTRA_DIST += dirname" and built-in rule for "dirname.c"

2025-02-05 Thread Karl Berry
Hi, Subject: "make dist" bug with "EXTRA_DIST += dirname" and built-in rule for "dirname.c" Looking again at your message from last November (sorry) https://lists.gnu.org/archive/html/automake/2024-11/msg0.html I am puzzled as to what's going on. Maybe you can provide a runnable ex