platform-testers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [platform-testers] GNU make 4.3.91 release candidate available


From: Nelson H. F. Beebe
Subject: Re: [platform-testers] GNU make 4.3.91 release candidate available
Date: Wed, 19 Oct 2022 06:11:06 -0600

I did test builds of GNU make 4.3.91 on 43 different systems in our
test lab.  Of those, 12 reported no failures, and the newly built make
has been installed.

Below is a summary of the build or test failures: many appear to be
due to short timeouts, which seems rather silly:

------------------------------------------------------------------------

On the machine

        Mac Studio Darwin 21.5.0 (Apple M1 Ultra 20-core, 64GB RAM); macOS 12.4 
(21F79) Monterey

I got numerous failures in my default build environment.

I then did a fresh build in a different directory with the path
reduced to PATH=/bin:/usr/bin:/sbin:/usr/sbin and other environment
variables removed.  The "gcc" compiler (Apple's lie) is really

        Apple clang version 14.0.0 (clang-1400.0.29.102)

All tests passed, and I installed the new make.

------------------------------------------------------------------------

On CentOS 5 x86_64, I got a compilation error:

/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H   -Isrc -I./src -Ilib -I./lib            
\
    -DLIBDIR=\"/usr/local/lib64\" -DLOCALEDIR=\"/usr/local/share/locale\"       
\
    -pthread -I/usr/local/include -g -O2 -MT src/rule.o -MD -MP -MF             
\
    $depbase.Tpo -c -o src/rule.o src/rule.c &&                                 
\
    mv -f $depbase.Tpo $depbase.Po
src/rule.c:97:59: error: macro "mempcpy" requires 3 arguments, but only 2 given
src/rule.c: In function 'get_rule_defn':
src/rule.c:97: warning: assignment from incompatible pointer type
src/rule.c:110:59: error: macro "mempcpy" requires 3 arguments, but only 2 given
src/rule.c:110: warning: assignment from incompatible pointer type

------------------------------------------------------------------------

On Solaris 11.4 x86_64, I got these test failures:

features/jobserver ...................................... 
Test timed out after 5 seconds
Error running /export/build/cc/make-4.3.91/tests/../make (expected 0; got 14)
/export/build/cc/make-4.3.91/tests/scripts/features/jobserver:29: 
/export/build/cc/make-4.3.91/tests/../make -f work/features/jobserver.mk.1

Caught signal 14!
FAILED (11/12 passed)

features/parallelism .................................... Error running 
/export/build/cc/make-4.3.91/tests/../make (expected 0; got 14)
/export/build/cc/make-4.3.91/tests/scripts/features/parallelism:80: 
/export/build/cc/make-4.3.91/tests/../make -f work/features/parallelism.mk.5 -j2

Test timed out after 7 seconds

Caught signal 14!

------------------------------------------------------------------------

On CentOS 7 x86 and CentOS 8 Stream x86_64 and EuroLinux 8 x86_64

features/output-sync .................................... Error running 
/local/build/cc/make-4.3.91/tests/../make (expected 0; got 512)
/local/build/cc/make-4.3.91/tests/scripts/features/output-sync:120: 
/local/build/cc/make-4.3.91/tests/../make -f work/features/output-sync.mk -j 
-Orecurse
Error running /local/build/cc/make-4.3.91/tests/../make (expected 0; got 512)
/local/build/cc/make-4.3.91/tests/scripts/features/output-sync:146: 
/local/build/cc/make-4.3.91/tests/../make -f work/features/output-sync.mk.1 -j 
--output-sync=target
Error running /local/build/cc/make-4.3.91/tests/../make (expected 0; got 512)
/local/build/cc/make-4.3.91/tests/scripts/features/output-sync:173: 
/local/build/cc/make-4.3.91/tests/../make -f work/features/output-sync.mk.1 -j 
--output-sync=target x=
Error running /local/build/cc/make-4.3.91/tests/../make (expected 15; got 512)
/local/build/cc/make-4.3.91/tests/scripts/features/output-sync:355: 
/local/build/cc/make-4.3.91/tests/../make -f work/features/output-sync.mk.15 -O 
-j2
FAILED (12/16 passed)

functions/wildcard ...................................... FAILED (8/10 passed)

------------------------------------------------------------------------

On CentOS 7 x86_64, I got one failure that is seen on several systems:

functions/wildcard ...................................... FAILED (8/10 passed)

------------------------------------------------------------------------

AlmaLinux 8: same as CentOS 7 x86

------------------------------------------------------------------------

AlmaLinux 9 and EuroLinux 9 and Rocky Linux 9:

make  check-local
make[2]: Entering directory '/local/build/cc/make-4.3.91'
cd tests && perl  ./run_make_tests.pl -srcdir /local/build/cc/make-4.3.91 -make 
../make 
Can't locate FindBin.pm in @INC (you may need to install the FindBin module) 
(@INC contains: /usr/local/lib64/perl5/5.32 /usr/local/share/perl5/5.32 
/usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 
/usr/share/perl5) at ./run_make_tests.pl line 31.
BEGIN failed--compilation aborted at ./run_make_tests.pl line 31.

------------------------------------------------------------------------

On DragonFlyBSD 6.2.1 x86_64:

features/grouped_targets ................................ FAILED (18/19 passed)

------------------------------------------------------------------------

On FreeBSD 14.0 x86_64:

features/load ........................................... 
Test timed out after 5 seconds
Error running /local/build/cc/make-4.3.91/tests/../make (expected 0; got 14)
/local/build/cc/make-4.3.91/tests/scripts/features/load:113: 
/local/build/cc/make-4.3.91/tests/../make -f work/features/load.mk.4

Caught signal 14!

Test timed out after 5 seconds
Error running /local/build/cc/make-4.3.91/tests/../make (expected 0; got 14)
/local/build/cc/make-4.3.91/tests/scripts/features/load:125: 
/local/build/cc/make-4.3.91/tests/../make -f work/features/load.mk.5 
--warn-undefined-variables

Caught signal 14!
Error running /local/build/cc/make-4.3.91/tests/../make (expected 0; got 512)
/local/build/cc/make-4.3.91/tests/scripts/features/load:139: 
/local/build/cc/make-4.3.91/tests/../make -f work/features/load.mk.6
FAILED (4/7 passed)

------------------------------------------------------------------------

On Navy Linux 8 x86_64:

features/output-sync .................................... Error running 
/local/build/cc/make-4.3.91/tests/../make (expected 0; got 512)
/local/build/cc/make-4.3.91/tests/scripts/features/output-sync:146: 
/local/build/cc/make-4.3.91/tests/../make -f work/features/output-sync.mk.1 -j 
--output-sync=target
FAILED (15/16 passed)
features/override ....................................... ok     (4 passed)
features/parallelism .................................... Error running 
/local/build/cc/make-4.3.91/tests/../make (expected 0; got 14)
/local/build/cc/make-4.3.91/tests/scripts/features/parallelism:150: 
/local/build/cc/make-4.3.91/tests/../make -f work/features/parallelism.mk.9

Test timed out after 5 seconds

Caught signal 14!
FAILED (12/13 passed)

features/patternrules ................................... Error running 
/local/build/cc/make-4.3.91/tests/../make (expected 0; got 14)
/local/build/cc/make-4.3.91/tests/scripts/features/patternrules:361: 
/local/build/cc/make-4.3.91/tests/../make -f work/features/patternrules.mk.22

Test timed out after 5 seconds

Caught signal 14!
Error running /local/build/cc/make-4.3.91/tests/../make (expected 0; got 512)
/local/build/cc/make-4.3.91/tests/scripts/features/patternrules:374: 
/local/build/cc/make-4.3.91/tests/../make -f work/features/patternrules.mk.23
FAILED (67/69 passed)

------------------------------------------------------------------------

On Rocky Linux 8 x86_64:

features/vpathplus ...................................... Error running 
/local/build/cc/make-4.3.91/tests/../make (expected 0; got 14)
/local/build/cc/make-4.3.91/tests/scripts/features/vpathplus:24: 
/local/build/cc/make-4.3.91/tests/../make -f work/features/vpathplus.mk general

Test timed out after 5 seconds

Caught signal 14!
FAILED (3/4 passed)

------------------------------------------------------------------------

Springdale 8 x86_64:

features/output-sync .................................... Error running 
/local/build/cc/make-4.3.91/tests/../make (expected 0; got 512)
/local/build/cc/make-4.3.91/tests/scripts/features/output-sync:120: 
/local/build/cc/make-4.3.91/tests/../make -f work/features/output-sync.mk -j 
-Orecurse
Error running /local/build/cc/make-4.3.91/tests/../make (expected 0; got 512)
/local/build/cc/make-4.3.91/tests/scripts/features/output-sync:146: 
/local/build/cc/make-4.3.91/tests/../make -f work/features/output-sync.mk.1 -j 
--output-sync=target
Error running /local/build/cc/make-4.3.91/tests/../make (expected 0; got 512)
/local/build/cc/make-4.3.91/tests/scripts/features/output-sync:173: 
/local/build/cc/make-4.3.91/tests/../make -f work/features/output-sync.mk.1 -j 
--output-sync=target x=
Error running /local/build/cc/make-4.3.91/tests/../make (expected 15; got 512)
/local/build/cc/make-4.3.91/tests/scripts/features/output-sync:355: 
/local/build/cc/make-4.3.91/tests/../make -f work/features/output-sync.mk.15 -O 
-j2
FAILED (12/16 passed)

------------------------------------------------------------------------

Ubuntu 22.04 x86_64:

features/output-sync .................................... FAILED (15/16 passed)

------------------------------------------------------------------------

On VzLinux 8 and Oracle 8 x86_64:

features/output-sync .................................... Error running 
/local/build/cc/make-4.3.91/tests/../make (expected 0; got 512)
/local/build/cc/make-4.3.91/tests/scripts/features/output-sync:120: 
/local/build/cc/make-4.3.91/tests/../make -f work/features/output-sync.mk -j 
-Orecurse
Error running /local/build/cc/make-4.3.91/tests/../make (expected 15; got 512)
/local/build/cc/make-4.3.91/tests/scripts/features/output-sync:355: 
/local/build/cc/make-4.3.91/tests/../make -f work/features/output-sync.mk.15 -O 
-j2
FAILED (14/16 passed)

------------------------------------------------------------------------

On CentOS 7 x86_64:

functions/guile ......................................... Error running 
/local/build/cc/make-4.3.91/tests/../make (expected 0; got 139)
/local/build/cc/make-4.3.91/tests/scripts/functions/guile:30: 
/local/build/cc/make-4.3.91/tests/../make -f work/functions/guile.mk

Caught signal 11!
Error running /local/build/cc/make-4.3.91/tests/../make (expected 0; got 139)
/local/build/cc/make-4.3.91/tests/scripts/functions/guile:43: 
/local/build/cc/make-4.3.91/tests/../make -f work/functions/guile.mk.1

Caught signal 11!
Error running /local/build/cc/make-4.3.91/tests/../make (expected 0; got 139)
/local/build/cc/make-4.3.91/tests/scripts/functions/guile:57: 
/local/build/cc/make-4.3.91/tests/../make -f work/functions/guile.mk.2

Caught signal 11!
Error running /local/build/cc/make-4.3.91/tests/../make (expected 0; got 139)
/local/build/cc/make-4.3.91/tests/scripts/functions/guile:65: 
/local/build/cc/make-4.3.91/tests/../make -f work/functions/guile.mk.3

Caught signal 11!
Error running /local/build/cc/make-4.3.91/tests/../make (expected 0; got 139)
/local/build/cc/make-4.3.91/tests/scripts/functions/guile:75: 
/local/build/cc/make-4.3.91/tests/../make -f work/functions/guile.mk.4

Caught signal 11!
Error running /local/build/cc/make-4.3.91/tests/../make (expected 0; got 139)
/local/build/cc/make-4.3.91/tests/scripts/functions/guile:82: 
/local/build/cc/make-4.3.91/tests/../make -f work/functions/guile.mk.5

Caught signal 11!
Error running /local/build/cc/make-4.3.91/tests/../make (expected 0; got 139)
/local/build/cc/make-4.3.91/tests/scripts/functions/guile:90: 
/local/build/cc/make-4.3.91/tests/../make -f work/functions/guile.mk.6

Caught signal 11!
Error running /local/build/cc/make-4.3.91/tests/../make (expected 0; got 139)
/local/build/cc/make-4.3.91/tests/scripts/functions/guile:98: 
/local/build/cc/make-4.3.91/tests/../make -f work/functions/guile.mk.7 FIB=10

Caught signal 11!
FAILED (0/8 passed)

functions/wildcard ...................................... FAILED (8/10 passed)

------------------------------------------------------------------------

On CentOS 5 IA-64 Itanium:

functions/guile ......................................... Error running 
/export/home/build/cc/make-4.3.91/tests/../make (expected 0; got 11)
/export/home/build/cc/make-4.3.91/tests/scripts/functions/guile:30: 
/export/home/build/cc/make-4.3.91/tests/../make -f work/functions/guile.mk

Caught signal 11!
Error running /export/home/build/cc/make-4.3.91/tests/../make (expected 0; got 
11)
/export/home/build/cc/make-4.3.91/tests/scripts/functions/guile:43: 
/export/home/build/cc/make-4.3.91/tests/../make -f work/functions/guile.mk.1

Caught signal 11!
Error running /export/home/build/cc/make-4.3.91/tests/../make (expected 0; got 
11)
/export/home/build/cc/make-4.3.91/tests/scripts/functions/guile:57: 
/export/home/build/cc/make-4.3.91/tests/../make -f work/functions/guile.mk.2

Caught signal 11!
Error running /export/home/build/cc/make-4.3.91/tests/../make (expected 0; got 
11)
/export/home/build/cc/make-4.3.91/tests/scripts/functions/guile:65: 
/export/home/build/cc/make-4.3.91/tests/../make -f work/functions/guile.mk.3

Caught signal 11!
Error running /export/home/build/cc/make-4.3.91/tests/../make (expected 0; got 
11)
/export/home/build/cc/make-4.3.91/tests/scripts/functions/guile:75: 
/export/home/build/cc/make-4.3.91/tests/../make -f work/functions/guile.mk.4

Caught signal 11!
Error running /export/home/build/cc/make-4.3.91/tests/../make (expected 0; got 
11)
/export/home/build/cc/make-4.3.91/tests/scripts/functions/guile:82: 
/export/home/build/cc/make-4.3.91/tests/../make -f work/functions/guile.mk.5

Caught signal 11!
Error running /export/home/build/cc/make-4.3.91/tests/../make (expected 0; got 
11)
/export/home/build/cc/make-4.3.91/tests/scripts/functions/guile:90: 
/export/home/build/cc/make-4.3.91/tests/../make -f work/functions/guile.mk.6

Caught signal 11!
Error running /export/home/build/cc/make-4.3.91/tests/../make (expected 0; got 
11)
/export/home/build/cc/make-4.3.91/tests/scripts/functions/guile:98: 
/export/home/build/cc/make-4.3.91/tests/../make -f work/functions/guile.mk.7 
FIB=10

Caught signal 11!
FAILED (0/8 passed)

functions/wildcard ...................................... FAILED (8/10 passed)

------------------------------------------------------------------------

On Debian 7.11 MIPS R5000:

features/loadapi ........................................ Error running 
/export/local/build/cc/make-4.3.91/tests/../make (expected 0; got 139)
/export/local/build/cc/make-4.3.91/tests/scripts/features/loadapi:163: 
/export/local/build/cc/make-4.3.91/tests/../make -f work/features/loadapi.mk.3

Caught signal 11!
Error running /export/local/build/cc/make-4.3.91/tests/../make (expected 0; got 
139)
/export/local/build/cc/make-4.3.91/tests/scripts/features/loadapi:215: 
/export/local/build/cc/make-4.3.91/tests/../make -f work/features/loadapi.mk.7

Caught signal 11!
Error running /export/local/build/cc/make-4.3.91/tests/../make (expected 0; got 
139)
/export/local/build/cc/make-4.3.91/tests/scripts/features/loadapi:163: 
/export/local/build/cc/make-4.3.91/tests/../make -f work/features/loadapi.mk.8

Caught signal 11!
Error running /export/local/build/cc/make-4.3.91/tests/../make (expected 0; got 
139)
/export/local/build/cc/make-4.3.91/tests/scripts/features/loadapi:215: 
/export/local/build/cc/make-4.3.91/tests/../make -f work/features/loadapi.mk.12

Caught signal 11!
FAILED (9/13 passed)

features/temp_stdin ..................................... FAILED (6/7 passed)
functions/wildcard ...................................... FAILED (8/10 passed)

------------------------------------------------------------------------

On Apple Mac Mini (3.0GHz dual-core Intel Core i7, 16GB RAM); Darwin 21.4.0 
(macOS 12.3.1 (21E258) Monterey)

features/jobserver ...................................... FAILED (11/12 passed)
features/output-sync .................................... FAILED (8/16 passed)
features/recursion ...................................... FAILED (2/3 passed)
options/dash-I .......................................... FAILED (7/9 passed)
options/print-directory ................................. FAILED (6/12 passed)
targets/DEFAULT ......................................... FAILED (0/1 passed)
variables/CURDIR ........................................ FAILED (0/1 passed)
variables/GNUMAKEFLAGS .................................. FAILED (4/5 passed)
variables/MAKE .......................................... FAILED (0/1 passed)
variables/MAKE_RESTARTS ................................. FAILED (2/3 passed)

------------------------------------------------------------------------

-------------------------------------------------------------------------------
- Nelson H. F. Beebe                    Tel: +1 801 581 5254                  -
- University of Utah                                                          -
- Department of Mathematics, 110 LCB    Internet e-mail: beebe@math.utah.edu  -
- 155 S 1400 E RM 233                       beebe@acm.org  beebe@computer.org -
- Salt Lake City, UT 84112-0090, USA    URL: http://www.math.utah.edu/~beebe/ -
-------------------------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]