[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 5.2.1: test suite is failing
From: |
arnold |
Subject: |
Re: 5.2.1: test suite is failing |
Date: |
Fri, 25 Nov 2022 09:47:16 -0700 |
User-agent: |
Heirloom mailx 12.5 7/5/10 |
Hello.
Thank you for the bug report.
In the future, please use the gawkbug script to send reports,
as it includes important information. Please also see
https://www.gnu.org/software/gawk/manual/html_node/Bugs.html.
Tomasz Kłoczko <kloczko.tomasz@gmail.com> wrote:
> Hi,
>
> Looks like test suite of the 5.2.1 is failing
What system are you using? (OS, version, architecture and compiler)
How did you compile gawk?
> + /usr/bin/make -O -j48 V=1 VERBOSE=1 check
The output from this is very verbose, making it difficult to see
actual problems. It would be better to just use `make check'.
> egrep: warning: egrep is obsolescent; using grep -E
This seems to be one issue, but probably not important.
> pma
> make[3]: *** [Makefile:2262: pma] Error 139
> make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/gawk-5.2.1/test'
> make[2]: *** [Makefile:2248: pma-tests] Error 2
> make[2]: *** Waiting for unfinished jobs....
This appears to be what concerns you. This means that the persistent
memory test failed for some reason. If you don't intend to use that
feature, then you can ignore the failure, everything else is working fine.
Otherwise, I need more information about your system before attempting
to deal with this.
Thanks,
Arnold