[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lzip-bug] lzip-1.18-rc1 make check fails on Solaris10 x86
From: |
Antonio Diaz Diaz |
Subject: |
Re: [Lzip-bug] lzip-1.18-rc1 make check fails on Solaris10 x86 |
Date: |
Tue, 23 Feb 2016 19:28:37 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.8.1.4) Gecko/20070601 SeaMonkey/1.1.2 |
Hello Kiyoshi,
Kiyoshi KANAZAWA wrote:
% make check
testing lzip-1.18-rc1...............
testing decompression............./testsuite/check.sh: test: argument expected
Makefile:75: recipe for target 'check' failed
make: *** [check] Error 1
Thank you for reporting this.
The point in testsuite/check.sh causing the failure seems to be line 95:
if [ $? = 2 ] && [ -e copy.lz ] && [ ! -e copy ] && [ ! -e in.out ] ; then
I guess the problem is that your 'test' utility does not accept the -e
argument.
Please, could you try to change all appearances of -e to -f in lines 95,
98, 115 and 117 of testsuite/check.sh and see if it passes the test?
Best regards,
Antonio.