bug-automake
[Top][All Lists]
Advanced

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

Re: automake-1.7.9 - make check errors


From: John J. Allison
Subject: Re: automake-1.7.9 - make check errors
Date: Mon, 8 Dec 2003 16:36:33 -0700 (MST)

> Thank you for the report.  See tests/README for instructions
> how to get verbose output from failure.
duh, sorry- don't know how I missed that.

> (We are interested in the output of SunOS make too: Automake is
> expected to produce portable Makefiles.)
make was the same, I reported the gmake since it's a gnu project.
Here's both w/verbose.

thx,
John Allison
address@hidden


% setenv VERBOSE x
% setenv TESTS "extra6.test gnits2.test gnits3.test libtool3.test pr9.test 
pr224.test subobj6.test subobj9.test subpkg.test yacc8.test"
% make -e check
make  defs
`defs' is up to date.
make  check-TESTS
=== Running test ./extra6.test
+ pwd 
/dmsdev/src/automake-1.7.9/tests/testSubDir
+ set -e 
+ echo AC_OUTPUT 
+ cat 
+ mkdir foo 
+ mkdir foo/bar 
+ touch foo/bar/baz 
+ mkdir baz 
+ touch baz/foo 
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../aclocal -I 
/dmsdev/src/automake-1.7.9/tests/testSubDir/../../m4 
--acdir=/dmsdev/src/automake-1.7.9/tests/../m4 
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../automake 
--libdir=/dmsdev/src/automake-1.7.9/tests/../lib --foreign -Werror -Wall 
+ /bin/ksh /dmsdev/src/automake-1.7.9/lib/missing --run autoconf 
+ mkdir build 
+ cd build 
+ ../configure 
checking for a BSD-compatible install... ../install-sh -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ mkdir foo2 
+ mkdir foo2/bar2 
+ touch foo2/bar2/baz2 
+ mkdir baz2 
+ touch baz2/foo2 
+ make check 
make: Fatal error: Don't know how to make target `foo/bar'
FAIL: extra6.test
gnits2: running gcc --version
2.95.3
=== Running test ./gnits2.test
+ pwd 
/dmsdev/src/automake-1.7.9/tests/testSubDir
+ cat 
+ cat 
+ echo int main () { return 0; } 
+ cat 
+ mkdir sub 
+ cat 
#!/bin/sh
echo "Which version? Which usage?"
+ cat 
#!/bin/sh
:
+ chmod +x sub/scriptok.sh 
+ chmod +x sub/scriptnok.sh 
+ : 
+ : 
+ : 
+ : 
+ : 
+ : 
+ : 
+ : 
+ set -e 
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../aclocal -I 
/dmsdev/src/automake-1.7.9/tests/testSubDir/../../m4 
--acdir=/dmsdev/src/automake-1.7.9/tests/../m4 
+ /bin/ksh /dmsdev/src/automake-1.7.9/lib/missing --run autoconf 
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../automake 
--libdir=/dmsdev/src/automake-1.7.9/tests/../lib --foreign -Werror -Wall -a 
+ grep README-alpha Makefile.in 
+ mkdir build 
+ cd build 
+ pwd 
+ ../configure 
--prefix=/dmsdev/src/automake-1.7.9/tests/testSubDir/build/../inst-dir 
--program-prefix=p 
checking for a BSD-compatible install... ../install-sh -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all 
source='fubar.c' object='fubar.o' libtool=no \
depfile='.deps/fubar.Po' tmpdepfile='.deps/fubar.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DPACKAGE_NAME=\"gnits2\" -DPACKAGE_TARNAME=\"gnits2\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"gnits2\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gnits2\" -DVERSION=\"1.0\" -I. -I..      
-g -O2 -c `test -f 'fubar.c' || echo '../'`fubar.c
gcc  -g -O2   -o fubar  fubar.o  
source='fine.c' object='fine.o' libtool=no \
depfile='.deps/fine.Po' tmpdepfile='.deps/fine.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DPACKAGE_NAME=\"gnits2\" -DPACKAGE_TARNAME=\"gnits2\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"gnits2\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gnits2\" -DVERSION=\"1.0\" -I. -I..      
-g -O2 -c `test -f 'fine.c' || echo '../'`fine.c
mkdir -p -- sub
gcc  -g -O2   -o sub/fine  fine.o  
gcc  -g -O2   -o sub/fubar3  fubar.o  
gcc  -g -O2   -o fubar2  fubar.o  
make: Fatal error: Don't know how to make target `sub/scriptok.sh'
FAIL: gnits2.test
gnits3: running gcc --version
2.95.3
=== Running test ./gnits3.test
+ pwd 
/dmsdev/src/automake-1.7.9/tests/testSubDir
+ cat 
+ cat 
+ echo int main () { return 0; } 
+ mkdir sub 
+ cat 
#!/bin/sh
echo "Which version? Which usage?"
exit 1
+ cp nok.sh sub/nok.sh 
+ chmod +x nok.sh 
+ chmod +x sub/nok.sh 
+ : 
+ : 
+ : 
+ : 
+ : 
+ : 
+ : 
+ set -e 
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../aclocal -I 
/dmsdev/src/automake-1.7.9/tests/testSubDir/../../m4 
--acdir=/dmsdev/src/automake-1.7.9/tests/../m4 
+ /bin/ksh /dmsdev/src/automake-1.7.9/lib/missing --run autoconf 
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../automake 
--libdir=/dmsdev/src/automake-1.7.9/tests/../lib --foreign -Werror -Wall -a 
+ mkdir build 
+ cd build 
+ pwd 
+ ../configure 
--prefix=/dmsdev/src/automake-1.7.9/tests/testSubDir/build/../inst-dir 
--program-prefix=p 
checking for a BSD-compatible install... ../install-sh -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make 
source='nok.c' object='nok.o' libtool=no \
depfile='.deps/nok.Po' tmpdepfile='.deps/nok.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DPACKAGE_NAME=\"gnits3\" -DPACKAGE_TARNAME=\"gnits3\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"gnits3\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gnits3\" -DVERSION=\"1.0\" -I. -I..      
-g -O2 -c `test -f 'nok.c' || echo '../'`nok.c
gcc  -g -O2   -o nok  nok.o  
mkdir -p -- sub
gcc  -g -O2   -o sub/nok  nok.o  
make: Fatal error: Don't know how to make target `sub/nok.sh'
FAIL: gnits3.test
libtool3: running libtoolize --version
libtoolize (GNU libtool) 1.5

Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
libtool3: running gcc --version
2.95.3
=== Running test ./libtool3.test
+ pwd 
/dmsdev/src/automake-1.7.9/tests/testSubDir
+ set -e 
+ cat 
+ cat 
+ mkdir liba 
+ cat 
+ cat 
+ cat 
+ libtoolize --force --copy 
You should add the contents of `/dmsdev/share/aclocal/libtool.m4' to 
`aclocal.m4'.
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../aclocal -I 
/dmsdev/src/automake-1.7.9/tests/testSubDir/../../m4 
--acdir=/dmsdev/src/automake-1.7.9/tests/../m4 -I 
/dmsdev/src/automake-1.7.9/tests/../m4 -I /dmsdev/share/aclocal 
+ /bin/ksh /dmsdev/src/automake-1.7.9/lib/missing --run autoconf 
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../automake 
--libdir=/dmsdev/src/automake-1.7.9/tests/../lib --foreign -Werror -Wall 
--add-missing --copy 
+ ./configure 
checking for a BSD-compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking build system type... sparc-sun-solaris2.6
checking host system type... sparc-sun-solaris2.6
checking for a sed that does not truncate output... /usr/xpg4/bin/sed
checking for egrep... egrep
checking for ld used by gcc... /usr/local/sparc-sun-solaris2.6/bin/ld
checking if the linker (/usr/local/sparc-sun-solaris2.6/bin/ld) is GNU ld... yes
checking for /usr/local/sparc-sun-solaris2.6/bin/ld option to reload object 
files... -r
checking for BSD-compatible nm... /usr/ccs/bin/nm -p
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 262144
checking command to parse /usr/ccs/bin/nm -p output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/local/sparc-sun-solaris2.6/bin/ld) 
supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... solaris2.6 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/local/sparc-sun-solaris2.6/bin/ld
checking if the linker (/usr/local/sparc-sun-solaris2.6/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/local/sparc-sun-solaris2.6/bin/ld) 
supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/local/sparc-sun-solaris2.6/bin/ld) 
supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... solaris2.6 ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/local/sparc-sun-solaris2.6/bin/ld) 
supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... solaris2.6 ld.so
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make 
source='0.c' object='0.lo' libtool=yes \
depfile='.deps/0.Plo' tmpdepfile='.deps/0.TPlo' \
depmode=gcc /bin/ksh ./depcomp \
/bin/ksh ./libtool --mode=compile gcc -DPACKAGE_NAME=\"libtool3\" 
-DPACKAGE_TARNAME=\"libtool3\" -DPACKAGE_VERSION=\"1.0\" 
-DPACKAGE_STRING=\"libtool3\ 1.0\" -DPACKAGE_BUGREPORT=\"\" 
-DPACKAGE=\"libtool3\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. 
-I.      -g -O2 -c -o 0.lo `test -f '0.c' || echo './'`0.c
mkdir .libs
 gcc "-DPACKAGE_NAME=\"libtool3\"" "-DPACKAGE_TARNAME=\"libtool3\"" 
"-DPACKAGE_VERSION=\"1.0\"" "-DPACKAGE_STRING=\"libtool3 1.0\"" 
"-DPACKAGE_BUGREPORT=\"\"" "-DPACKAGE=\"libtool3\"" "-DVERSION=\"1.0\"" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -g -O2 -c 0.c -Wp,-MD,.deps/0.TPlo  
-fPIC -DPIC -o .libs/0.o
 gcc "-DPACKAGE_NAME=\"libtool3\"" "-DPACKAGE_TARNAME=\"libtool3\"" 
"-DPACKAGE_VERSION=\"1.0\"" "-DPACKAGE_STRING=\"libtool3 1.0\"" 
"-DPACKAGE_BUGREPORT=\"\"" "-DPACKAGE=\"libtool3\"" "-DVERSION=\"1.0\"" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -g -O2 -c 0.c -Wp,-MD,.deps/0.TPlo 
-o 0.o >/dev/null 2>&1
/bin/ksh ./libtool --mode=link gcc  -g -O2    -o lib0.la -rpath /usr/local/lib  
0.lo  
gcc -shared  .libs/0.o  -lc  -Wl,-soname -Wl,lib0.so.0 -o .libs/lib0.so.0.0.0
(cd .libs && rm -f lib0.so.0 && ln -s lib0.so.0.0.0 lib0.so.0)
(cd .libs && rm -f lib0.so && ln -s lib0.so.0.0.0 lib0.so)
ar cru .libs/lib0.a  0.o
ranlib .libs/lib0.a
creating lib0.la
(cd .libs && rm -f lib0.la && ln -s ../lib0.la lib0.la)
source='liba/a.c' object='a.lo' libtool=yes \
depfile='.deps/a.Plo' tmpdepfile='.deps/a.TPlo' \
depmode=gcc /bin/ksh ./depcomp \
/bin/ksh ./libtool --mode=compile gcc -DPACKAGE_NAME=\"libtool3\" 
-DPACKAGE_TARNAME=\"libtool3\" -DPACKAGE_VERSION=\"1.0\" 
-DPACKAGE_STRING=\"libtool3\ 1.0\" -DPACKAGE_BUGREPORT=\"\" 
-DPACKAGE=\"libtool3\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. 
-I.     -g -O2 -c -o a.lo `test -f 'liba/a.c' || echo './'`liba/a.c
 gcc "-DPACKAGE_NAME=\"libtool3\"" "-DPACKAGE_TARNAME=\"libtool3\"" 
"-DPACKAGE_VERSION=\"1.0\"" "-DPACKAGE_STRING=\"libtool3 1.0\"" 
"-DPACKAGE_BUGREPORT=\"\"" "-DPACKAGE=\"libtool3\"" "-DVERSION=\"1.0\"" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -g -O2 -c liba/a.c 
-Wp,-MD,.deps/a.TPlo  -fPIC -DPIC -o .libs/a.o
 gcc "-DPACKAGE_NAME=\"libtool3\"" "-DPACKAGE_TARNAME=\"libtool3\"" 
"-DPACKAGE_VERSION=\"1.0\"" "-DPACKAGE_STRING=\"libtool3 1.0\"" 
"-DPACKAGE_BUGREPORT=\"\"" "-DPACKAGE=\"libtool3\"" "-DVERSION=\"1.0\"" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -g -O2 -c liba/a.c 
-Wp,-MD,.deps/a.TPlo -o a.o >/dev/null 2>&1
/bin/ksh ./libtool --mode=link gcc  -g -O2    -o liba/liba.la -rpath 
/usr/local/lib  a.lo  
mkdir liba/.libs
gcc -shared  .libs/a.o  -lc  -Wl,-soname -Wl,liba.so.0 -o 
liba/.libs/liba.so.0.0.0
(cd liba/.libs && rm -f liba.so.0 && ln -s liba.so.0.0.0 liba.so.0)
(cd liba/.libs && rm -f liba.so && ln -s liba.so.0.0.0 liba.so)
ar cru liba/.libs/liba.a  a.o
ranlib liba/.libs/liba.a
creating liba/liba.la
(cd liba/.libs && rm -f liba.la && ln -s ../liba.la liba.la)
source='1.c' object='1.o' libtool=no \
depfile='.deps/1.Po' tmpdepfile='.deps/1.TPo' \
depmode=gcc /bin/ksh ./depcomp \
gcc -DPACKAGE_NAME=\"libtool3\" -DPACKAGE_TARNAME=\"libtool3\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"libtool3\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libtool3\" -DVERSION=\"1.0\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I.      -g -O2 -c `test -f '1.c' || 
echo './'`1.c
/bin/ksh ./libtool --mode=link gcc  -g -O2    -o 1  1.o lib0.la ./liba/liba.la 
gcc -g -O2 -o .libs/1 1.o  ./.libs/lib0.so ./liba/.libs/liba.so -Wl,--rpath 
-Wl,/usr/local/lib
creating 1
+ make distcheck 
{ test ! -d libtool3-1.0  || { find libtool3-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr libtool3-1.0; }; }
mkdir libtool3-1.0
mkdir -p -- libtool3-1.0/liba
find libtool3-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 
/dmsdev/src/automake-1.7.9/tests/testSubDir/install-sh -c -m a+r {} {} \; \
|| chmod -R a+r libtool3-1.0
/bin/ksh /dmsdev/src/automake-1.7.9/tests/testSubDir/missing --run tar chof - 
libtool3-1.0 | GZIP=--best gzip -c >libtool3-1.0.tar.gz
{ test ! -d libtool3-1.0  || { find libtool3-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr libtool3-1.0; }; }
{ test ! -d libtool3-1.0  || { find libtool3-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr libtool3-1.0; }; }
GZIP=--best gunzip -c libtool3-1.0.tar.gz | /bin/ksh 
/dmsdev/src/automake-1.7.9/tests/testSubDir/missing --run tar xf -
chmod -R a-w libtool3-1.0; chmod a+w libtool3-1.0
mkdir libtool3-1.0/_build
mkdir libtool3-1.0/_inst
chmod a-w libtool3-1.0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd libtool3-1.0/_inst && pwd | 
sed -e 's,^[^:\\/]:[\\/],/,'` \
  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \
  && cd libtool3-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 libtool3-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... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking build system type... sparc-sun-solaris2.6
checking host system type... sparc-sun-solaris2.6
checking for a sed that does not truncate output... /usr/xpg4/bin/sed
checking for egrep... egrep
checking for ld used by gcc... /usr/local/sparc-sun-solaris2.6/bin/ld
checking if the linker (/usr/local/sparc-sun-solaris2.6/bin/ld) is GNU ld... yes
checking for /usr/local/sparc-sun-solaris2.6/bin/ld option to reload object 
files... -r
checking for BSD-compatible nm... /usr/ccs/bin/nm -p
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 262144
checking command to parse /usr/ccs/bin/nm -p output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/local/sparc-sun-solaris2.6/bin/ld) 
supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... solaris2.6 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/local/sparc-sun-solaris2.6/bin/ld
checking if the linker (/usr/local/sparc-sun-solaris2.6/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/local/sparc-sun-solaris2.6/bin/ld) 
supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/local/sparc-sun-solaris2.6/bin/ld) 
supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... solaris2.6 ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/local/sparc-sun-solaris2.6/bin/ld) 
supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... solaris2.6 ld.so
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
source='0.c' object='0.lo' libtool=yes \
depfile='.deps/0.Plo' tmpdepfile='.deps/0.TPlo' \
depmode=gcc /bin/ksh ../depcomp \
/bin/ksh ./libtool --mode=compile gcc -DPACKAGE_NAME=\"libtool3\" 
-DPACKAGE_TARNAME=\"libtool3\" -DPACKAGE_VERSION=\"1.0\" 
-DPACKAGE_STRING=\"libtool3\ 1.0\" -DPACKAGE_BUGREPORT=\"\" 
-DPACKAGE=\"libtool3\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. 
-I..      -g -O2 -c -o 0.lo `test -f '0.c' || echo '../'`0.c
mkdir .libs
 gcc "-DPACKAGE_NAME=\"libtool3\"" "-DPACKAGE_TARNAME=\"libtool3\"" 
"-DPACKAGE_VERSION=\"1.0\"" "-DPACKAGE_STRING=\"libtool3 1.0\"" 
"-DPACKAGE_BUGREPORT=\"\"" "-DPACKAGE=\"libtool3\"" "-DVERSION=\"1.0\"" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I.. -g -O2 -c ../0.c 
-Wp,-MD,.deps/0.TPlo  -fPIC -DPIC -o .libs/0.o
 gcc "-DPACKAGE_NAME=\"libtool3\"" "-DPACKAGE_TARNAME=\"libtool3\"" 
"-DPACKAGE_VERSION=\"1.0\"" "-DPACKAGE_STRING=\"libtool3 1.0\"" 
"-DPACKAGE_BUGREPORT=\"\"" "-DPACKAGE=\"libtool3\"" "-DVERSION=\"1.0\"" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I.. -g -O2 -c ../0.c 
-Wp,-MD,.deps/0.TPlo -o 0.o >/dev/null 2>&1
/bin/ksh ./libtool --mode=link gcc  -g -O2    -o lib0.la -rpath 
/dmsdev/src/automake-1.7.9/tests/testSubDir/libtool3-1.0/_inst/lib  0.lo  
gcc -shared  .libs/0.o  -lc  -Wl,-soname -Wl,lib0.so.0 -o .libs/lib0.so.0.0.0
(cd .libs && rm -f lib0.so.0 && ln -s lib0.so.0.0.0 lib0.so.0)
(cd .libs && rm -f lib0.so && ln -s lib0.so.0.0.0 lib0.so)
ar cru .libs/lib0.a  0.o
ranlib .libs/lib0.a
creating lib0.la
(cd .libs && rm -f lib0.la && ln -s ../lib0.la lib0.la)
make: Fatal error: Don't know how to make target `liba/a.c'
Current working directory 
/dmsdev/src/automake-1.7.9/tests/testSubDir/libtool3-1.0/_build
*** Error code 1
make: Fatal error: Command failed for target `distcheck'
FAIL: libtool3.test
pr9: running gzip --version
gzip 1.3
(1999-12-21)
Copyright 1999 Free Software Foundation
Copyright 1992-1993 Jean-loup Gailly
This program comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of this program
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.
Compilation options:
DIRENT UTIME STDC_HEADERS HAVE_UNISTD_H HAVE_MEMORY_H HAVE_STRING_H 
Written by Jean-loup Gailly.
=== Running test ./pr9.test
+ pwd 
/dmsdev/src/automake-1.7.9/tests/testSubDir
+ cat 
+ : 
+ mkdir support 
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../aclocal -I 
/dmsdev/src/automake-1.7.9/tests/testSubDir/../../m4 
--acdir=/dmsdev/src/automake-1.7.9/tests/../m4 
+ /bin/ksh /dmsdev/src/automake-1.7.9/lib/missing --run autoconf 
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../automake 
--libdir=/dmsdev/src/automake-1.7.9/tests/../lib --foreign -Werror -Wall -a -c 
configure.in: installing `support/install-sh'
configure.in: installing `support/mkinstalldirs'
configure.in: installing `support/missing'
+ ./configure 
checking for a BSD-compatible install... support/install-sh -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make 
+ make distcheck 
{ test ! -d pr9-0  || { find pr9-0 -type d ! -perm -200 -exec chmod u+w {} ';'  
&& rm -fr pr9-0; }; }
mkdir pr9-0
/bin/ksh ./support/mkinstalldirs pr9-0/support
mkdir -p -- 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/ksh 
/dmsdev/src/automake-1.7.9/tests/testSubDir/support/install-sh -c -m a+r {} {} 
\; \
|| chmod -R a+r pr9-0
/bin/ksh /dmsdev/src/automake-1.7.9/tests/testSubDir/support/missing --run tar 
chof - pr9-0 | GZIP=--best gzip -c >pr9-0.tar.gz
{ test ! -d pr9-0  || { find pr9-0 -type d ! -perm -200 -exec chmod u+w {} ';'  
&& rm -fr pr9-0; }; }
{ test ! -d pr9-0  || { find pr9-0 -type d ! -perm -200 -exec chmod u+w {} ';'  
&& rm -fr pr9-0; }; }
GZIP=--best gunzip -c pr9-0.tar.gz | /bin/ksh 
/dmsdev/src/automake-1.7.9/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="${ZSH_VERSION+.}:" && cd pr9-0/_inst && pwd | sed -e 
's,^[^:\\/]:[\\/],/,'` \
  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \
  && cd pr9-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 ./support/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 pr9-0.tar.gz \
  && make  distcleancheck
checking for a BSD-compatible install... ../support/install-sh -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
mkdir -p -- /tmp/am-dc-14979/
make: Fatal error: Don't know how to make target `support/install-sh'
Current working directory 
/dmsdev/src/automake-1.7.9/tests/testSubDir/pr9-0/_build
*** Error code 1
make: Fatal error: Command failed for target `distcheck'
+ exit 1 
FAIL: pr9.test
pr224: running gcc --version
2.95.3
=== Running test ./pr224.test
+ pwd 
/dmsdev/src/automake-1.7.9/tests/testSubDir
+ mkdir foo 
+ cat 
+ cat 
+ cat 
+ touch README NEWS AUTHORS ChangeLog 
+ mkdir build 
+ set -e 
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../aclocal -I 
/dmsdev/src/automake-1.7.9/tests/testSubDir/../../m4 
--acdir=/dmsdev/src/automake-1.7.9/tests/../m4 
+ /bin/ksh /dmsdev/src/automake-1.7.9/lib/missing --run autoconf 
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../automake 
--libdir=/dmsdev/src/automake-1.7.9/tests/../lib --foreign -Werror -Wall -a 
Makefile.am: installing `./compile'
+ cd build 
+ ../configure 
CC=gcc
checking for a BSD-compatible install... .././install-sh -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking whether gcc and cc understand -c and -o together... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make 
make: Fatal error: Don't know how to make target `foo/main.c'
FAIL: pr224.test
subobj6: running gcc --version
2.95.3
=== Running test ./subobj6.test
+ pwd 
/dmsdev/src/automake-1.7.9/tests/testSubDir
+ cat 
+ cat 
+ : 
+ mkdir generic 
+ cat 
+ set -e 
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../aclocal -I 
/dmsdev/src/automake-1.7.9/tests/testSubDir/../../m4 
--acdir=/dmsdev/src/automake-1.7.9/tests/../m4 
+ /bin/ksh /dmsdev/src/automake-1.7.9/lib/missing --run autoconf 
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../automake 
--libdir=/dmsdev/src/automake-1.7.9/tests/../lib --foreign -Werror -Wall 
--include-deps --copy --add-missing 
Makefile.am: installing `./compile'
+ mkdir build 
+ cd build 
+ ../configure 
checking for a BSD-compatible install... ../install-sh -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc
checking whether gcc and cc understand -c and -o together... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make test-all 
make: Fatal error: Don't know how to make target `generic/a.c'
FAIL: subobj6.test
subobj9: running libtoolize --version
libtoolize (GNU libtool) 1.5

Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
subobj9: running g++ --version
2.95.3
=== Running test ./subobj9.test
+ pwd 
/dmsdev/src/automake-1.7.9/tests/testSubDir
+ cat 
+ cat 
+ mkdir src 
+ cat 
+ set -e 
+ libtoolize --force 
You should add the contents of `/dmsdev/share/aclocal/libtool.m4' to 
`aclocal.m4'.
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../aclocal -I 
/dmsdev/src/automake-1.7.9/tests/testSubDir/../../m4 
--acdir=/dmsdev/src/automake-1.7.9/tests/../m4 -I 
/dmsdev/src/automake-1.7.9/tests/../m4 -I /dmsdev/share/aclocal 
+ /bin/ksh /dmsdev/src/automake-1.7.9/lib/missing --run autoconf 
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../automake 
--libdir=/dmsdev/src/automake-1.7.9/tests/../lib --foreign -Werror -Wall -a 
+ ./configure 
checking for a BSD-compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for C++ compiler default output... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc
checking build system type... sparc-sun-solaris2.6
checking host system type... sparc-sun-solaris2.6
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc
checking for a sed that does not truncate output... /usr/xpg4/bin/sed
checking for egrep... egrep
checking for ld used by gcc... /usr/local/sparc-sun-solaris2.6/bin/ld
checking if the linker (/usr/local/sparc-sun-solaris2.6/bin/ld) is GNU ld... yes
checking for /usr/local/sparc-sun-solaris2.6/bin/ld option to reload object 
files... -r
checking for BSD-compatible nm... /usr/ccs/bin/nm -p
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 262144
checking command to parse /usr/ccs/bin/nm -p output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/local/sparc-sun-solaris2.6/bin/ld) 
supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... solaris2.6 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/local/sparc-sun-solaris2.6/bin/ld
checking if the linker (/usr/local/sparc-sun-solaris2.6/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/local/sparc-sun-solaris2.6/bin/ld) 
supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/local/sparc-sun-solaris2.6/bin/ld) 
supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... solaris2.6 ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/local/sparc-sun-solaris2.6/bin/ld) 
supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... solaris2.6 ld.so
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make 
source='src/foo.cc' object='src/foo.lo' libtool=yes \
depfile='src/.deps/foo.Plo' tmpdepfile='src/.deps/foo.TPlo' \
depmode=gcc /bin/ksh ./depcomp \
/bin/ksh ./libtool --mode=compile g++ -DPACKAGE_NAME=\"x\" 
-DPACKAGE_TARNAME=\"x\" -DPACKAGE_VERSION=\"0\" -DPACKAGE_STRING=\"x\ 0\" 
-DPACKAGE_BUGREPORT=\"x\" -DPACKAGE=\"x\" -DVERSION=\"0\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -I. -I.     -g -O2 -c -o src/foo.lo `test -f 'src/foo.cc' || 
echo './'`src/foo.cc
mkdir src/.libs
 g++ "-DPACKAGE_NAME=\"x\"" "-DPACKAGE_TARNAME=\"x\"" "-DPACKAGE_VERSION=\"0\"" 
"-DPACKAGE_STRING=\"x 0\"" "-DPACKAGE_BUGREPORT=\"x\"" "-DPACKAGE=\"x\"" 
"-DVERSION=\"0\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -g -O2 -c 
src/foo.cc -Wp,-MD,src/.deps/foo.TPlo  -fPIC -DPIC -o src/.libs/foo.o
 g++ "-DPACKAGE_NAME=\"x\"" "-DPACKAGE_TARNAME=\"x\"" "-DPACKAGE_VERSION=\"0\"" 
"-DPACKAGE_STRING=\"x 0\"" "-DPACKAGE_BUGREPORT=\"x\"" "-DPACKAGE=\"x\"" 
"-DVERSION=\"0\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -g -O2 -c 
src/foo.cc -Wp,-MD,src/.deps/foo.TPlo -o src/foo.o >/dev/null 2>&1
/bin/ksh ./libtool --mode=link g++  -g -O2    -o libfoo.la   src/foo.lo  
mkdir .libs
ar cru .libs/libfoo.a src/.libs/foo.o
ranlib .libs/libfoo.a
creating libfoo.la
(cd .libs && rm -f libfoo.la && ln -s ../libfoo.la libfoo.la)
+ make distcheck 
{ test ! -d x-0  || { find x-0 -type d ! -perm -200 -exec chmod u+w {} ';'  && 
rm -fr x-0; }; }
mkdir x-0
mkdir -p -- x-0/src
find x-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 
/dmsdev/src/automake-1.7.9/tests/testSubDir/install-sh -c -m a+r {} {} \; \
|| chmod -R a+r x-0
/bin/ksh /dmsdev/src/automake-1.7.9/tests/testSubDir/missing --run tar chof - 
x-0 | GZIP=--best gzip -c >x-0.tar.gz
{ test ! -d x-0  || { find x-0 -type d ! -perm -200 -exec chmod u+w {} ';'  && 
rm -fr x-0; }; }
{ test ! -d x-0  || { find x-0 -type d ! -perm -200 -exec chmod u+w {} ';'  && 
rm -fr x-0; }; }
GZIP=--best gunzip -c x-0.tar.gz | /bin/ksh 
/dmsdev/src/automake-1.7.9/tests/testSubDir/missing --run tar xf -
chmod -R a-w x-0; chmod a+w x-0
mkdir x-0/_build
mkdir x-0/_inst
chmod a-w x-0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd x-0/_inst && pwd | sed -e 
's,^[^:\\/]:[\\/],/,'` \
  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \
  && cd x-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 x-0.tar.gz \
  && make  distcleancheck
checking for a BSD-compatible install... ../install-sh -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for C++ compiler default output... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc
checking build system type... sparc-sun-solaris2.6
checking host system type... sparc-sun-solaris2.6
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc
checking for a sed that does not truncate output... /usr/xpg4/bin/sed
checking for egrep... egrep
checking for ld used by gcc... /usr/local/sparc-sun-solaris2.6/bin/ld
checking if the linker (/usr/local/sparc-sun-solaris2.6/bin/ld) is GNU ld... yes
checking for /usr/local/sparc-sun-solaris2.6/bin/ld option to reload object 
files... -r
checking for BSD-compatible nm... /usr/ccs/bin/nm -p
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 262144
checking command to parse /usr/ccs/bin/nm -p output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/local/sparc-sun-solaris2.6/bin/ld) 
supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... solaris2.6 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/local/sparc-sun-solaris2.6/bin/ld
checking if the linker (/usr/local/sparc-sun-solaris2.6/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/local/sparc-sun-solaris2.6/bin/ld) 
supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/local/sparc-sun-solaris2.6/bin/ld) 
supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... solaris2.6 ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/local/sparc-sun-solaris2.6/bin/ld) 
supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... solaris2.6 ld.so
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
make: Fatal error: Don't know how to make target `src/foo.cc'
Current working directory /dmsdev/src/automake-1.7.9/tests/testSubDir/x-0/_build
*** Error code 1
make: Fatal error: Command failed for target `distcheck'
FAIL: subobj9.test
subpkg: running gcc --version
2.95.3
=== Running test ./subpkg.test
+ pwd 
/dmsdev/src/automake-1.7.9/tests/testSubDir
+ set -e 
+ cat 
+ cat 
+ cat 
+ mkdir lib 
+ mkdir lib/src 
+ cat 
+ cat 
+ cat 
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../aclocal -I 
/dmsdev/src/automake-1.7.9/tests/testSubDir/../../m4 
--acdir=/dmsdev/src/automake-1.7.9/tests/../m4 
+ /bin/ksh /dmsdev/src/automake-1.7.9/lib/missing --run autoconf 
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../automake 
--libdir=/dmsdev/src/automake-1.7.9/tests/../lib --foreign -Werror -Wall 
+ cd lib 
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../aclocal -I 
/dmsdev/src/automake-1.7.9/tests/testSubDir/../../m4 
--acdir=/dmsdev/src/automake-1.7.9/tests/../m4 
+ /bin/ksh /dmsdev/src/automake-1.7.9/lib/missing --run autoconf 
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../automake 
--libdir=/dmsdev/src/automake-1.7.9/tests/../lib --foreign -Werror -Wall 
+ cd .. 
+ ./configure 
checking for a BSD-compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
configure: configuring in lib
configure: running /bin/ksh './configure' --prefix=/usr/local  'CC=gcc' 
--cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... ./../install-sh -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking for ranlib... ranlib
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make distcheck 
{ test ! -d subpkg-1.0  || { find subpkg-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr subpkg-1.0; }; }
mkdir subpkg-1.0
list='lib'; for subdir in $list; do \
  if test "$subdir" = .; then :; else \
    test -d subpkg-1.0/$subdir \
    || mkdir subpkg-1.0/$subdir \
    || exit 1; \
    (cd $subdir && \
      make  \
        top_distdir="." \
        distdir=../subpkg-1.0/$subdir \
        distdir) \
      || exit 1; \
  fi; \
done
{ test ! -d ../subpkg-1.0/lib  || { find ../subpkg-1.0/lib -type d ! -perm -200 
-exec chmod u+w {} ';'  && rm -fr ../subpkg-1.0/lib; }; }
mkdir ../subpkg-1.0/lib
/bin/ksh ./../mkinstalldirs ../subpkg-1.0/lib/..
mkdir -p -- ../subpkg-1.0/lib/src
find ../subpkg-1.0/lib -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 
/dmsdev/src/automake-1.7.9/tests/testSubDir/install-sh -c -m a+r {} {} \; \
|| chmod -R a+r ../subpkg-1.0/lib
find subpkg-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 
/dmsdev/src/automake-1.7.9/tests/testSubDir/install-sh -c -m a+r {} {} \; \
|| chmod -R a+r subpkg-1.0
/bin/ksh /dmsdev/src/automake-1.7.9/tests/testSubDir/missing --run tar chof - 
subpkg-1.0 | GZIP=--best gzip -c >subpkg-1.0.tar.gz
{ test ! -d subpkg-1.0  || { find subpkg-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr subpkg-1.0; }; }
{ test ! -d subpkg-1.0  || { find subpkg-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr subpkg-1.0; }; }
GZIP=--best gunzip -c subpkg-1.0.tar.gz | /bin/ksh 
/dmsdev/src/automake-1.7.9/tests/testSubDir/missing --run tar xf -
chmod -R a-w subpkg-1.0; chmod a+w subpkg-1.0
mkdir subpkg-1.0/_build
mkdir subpkg-1.0/_inst
chmod a-w subpkg-1.0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd subpkg-1.0/_inst && pwd | sed 
-e 's,^[^:\\/]:[\\/],/,'` \
  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \
  && cd subpkg-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 subpkg-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... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
configure: configuring in lib
configure: running /bin/ksh '../../lib/configure' 
--prefix=/dmsdev/src/automake-1.7.9/tests/testSubDir/subpkg-1.0/_inst  
'--srcdir=..' 
'--prefix=/dmsdev/src/automake-1.7.9/tests/testSubDir/subpkg-1.0/_inst' 
'CC=gcc' --cache-file=/dev/null --srcdir=../../lib
checking for a BSD-compatible install... ../../lib/../install-sh -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking for ranlib... ranlib
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
Making all in lib
make: Fatal error: Don't know how to make target `src/x.c'
Current working directory 
/dmsdev/src/automake-1.7.9/tests/testSubDir/subpkg-1.0/_build/lib
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory 
/dmsdev/src/automake-1.7.9/tests/testSubDir/subpkg-1.0/_build
*** Error code 1
make: Fatal error: Command failed for target `distcheck'
FAIL: subpkg.test
yacc8: running gcc --version
2.95.3
yacc8: running bison --version
GNU Bison version 1.25
=== Running test ./yacc8.test
+ pwd 
/dmsdev/src/automake-1.7.9/tests/testSubDir
+ set -e 
+ cat 
+ cat 
+ mkdir foo 
+ cat 
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../aclocal -I 
/dmsdev/src/automake-1.7.9/tests/testSubDir/../../m4 
--acdir=/dmsdev/src/automake-1.7.9/tests/../m4 
+ /bin/ksh /dmsdev/src/automake-1.7.9/lib/missing --run autoconf 
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../automake 
--libdir=/dmsdev/src/automake-1.7.9/tests/../lib --foreign -Werror -Wall -a 
Makefile.am: installing `./compile'
+ mkdir sub 
+ cd sub 
+ ../configure 
checking for a BSD-compatible install... ../install-sh -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking whether gcc and cc understand -c and -o together... yes
checking for bison... bison -y
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make foo/parse.o 
make: Fatal error: Don't know how to make target `foo/parse.y'
FAIL: yacc8.test
=====================================
10 of 10 tests failed
Please report to address@hidden
=====================================
*** Error code 1
make: Fatal error: Command failed for target `check-TESTS'
Current working directory /dmsdev/src/automake-1.7.9/tests
*** Error code 1
make: Fatal error: Command failed for target `check-am'




% gmake -e check
gmake  defs
gmake[1]: Entering directory `/dmsdev/src/automake-1.7.9/tests'
gmake[1]: `defs' is up to date.
gmake[1]: Leaving directory `/dmsdev/src/automake-1.7.9/tests'
gmake  check-TESTS
gmake[1]: Entering directory `/dmsdev/src/automake-1.7.9/tests'
=== Running test ./extra6.test
+ pwd 
/dmsdev/src/automake-1.7.9/tests/testSubDir
+ set -e 
+ echo AC_OUTPUT 
+ cat 
+ mkdir foo 
+ mkdir foo/bar 
+ touch foo/bar/baz 
+ mkdir baz 
+ touch baz/foo 
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../aclocal -I 
/dmsdev/src/automake-1.7.9/tests/testSubDir/../../m4 
--acdir=/dmsdev/src/automake-1.7.9/tests/../m4 
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../automake 
--libdir=/dmsdev/src/automake-1.7.9/tests/../lib --foreign -Werror -Wall 
+ /bin/ksh /dmsdev/src/automake-1.7.9/lib/missing --run autoconf 
+ mkdir build 
+ cd build 
+ ../configure 
checking for a BSD-compatible install... ../install-sh -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ mkdir foo2 
+ mkdir foo2/bar2 
+ touch foo2/bar2/baz2 
+ mkdir baz2 
+ touch baz2/foo2 
+ make check 
make: Fatal error: Don't know how to make target `foo/bar'
FAIL: extra6.test
gnits2: running gcc --version
2.95.3
=== Running test ./gnits2.test
+ pwd 
/dmsdev/src/automake-1.7.9/tests/testSubDir
+ cat 
+ cat 
+ echo int main () { return 0; } 
+ cat 
+ mkdir sub 
+ cat 
#!/bin/sh
echo "Which version? Which usage?"
+ cat 
#!/bin/sh
:
+ chmod +x sub/scriptok.sh 
+ chmod +x sub/scriptnok.sh 
+ : 
+ : 
+ : 
+ : 
+ : 
+ : 
+ : 
+ : 
+ set -e 
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../aclocal -I 
/dmsdev/src/automake-1.7.9/tests/testSubDir/../../m4 
--acdir=/dmsdev/src/automake-1.7.9/tests/../m4 
+ /bin/ksh /dmsdev/src/automake-1.7.9/lib/missing --run autoconf 
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../automake 
--libdir=/dmsdev/src/automake-1.7.9/tests/../lib --foreign -Werror -Wall -a 
+ grep README-alpha Makefile.in 
+ mkdir build 
+ cd build 
+ pwd 
+ ../configure 
--prefix=/dmsdev/src/automake-1.7.9/tests/testSubDir/build/../inst-dir 
--program-prefix=p 
checking for a BSD-compatible install... ../install-sh -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make all 
source='fubar.c' object='fubar.o' libtool=no \
depfile='.deps/fubar.Po' tmpdepfile='.deps/fubar.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DPACKAGE_NAME=\"gnits2\" -DPACKAGE_TARNAME=\"gnits2\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"gnits2\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gnits2\" -DVERSION=\"1.0\" -I. -I..      
-g -O2 -c `test -f 'fubar.c' || echo '../'`fubar.c
gcc  -g -O2   -o fubar  fubar.o  
source='fine.c' object='fine.o' libtool=no \
depfile='.deps/fine.Po' tmpdepfile='.deps/fine.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DPACKAGE_NAME=\"gnits2\" -DPACKAGE_TARNAME=\"gnits2\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"gnits2\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gnits2\" -DVERSION=\"1.0\" -I. -I..      
-g -O2 -c `test -f 'fine.c' || echo '../'`fine.c
mkdir -p -- sub
gcc  -g -O2   -o sub/fine  fine.o  
gcc  -g -O2   -o sub/fubar3  fubar.o  
gcc  -g -O2   -o fubar2  fubar.o  
make: Fatal error: Don't know how to make target `sub/scriptok.sh'
FAIL: gnits2.test
gnits3: running gcc --version
2.95.3
=== Running test ./gnits3.test
+ pwd 
/dmsdev/src/automake-1.7.9/tests/testSubDir
+ cat 
+ cat 
+ echo int main () { return 0; } 
+ mkdir sub 
+ cat 
#!/bin/sh
echo "Which version? Which usage?"
exit 1
+ cp nok.sh sub/nok.sh 
+ chmod +x nok.sh 
+ chmod +x sub/nok.sh 
+ : 
+ : 
+ : 
+ : 
+ : 
+ : 
+ : 
+ set -e 
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../aclocal -I 
/dmsdev/src/automake-1.7.9/tests/testSubDir/../../m4 
--acdir=/dmsdev/src/automake-1.7.9/tests/../m4 
+ /bin/ksh /dmsdev/src/automake-1.7.9/lib/missing --run autoconf 
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../automake 
--libdir=/dmsdev/src/automake-1.7.9/tests/../lib --foreign -Werror -Wall -a 
+ mkdir build 
+ cd build 
+ pwd 
+ ../configure 
--prefix=/dmsdev/src/automake-1.7.9/tests/testSubDir/build/../inst-dir 
--program-prefix=p 
checking for a BSD-compatible install... ../install-sh -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make 
source='nok.c' object='nok.o' libtool=no \
depfile='.deps/nok.Po' tmpdepfile='.deps/nok.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DPACKAGE_NAME=\"gnits3\" -DPACKAGE_TARNAME=\"gnits3\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"gnits3\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gnits3\" -DVERSION=\"1.0\" -I. -I..      
-g -O2 -c `test -f 'nok.c' || echo '../'`nok.c
gcc  -g -O2   -o nok  nok.o  
mkdir -p -- sub
gcc  -g -O2   -o sub/nok  nok.o  
make: Fatal error: Don't know how to make target `sub/nok.sh'
FAIL: gnits3.test
libtool3: running libtoolize --version
libtoolize (GNU libtool) 1.5

Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
libtool3: running gcc --version
2.95.3
=== Running test ./libtool3.test
+ pwd 
/dmsdev/src/automake-1.7.9/tests/testSubDir
+ set -e 
+ cat 
+ cat 
+ mkdir liba 
+ cat 
+ cat 
+ cat 
+ libtoolize --force --copy 
You should add the contents of `/dmsdev/share/aclocal/libtool.m4' to 
`aclocal.m4'.
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../aclocal -I 
/dmsdev/src/automake-1.7.9/tests/testSubDir/../../m4 
--acdir=/dmsdev/src/automake-1.7.9/tests/../m4 -I 
/dmsdev/src/automake-1.7.9/tests/../m4 -I /dmsdev/share/aclocal 
+ /bin/ksh /dmsdev/src/automake-1.7.9/lib/missing --run autoconf 
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../automake 
--libdir=/dmsdev/src/automake-1.7.9/tests/../lib --foreign -Werror -Wall 
--add-missing --copy 
+ ./configure 
checking for a BSD-compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking build system type... sparc-sun-solaris2.6
checking host system type... sparc-sun-solaris2.6
checking for a sed that does not truncate output... /usr/xpg4/bin/sed
checking for egrep... egrep
checking for ld used by gcc... /usr/local/sparc-sun-solaris2.6/bin/ld
checking if the linker (/usr/local/sparc-sun-solaris2.6/bin/ld) is GNU ld... yes
checking for /usr/local/sparc-sun-solaris2.6/bin/ld option to reload object 
files... -r
checking for BSD-compatible nm... /usr/ccs/bin/nm -p
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 262144
checking command to parse /usr/ccs/bin/nm -p output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/local/sparc-sun-solaris2.6/bin/ld) 
supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... solaris2.6 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/local/sparc-sun-solaris2.6/bin/ld
checking if the linker (/usr/local/sparc-sun-solaris2.6/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/local/sparc-sun-solaris2.6/bin/ld) 
supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/local/sparc-sun-solaris2.6/bin/ld) 
supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... solaris2.6 ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/local/sparc-sun-solaris2.6/bin/ld) 
supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... solaris2.6 ld.so
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make 
source='0.c' object='0.lo' libtool=yes \
depfile='.deps/0.Plo' tmpdepfile='.deps/0.TPlo' \
depmode=gcc /bin/ksh ./depcomp \
/bin/ksh ./libtool --mode=compile gcc -DPACKAGE_NAME=\"libtool3\" 
-DPACKAGE_TARNAME=\"libtool3\" -DPACKAGE_VERSION=\"1.0\" 
-DPACKAGE_STRING=\"libtool3\ 1.0\" -DPACKAGE_BUGREPORT=\"\" 
-DPACKAGE=\"libtool3\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. 
-I.      -g -O2 -c -o 0.lo `test -f '0.c' || echo './'`0.c
mkdir .libs
 gcc "-DPACKAGE_NAME=\"libtool3\"" "-DPACKAGE_TARNAME=\"libtool3\"" 
"-DPACKAGE_VERSION=\"1.0\"" "-DPACKAGE_STRING=\"libtool3 1.0\"" 
"-DPACKAGE_BUGREPORT=\"\"" "-DPACKAGE=\"libtool3\"" "-DVERSION=\"1.0\"" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -g -O2 -c 0.c -Wp,-MD,.deps/0.TPlo  
-fPIC -DPIC -o .libs/0.o
 gcc "-DPACKAGE_NAME=\"libtool3\"" "-DPACKAGE_TARNAME=\"libtool3\"" 
"-DPACKAGE_VERSION=\"1.0\"" "-DPACKAGE_STRING=\"libtool3 1.0\"" 
"-DPACKAGE_BUGREPORT=\"\"" "-DPACKAGE=\"libtool3\"" "-DVERSION=\"1.0\"" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -g -O2 -c 0.c -Wp,-MD,.deps/0.TPlo 
-o 0.o >/dev/null 2>&1
/bin/ksh ./libtool --mode=link gcc  -g -O2    -o lib0.la -rpath /usr/local/lib  
0.lo  
gcc -shared  .libs/0.o  -lc  -Wl,-soname -Wl,lib0.so.0 -o .libs/lib0.so.0.0.0
(cd .libs && rm -f lib0.so.0 && ln -s lib0.so.0.0.0 lib0.so.0)
(cd .libs && rm -f lib0.so && ln -s lib0.so.0.0.0 lib0.so)
ar cru .libs/lib0.a  0.o
ranlib .libs/lib0.a
creating lib0.la
(cd .libs && rm -f lib0.la && ln -s ../lib0.la lib0.la)
source='liba/a.c' object='a.lo' libtool=yes \
depfile='.deps/a.Plo' tmpdepfile='.deps/a.TPlo' \
depmode=gcc /bin/ksh ./depcomp \
/bin/ksh ./libtool --mode=compile gcc -DPACKAGE_NAME=\"libtool3\" 
-DPACKAGE_TARNAME=\"libtool3\" -DPACKAGE_VERSION=\"1.0\" 
-DPACKAGE_STRING=\"libtool3\ 1.0\" -DPACKAGE_BUGREPORT=\"\" 
-DPACKAGE=\"libtool3\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. 
-I.     -g -O2 -c -o a.lo `test -f 'liba/a.c' || echo './'`liba/a.c
 gcc "-DPACKAGE_NAME=\"libtool3\"" "-DPACKAGE_TARNAME=\"libtool3\"" 
"-DPACKAGE_VERSION=\"1.0\"" "-DPACKAGE_STRING=\"libtool3 1.0\"" 
"-DPACKAGE_BUGREPORT=\"\"" "-DPACKAGE=\"libtool3\"" "-DVERSION=\"1.0\"" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -g -O2 -c liba/a.c 
-Wp,-MD,.deps/a.TPlo  -fPIC -DPIC -o .libs/a.o
 gcc "-DPACKAGE_NAME=\"libtool3\"" "-DPACKAGE_TARNAME=\"libtool3\"" 
"-DPACKAGE_VERSION=\"1.0\"" "-DPACKAGE_STRING=\"libtool3 1.0\"" 
"-DPACKAGE_BUGREPORT=\"\"" "-DPACKAGE=\"libtool3\"" "-DVERSION=\"1.0\"" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -g -O2 -c liba/a.c 
-Wp,-MD,.deps/a.TPlo -o a.o >/dev/null 2>&1
/bin/ksh ./libtool --mode=link gcc  -g -O2    -o liba/liba.la -rpath 
/usr/local/lib  a.lo  
mkdir liba/.libs
gcc -shared  .libs/a.o  -lc  -Wl,-soname -Wl,liba.so.0 -o 
liba/.libs/liba.so.0.0.0
(cd liba/.libs && rm -f liba.so.0 && ln -s liba.so.0.0.0 liba.so.0)
(cd liba/.libs && rm -f liba.so && ln -s liba.so.0.0.0 liba.so)
ar cru liba/.libs/liba.a  a.o
ranlib liba/.libs/liba.a
creating liba/liba.la
(cd liba/.libs && rm -f liba.la && ln -s ../liba.la liba.la)
source='1.c' object='1.o' libtool=no \
depfile='.deps/1.Po' tmpdepfile='.deps/1.TPo' \
depmode=gcc /bin/ksh ./depcomp \
gcc -DPACKAGE_NAME=\"libtool3\" -DPACKAGE_TARNAME=\"libtool3\" 
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"libtool3\ 1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libtool3\" -DVERSION=\"1.0\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I.      -g -O2 -c `test -f '1.c' || 
echo './'`1.c
/bin/ksh ./libtool --mode=link gcc  -g -O2    -o 1  1.o lib0.la ./liba/liba.la 
gcc -g -O2 -o .libs/1 1.o  ./.libs/lib0.so ./liba/.libs/liba.so -Wl,--rpath 
-Wl,/usr/local/lib
creating 1
+ make distcheck 
{ test ! -d libtool3-1.0  || { find libtool3-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr libtool3-1.0; }; }
mkdir libtool3-1.0
mkdir -p -- libtool3-1.0/liba
find libtool3-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 
/dmsdev/src/automake-1.7.9/tests/testSubDir/install-sh -c -m a+r {} {} \; \
|| chmod -R a+r libtool3-1.0
/bin/ksh /dmsdev/src/automake-1.7.9/tests/testSubDir/missing --run tar chof - 
libtool3-1.0 | GZIP=--best gzip -c >libtool3-1.0.tar.gz
{ test ! -d libtool3-1.0  || { find libtool3-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr libtool3-1.0; }; }
{ test ! -d libtool3-1.0  || { find libtool3-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr libtool3-1.0; }; }
GZIP=--best gunzip -c libtool3-1.0.tar.gz | /bin/ksh 
/dmsdev/src/automake-1.7.9/tests/testSubDir/missing --run tar xf -
chmod -R a-w libtool3-1.0; chmod a+w libtool3-1.0
mkdir libtool3-1.0/_build
mkdir libtool3-1.0/_inst
chmod a-w libtool3-1.0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd libtool3-1.0/_inst && pwd | 
sed -e 's,^[^:\\/]:[\\/],/,'` \
  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \
  && cd libtool3-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 libtool3-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... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking build system type... sparc-sun-solaris2.6
checking host system type... sparc-sun-solaris2.6
checking for a sed that does not truncate output... /usr/xpg4/bin/sed
checking for egrep... egrep
checking for ld used by gcc... /usr/local/sparc-sun-solaris2.6/bin/ld
checking if the linker (/usr/local/sparc-sun-solaris2.6/bin/ld) is GNU ld... yes
checking for /usr/local/sparc-sun-solaris2.6/bin/ld option to reload object 
files... -r
checking for BSD-compatible nm... /usr/ccs/bin/nm -p
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 262144
checking command to parse /usr/ccs/bin/nm -p output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/local/sparc-sun-solaris2.6/bin/ld) 
supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... solaris2.6 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/local/sparc-sun-solaris2.6/bin/ld
checking if the linker (/usr/local/sparc-sun-solaris2.6/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/local/sparc-sun-solaris2.6/bin/ld) 
supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/local/sparc-sun-solaris2.6/bin/ld) 
supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... solaris2.6 ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/local/sparc-sun-solaris2.6/bin/ld) 
supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... solaris2.6 ld.so
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
source='0.c' object='0.lo' libtool=yes \
depfile='.deps/0.Plo' tmpdepfile='.deps/0.TPlo' \
depmode=gcc /bin/ksh ../depcomp \
/bin/ksh ./libtool --mode=compile gcc -DPACKAGE_NAME=\"libtool3\" 
-DPACKAGE_TARNAME=\"libtool3\" -DPACKAGE_VERSION=\"1.0\" 
-DPACKAGE_STRING=\"libtool3\ 1.0\" -DPACKAGE_BUGREPORT=\"\" 
-DPACKAGE=\"libtool3\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. 
-I..      -g -O2 -c -o 0.lo `test -f '0.c' || echo '../'`0.c
mkdir .libs
 gcc "-DPACKAGE_NAME=\"libtool3\"" "-DPACKAGE_TARNAME=\"libtool3\"" 
"-DPACKAGE_VERSION=\"1.0\"" "-DPACKAGE_STRING=\"libtool3 1.0\"" 
"-DPACKAGE_BUGREPORT=\"\"" "-DPACKAGE=\"libtool3\"" "-DVERSION=\"1.0\"" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I.. -g -O2 -c ../0.c 
-Wp,-MD,.deps/0.TPlo  -fPIC -DPIC -o .libs/0.o
 gcc "-DPACKAGE_NAME=\"libtool3\"" "-DPACKAGE_TARNAME=\"libtool3\"" 
"-DPACKAGE_VERSION=\"1.0\"" "-DPACKAGE_STRING=\"libtool3 1.0\"" 
"-DPACKAGE_BUGREPORT=\"\"" "-DPACKAGE=\"libtool3\"" "-DVERSION=\"1.0\"" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I.. -g -O2 -c ../0.c 
-Wp,-MD,.deps/0.TPlo -o 0.o >/dev/null 2>&1
/bin/ksh ./libtool --mode=link gcc  -g -O2    -o lib0.la -rpath 
/dmsdev/src/automake-1.7.9/tests/testSubDir/libtool3-1.0/_inst/lib  0.lo  
gcc -shared  .libs/0.o  -lc  -Wl,-soname -Wl,lib0.so.0 -o .libs/lib0.so.0.0.0
(cd .libs && rm -f lib0.so.0 && ln -s lib0.so.0.0.0 lib0.so.0)
(cd .libs && rm -f lib0.so && ln -s lib0.so.0.0.0 lib0.so)
ar cru .libs/lib0.a  0.o
ranlib .libs/lib0.a
creating lib0.la
(cd .libs && rm -f lib0.la && ln -s ../lib0.la lib0.la)
make: Fatal error: Don't know how to make target `liba/a.c'
Current working directory 
/dmsdev/src/automake-1.7.9/tests/testSubDir/libtool3-1.0/_build
*** Error code 1
make: Fatal error: Command failed for target `distcheck'
FAIL: libtool3.test
pr9: running gzip --version
gzip 1.3
(1999-12-21)
Copyright 1999 Free Software Foundation
Copyright 1992-1993 Jean-loup Gailly
This program comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of this program
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.
Compilation options:
DIRENT UTIME STDC_HEADERS HAVE_UNISTD_H HAVE_MEMORY_H HAVE_STRING_H 
Written by Jean-loup Gailly.
=== Running test ./pr9.test
+ pwd 
/dmsdev/src/automake-1.7.9/tests/testSubDir
+ cat 
+ : 
+ mkdir support 
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../aclocal -I 
/dmsdev/src/automake-1.7.9/tests/testSubDir/../../m4 
--acdir=/dmsdev/src/automake-1.7.9/tests/../m4 
+ /bin/ksh /dmsdev/src/automake-1.7.9/lib/missing --run autoconf 
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../automake 
--libdir=/dmsdev/src/automake-1.7.9/tests/../lib --foreign -Werror -Wall -a -c 
configure.in: installing `support/install-sh'
configure.in: installing `support/mkinstalldirs'
configure.in: installing `support/missing'
+ ./configure 
checking for a BSD-compatible install... support/install-sh -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ make 
+ make distcheck 
{ test ! -d pr9-0  || { find pr9-0 -type d ! -perm -200 -exec chmod u+w {} ';'  
&& rm -fr pr9-0; }; }
mkdir pr9-0
/bin/ksh ./support/mkinstalldirs pr9-0/support
mkdir -p -- 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/ksh 
/dmsdev/src/automake-1.7.9/tests/testSubDir/support/install-sh -c -m a+r {} {} 
\; \
|| chmod -R a+r pr9-0
/bin/ksh /dmsdev/src/automake-1.7.9/tests/testSubDir/support/missing --run tar 
chof - pr9-0 | GZIP=--best gzip -c >pr9-0.tar.gz
{ test ! -d pr9-0  || { find pr9-0 -type d ! -perm -200 -exec chmod u+w {} ';'  
&& rm -fr pr9-0; }; }
{ test ! -d pr9-0  || { find pr9-0 -type d ! -perm -200 -exec chmod u+w {} ';'  
&& rm -fr pr9-0; }; }
GZIP=--best gunzip -c pr9-0.tar.gz | /bin/ksh 
/dmsdev/src/automake-1.7.9/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="${ZSH_VERSION+.}:" && cd pr9-0/_inst && pwd | sed -e 
's,^[^:\\/]:[\\/],/,'` \
  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \
  && cd pr9-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 ./support/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 pr9-0.tar.gz \
  && make  distcleancheck
checking for a BSD-compatible install... ../support/install-sh -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
mkdir -p -- /tmp/am-dc-5745/
make: Fatal error: Don't know how to make target `support/install-sh'
Current working directory 
/dmsdev/src/automake-1.7.9/tests/testSubDir/pr9-0/_build
*** Error code 1
make: Fatal error: Command failed for target `distcheck'
+ exit 1 
FAIL: pr9.test
pr224: running gcc --version
2.95.3
=== Running test ./pr224.test
+ pwd 
/dmsdev/src/automake-1.7.9/tests/testSubDir
+ mkdir foo 
+ cat 
+ cat 
+ cat 
+ touch README NEWS AUTHORS ChangeLog 
+ mkdir build 
+ set -e 
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../aclocal -I 
/dmsdev/src/automake-1.7.9/tests/testSubDir/../../m4 
--acdir=/dmsdev/src/automake-1.7.9/tests/../m4 
+ /bin/ksh /dmsdev/src/automake-1.7.9/lib/missing --run autoconf 
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../automake 
--libdir=/dmsdev/src/automake-1.7.9/tests/../lib --foreign -Werror -Wall -a 
Makefile.am: installing `./compile'
+ cd build 
+ ../configure 
CC=gcc
checking for a BSD-compatible install... .././install-sh -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking whether gcc and cc understand -c and -o together... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make 
make: Fatal error: Don't know how to make target `foo/main.c'
FAIL: pr224.test
subobj6: running gcc --version
2.95.3
=== Running test ./subobj6.test
+ pwd 
/dmsdev/src/automake-1.7.9/tests/testSubDir
+ cat 
+ cat 
+ : 
+ mkdir generic 
+ cat 
+ set -e 
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../aclocal -I 
/dmsdev/src/automake-1.7.9/tests/testSubDir/../../m4 
--acdir=/dmsdev/src/automake-1.7.9/tests/../m4 
+ /bin/ksh /dmsdev/src/automake-1.7.9/lib/missing --run autoconf 
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../automake 
--libdir=/dmsdev/src/automake-1.7.9/tests/../lib --foreign -Werror -Wall 
--include-deps --copy --add-missing 
Makefile.am: installing `./compile'
+ mkdir build 
+ cd build 
+ ../configure 
checking for a BSD-compatible install... ../install-sh -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc
checking whether gcc and cc understand -c and -o together... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make test-all 
make: Fatal error: Don't know how to make target `generic/a.c'
FAIL: subobj6.test
subobj9: running libtoolize --version
libtoolize (GNU libtool) 1.5

Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
subobj9: running g++ --version
2.95.3
=== Running test ./subobj9.test
+ pwd 
/dmsdev/src/automake-1.7.9/tests/testSubDir
+ cat 
+ cat 
+ mkdir src 
+ cat 
+ set -e 
+ libtoolize --force 
You should add the contents of `/dmsdev/share/aclocal/libtool.m4' to 
`aclocal.m4'.
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../aclocal -I 
/dmsdev/src/automake-1.7.9/tests/testSubDir/../../m4 
--acdir=/dmsdev/src/automake-1.7.9/tests/../m4 -I 
/dmsdev/src/automake-1.7.9/tests/../m4 -I /dmsdev/share/aclocal 
+ /bin/ksh /dmsdev/src/automake-1.7.9/lib/missing --run autoconf 
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../automake 
--libdir=/dmsdev/src/automake-1.7.9/tests/../lib --foreign -Werror -Wall -a 
+ ./configure 
checking for a BSD-compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for C++ compiler default output... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc
checking build system type... sparc-sun-solaris2.6
checking host system type... sparc-sun-solaris2.6
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc
checking for a sed that does not truncate output... /usr/xpg4/bin/sed
checking for egrep... egrep
checking for ld used by gcc... /usr/local/sparc-sun-solaris2.6/bin/ld
checking if the linker (/usr/local/sparc-sun-solaris2.6/bin/ld) is GNU ld... yes
checking for /usr/local/sparc-sun-solaris2.6/bin/ld option to reload object 
files... -r
checking for BSD-compatible nm... /usr/ccs/bin/nm -p
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 262144
checking command to parse /usr/ccs/bin/nm -p output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/local/sparc-sun-solaris2.6/bin/ld) 
supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... solaris2.6 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/local/sparc-sun-solaris2.6/bin/ld
checking if the linker (/usr/local/sparc-sun-solaris2.6/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/local/sparc-sun-solaris2.6/bin/ld) 
supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/local/sparc-sun-solaris2.6/bin/ld) 
supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... solaris2.6 ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/local/sparc-sun-solaris2.6/bin/ld) 
supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... solaris2.6 ld.so
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make 
source='src/foo.cc' object='src/foo.lo' libtool=yes \
depfile='src/.deps/foo.Plo' tmpdepfile='src/.deps/foo.TPlo' \
depmode=gcc /bin/ksh ./depcomp \
/bin/ksh ./libtool --mode=compile g++ -DPACKAGE_NAME=\"x\" 
-DPACKAGE_TARNAME=\"x\" -DPACKAGE_VERSION=\"0\" -DPACKAGE_STRING=\"x\ 0\" 
-DPACKAGE_BUGREPORT=\"x\" -DPACKAGE=\"x\" -DVERSION=\"0\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -I. -I.     -g -O2 -c -o src/foo.lo `test -f 'src/foo.cc' || 
echo './'`src/foo.cc
mkdir src/.libs
 g++ "-DPACKAGE_NAME=\"x\"" "-DPACKAGE_TARNAME=\"x\"" "-DPACKAGE_VERSION=\"0\"" 
"-DPACKAGE_STRING=\"x 0\"" "-DPACKAGE_BUGREPORT=\"x\"" "-DPACKAGE=\"x\"" 
"-DVERSION=\"0\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -g -O2 -c 
src/foo.cc -Wp,-MD,src/.deps/foo.TPlo  -fPIC -DPIC -o src/.libs/foo.o
 g++ "-DPACKAGE_NAME=\"x\"" "-DPACKAGE_TARNAME=\"x\"" "-DPACKAGE_VERSION=\"0\"" 
"-DPACKAGE_STRING=\"x 0\"" "-DPACKAGE_BUGREPORT=\"x\"" "-DPACKAGE=\"x\"" 
"-DVERSION=\"0\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -g -O2 -c 
src/foo.cc -Wp,-MD,src/.deps/foo.TPlo -o src/foo.o >/dev/null 2>&1
/bin/ksh ./libtool --mode=link g++  -g -O2    -o libfoo.la   src/foo.lo  
mkdir .libs
ar cru .libs/libfoo.a src/.libs/foo.o
ranlib .libs/libfoo.a
creating libfoo.la
(cd .libs && rm -f libfoo.la && ln -s ../libfoo.la libfoo.la)
+ make distcheck 
{ test ! -d x-0  || { find x-0 -type d ! -perm -200 -exec chmod u+w {} ';'  && 
rm -fr x-0; }; }
mkdir x-0
mkdir -p -- x-0/src
find x-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 
/dmsdev/src/automake-1.7.9/tests/testSubDir/install-sh -c -m a+r {} {} \; \
|| chmod -R a+r x-0
/bin/ksh /dmsdev/src/automake-1.7.9/tests/testSubDir/missing --run tar chof - 
x-0 | GZIP=--best gzip -c >x-0.tar.gz
{ test ! -d x-0  || { find x-0 -type d ! -perm -200 -exec chmod u+w {} ';'  && 
rm -fr x-0; }; }
{ test ! -d x-0  || { find x-0 -type d ! -perm -200 -exec chmod u+w {} ';'  && 
rm -fr x-0; }; }
GZIP=--best gunzip -c x-0.tar.gz | /bin/ksh 
/dmsdev/src/automake-1.7.9/tests/testSubDir/missing --run tar xf -
chmod -R a-w x-0; chmod a+w x-0
mkdir x-0/_build
mkdir x-0/_inst
chmod a-w x-0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd x-0/_inst && pwd | sed -e 
's,^[^:\\/]:[\\/],/,'` \
  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \
  && cd x-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 x-0.tar.gz \
  && make  distcleancheck
checking for a BSD-compatible install... ../install-sh -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for C++ compiler default output... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc
checking build system type... sparc-sun-solaris2.6
checking host system type... sparc-sun-solaris2.6
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc
checking for a sed that does not truncate output... /usr/xpg4/bin/sed
checking for egrep... egrep
checking for ld used by gcc... /usr/local/sparc-sun-solaris2.6/bin/ld
checking if the linker (/usr/local/sparc-sun-solaris2.6/bin/ld) is GNU ld... yes
checking for /usr/local/sparc-sun-solaris2.6/bin/ld option to reload object 
files... -r
checking for BSD-compatible nm... /usr/ccs/bin/nm -p
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 262144
checking command to parse /usr/ccs/bin/nm -p output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/local/sparc-sun-solaris2.6/bin/ld) 
supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... solaris2.6 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/local/sparc-sun-solaris2.6/bin/ld
checking if the linker (/usr/local/sparc-sun-solaris2.6/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/local/sparc-sun-solaris2.6/bin/ld) 
supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/local/sparc-sun-solaris2.6/bin/ld) 
supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... solaris2.6 ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/local/sparc-sun-solaris2.6/bin/ld) 
supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... solaris2.6 ld.so
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
make: Fatal error: Don't know how to make target `src/foo.cc'
Current working directory /dmsdev/src/automake-1.7.9/tests/testSubDir/x-0/_build
*** Error code 1
make: Fatal error: Command failed for target `distcheck'
FAIL: subobj9.test
subpkg: running gcc --version
2.95.3
=== Running test ./subpkg.test
+ pwd 
/dmsdev/src/automake-1.7.9/tests/testSubDir
+ set -e 
+ cat 
+ cat 
+ cat 
+ mkdir lib 
+ mkdir lib/src 
+ cat 
+ cat 
+ cat 
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../aclocal -I 
/dmsdev/src/automake-1.7.9/tests/testSubDir/../../m4 
--acdir=/dmsdev/src/automake-1.7.9/tests/../m4 
+ /bin/ksh /dmsdev/src/automake-1.7.9/lib/missing --run autoconf 
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../automake 
--libdir=/dmsdev/src/automake-1.7.9/tests/../lib --foreign -Werror -Wall 
+ cd lib 
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../aclocal -I 
/dmsdev/src/automake-1.7.9/tests/testSubDir/../../m4 
--acdir=/dmsdev/src/automake-1.7.9/tests/../m4 
+ /bin/ksh /dmsdev/src/automake-1.7.9/lib/missing --run autoconf 
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../automake 
--libdir=/dmsdev/src/automake-1.7.9/tests/../lib --foreign -Werror -Wall 
+ cd .. 
+ ./configure 
checking for a BSD-compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
configure: configuring in lib
configure: running /bin/ksh './configure' --prefix=/usr/local  'CC=gcc' 
--cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... ./../install-sh -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking for ranlib... ranlib
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make distcheck 
{ test ! -d subpkg-1.0  || { find subpkg-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr subpkg-1.0; }; }
mkdir subpkg-1.0
list='lib'; for subdir in $list; do \
  if test "$subdir" = .; then :; else \
    test -d subpkg-1.0/$subdir \
    || mkdir subpkg-1.0/$subdir \
    || exit 1; \
    (cd $subdir && \
      make  \
        top_distdir="." \
        distdir=../subpkg-1.0/$subdir \
        distdir) \
      || exit 1; \
  fi; \
done
{ test ! -d ../subpkg-1.0/lib  || { find ../subpkg-1.0/lib -type d ! -perm -200 
-exec chmod u+w {} ';'  && rm -fr ../subpkg-1.0/lib; }; }
mkdir ../subpkg-1.0/lib
/bin/ksh ./../mkinstalldirs ../subpkg-1.0/lib/..
mkdir -p -- ../subpkg-1.0/lib/src
find ../subpkg-1.0/lib -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 
/dmsdev/src/automake-1.7.9/tests/testSubDir/install-sh -c -m a+r {} {} \; \
|| chmod -R a+r ../subpkg-1.0/lib
find subpkg-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 
/dmsdev/src/automake-1.7.9/tests/testSubDir/install-sh -c -m a+r {} {} \; \
|| chmod -R a+r subpkg-1.0
/bin/ksh /dmsdev/src/automake-1.7.9/tests/testSubDir/missing --run tar chof - 
subpkg-1.0 | GZIP=--best gzip -c >subpkg-1.0.tar.gz
{ test ! -d subpkg-1.0  || { find subpkg-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr subpkg-1.0; }; }
{ test ! -d subpkg-1.0  || { find subpkg-1.0 -type d ! -perm -200 -exec chmod 
u+w {} ';'  && rm -fr subpkg-1.0; }; }
GZIP=--best gunzip -c subpkg-1.0.tar.gz | /bin/ksh 
/dmsdev/src/automake-1.7.9/tests/testSubDir/missing --run tar xf -
chmod -R a-w subpkg-1.0; chmod a+w subpkg-1.0
mkdir subpkg-1.0/_build
mkdir subpkg-1.0/_inst
chmod a-w subpkg-1.0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd subpkg-1.0/_inst && pwd | sed 
-e 's,^[^:\\/]:[\\/],/,'` \
  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \
  && cd subpkg-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 subpkg-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... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
configure: configuring in lib
configure: running /bin/ksh '../../lib/configure' 
--prefix=/dmsdev/src/automake-1.7.9/tests/testSubDir/subpkg-1.0/_inst  
'--srcdir=..' 
'--prefix=/dmsdev/src/automake-1.7.9/tests/testSubDir/subpkg-1.0/_inst' 
'CC=gcc' --cache-file=/dev/null --srcdir=../../lib
checking for a BSD-compatible install... ../../lib/../install-sh -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking for ranlib... ranlib
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
Making all in lib
make: Fatal error: Don't know how to make target `src/x.c'
Current working directory 
/dmsdev/src/automake-1.7.9/tests/testSubDir/subpkg-1.0/_build/lib
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory 
/dmsdev/src/automake-1.7.9/tests/testSubDir/subpkg-1.0/_build
*** Error code 1
make: Fatal error: Command failed for target `distcheck'
FAIL: subpkg.test
yacc8: running gcc --version
2.95.3
yacc8: running bison --version
GNU Bison version 1.25
=== Running test ./yacc8.test
+ pwd 
/dmsdev/src/automake-1.7.9/tests/testSubDir
+ set -e 
+ cat 
+ cat 
+ mkdir foo 
+ cat 
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../aclocal -I 
/dmsdev/src/automake-1.7.9/tests/testSubDir/../../m4 
--acdir=/dmsdev/src/automake-1.7.9/tests/../m4 
+ /bin/ksh /dmsdev/src/automake-1.7.9/lib/missing --run autoconf 
+ /usr/bin/perl /dmsdev/src/automake-1.7.9/tests/testSubDir/../../automake 
--libdir=/dmsdev/src/automake-1.7.9/tests/../lib --foreign -Werror -Wall -a 
Makefile.am: installing `./compile'
+ mkdir sub 
+ cd sub 
+ ../configure 
checking for a BSD-compatible install... ../install-sh -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking whether gcc and cc understand -c and -o together... yes
checking for bison... bison -y
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make foo/parse.o 
make: Fatal error: Don't know how to make target `foo/parse.y'
FAIL: yacc8.test
=====================================
10 of 10 tests failed
Please report to address@hidden
=====================================
gmake[1]: *** [check-TESTS] Error 1
gmake[1]: Leaving directory `/dmsdev/src/automake-1.7.9/tests'
gmake: *** [check-am] Error 2




reply via email to

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