[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS automake testsuite failures under Tru64 unix
From: |
Nicolas Joly |
Subject: |
CVS automake testsuite failures under Tru64 unix |
Date: |
Wed, 25 Jul 2001 11:51:24 +0200 |
User-agent: |
Mutt/1.2.5i |
Hi,
I just ran CVS automake testsuite under my Tru64 unix v5.1 workstation
and noticed two failures :
1) dirname.test, Tru64 `diff' does not support `-u' flag.
address@hidden [automake/tests]> make check VERBOSE=t TESTS='dirname.test'
No suffix list.
make check-TESTS
No suffix list.
=== Running test ./dirname.test
diff: illegal option -- u
Usage: diff [-bitw] [-c |-C Lines|-D String|-e|-f|-h|-n] File1 File2
diff [-bilrstw] [-c |-C Lines|-e|-f|-h|-n] [-S File] Directory1
Directory2
FAIL: dirname.test
===================
1 of 1 tests failed
===================
*** Exit 1
Stop.
*** Exit 1
Stop.
2) pr9.test, this seems to be Tru64 `make' specific as it works fine
with GNU `make' :
address@hidden [automake/tests]> make check VERBOSE=t TESTS='pr9.test'
No suffix list.
make check-TESTS
No suffix list.
=== Running test ./pr9.test
automake: configure.in: installing `support/install-sh'
automake: configure.in: installing `support/mkinstalldirs'
automake: configure.in: installing `support/missing'
checking for a BSD compatible install... support/install-sh -c
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... no
checking for nawk... nawk
checking whether make sets ${MAKE}... yes
configure: creating ./config.status
config.status: creating Makefile
No suffix list.
No suffix list.
chmod -R a+w pr9-0 >/dev/null 2>&1; rm -rf pr9-0
mkdir pr9-0
/bin/sh ./support/mkinstalldirs pr9-0/support
mkdir pr9-0/support
find pr9-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 support/install-sh -c -m a+r {}
{} \; || chmod -R a+r pr9-0
/bin/sh /home/njoly/temp/automake/tests/testSubDir/support/missing --run tar
chof - pr9-0 | GZIP=--best gzip -c >pr9-0.tar.gz
chmod -R a+w pr9-0 >/dev/null 2>&1; rm -rf pr9-0
chmod -R a+w pr9-0 > /dev/null 2>&1; rm -rf pr9-0
GZIP=--best gunzip -c pr9-0.tar.gz | /bin/sh
/home/njoly/temp/automake/tests/testSubDir/support/missing --run tar xf -
chmod -R a-w pr9-0; chmod a+w pr9-0
mkdir pr9-0/=build
mkdir pr9-0/=inst
chmod a-w pr9-0
dc_install_base=`CDPATH=: && cd pr9-0/=inst && pwd` && cd pr9-0/=build &&
../configure --srcdir=.. --prefix=$dc_install_base && make && make dvi &&
make check && make install && make installcheck && make uninstall &&
(test `find $dc_install_base -type f -print | wc -l` -le 1 || (echo "Error:
files left after uninstall" 1>&2; exit 1) ) && make dist && make distclean
&& rm -f pr9-0.tar.gz && (test `find . -type f -print | wc -l` -eq 0 ||
(echo "Error: files left after distclean" 1>&2; exit 1) )
checking for a BSD compatible install... ../support/install-sh -c
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... no
checking for nawk... nawk
checking whether make sets ${MAKE}... yes
configure: creating ./config.status
config.status: creating Makefile
No suffix list.
No suffix list.
No suffix list.
No suffix list.
No suffix list.
No suffix list.
No suffix list.
No suffix list.
chmod -R a+w pr9-0 >/dev/null 2>&1; rm -rf pr9-0
mkdir pr9-0
/bin/sh ../support/mkinstalldirs pr9-0/support
mkdir pr9-0/support
mkdir pr9-0/../support
find pr9-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 ../support/install-sh -c -m a+r
{} {} \; || chmod -R a+r pr9-0
/bin/sh /home/njoly/temp/automake/tests/testSubDir/pr9-0/support/missing --run
tar chof - pr9-0 | GZIP=--best gzip -c >pr9-0.tar.gz
chmod -R a+w pr9-0 >/dev/null 2>&1; rm -rf pr9-0
No suffix list.
rm -f Makefile stamp-h stamp-h[0-9]*
rm -f config.status config.cache config.log
Error: files left after distclean
*** Exit 1
Stop.
FAIL: pr9.test
===================
1 of 1 tests failed
===================
*** Exit 1
Stop.
*** Exit 1
Stop.
--
Nicolas Joly
Informatique Scientifique
Institut Pasteur, Paris.
- CVS automake testsuite failures under Tru64 unix,
Nicolas Joly <=