bug-automake
[Top][All Lists]
Advanced

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

Re: automake CVS failures on Solaris 8


From: Paul Eggert
Subject: Re: automake CVS failures on Solaris 8
Date: Mon, 16 Sep 2002 11:21:54 -0700 (PDT)

> From: Alexandre Duret-Lutz <address@hidden>
> Date: Mon, 16 Sep 2002 12:00:22 +0200

>  adl> TESTS='subobj9.test suffix8.test texinfo13.test texinfo16.test' make -e 
> check
> 
> It's only 12am, my brain is warming up slowly...  

It's still way ahead of _my_ brain.  :-)

> Please prefix VERBOSE=x to the above line.

OK, here we go:

6-shade $ VERBOSE=x TESTS='subobj9.test suffix8.test texinfo13.test 
texinfo16.test' make -e check
Making check in .
Making check in m4
Making check in lib
Making check in Automake
Making check in am
Making check in tests
make  defs
`defs' is up to date.
make  check-TESTS
subobj9: running libtoolize --version
libtoolize (GNU libtool) 1.4.2
subobj9: running g++ --version
g++ (GCC) 3.2
Copyright (C) 2002 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.

=== Running test ./subobj9.test
+ pwd 
/net/knick/home/eggert/src/gnu/automake-perl/tests/testSubDir
+ cat 
+ cat 
+ mkdir src 
+ cat 
+ set -e 
+ libtoolize --force 
You should add the contents of `/opt/reb/share/aclocal/libtool.m4' to 
`aclocal.m4'.
+ /usr/bin/perl 
/net/knick/home/eggert/src/gnu/automake-perl/tests/testSubDir/../../aclocal -I 
/net/knick/home/eggert/src/gnu/automake-perl/tests/testSubDir/../../m4 
--acdir=/net/knick/home/eggert/src/gnu/automake-perl/tests/../m4 -I 
/net/knick/home/eggert/src/gnu/automake-perl/tests/../m4 -I 
/opt/reb/share/aclocal 
+ /bin/bash /net/knick/home/eggert/src/gnu/automake-perl/lib/missing --run 
autoconf 
+ /usr/bin/perl 
/net/knick/home/eggert/src/gnu/automake-perl/tests/testSubDir/../../automake 
--libdir=/net/knick/home/eggert/src/gnu/automake-perl/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... configure: error: cannot run C++ 
compiled programs.
If you meant to cross compile, use `--host'.
FAIL: subobj9.test
suffix8: running gcc --version
gcc (GCC) 3.2
Copyright (C) 2002 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.

suffix8: running libtoolize --version
libtoolize (GNU libtool) 1.4.2
=== Running test ./suffix8.test
+ pwd 
/net/knick/home/eggert/src/gnu/automake-perl/tests/testSubDir
+ set -e 
+ cat 
+ cat 
+ echo int main() { return 0; } 
+ cp foo.x_ bar.x_ 
+ libtoolize 
You should add the contents of `/opt/reb/share/aclocal/libtool.m4' to 
`aclocal.m4'.
+ /usr/bin/perl 
/net/knick/home/eggert/src/gnu/automake-perl/tests/testSubDir/../../aclocal -I 
/net/knick/home/eggert/src/gnu/automake-perl/tests/testSubDir/../../m4 
--acdir=/net/knick/home/eggert/src/gnu/automake-perl/tests/../m4 -I 
/net/knick/home/eggert/src/gnu/automake-perl/tests/../m4 -I 
/opt/reb/share/aclocal 
+ /bin/bash /net/knick/home/eggert/src/gnu/automake-perl/lib/missing --run 
autoconf 
+ /usr/bin/perl 
/net/knick/home/eggert/src/gnu/automake-perl/tests/testSubDir/../../automake 
--libdir=/net/knick/home/eggert/src/gnu/automake-perl/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 a BSD-compatible install... ./install-sh -c
checking whether make sets ${MAKE}... (cached) yes
checking build system type... sparc-sun-solaris2.9
checking host system type... sparc-sun-solaris2.9
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... gcc3
checking for ld used by GCC... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking for /usr/ccs/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 dependant libraries... pass_all
checking command to parse /usr/ccs/bin/nm -p output... ok
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -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 ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/ccs/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.9 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
creating libtool
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ env OBJEXT=foo make -e SHELL=/bin/sh print 
+ cat stdout 
BEGIN: foo.foo :END
BEGIN: bar.lo :END
+ grep BEGIN: foo.foo :END stdout 
BEGIN: foo.foo :END
+ grep BEGIN: bar.lo :END stdout 
BEGIN: bar.lo :END
+ make test 
make: Fatal error: Don't know how to make target `foo.o'
FAIL: suffix8.test
texinfo13: running makeinfo --version
makeinfo (GNU texinfo) 4.2

Copyright (C) 2002 Free Software Foundation, Inc.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.
=== Running test ./texinfo13.test
+ pwd 
/net/knick/home/eggert/src/gnu/automake-perl/tests/testSubDir
+ set -e 
+ echo AC_OUTPUT 
+ cat 
+ mkdir subdir 
+ cat 
+ cat 
+ /usr/bin/perl 
/net/knick/home/eggert/src/gnu/automake-perl/tests/testSubDir/../../aclocal -I 
/net/knick/home/eggert/src/gnu/automake-perl/tests/testSubDir/../../m4 
--acdir=/net/knick/home/eggert/src/gnu/automake-perl/tests/../m4 
+ /usr/bin/perl 
/net/knick/home/eggert/src/gnu/automake-perl/tests/testSubDir/../../automake 
--libdir=/net/knick/home/eggert/src/gnu/automake-perl/tests/../lib --foreign 
-Werror -Wall --add-missing 
Makefile.am:1: installing `./mdate-sh'
Makefile.am:1: installing `./texinfo.tex'
+ /bin/bash /net/knick/home/eggert/src/gnu/automake-perl/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
checking for a BSD-compatible install... ../install-sh -c
checking whether make sets ${MAKE}... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
+ make distcheck 
test -f subdir/.dirstamp || make subdir/.dirstamp
mkdir -p -- subdir
Updating subdir/version.texi
{ test ! -d texinfo13-1.0  || { find texinfo13-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr texinfo13-1.0; }; }
mkdir texinfo13-1.0
/bin/bash ../mkinstalldirs texinfo13-1.0/subdir
mkdir -p -- texinfo13-1.0/subdir
make  \
  top_distdir="." distdir="texinfo13-1.0" \
  dist-info
/bin/bash /net/knick/home/eggert/src/gnu/automake-perl/tests/testSubDir/missing 
--run makeinfo   -I subdir -I ../subdir \
`test -f 'subdir/main.texi' || echo '../'`subdir/main.texi -o subdir/main.info
list='subdir/main.info'; \
for base in $list; do \
  if test -f $base; then d=.; else d=..; fi; \
  for file in $d/$base*; do \
    relfile=`expr "$file" : "$d/\(.*\)"`; \
    test -f texinfo13-1.0/$relfile || \
      cp -p $file texinfo13-1.0/$relfile; \
  done; \
done
find texinfo13-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -444 -exec /bin/bash 
/net/knick/home/eggert/src/gnu/automake-perl/tests/testSubDir/install-sh -c -m 
a+r {} {} \; \
|| chmod -R a+r texinfo13-1.0
/bin/bash /net/knick/home/eggert/src/gnu/automake-perl/tests/testSubDir/missing 
--run tar chof - texinfo13-1.0 | GZIP=--best gzip -c >texinfo13-1.0.tar.gz
{ test ! -d texinfo13-1.0  || { find texinfo13-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr texinfo13-1.0; }; }
{ test ! -d texinfo13-1.0  || { find texinfo13-1.0 -type d ! -perm -200 -exec 
chmod u+w {} ';'  && rm -fr texinfo13-1.0; }; }
GZIP=--best gunzip -c texinfo13-1.0.tar.gz | /bin/bash 
/net/knick/home/eggert/src/gnu/automake-perl/tests/testSubDir/missing --run tar 
xf -
chmod -R a-w texinfo13-1.0; chmod a+w texinfo13-1.0
mkdir texinfo13-1.0/=build
mkdir texinfo13-1.0/=inst
chmod a-w texinfo13-1.0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd texinfo13-1.0/=inst && pwd` \
  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \
  && cd texinfo13-1.0/=build \
  && ../configure --srcdir=.. --prefix="$dc_install_base" \
     \
  && make  \
  && make  dvi \
  && make  check \
  && make  install \
  && make  installcheck \
  && make  uninstall \
  && (test `find "$dc_install_base" -type f -print | wc -l` -le 1 \
      || { echo "ERROR: files left after uninstall:" ; \
           find $dc_install_base -type f -print ; \
           exit 1; } >&2 ) \
  && chmod -R a-w "$dc_install_base" \
  && ({   make  DESTDIR="$dc_destdir" install \
       && make  DESTDIR="$dc_destdir" uninstall \
       && (test `find "$dc_destdir" -type f -print | wc -l` -le 1 \
           || { echo "ERROR: files left after uninstall (check DESTDIR 
support):" ; \
                find "$dc_destdir" -type f -print ; \
                exit 1; } >&2 ); \
      } || { rm -rf "$dc_destdir"; exit 1; }) \
  && rm -rf "$dc_destdir" \
  && make  dist-gzip \
  && rm -f texinfo13-1.0.tar.gz \
  && make  distcleancheck
checking for a BSD-compatible install... ../install-sh -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for a BSD-compatible install... ../install-sh -c
checking whether make sets ${MAKE}... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
mkdir -p -- subdir
TEXINPUTS="..:$TEXINPUTS" \
MAKEINFO='/bin/bash 
/net/knick/home/eggert/src/gnu/automake-perl/tests/testSubDir/build/texinfo13-1.0/missing
 --run makeinfo   -I subdir -I ../subdir' \
texi2dvi `test -f 'subdir/main.texi' || echo '../'`subdir/main.texi -o 
subdir/main.dvi
/opt/reb/bin/texi2dvi: tex: not found
/opt/reb/bin/texi2dvi: tex: not found
/opt/reb/bin/texi2dvi: tex exited with bad status, quitting.
/opt/reb/bin/texi2dvi: see main.log for errors.
cp: cannot access main.log
*** Error code 1
make: Fatal error: Command failed for target `subdir/main.dvi'
Current working directory 
/net/knick/home/eggert/src/gnu/automake-perl/tests/testSubDir/build/texinfo13-1.0/=build
*** Error code 1
make: Fatal error: Command failed for target `distcheck'
FAIL: texinfo13.test
texinfo16: running makeinfo --version
makeinfo (GNU texinfo) 4.2

Copyright (C) 2002 Free Software Foundation, Inc.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.
=== Running test ./texinfo16.test
+ pwd 
/net/knick/home/eggert/src/gnu/automake-perl/tests/testSubDir
+ set -e 
+ echo AC_OUTPUT 
+ cat 
+ cat 
+ /usr/bin/perl 
/net/knick/home/eggert/src/gnu/automake-perl/tests/testSubDir/../../aclocal -I 
/net/knick/home/eggert/src/gnu/automake-perl/tests/testSubDir/../../m4 
--acdir=/net/knick/home/eggert/src/gnu/automake-perl/tests/../m4 
+ /usr/bin/perl 
/net/knick/home/eggert/src/gnu/automake-perl/tests/testSubDir/../../automake 
--libdir=/net/knick/home/eggert/src/gnu/automake-perl/tests/../lib --foreign 
-Werror -Wall --add-missing 
Makefile.am:1: installing `./mdate-sh'
Makefile.am:1: installing `./texinfo.tex'
+ /bin/bash /net/knick/home/eggert/src/gnu/automake-perl/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
checking for a BSD-compatible install... ../install-sh -c
checking whether make sets ${MAKE}... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
+ make 
Updating version.texi
/bin/bash /net/knick/home/eggert/src/gnu/automake-perl/tests/testSubDir/missing 
--run makeinfo   -I .. \
`test -f '../main.texi' || echo '../'`../main.texi -o main.info
+ test -f main.info 
+ cd .. 
+ rm -rf 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 a BSD-compatible install... ./install-sh -c
checking whether make sets ${MAKE}... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
+ make 
Updating version.texi
/bin/bash /net/knick/home/eggert/src/gnu/automake-perl/tests/testSubDir/missing 
--run makeinfo   -I . \
`test -f 'main.texi' || echo './'`main.texi -o main.info
+ test -f main.info 
+ test -f stamp-vti 
+ test -f version.texi 
+ sleep 2 
+ touch stamp-vti 
+ make distclean 
rm -f main.aux main.cp main.fn main.ky main.log main.pg main.tmp main.toc \
  main.tp main.vr main.dvi main.pdf main.ps
rm -f vti.tmp
rm -f Makefile 
rm -f config.status config.cache config.log  configure.lineno
+ test -f stamp-vti 
+ test -f version.texi 
+ mkdir build 
+ cd build 
+ ../configure 
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 a BSD-compatible install... ../install-sh -c
checking whether make sets ${MAKE}... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
+ make 
+ test ! -f main.info 
+ make dvi 
TEXINPUTS="..:$TEXINPUTS" \
MAKEINFO='/bin/bash 
/net/knick/home/eggert/src/gnu/automake-perl/tests/testSubDir/missing --run 
makeinfo   -I ..' \
texi2dvi `test -f '../main.texi' || echo '../'`../main.texi
/opt/reb/bin/texi2dvi: tex: not found
/opt/reb/bin/texi2dvi: tex: not found
/opt/reb/bin/texi2dvi: tex exited with bad status, quitting.
/opt/reb/bin/texi2dvi: see main.log for errors.
*** Error code 1
make: Fatal error: Command failed for target `main.dvi'
FAIL: texinfo16.test
=====================================
4 of 4 tests failed
Please report to address@hidden
=====================================
*** Error code 1
make: Fatal error: Command failed for target `check-TESTS'
Current working directory /net/knick/home/eggert/src/gnu/automake-perl/tests
*** Error code 1
make: Fatal error: Command failed for target `check-am'
Current working directory /net/knick/home/eggert/src/gnu/automake-perl/tests
*** Error code 1
make: Fatal error: Command failed for target `check-recursive'




reply via email to

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