[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: "make check" failure on Solaris 10 with make 4.2.91
From: |
Paul Eggert |
Subject: |
Re: "make check" failure on Solaris 10 with make 4.2.91 |
Date: |
Mon, 16 Sep 2019 12:23:56 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.0 |
On 9/16/19 11:20 AM, address@hidden wrote:
On Mon, 2019-09-16 at 11:04 -0700, Paul Eggert wrote:
syntax error at ./run_make_tests.pl line 473, near "or continue"
Ugh. Can you change this line:
-x $prog or continue;
to this:
-x $prog or next;
Thanks, that got the tests to start up. However, 6 tests failed, with
diagnostics reported below.
Can you run this and tell me what it prints:
perl -we 'use File::Spec::Functions qw(splitpath); my @o = splitpath("../make"); print
"@o\n"'
A single line " ../make".
and also this:
perl -we 'use File::Spec; print "$File::Spec::VERSION\n";'
A single line "0.87".
The failures were the following:
features/vpathplus ...................................... FAILED (3/4
passed)
functions/shell ......................................... FAILED (7/8
passed)
functions/wildcard ...................................... FAILED (8/9
passed)
plus the following three timeouts in features/output-sync, perhaps
because the hardware is reasonably old and slow (a circa-2005 Sun Fire
280R with 750 MHz UltraSPARC III CPUs).
features/output-sync ....................................
Test timed out after 30 seconds
Error running /var/run/rpc_door/eggert/make-4.2.91/tests/../make
(expected 0; got 14): /var/run/rpc_door/eggert/make-4.2.91/tests/../make
-f work/features/output-sync.mk -j -Orecurse
Caught signal 14!
Test timed out after 30 seconds
Error running /var/run/rpc_door/eggert/make-4.2.91/tests/../make
(expected 0; got 14): /var/run/rpc_door/eggert/make-4.2.91/tests/../make
-f work/features/output-sync.mk.1 -j --output-sync=target
Caught signal 14!
Test timed out after 30 seconds
Error running /var/run/rpc_door/eggert/make-4.2.91/tests/../make
(expected 0; got 14): /var/run/rpc_door/eggert/make-4.2.91/tests/../make
-f work/features/output-sync.mk.1 -j --output-sync=target x=
Caught signal 14!
FAILED (12/15 passed)
I'm attaching a copy of the *.*diff* files.
make-fail-log.txt
Description: Text document