Re: make check(s) pre-release problems

2022-10-11 Thread Karl Berry
I actually wonder if your sudden "parallelism" failure could be somehow
linked to an update of bash, similar to mine ?

Good idea, but my bash hasn't changed ... I don't doubt there would be
plenty more failures with the new SHLVL change (any such change seems
like a terrible idea, but oh well). Well, more fun in the future. -k



Re: make check(s) pre-release problems

2022-10-11 Thread Frederic Berat
Hello,

I don't know if that will help, or if that is completely unrelated, but I'm
currently stumbling into a weird issue while working on a new package
release for autoconf on Fedora: about 200 tests are now failing, all
related to aclocal checks.
My current investigation shows that it would be related to a bash update
from 5.1.x to 5.2x which seems to have changed the behavior of the "SHLVL"
shell variable.

I actually wonder if your sudden "parallelism" failure could be somehow
linked to an update of bash, similar to mine ?

Fred.

On Fri, Oct 7, 2022 at 6:11 PM Zack Weinberg  wrote:

> On Thu, Oct 6, 2022, at 4:25 PM, Karl Berry wrote:
> > No errors on RHEL7+autoconf2.71
> >
> > Puzzling. Can you easily try RHEL8 or one of its derivatives?
> > It surprises me that that is the culprit, but it seems possible.
>
> Unfortunately, no.  CMU is mostly an Ubuntu shop these days.  It's only
> dumb luck that I happen to have access to a machine that hasn't had a major
> system upgrade since 2012 (and with my day-job hat on I'm actively trying
> to *get* it upgraded -- to Ubuntu.)
>
> zw
>
>


Re: make check(s) pre-release problems

2022-10-11 Thread Zack Weinberg
Please don't top-post on this mailing list.

On Tue, Oct 11, 2022, at 12:15 PM, Frederic Berat wrote:
> On Fri, Oct 7, 2022 at 6:11 PM Zack Weinberg  wrote:
>> On Thu, Oct 6, 2022, at 4:25 PM, Karl Berry wrote:
 No errors on RHEL7+autoconf2.71
>>>
>>> Puzzling. Can you easily try RHEL8 or one of its derivatives?
>>> It surprises me that that is the culprit, but it seems possible.
>>
>> Unfortunately, no.
>
> I don't know if that will help, or if that is completely unrelated,
> but I'm currently stumbling into a weird issue while working on a
> new package release for autoconf on Fedora: about 200 tests are now
> failing, all related to aclocal checks.
>
> My current investigation shows that it would be related to a bash
> update from 5.1.x to 5.2x which seems to have changed the behavior
> of the "SHLVL" shell variable.

This is a known issue, fixed on Autoconf development trunk, see
https://git.savannah.gnu.org/cgit/autoconf.git/commit/?id=412166e185c00d6eacbe67dfcb0326f622ec4020

I intend to make a bugfix release of Autoconf in the near future.

> I actually wonder if your sudden "parallelism" failure could be
> somehow linked to an update of bash, similar to mine ?

It's certainly possible.

zw