> 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