bug-automake
[Top][All Lists]
Advanced

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

CVS automake testsuite failures under Tru64 unix v5.1A


From: Nicolas Joly
Subject: CVS automake testsuite failures under Tru64 unix v5.1A
Date: Thu, 5 Dec 2002 14:33:07 +0100
User-agent: Mutt/1.2.5i

Hi,

I just tested CVS automake on my Tru64 unix V5.1A workstation and
noticed 5 testsuite failures :

FAIL: texinfo3.test
FAIL: texinfo13.test
FAIL: texinfo16.test
FAIL: texinfo18.test
FAIL: version7.test

All seems to be related to `make distcheck' problems with vendor
make, as using GNU make solves all problems.


address@hidden [~]> sizer -v
Compaq Tru64 UNIX V5.1A (Rev. 1885); Tue Feb  5 17:38:24 CET 2002

address@hidden [automake/tests]> TESTS='texinfo3.test texinfo13.test 
texinfo16.test texinfo18.test version7.test' VERBOSE=x make -e check
No suffix list.
make  defs
No suffix list.
`defs' is up to date.
make  check-TESTS
No suffix list.
texinfo3: running makeinfo --version
makeinfo (GNU texinfo) 4.3

Copyright (C) 2002 Free Software Foundation, Inc.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.
=== Running test ./texinfo3.test
+ pwd 
/home/njoly/temp/automake/tests/testSubDir
+ set -e 
+ echo AC_OUTPUT 
+ cat 
+ cat 
+ /local/bin/perl /home/njoly/temp/automake/tests/testSubDir/../../aclocal -I 
/home/njoly/temp/automake/tests/testSubDir/../../m4 
--acdir=/home/njoly/temp/automake/tests/../m4 
+ /bin/sh /home/njoly/temp/automake/lib/missing --run autoconf 
+ /local/bin/perl /home/njoly/temp/automake/tests/testSubDir/../../automake 
--libdir=/home/njoly/temp/automake/tests/../lib --foreign -Werror -Wall 
--add-missing 
Makefile.am:1: installing `./texinfo.tex'
+ grep ^INFO_DEPS.*textutils$ Makefile.in 
INFO_DEPS = textutils
+ grep ^.texi:$ Makefile.in 
+ grep ^textutils: textutils.texi Makefile.in 
textutils: textutils.texi 
+ ./configure 
configure: loading site script /usr/local/share/config.site
checking for a BSD-compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make distcheck 
{ test ! -d texinfo3-1.0  || { find texinfo3-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr texinfo3-1.0; }; }
mkdir texinfo3-1.0
make   top_distdir="." distdir="texinfo3-1.0"  dist-info
/bin/ksh /home/njoly/temp/automake/tests/testSubDir/missing --run makeinfo   -I 
.  -o textutils `test -f 'textutils.texi' || echo './'`textutils.texi
list='textutils';  for base in $list; do  if test -f $base; then d=.; else d=.; 
fi;  for file in $d/$base*; do  relfile=`expr "$file" : "$d/\(.*\)"`;  test -f 
texinfo3-1.0/$relfile ||  cp -p $file texinfo3-1.0/$relfile;  done;  done
find texinfo3-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/ksh 
/home/njoly/temp/automake/tests/testSubDir/install-sh -c -m a+r {} {} \;  || 
chmod -R a+r texinfo3-1.0
/bin/ksh /home/njoly/temp/automake/tests/testSubDir/missing --run tar chof - 
texinfo3-1.0 | GZIP=--best gzip -c >texinfo3-1.0.tar.gz
{ test ! -d texinfo3-1.0  || { find texinfo3-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr texinfo3-1.0; }; }
{ test ! -d texinfo3-1.0  || { find texinfo3-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr texinfo3-1.0; }; }
GZIP=--best gunzip -c texinfo3-1.0.tar.gz | /bin/ksh 
/home/njoly/temp/automake/tests/testSubDir/missing --run tar xf -
chmod -R a-w texinfo3-1.0; chmod a+w texinfo3-1.0
mkdir texinfo3-1.0/=build
mkdir texinfo3-1.0/=inst
chmod a-w texinfo3-1.0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd texinfo3-1.0/=inst && pwd`  
&& dc_destdir="${TMPDIR-/tmp}/am-dc-$$/"  && cd texinfo3-1.0/=build  && 
../configure --srcdir=.. --prefix="$dc_install_base"    && make   && make  dvi  
&& make  check  && make  install  && make  installcheck  && make  uninstall  && 
make  distuninstallcheck_dir="$dc_install_base"  distuninstallcheck  && chmod 
-R a-w "$dc_install_base"  && ({  (cd ../.. && /bin/ksh ./mkinstalldirs 
"$dc_destdir")  && make  DESTDIR="$dc_destdir" install  && make  
DESTDIR="$dc_destdir" uninstall  && make  DESTDIR="$dc_destdir"  
distuninstallcheck_dir="$dc_destdir" distuninstallcheck;  } || { rm -rf 
"$dc_destdir"; exit 1; })  && rm -rf "$dc_destdir"  && make  dist-gzip  && rm 
-f texinfo3-1.0.tar.gz  && make  distcleancheck
checking for a BSD-compatible install... ../install-sh -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
/bin/ksh /home/njoly/temp/automake/tests/testSubDir/texinfo3-1.0/missing --run 
makeinfo   -I ..  -o textutils `test -f '../textutils.texi' || echo 
'../'`../textutils.texi
TEXINPUTS="..:$TEXINPUTS"  MAKEINFO='/bin/ksh 
/home/njoly/temp/automake/tests/testSubDir/texinfo3-1.0/missing --run makeinfo  
 -I ..'  texi2dvi `test -f '../textutils.texi' || echo '../'`../textutils.texi
This is TeX, Version 3.14159 (Web2C 7.3.1)
(/home/njoly/temp/automake/tests/testSubDir/texinfo3-1.0/textutils.texi
(/home/njoly/temp/automake/tests/testSubDir/texinfo3-1.0/texinfo.tex
Loading texinfo [version 2002-11-25.11]: Basics, pdf, fonts, page headings,
tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
cross references, (/local/share/texmf/tex/plain/dvips/epsf.tex) localization,
and turning on texinfo input format.) [1] )
Output written on textutils.dvi (1 page, 212 bytes).
Transcript written on textutils.log.
/bin/ksh ../mkinstalldirs 
/home/njoly/temp/automake/tests/testSubDir/texinfo3-1.0/=inst/info
mkdir -p -- /home/njoly/temp/automake/tests/testSubDir/texinfo3-1.0/=inst/info
 ../install-sh -c -m 644 ./textutils 
/home/njoly/temp/automake/tests/testSubDir/texinfo3-1.0/=inst/info/textutils
 install-info 
--info-dir=/home/njoly/temp/automake/tests/testSubDir/texinfo3-1.0/=inst/info 
/home/njoly/temp/automake/tests/testSubDir/texinfo3-1.0/=inst/info/textutils
install-info: warning: no info dir entry in 
`/home/njoly/temp/automake/tests/testSubDir/texinfo3-1.0/=inst/info/textutils'
:
 install-info 
--info-dir=/home/njoly/temp/automake/tests/testSubDir/texinfo3-1.0/=inst/info 
--remove 
/home/njoly/temp/automake/tests/testSubDir/texinfo3-1.0/=inst/info/textutils
install-info: warning: no entries found for 
`/home/njoly/temp/automake/tests/testSubDir/texinfo3-1.0/=inst/info/textutils'; 
nothing deleted
 rm -f textutils textutils-[0-9] textutils-[0-9][0-9])
cd /home/njoly/temp/automake/tests/testSubDir/texinfo3-1.0/=inst  && test `find 
. -type f -print | wc -l` -le 1  || { echo "ERROR: files left after uninstall:" 
;  if test -n ""; then  echo "  (check DESTDIR support)";  fi ;  find . -type f 
-print ;  exit 1; } >&2
mkdir -p -- /tmp/am-dc-500066/
/bin/ksh ../mkinstalldirs 
/tmp/am-dc-500066//home/njoly/temp/automake/tests/testSubDir/texinfo3-1.0/=inst/info
mkdir -p -- 
/tmp/am-dc-500066//home/njoly/temp/automake/tests/testSubDir/texinfo3-1.0/=inst/info
 ../install-sh -c -m 644 ./textutils 
/tmp/am-dc-500066//home/njoly/temp/automake/tests/testSubDir/texinfo3-1.0/=inst/info/textutils
 install-info 
--info-dir=/tmp/am-dc-500066//home/njoly/temp/automake/tests/testSubDir/texinfo3-1.0/=inst/info
 
/tmp/am-dc-500066//home/njoly/temp/automake/tests/testSubDir/texinfo3-1.0/=inst/info/textutils
install-info: warning: no info dir entry in 
`/tmp/am-dc-500066//home/njoly/temp/automake/tests/testSubDir/texinfo3-1.0/=inst/info/textutils'
:
 install-info 
--info-dir=/tmp/am-dc-500066//home/njoly/temp/automake/tests/testSubDir/texinfo3-1.0/=inst/info
 --remove 
/tmp/am-dc-500066//home/njoly/temp/automake/tests/testSubDir/texinfo3-1.0/=inst/info/textutils
install-info: warning: no entries found for 
`/tmp/am-dc-500066//home/njoly/temp/automake/tests/testSubDir/texinfo3-1.0/=inst/info/textutils';
 nothing deleted
 rm -f textutils textutils-[0-9] textutils-[0-9][0-9])
cd /tmp/am-dc-500066/  && test `find . -type f -print | wc -l` -le 1  || { echo 
"ERROR: files left after uninstall:" ;  if test -n "/tmp/am-dc-500066/"; then  
echo "  (check DESTDIR support)";  fi ;  find . -type f -print ;  exit 1; } >&2
{ test ! -d texinfo3-1.0  || { find texinfo3-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr texinfo3-1.0; }; }
mkdir texinfo3-1.0
make   top_distdir="." distdir="texinfo3-1.0"  dist-info
list='textutils';  for base in $list; do  if test -f $base; then d=.; else 
d=..; fi;  for file in $d/$base*; do  relfile=`expr "$file" : "$d/\(.*\)"`;  
test -f texinfo3-1.0/$relfile ||  cp -p $file texinfo3-1.0/$relfile;  done;  
done
find texinfo3-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/ksh 
/home/njoly/temp/automake/tests/testSubDir/texinfo3-1.0/install-sh -c -m a+r {} 
{} \;  || chmod -R a+r texinfo3-1.0
/bin/ksh /home/njoly/temp/automake/tests/testSubDir/texinfo3-1.0/missing --run 
tar chof - texinfo3-1.0 | GZIP=--best gzip -c >texinfo3-1.0.tar.gz
{ test ! -d texinfo3-1.0  || { find texinfo3-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr texinfo3-1.0; }; }
rm -f textutils.aux textutils.cp textutils.cps textutils.fn textutils.fns  
textutils.ky textutils.kys textutils.log textutils.pg  textutils.pgs 
textutils.tmp textutils.toc textutils.tp  textutils.tps textutils.vr 
textutils.vrs textutils.dvi  textutils.pdf textutils.ps
rm -f Makefile 
rm -f config.status config.cache config.log  configure.lineno
if test '..' = . ; then  echo "ERROR: distcleancheck can only run from a VPATH 
build" ;  exit 1 ;  fi
test `find . -type f -print | wc -l` -eq 0  || { echo "ERROR: files left in 
build directory after distclean:" ;  find . -type f -print ;  exit 1; } >&2
ERROR: files left in build directory after distclean:
./textutils
*** Exit 1
Stop.
*** Exit 1
Stop.
FAIL: texinfo3.test
texinfo13: running makeinfo --version
makeinfo (GNU texinfo) 4.3

Copyright (C) 2002 Free Software Foundation, Inc.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.
texinfo13: running texi2dvi -o /dev/null --version
texi2dvi (GNU Texinfo 4.3) 1.10

Copyright (C) 2002 Free Software Foundation, Inc.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.
=== Running test ./texinfo13.test
+ pwd 
/home/njoly/temp/automake/tests/testSubDir
+ set -e 
+ echo AC_OUTPUT 
+ cat 
+ mkdir subdir 
+ cat 
+ cat 
+ /local/bin/perl /home/njoly/temp/automake/tests/testSubDir/../../aclocal -I 
/home/njoly/temp/automake/tests/testSubDir/../../m4 
--acdir=/home/njoly/temp/automake/tests/../m4 
+ /local/bin/perl /home/njoly/temp/automake/tests/testSubDir/../../automake 
--libdir=/home/njoly/temp/automake/tests/../lib --foreign -Werror -Wall 
--add-missing 
Makefile.am:1: installing `./mdate-sh'
Makefile.am:1: installing `./texinfo.tex'
+ /bin/sh /home/njoly/temp/automake/lib/missing --run autoconf 
+ mkdir build 
+ cd build 
+ ../configure 
configure: loading site script /usr/local/share/config.site
checking for a BSD-compatible install... ../install-sh -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make distcheck 
test -f subdir/.dirstamp || make subdir/.dirstamp
mkdir -p -- subdir
Updating subdir/version.texi
{ test ! -d texinfo13-1.0  || { find texinfo13-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr texinfo13-1.0; }; }
mkdir texinfo13-1.0
/bin/ksh ../mkinstalldirs texinfo13-1.0/subdir
mkdir -p -- texinfo13-1.0/subdir
make   top_distdir="." distdir="texinfo13-1.0"  dist-info
/bin/ksh /home/njoly/temp/automake/tests/testSubDir/missing --run makeinfo   -I 
subdir -I ../subdir  -o subdir/main.info `test -f '../subdir/main.texi' || echo 
'../'`../subdir/main.texi
list='subdir/main.info';  for base in $list; do  if test -f $base; then d=.; 
else d=..; fi;  for file in $d/$base*; do  relfile=`expr "$file" : 
"$d/\(.*\)"`;  test -f texinfo13-1.0/$relfile ||  cp -p $file 
texinfo13-1.0/$relfile;  done;  done
find texinfo13-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/ksh 
/home/njoly/temp/automake/tests/testSubDir/install-sh -c -m a+r {} {} \;  || 
chmod -R a+r texinfo13-1.0
/bin/ksh /home/njoly/temp/automake/tests/testSubDir/missing --run tar chof - 
texinfo13-1.0 | GZIP=--best gzip -c >texinfo13-1.0.tar.gz
{ test ! -d texinfo13-1.0  || { find texinfo13-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr texinfo13-1.0; }; }
{ test ! -d texinfo13-1.0  || { find texinfo13-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr texinfo13-1.0; }; }
GZIP=--best gunzip -c texinfo13-1.0.tar.gz | /bin/ksh 
/home/njoly/temp/automake/tests/testSubDir/missing --run tar xf -
chmod -R a-w texinfo13-1.0; chmod a+w texinfo13-1.0
mkdir texinfo13-1.0/=build
mkdir texinfo13-1.0/=inst
chmod a-w texinfo13-1.0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd texinfo13-1.0/=inst && pwd`  
&& dc_destdir="${TMPDIR-/tmp}/am-dc-$$/"  && cd texinfo13-1.0/=build  && 
../configure --srcdir=.. --prefix="$dc_install_base"    && make   && make  dvi  
&& make  check  && make  install  && make  installcheck  && make  uninstall  && 
make  distuninstallcheck_dir="$dc_install_base"  distuninstallcheck  && chmod 
-R a-w "$dc_install_base"  && ({  (cd ../.. && /bin/ksh ../mkinstalldirs 
"$dc_destdir")  && make  DESTDIR="$dc_destdir" install  && make  
DESTDIR="$dc_destdir" uninstall  && make  DESTDIR="$dc_destdir"  
distuninstallcheck_dir="$dc_destdir" distuninstallcheck;  } || { rm -rf 
"$dc_destdir"; exit 1; })  && rm -rf "$dc_destdir"  && make  dist-gzip  && rm 
-f texinfo13-1.0.tar.gz  && make  distcleancheck
checking for a BSD-compatible install... ../install-sh -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
test -f subdir/.dirstamp || make subdir/.dirstamp
mkdir -p -- subdir
Updating subdir/version.texi
/bin/ksh /home/njoly/temp/automake/tests/testSubDir/build/texinfo13-1.0/missing 
--run makeinfo   -I subdir -I ../subdir  -o subdir/main.info `test -f 
'../subdir/main.texi' || echo '../'`../subdir/main.texi
TEXINPUTS="..:$TEXINPUTS"  MAKEINFO='/bin/ksh 
/home/njoly/temp/automake/tests/testSubDir/build/texinfo13-1.0/missing --run 
makeinfo   -I subdir -I ../subdir'  texi2dvi -o subdir/main.dvi `test -f 
'../subdir/main.texi' || echo '../'`../subdir/main.texi
This is TeX, Version 3.14159 (Web2C 7.3.1)

(/home/njoly/temp/automake/tests/testSubDir/build/texinfo13-1.0/subdir/main.tex
i (/home/njoly/temp/automake/tests/testSubDir/build/texinfo13-1.0/texinfo.tex
Loading texinfo [version 2002-11-25.11]: Basics, pdf, fonts, page headings,
tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
cross references, (/local/share/texmf/tex/plain/dvips/epsf.tex) localization,
and turning on texinfo input format.)
(/home/njoly/temp/automake/tests/testSubDir/build/texinfo13-1.0/subdir/version.
texi)
(/home/njoly/temp/automake/tests/testSubDir/build/texinfo13-1.0/subdir/inc.texi
) [1] )
Output written on main.dvi (1 page, 232 bytes).
Transcript written on main.log.
/bin/ksh ../mkinstalldirs 
/home/njoly/temp/automake/tests/testSubDir/build/texinfo13-1.0/=inst/info
mkdir -p -- 
/home/njoly/temp/automake/tests/testSubDir/build/texinfo13-1.0/=inst/info
 ../install-sh -c -m 644 ./subdir/main.info 
/home/njoly/temp/automake/tests/testSubDir/build/texinfo13-1.0/=inst/info/subdir/main.info
 install-info 
--info-dir=/home/njoly/temp/automake/tests/testSubDir/build/texinfo13-1.0/=inst/info
 
/home/njoly/temp/automake/tests/testSubDir/build/texinfo13-1.0/=inst/info/subdir/main.info
install-info: warning: no info dir entry in 
`/home/njoly/temp/automake/tests/testSubDir/build/texinfo13-1.0/=inst/info/subdir/main.info'
:
 install-info 
--info-dir=/home/njoly/temp/automake/tests/testSubDir/build/texinfo13-1.0/=inst/info
 --remove 
/home/njoly/temp/automake/tests/testSubDir/build/texinfo13-1.0/=inst/info/subdir/main.info
install-info: warning: no entries found for 
`/home/njoly/temp/automake/tests/testSubDir/build/texinfo13-1.0/=inst/info/subdir/main.info';
 nothing deleted
 rm -f subdir/main.info subdir/main.info-[0-9] subdir/main.info-[0-9][0-9])
cd /home/njoly/temp/automake/tests/testSubDir/build/texinfo13-1.0/=inst  && 
test `find . -type f -print | wc -l` -le 1  || { echo "ERROR: files left after 
uninstall:" ;  if test -n ""; then  echo "  (check DESTDIR support)";  fi ;  
find . -type f -print ;  exit 1; } >&2
mkdir -p -- /tmp/am-dc-501940/
/bin/ksh ../mkinstalldirs 
/tmp/am-dc-501940//home/njoly/temp/automake/tests/testSubDir/build/texinfo13-1.0/=inst/info
mkdir -p -- 
/tmp/am-dc-501940//home/njoly/temp/automake/tests/testSubDir/build/texinfo13-1.0/=inst/info
 ../install-sh -c -m 644 ./subdir/main.info 
/tmp/am-dc-501940//home/njoly/temp/automake/tests/testSubDir/build/texinfo13-1.0/=inst/info/subdir/main.info
 install-info 
--info-dir=/tmp/am-dc-501940//home/njoly/temp/automake/tests/testSubDir/build/texinfo13-1.0/=inst/info
 
/tmp/am-dc-501940//home/njoly/temp/automake/tests/testSubDir/build/texinfo13-1.0/=inst/info/subdir/main.info
install-info: warning: no info dir entry in 
`/tmp/am-dc-501940//home/njoly/temp/automake/tests/testSubDir/build/texinfo13-1.0/=inst/info/subdir/main.info'
:
 install-info 
--info-dir=/tmp/am-dc-501940//home/njoly/temp/automake/tests/testSubDir/build/texinfo13-1.0/=inst/info
 --remove 
/tmp/am-dc-501940//home/njoly/temp/automake/tests/testSubDir/build/texinfo13-1.0/=inst/info/subdir/main.info
install-info: warning: no entries found for 
`/tmp/am-dc-501940//home/njoly/temp/automake/tests/testSubDir/build/texinfo13-1.0/=inst/info/subdir/main.info';
 nothing deleted
 rm -f subdir/main.info subdir/main.info-[0-9] subdir/main.info-[0-9][0-9])
cd /tmp/am-dc-501940/  && test `find . -type f -print | wc -l` -le 1  || { echo 
"ERROR: files left after uninstall:" ;  if test -n "/tmp/am-dc-501940/"; then  
echo "  (check DESTDIR support)";  fi ;  find . -type f -print ;  exit 1; } >&2
{ test ! -d texinfo13-1.0  || { find texinfo13-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr texinfo13-1.0; }; }
mkdir texinfo13-1.0
/bin/ksh ../mkinstalldirs texinfo13-1.0/subdir
mkdir -p -- texinfo13-1.0/subdir
make   top_distdir="." distdir="texinfo13-1.0"  dist-info
list='subdir/main.info';  for base in $list; do  if test -f $base; then d=.; 
else d=..; fi;  for file in $d/$base*; do  relfile=`expr "$file" : 
"$d/\(.*\)"`;  test -f texinfo13-1.0/$relfile ||  cp -p $file 
texinfo13-1.0/$relfile;  done;  done
find texinfo13-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/ksh 
/home/njoly/temp/automake/tests/testSubDir/build/texinfo13-1.0/install-sh -c -m 
a+r {} {} \;  || chmod -R a+r texinfo13-1.0
/bin/ksh /home/njoly/temp/automake/tests/testSubDir/build/texinfo13-1.0/missing 
--run tar chof - texinfo13-1.0 | GZIP=--best gzip -c >texinfo13-1.0.tar.gz
{ test ! -d texinfo13-1.0  || { find texinfo13-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr texinfo13-1.0; }; }
rm -f main.aux main.cp main.cps main.fn main.fns main.ky main.kys main.log  
main.pg main.pgs main.tmp main.toc main.tp main.tps main.vr  main.vrs 
subdir/main.dvi subdir/main.pdf subdir/main.ps
rm -f vti.tmp
rm -f Makefile 
rm -f subdir/.dirstamp
rm -f config.status config.cache config.log  configure.lineno
if test '..' = . ; then  echo "ERROR: distcleancheck can only run from a VPATH 
build" ;  exit 1 ;  fi
test `find . -type f -print | wc -l` -eq 0  || { echo "ERROR: files left in 
build directory after distclean:" ;  find . -type f -print ;  exit 1; } >&2
ERROR: files left in build directory after distclean:
./subdir/version.texi
./subdir/stamp-vti
./subdir/main.info
*** Exit 1
Stop.
*** Exit 1
Stop.
FAIL: texinfo13.test
texinfo16: running makeinfo --version
makeinfo (GNU texinfo) 4.3

Copyright (C) 2002 Free Software Foundation, Inc.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.
=== Running test ./texinfo16.test
+ pwd 
/home/njoly/temp/automake/tests/testSubDir
+ set -e 
+ echo AC_OUTPUT 
+ cat 
+ cat 
+ /local/bin/perl /home/njoly/temp/automake/tests/testSubDir/../../aclocal -I 
/home/njoly/temp/automake/tests/testSubDir/../../m4 
--acdir=/home/njoly/temp/automake/tests/../m4 
+ /local/bin/perl /home/njoly/temp/automake/tests/testSubDir/../../automake 
--libdir=/home/njoly/temp/automake/tests/../lib --foreign -Werror -Wall 
--add-missing 
Makefile.am:1: installing `./mdate-sh'
Makefile.am:1: installing `./texinfo.tex'
+ /bin/sh /home/njoly/temp/automake/lib/missing --run autoconf 
+ mkdir build 
+ cd build 
+ ../configure 
configure: loading site script /usr/local/share/config.site
checking for a BSD-compatible install... ../install-sh -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make 
Updating version.texi
/bin/ksh /home/njoly/temp/automake/tests/testSubDir/missing --run makeinfo   -I 
..  -o main.info `test -f '../main.texi' || echo '../'`../main.texi
+ test -f main.info 
+ cd .. 
+ rm -rf build 
+ ./configure 
configure: loading site script /usr/local/share/config.site
checking for a BSD-compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make 
Updating version.texi
/bin/ksh /home/njoly/temp/automake/tests/testSubDir/missing --run makeinfo   -I 
.  -o main.info `test -f 'main.texi' || echo './'`main.texi
+ test -f main.info 
+ test -f stamp-vti 
+ test -f version.texi 
+ sleep 2 
+ touch stamp-vti 
+ make distclean 
rm -f main.aux main.cp main.cps main.fn main.fns main.ky main.kys main.log  
main.pg main.pgs main.tmp main.toc main.tp main.tps main.vr  main.vrs main.dvi 
main.pdf main.ps
rm -f vti.tmp
rm -f Makefile 
rm -f config.status config.cache config.log  configure.lineno
+ test -f stamp-vti 
+ test -f version.texi 
+ mkdir build 
+ cd build 
+ ../configure 
configure: loading site script /usr/local/share/config.site
checking for a BSD-compatible install... ../install-sh -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make 
Updating version.texi
/bin/ksh /home/njoly/temp/automake/tests/testSubDir/missing --run makeinfo   -I 
..  -o main.info `test -f '../main.texi' || echo '../'`../main.texi
+ test ! -f main.info 
+ make dvi 
TEXINPUTS="..:$TEXINPUTS"  MAKEINFO='/bin/ksh 
/home/njoly/temp/automake/tests/testSubDir/missing --run makeinfo   -I ..'  
texi2dvi `test -f '../main.texi' || echo '../'`../main.texi
This is TeX, Version 3.14159 (Web2C 7.3.1)
(/home/njoly/temp/automake/tests/testSubDir/main.texi
(/home/njoly/temp/automake/tests/testSubDir/texinfo.tex
Loading texinfo [version 2002-11-25.11]: Basics, pdf, fonts, page headings,
tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
cross references, (/local/share/texmf/tex/plain/dvips/epsf.tex) localization,
and turning on texinfo input format.) (version.texi) [1] )
Output written on main.dvi (1 page, 212 bytes).
Transcript written on main.log.
+ test -f main.dvi 
+ make distcheck 
{ test ! -d texinfo16-1.0  || { find texinfo16-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr texinfo16-1.0; }; }
mkdir texinfo16-1.0
make   top_distdir="." distdir="texinfo16-1.0"  dist-info
list='main.info';  for base in $list; do  if test -f $base; then d=.; else 
d=..; fi;  for file in $d/$base*; do  relfile=`expr "$file" : "$d/\(.*\)"`;  
test -f texinfo16-1.0/$relfile ||  cp -p $file texinfo16-1.0/$relfile;  done;  
done
find texinfo16-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/ksh 
/home/njoly/temp/automake/tests/testSubDir/install-sh -c -m a+r {} {} \;  || 
chmod -R a+r texinfo16-1.0
/bin/ksh /home/njoly/temp/automake/tests/testSubDir/missing --run tar chof - 
texinfo16-1.0 | GZIP=--best gzip -c >texinfo16-1.0.tar.gz
{ test ! -d texinfo16-1.0  || { find texinfo16-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr texinfo16-1.0; }; }
{ test ! -d texinfo16-1.0  || { find texinfo16-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr texinfo16-1.0; }; }
GZIP=--best gunzip -c texinfo16-1.0.tar.gz | /bin/ksh 
/home/njoly/temp/automake/tests/testSubDir/missing --run tar xf -
chmod -R a-w texinfo16-1.0; chmod a+w texinfo16-1.0
mkdir texinfo16-1.0/=build
mkdir texinfo16-1.0/=inst
chmod a-w texinfo16-1.0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd texinfo16-1.0/=inst && pwd`  
&& dc_destdir="${TMPDIR-/tmp}/am-dc-$$/"  && cd texinfo16-1.0/=build  && 
../configure --srcdir=.. --prefix="$dc_install_base"    && make   && make  dvi  
&& make  check  && make  install  && make  installcheck  && make  uninstall  && 
make  distuninstallcheck_dir="$dc_install_base"  distuninstallcheck  && chmod 
-R a-w "$dc_install_base"  && ({  (cd ../.. && /bin/ksh ../mkinstalldirs 
"$dc_destdir")  && make  DESTDIR="$dc_destdir" install  && make  
DESTDIR="$dc_destdir" uninstall  && make  DESTDIR="$dc_destdir"  
distuninstallcheck_dir="$dc_destdir" distuninstallcheck;  } || { rm -rf 
"$dc_destdir"; exit 1; })  && rm -rf "$dc_destdir"  && make  dist-gzip  && rm 
-f texinfo16-1.0.tar.gz  && make  distcleancheck
checking for a BSD-compatible install... ../install-sh -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
Updating version.texi
/bin/ksh /home/njoly/temp/automake/tests/testSubDir/build/texinfo16-1.0/missing 
--run makeinfo   -I ..  -o main.info `test -f '../main.texi' || echo 
'../'`../main.texi
TEXINPUTS="..:$TEXINPUTS"  MAKEINFO='/bin/ksh 
/home/njoly/temp/automake/tests/testSubDir/build/texinfo16-1.0/missing --run 
makeinfo   -I ..'  texi2dvi `test -f '../main.texi' || echo '../'`../main.texi
This is TeX, Version 3.14159 (Web2C 7.3.1)
(/home/njoly/temp/automake/tests/testSubDir/build/texinfo16-1.0/main.texi
(/home/njoly/temp/automake/tests/testSubDir/build/texinfo16-1.0/texinfo.tex
Loading texinfo [version 2002-11-25.11]: Basics, pdf, fonts, page headings,
tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
cross references, (/local/share/texmf/tex/plain/dvips/epsf.tex) localization,
and turning on texinfo input format.) (version.texi) [1] )
Output written on main.dvi (1 page, 212 bytes).
Transcript written on main.log.
/bin/ksh ../mkinstalldirs 
/home/njoly/temp/automake/tests/testSubDir/build/texinfo16-1.0/=inst/info
mkdir -p -- 
/home/njoly/temp/automake/tests/testSubDir/build/texinfo16-1.0/=inst/info
 ../install-sh -c -m 644 ./main.info 
/home/njoly/temp/automake/tests/testSubDir/build/texinfo16-1.0/=inst/info/main.info
 install-info 
--info-dir=/home/njoly/temp/automake/tests/testSubDir/build/texinfo16-1.0/=inst/info
 
/home/njoly/temp/automake/tests/testSubDir/build/texinfo16-1.0/=inst/info/main.info
install-info: warning: no info dir entry in 
`/home/njoly/temp/automake/tests/testSubDir/build/texinfo16-1.0/=inst/info/main.info'
:
 install-info 
--info-dir=/home/njoly/temp/automake/tests/testSubDir/build/texinfo16-1.0/=inst/info
 --remove 
/home/njoly/temp/automake/tests/testSubDir/build/texinfo16-1.0/=inst/info/main.info
install-info: warning: no entries found for 
`/home/njoly/temp/automake/tests/testSubDir/build/texinfo16-1.0/=inst/info/main.info';
 nothing deleted
 rm -f main.info main.info-[0-9] main.info-[0-9][0-9])
cd /home/njoly/temp/automake/tests/testSubDir/build/texinfo16-1.0/=inst  && 
test `find . -type f -print | wc -l` -le 1  || { echo "ERROR: files left after 
uninstall:" ;  if test -n ""; then  echo "  (check DESTDIR support)";  fi ;  
find . -type f -print ;  exit 1; } >&2
mkdir -p -- /tmp/am-dc-503951/
/bin/ksh ../mkinstalldirs 
/tmp/am-dc-503951//home/njoly/temp/automake/tests/testSubDir/build/texinfo16-1.0/=inst/info
mkdir -p -- 
/tmp/am-dc-503951//home/njoly/temp/automake/tests/testSubDir/build/texinfo16-1.0/=inst/info
 ../install-sh -c -m 644 ./main.info 
/tmp/am-dc-503951//home/njoly/temp/automake/tests/testSubDir/build/texinfo16-1.0/=inst/info/main.info
 install-info 
--info-dir=/tmp/am-dc-503951//home/njoly/temp/automake/tests/testSubDir/build/texinfo16-1.0/=inst/info
 
/tmp/am-dc-503951//home/njoly/temp/automake/tests/testSubDir/build/texinfo16-1.0/=inst/info/main.info
install-info: warning: no info dir entry in 
`/tmp/am-dc-503951//home/njoly/temp/automake/tests/testSubDir/build/texinfo16-1.0/=inst/info/main.info'
:
 install-info 
--info-dir=/tmp/am-dc-503951//home/njoly/temp/automake/tests/testSubDir/build/texinfo16-1.0/=inst/info
 --remove 
/tmp/am-dc-503951//home/njoly/temp/automake/tests/testSubDir/build/texinfo16-1.0/=inst/info/main.info
install-info: warning: no entries found for 
`/tmp/am-dc-503951//home/njoly/temp/automake/tests/testSubDir/build/texinfo16-1.0/=inst/info/main.info';
 nothing deleted
 rm -f main.info main.info-[0-9] main.info-[0-9][0-9])
cd /tmp/am-dc-503951/  && test `find . -type f -print | wc -l` -le 1  || { echo 
"ERROR: files left after uninstall:" ;  if test -n "/tmp/am-dc-503951/"; then  
echo "  (check DESTDIR support)";  fi ;  find . -type f -print ;  exit 1; } >&2
{ test ! -d texinfo16-1.0  || { find texinfo16-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr texinfo16-1.0; }; }
mkdir texinfo16-1.0
make   top_distdir="." distdir="texinfo16-1.0"  dist-info
list='main.info';  for base in $list; do  if test -f $base; then d=.; else 
d=..; fi;  for file in $d/$base*; do  relfile=`expr "$file" : "$d/\(.*\)"`;  
test -f texinfo16-1.0/$relfile ||  cp -p $file texinfo16-1.0/$relfile;  done;  
done
find texinfo16-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/ksh 
/home/njoly/temp/automake/tests/testSubDir/build/texinfo16-1.0/install-sh -c -m 
a+r {} {} \;  || chmod -R a+r texinfo16-1.0
/bin/ksh /home/njoly/temp/automake/tests/testSubDir/build/texinfo16-1.0/missing 
--run tar chof - texinfo16-1.0 | GZIP=--best gzip -c >texinfo16-1.0.tar.gz
{ test ! -d texinfo16-1.0  || { find texinfo16-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr texinfo16-1.0; }; }
rm -f main.aux main.cp main.cps main.fn main.fns main.ky main.kys main.log  
main.pg main.pgs main.tmp main.toc main.tp main.tps main.vr  main.vrs main.dvi 
main.pdf main.ps
rm -f vti.tmp
rm -f Makefile 
rm -f config.status config.cache config.log  configure.lineno
if test '..' = . ; then  echo "ERROR: distcleancheck can only run from a VPATH 
build" ;  exit 1 ;  fi
test `find . -type f -print | wc -l` -eq 0  || { echo "ERROR: files left in 
build directory after distclean:" ;  find . -type f -print ;  exit 1; } >&2
ERROR: files left in build directory after distclean:
./stamp-vti
./version.texi
./main.info
*** Exit 1
Stop.
*** Exit 1
Stop.
FAIL: texinfo16.test
texinfo18: running makeinfo --version
makeinfo (GNU texinfo) 4.3

Copyright (C) 2002 Free Software Foundation, Inc.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.
=== Running test ./texinfo18.test
+ pwd 
/home/njoly/temp/automake/tests/testSubDir
+ set -e 
+ echo AC_OUTPUT 
+ cat 
+ cat 
+ cat 
+ /local/bin/perl /home/njoly/temp/automake/tests/testSubDir/../../aclocal -I 
/home/njoly/temp/automake/tests/testSubDir/../../m4 
--acdir=/home/njoly/temp/automake/tests/../m4 
+ /local/bin/perl /home/njoly/temp/automake/tests/testSubDir/../../automake 
--libdir=/home/njoly/temp/automake/tests/../lib --foreign -Werror -Wall 
--add-missing 
Makefile.am:1: installing `./texinfo.tex'
+ /bin/sh /home/njoly/temp/automake/lib/missing --run autoconf 
+ ./configure 
configure: loading site script /usr/local/share/config.site
checking for a BSD-compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make distcheck 
{ test ! -d texinfo18-1.0  || { find texinfo18-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr texinfo18-1.0; }; }
mkdir texinfo18-1.0
make   top_distdir="." distdir="texinfo18-1.0"  dist-info
/bin/ksh /home/njoly/temp/automake/tests/testSubDir/missing --run makeinfo   -I 
.  -o main.info `test -f 'main.texi' || echo './'`main.texi
list='main.info';  for base in $list; do  if test -f $base; then d=.; else d=.; 
fi;  for file in $d/$base*; do  relfile=`expr "$file" : "$d/\(.*\)"`;  test -f 
texinfo18-1.0/$relfile ||  cp -p $file texinfo18-1.0/$relfile;  done;  done
find texinfo18-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/ksh 
/home/njoly/temp/automake/tests/testSubDir/install-sh -c -m a+r {} {} \;  || 
chmod -R a+r texinfo18-1.0
/bin/ksh /home/njoly/temp/automake/tests/testSubDir/missing --run tar chof - 
texinfo18-1.0 | GZIP=--best gzip -c >texinfo18-1.0.tar.gz
{ test ! -d texinfo18-1.0  || { find texinfo18-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr texinfo18-1.0; }; }
{ test ! -d texinfo18-1.0  || { find texinfo18-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr texinfo18-1.0; }; }
GZIP=--best gunzip -c texinfo18-1.0.tar.gz | /bin/ksh 
/home/njoly/temp/automake/tests/testSubDir/missing --run tar xf -
chmod -R a-w texinfo18-1.0; chmod a+w texinfo18-1.0
mkdir texinfo18-1.0/=build
mkdir texinfo18-1.0/=inst
chmod a-w texinfo18-1.0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd texinfo18-1.0/=inst && pwd`  
&& dc_destdir="${TMPDIR-/tmp}/am-dc-$$/"  && cd texinfo18-1.0/=build  && 
../configure --srcdir=.. --prefix="$dc_install_base"    && make   && make  dvi  
&& make  check  && make  install  && make  installcheck  && make  uninstall  && 
make  distuninstallcheck_dir="$dc_install_base"  distuninstallcheck  && chmod 
-R a-w "$dc_install_base"  && ({  (cd ../.. && /bin/ksh ./mkinstalldirs 
"$dc_destdir")  && make  DESTDIR="$dc_destdir" install  && make  
DESTDIR="$dc_destdir" uninstall  && make  DESTDIR="$dc_destdir"  
distuninstallcheck_dir="$dc_destdir" distuninstallcheck;  } || { rm -rf 
"$dc_destdir"; exit 1; })  && rm -rf "$dc_destdir"  && make  dist-gzip  && rm 
-f texinfo18-1.0.tar.gz  && make  distcleancheck
checking for a BSD-compatible install... ../install-sh -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
/bin/ksh /home/njoly/temp/automake/tests/testSubDir/texinfo18-1.0/missing --run 
makeinfo   -I ..  -o main.info `test -f '../main.texi' || echo 
'../'`../main.texi
TEXINPUTS="..:$TEXINPUTS"  MAKEINFO='/bin/ksh 
/home/njoly/temp/automake/tests/testSubDir/texinfo18-1.0/missing --run makeinfo 
  -I ..'  texi2dvi `test -f '../main.texi' || echo '../'`../main.texi
This is TeX, Version 3.14159 (Web2C 7.3.1)
(/home/njoly/temp/automake/tests/testSubDir/texinfo18-1.0/main.texi
(/home/njoly/temp/automake/tests/testSubDir/texinfo18-1.0/texinfo.tex
Loading texinfo [version 2002-11-25.11]: Basics, pdf, fonts, page headings,
tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
cross references, (/local/share/texmf/tex/plain/dvips/epsf.tex) localization,
and turning on texinfo input format.)
(/home/njoly/temp/automake/tests/testSubDir/texinfo18-1.0/sub.texi) [1] )
Output written on main.dvi (1 page, 236 bytes).
Transcript written on main.log.
This is TeX, Version 3.14159 (Web2C 7.3.1)
(/home/njoly/temp/automake/tests/testSubDir/texinfo18-1.0/main.texi
(/home/njoly/temp/automake/tests/testSubDir/texinfo18-1.0/texinfo.tex
Loading texinfo [version 2002-11-25.11]: Basics, pdf, fonts, page headings,
tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
cross references, (/local/share/texmf/tex/plain/dvips/epsf.tex) localization,
and turning on texinfo input format.) (main.aux)
(/home/njoly/temp/automake/tests/testSubDir/texinfo18-1.0/sub.texi) [1] )
Output written on main.dvi (1 page, 236 bytes).
Transcript written on main.log.
/bin/ksh ../mkinstalldirs 
/home/njoly/temp/automake/tests/testSubDir/texinfo18-1.0/=inst/info
mkdir -p -- /home/njoly/temp/automake/tests/testSubDir/texinfo18-1.0/=inst/info
 ../install-sh -c -m 644 ./main.info 
/home/njoly/temp/automake/tests/testSubDir/texinfo18-1.0/=inst/info/main.info
 install-info 
--info-dir=/home/njoly/temp/automake/tests/testSubDir/texinfo18-1.0/=inst/info 
/home/njoly/temp/automake/tests/testSubDir/texinfo18-1.0/=inst/info/main.info
install-info: warning: no info dir entry in 
`/home/njoly/temp/automake/tests/testSubDir/texinfo18-1.0/=inst/info/main.info'
:
 install-info 
--info-dir=/home/njoly/temp/automake/tests/testSubDir/texinfo18-1.0/=inst/info 
--remove 
/home/njoly/temp/automake/tests/testSubDir/texinfo18-1.0/=inst/info/main.info
install-info: warning: no entries found for 
`/home/njoly/temp/automake/tests/testSubDir/texinfo18-1.0/=inst/info/main.info';
 nothing deleted
 rm -f main.info main.info-[0-9] main.info-[0-9][0-9])
cd /home/njoly/temp/automake/tests/testSubDir/texinfo18-1.0/=inst  && test 
`find . -type f -print | wc -l` -le 1  || { echo "ERROR: files left after 
uninstall:" ;  if test -n ""; then  echo "  (check DESTDIR support)";  fi ;  
find . -type f -print ;  exit 1; } >&2
mkdir -p -- /tmp/am-dc-504807/
/bin/ksh ../mkinstalldirs 
/tmp/am-dc-504807//home/njoly/temp/automake/tests/testSubDir/texinfo18-1.0/=inst/info
mkdir -p -- 
/tmp/am-dc-504807//home/njoly/temp/automake/tests/testSubDir/texinfo18-1.0/=inst/info
 ../install-sh -c -m 644 ./main.info 
/tmp/am-dc-504807//home/njoly/temp/automake/tests/testSubDir/texinfo18-1.0/=inst/info/main.info
 install-info 
--info-dir=/tmp/am-dc-504807//home/njoly/temp/automake/tests/testSubDir/texinfo18-1.0/=inst/info
 
/tmp/am-dc-504807//home/njoly/temp/automake/tests/testSubDir/texinfo18-1.0/=inst/info/main.info
install-info: warning: no info dir entry in 
`/tmp/am-dc-504807//home/njoly/temp/automake/tests/testSubDir/texinfo18-1.0/=inst/info/main.info'
:
 install-info 
--info-dir=/tmp/am-dc-504807//home/njoly/temp/automake/tests/testSubDir/texinfo18-1.0/=inst/info
 --remove 
/tmp/am-dc-504807//home/njoly/temp/automake/tests/testSubDir/texinfo18-1.0/=inst/info/main.info
install-info: warning: no entries found for 
`/tmp/am-dc-504807//home/njoly/temp/automake/tests/testSubDir/texinfo18-1.0/=inst/info/main.info';
 nothing deleted
 rm -f main.info main.info-[0-9] main.info-[0-9][0-9])
cd /tmp/am-dc-504807/  && test `find . -type f -print | wc -l` -le 1  || { echo 
"ERROR: files left after uninstall:" ;  if test -n "/tmp/am-dc-504807/"; then  
echo "  (check DESTDIR support)";  fi ;  find . -type f -print ;  exit 1; } >&2
{ test ! -d texinfo18-1.0  || { find texinfo18-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr texinfo18-1.0; }; }
mkdir texinfo18-1.0
make   top_distdir="." distdir="texinfo18-1.0"  dist-info
list='main.info';  for base in $list; do  if test -f $base; then d=.; else 
d=..; fi;  for file in $d/$base*; do  relfile=`expr "$file" : "$d/\(.*\)"`;  
test -f texinfo18-1.0/$relfile ||  cp -p $file texinfo18-1.0/$relfile;  done;  
done
find texinfo18-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/ksh 
/home/njoly/temp/automake/tests/testSubDir/texinfo18-1.0/install-sh -c -m a+r 
{} {} \;  || chmod -R a+r texinfo18-1.0
/bin/ksh /home/njoly/temp/automake/tests/testSubDir/texinfo18-1.0/missing --run 
tar chof - texinfo18-1.0 | GZIP=--best gzip -c >texinfo18-1.0.tar.gz
{ test ! -d texinfo18-1.0  || { find texinfo18-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr texinfo18-1.0; }; }
rm -f main.au main.aus main.aux main.cp main.cps main.fn main.fns main.ky  
main.kys main.log main.pg main.pgs main.sa main.sb main.sbs  main.tmp main.toc 
main.tp main.tps main.vr main.vrs main.dvi  main.pdf main.ps
rm -f Makefile 
rm -f config.status config.cache config.log  configure.lineno
if test '..' = . ; then  echo "ERROR: distcleancheck can only run from a VPATH 
build" ;  exit 1 ;  fi
test `find . -type f -print | wc -l` -eq 0  || { echo "ERROR: files left in 
build directory after distclean:" ;  find . -type f -print ;  exit 1; } >&2
ERROR: files left in build directory after distclean:
./main.info
*** Exit 1
Stop.
*** Exit 1
Stop.
FAIL: texinfo18.test
version7: running makeinfo --version
makeinfo (GNU texinfo) 4.3

Copyright (C) 2002 Free Software Foundation, Inc.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.
=== Running test ./version7.test
+ pwd 
/home/njoly/temp/automake/tests/testSubDir
+ set -e 
+ cat 
+ echo m4_define([THE_VERSION], [2.718]) 
+ cat 
+ cat 
+ /local/bin/perl /home/njoly/temp/automake/tests/testSubDir/../../aclocal -I 
/home/njoly/temp/automake/tests/testSubDir/../../m4 
--acdir=/home/njoly/temp/automake/tests/../m4 
+ /bin/sh /home/njoly/temp/automake/lib/missing --run autoconf 
+ /local/bin/perl /home/njoly/temp/automake/tests/testSubDir/../../automake 
--libdir=/home/njoly/temp/automake/tests/../lib --foreign -Werror -Wall 
--add-missing 
Makefile.am:1: installing `./mdate-sh'
Makefile.am:1: installing `./texinfo.tex'
+ grep 2\.718 
+ ./configure --version 
version7 configure 2.718
+ ./configure 
configure: loading site script /usr/local/share/config.site
checking for a BSD-compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make 
Updating version.texi
/bin/ksh /home/njoly/temp/automake/tests/testSubDir/missing --run makeinfo   -I 
.  -o zardoz.info `test -f 'zardoz.texi' || echo './'`zardoz.texi
+ grep 2\.718 version.texi 
@set EDITION 2.718
@set VERSION 2.718
+ echo m4_define([THE_VERSION], [3.141]) 
+ make distcheck 
cd . && /bin/ksh /home/njoly/temp/automake/tests/testSubDir/missing --run 
autoconf
{ test ! -d version7-2.718  || { find version7-2.718 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr version7-2.718; }; }
mkdir version7-2.718
make   top_distdir="." distdir="version7-2.718"  dist-info
/bin/ksh /home/njoly/temp/automake/tests/testSubDir/missing --run makeinfo   -I 
.  -o zardoz.info `test -f 'zardoz.texi' || echo './'`zardoz.texi
list='zardoz.info';  for base in $list; do  if test -f $base; then d=.; else 
d=.; fi;  for file in $d/$base*; do  relfile=`expr "$file" : "$d/\(.*\)"`;  
test -f version7-2.718/$relfile ||  cp -p $file version7-2.718/$relfile;  done; 
 done
find version7-2.718 -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/ksh 
/home/njoly/temp/automake/tests/testSubDir/install-sh -c -m a+r {} {} \;  || 
chmod -R a+r version7-2.718
/bin/ksh /home/njoly/temp/automake/tests/testSubDir/missing --run tar chof - 
version7-2.718 | GZIP=--best gzip -c >version7-2.718.tar.gz
{ test ! -d version7-2.718  || { find version7-2.718 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr version7-2.718; }; }
{ test ! -d version7-2.718  || { find version7-2.718 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr version7-2.718; }; }
GZIP=--best gunzip -c version7-2.718.tar.gz | /bin/ksh 
/home/njoly/temp/automake/tests/testSubDir/missing --run tar xf -
chmod -R a-w version7-2.718; chmod a+w version7-2.718
mkdir version7-2.718/=build
mkdir version7-2.718/=inst
chmod a-w version7-2.718
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd version7-2.718/=inst && pwd`  
&& dc_destdir="${TMPDIR-/tmp}/am-dc-$$/"  && cd version7-2.718/=build  && 
../configure --srcdir=.. --prefix="$dc_install_base"    && make   && make  dvi  
&& make  check  && make  install  && make  installcheck  && make  uninstall  && 
make  distuninstallcheck_dir="$dc_install_base"  distuninstallcheck  && chmod 
-R a-w "$dc_install_base"  && ({  (cd ../.. && /bin/ksh ./mkinstalldirs 
"$dc_destdir")  && make  DESTDIR="$dc_destdir" install  && make  
DESTDIR="$dc_destdir" uninstall  && make  DESTDIR="$dc_destdir"  
distuninstallcheck_dir="$dc_destdir" distuninstallcheck;  } || { rm -rf 
"$dc_destdir"; exit 1; })  && rm -rf "$dc_destdir"  && make  dist-gzip  && rm 
-f version7-2.718.tar.gz  && make  distcleancheck
checking for a BSD-compatible install... ../install-sh -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
Updating version.texi
/bin/ksh /home/njoly/temp/automake/tests/testSubDir/version7-2.718/missing 
--run makeinfo   -I ..  -o zardoz.info `test -f '../zardoz.texi' || echo 
'../'`../zardoz.texi
TEXINPUTS="..:$TEXINPUTS"  MAKEINFO='/bin/ksh 
/home/njoly/temp/automake/tests/testSubDir/version7-2.718/missing --run 
makeinfo   -I ..'  texi2dvi `test -f '../zardoz.texi' || echo 
'../'`../zardoz.texi
This is TeX, Version 3.14159 (Web2C 7.3.1)
(/home/njoly/temp/automake/tests/testSubDir/version7-2.718/zardoz.texi
(/home/njoly/temp/automake/tests/testSubDir/version7-2.718/texinfo.tex
Loading texinfo [version 2002-11-25.11]: Basics, pdf, fonts, page headings,
tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
cross references, (/local/share/texmf/tex/plain/dvips/epsf.tex) localization,
and turning on texinfo input format.) (version.texi) [1] )
Output written on zardoz.dvi (1 page, 212 bytes).
Transcript written on zardoz.log.
test -f ../version.m4
/bin/ksh ../mkinstalldirs 
/home/njoly/temp/automake/tests/testSubDir/version7-2.718/=inst/info
mkdir -p -- /home/njoly/temp/automake/tests/testSubDir/version7-2.718/=inst/info
 ../install-sh -c -m 644 ./zardoz.info 
/home/njoly/temp/automake/tests/testSubDir/version7-2.718/=inst/info/zardoz.info
 install-info 
--info-dir=/home/njoly/temp/automake/tests/testSubDir/version7-2.718/=inst/info 
/home/njoly/temp/automake/tests/testSubDir/version7-2.718/=inst/info/zardoz.info
install-info: warning: no info dir entry in 
`/home/njoly/temp/automake/tests/testSubDir/version7-2.718/=inst/info/zardoz.info'
:
 install-info 
--info-dir=/home/njoly/temp/automake/tests/testSubDir/version7-2.718/=inst/info 
--remove 
/home/njoly/temp/automake/tests/testSubDir/version7-2.718/=inst/info/zardoz.info
install-info: warning: no entries found for 
`/home/njoly/temp/automake/tests/testSubDir/version7-2.718/=inst/info/zardoz.info';
 nothing deleted
 rm -f zardoz.info zardoz.info-[0-9] zardoz.info-[0-9][0-9])
cd /home/njoly/temp/automake/tests/testSubDir/version7-2.718/=inst  && test 
`find . -type f -print | wc -l` -le 1  || { echo "ERROR: files left after 
uninstall:" ;  if test -n ""; then  echo "  (check DESTDIR support)";  fi ;  
find . -type f -print ;  exit 1; } >&2
mkdir -p -- /tmp/am-dc-506189/
/bin/ksh ../mkinstalldirs 
/tmp/am-dc-506189//home/njoly/temp/automake/tests/testSubDir/version7-2.718/=inst/info
mkdir -p -- 
/tmp/am-dc-506189//home/njoly/temp/automake/tests/testSubDir/version7-2.718/=inst/info
 ../install-sh -c -m 644 ./zardoz.info 
/tmp/am-dc-506189//home/njoly/temp/automake/tests/testSubDir/version7-2.718/=inst/info/zardoz.info
 install-info 
--info-dir=/tmp/am-dc-506189//home/njoly/temp/automake/tests/testSubDir/version7-2.718/=inst/info
 
/tmp/am-dc-506189//home/njoly/temp/automake/tests/testSubDir/version7-2.718/=inst/info/zardoz.info
install-info: warning: no info dir entry in 
`/tmp/am-dc-506189//home/njoly/temp/automake/tests/testSubDir/version7-2.718/=inst/info/zardoz.info'
:
 install-info 
--info-dir=/tmp/am-dc-506189//home/njoly/temp/automake/tests/testSubDir/version7-2.718/=inst/info
 --remove 
/tmp/am-dc-506189//home/njoly/temp/automake/tests/testSubDir/version7-2.718/=inst/info/zardoz.info
install-info: warning: no entries found for 
`/tmp/am-dc-506189//home/njoly/temp/automake/tests/testSubDir/version7-2.718/=inst/info/zardoz.info';
 nothing deleted
 rm -f zardoz.info zardoz.info-[0-9] zardoz.info-[0-9][0-9])
cd /tmp/am-dc-506189/  && test `find . -type f -print | wc -l` -le 1  || { echo 
"ERROR: files left after uninstall:" ;  if test -n "/tmp/am-dc-506189/"; then  
echo "  (check DESTDIR support)";  fi ;  find . -type f -print ;  exit 1; } >&2
{ test ! -d version7-3.141  || { find version7-3.141 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr version7-3.141; }; }
mkdir version7-3.141
make   top_distdir="." distdir="version7-3.141"  dist-info
list='zardoz.info';  for base in $list; do  if test -f $base; then d=.; else 
d=..; fi;  for file in $d/$base*; do  relfile=`expr "$file" : "$d/\(.*\)"`;  
test -f version7-3.141/$relfile ||  cp -p $file version7-3.141/$relfile;  done; 
 done
find version7-3.141 -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/ksh 
/home/njoly/temp/automake/tests/testSubDir/version7-2.718/install-sh -c -m a+r 
{} {} \;  || chmod -R a+r version7-3.141
/bin/ksh /home/njoly/temp/automake/tests/testSubDir/version7-2.718/missing 
--run tar chof - version7-3.141 | GZIP=--best gzip -c >version7-3.141.tar.gz
{ test ! -d version7-3.141  || { find version7-3.141 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr version7-3.141; }; }
rm -f zardoz.aux zardoz.cp zardoz.cps zardoz.fn zardoz.fns zardoz.ky  
zardoz.kys zardoz.log zardoz.pg zardoz.pgs zardoz.tmp  zardoz.toc zardoz.tp 
zardoz.tps zardoz.vr zardoz.vrs  zardoz.dvi zardoz.pdf zardoz.ps
rm -f vti.tmp
rm -f Makefile 
rm -f config.status config.cache config.log  configure.lineno
if test '..' = . ; then  echo "ERROR: distcleancheck can only run from a VPATH 
build" ;  exit 1 ;  fi
test `find . -type f -print | wc -l` -eq 0  || { echo "ERROR: files left in 
build directory after distclean:" ;  find . -type f -print ;  exit 1; } >&2
ERROR: files left in build directory after distclean:
./stamp-vti
./version.texi
./zardoz.info
./version7-3.141.tar.gz
*** Exit 1
Stop.
*** Exit 1
Stop.
FAIL: version7.test
=====================================
5 of 5 tests failed
Please report to address@hidden
=====================================
*** Exit 1
Stop.
*** Exit 1
Stop.

-- 
Nicolas Joly

Biological Software and Databanks.
Pasteur Institute, Paris.




reply via email to

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