automake
[Top][All Lists]
Advanced

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

Re: pr19.test


From: Akim Demaille
Subject: Re: pr19.test
Date: 13 Mar 2001 10:12:52 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley)

> make[2]: Leaving directory `/usr/src/automake/tests/testSubDir'
> make[2]: Entering directory `/usr/src/automake/tests/testSubDir'
> chmod -R a+w ./am_lex_bug-0.1.1 >/dev/null 2>&1; rm -rf
> ./am_lex_bug-0.1.1
> mkdir ./am_lex_bug-0.1.1
> cp: ./foo.c: No such file or directory

I have this.

make[3]: Leaving directory 
`/mnt/nostromo/home/lrde/prof/akim/src/am/tests/testSubDir'
make[3]: Entering directory 
`/mnt/nostromo/home/lrde/prof/akim/src/am/tests/testSubDir'
chmod -R a+w ./am_lex_bug-0.1.1 >/dev/null 2>&1; rm -rf ./am_lex_bug-0.1.1
mkdir ./am_lex_bug-0.1.1
find ./am_lex_bug-0.1.1 -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 ./install-sh -c -m a+r {} {} \; \
|| chmod -R a+r ./am_lex_bug-0.1.1

Could you try to find the guilty lines in tests/testSubDir/Makefile?

I'd suggest that you

        make check VERBOSE=e TESTS=pr19.test
        perl -pi 's/^\t\@/\t/g' testSubDir/Makefile
        cd testSubDir
        make distdir

And send the logs.



reply via email to

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