bug-automake
[Top][All Lists]
Advanced

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

Re: CVS automake testsuite failures


From: Nicolas Joly
Subject: Re: CVS automake testsuite failures
Date: Thu, 21 Mar 2002 11:40:29 +0100
User-agent: Mutt/1.2.5i

On Thu, Mar 21, 2002 at 10:34:34AM +0100, Alexandre Duret-Lutz wrote:
> >>> "Nicolas" == Nicolas Joly <address@hidden> writes:
> 
> [...]
> 
>  Nicolas> === Running test ./extra6.test
>  Nicolas> configure: loading site script /usr/local/share/config.site
>  Nicolas> checking for a BSD compatible install... ../install-sh -c
>  Nicolas> checking whether build environment is sane... yes
>  Nicolas> checking for mawk... no
>  Nicolas> checking for gawk... no
>  Nicolas> checking for nawk... nawk
>  Nicolas> checking whether make sets ${MAKE}... yes
>  Nicolas> checking for a BSD compatible install... ../install-sh -c
>  Nicolas> checking whether make sets ${MAKE}... (cached) yes
>  Nicolas> configure: creating ./config.status
>  Nicolas> config.status: creating Makefile
>  Nicolas> No suffix list.
>  Nicolas> mkdir foo
>  Nicolas> mkdir foo/bar
>  Nicolas> mkdir baz
>  Nicolas> { test ! -d extra6-1.0  || { find extra6-1.0 -type d ! -perm -200 
> -exec chmod u+w {} ';'  && rm -fr extra6-1.0; }; }
>  Nicolas> mkdir extra6-1.0
>  Nicolas> /bin/sh ../mkinstalldirs extra6-1.0/foo extra6-1.0/foo2
>  Nicolas> mkdir -p -- extra6-1.0/foo extra6-1.0/foo2
>  Nicolas> find extra6-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -o  ! 
> -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o  ! -type d ! -perm 
> -400 -exec chmod a+r {} \; -o  ! -type d ! -perm -444 -exec /bin/sh 
> /home/njoly/temp/automake/tests/testSubDir/install-sh -c -m a+r {} {} \;  || 
> chmod -R a+r extra6-1.0
>  Nicolas> test -f extra6-1.0/foo/bar/baz
>  Nicolas> *** Exit 1
>  Nicolas> Stop.
>  Nicolas> FAIL: extra6.test
> 
> I don't understand this one.  Could you list the files present
> in tests/testSubDir after running the test?

This seems to be a `make' problem. With your recent changes to use
`$MAKE', it fails with Tru64 make but pass with GNU make :

address@hidden [automake/tests]> make check-TESTS TESTS='extra6.test'
MAKE=make 
No suffix list.
FAIL: extra6.test
===================
1 of 1 tests failed
===================
*** Exit 1
Stop.

address@hidden [automake/tests]> gmake check-TESTS TESTS='extra6.test'
MAKE=gmake PASS: extra6.test
==================
All 1 tests passed
==================

-- 
Nicolas Joly

Biological Software and Databanks.
Pasteur Institute, Paris.



reply via email to

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