bug-automake
[Top][All Lists]
Advanced

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

automake-1.7.1, cygwin: fails gnits2.test


From: Charles Wilson
Subject: automake-1.7.1, cygwin: fails gnits2.test
Date: Tue, 22 Oct 2002 03:11:31 -0400
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2

See subject.

Here's the output of "env TESTS='gnits2.test' VERBOSE=x make -e check"

make  defs
make[1]: Entering directory `/usr/src/automake/devel/automake-1.7.1/.build/tests'
make[1]: `defs' is up to date.
make[1]: Leaving directory `/usr/src/automake/devel/automake-1.7.1/.build/tests'
make  check-TESTS
make[1]: Entering directory `/usr/src/automake/devel/automake-1.7.1/.build/tests'
gnits2: running gcc --version
2.95.3-5
=== Running test /usr/src/automake/devel/automake-1.7.1/tests/gnits2.test
/usr/src/automake/devel/automake-1.7.1/.build/tests/testSubDir
checking for a BSD-compatible install... /usr/bin/install -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.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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
source='../fubar.c' object='fubar.o' libtool=no \
depfile='.deps/fubar.Po' tmpdepfile='.deps/fubar.TPo' \
depmode=gcc /bin/bash ../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.exe  fubar.o
source='../fine.c' object='fine.o' libtool=no \
depfile='.deps/fine.Po' tmpdepfile='.deps/fine.TPo' \
depmode=gcc /bin/bash ../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.exe  fine.o
gcc  -g -O2   -o sub/fubar3.exe  fubar.o
gcc  -g -O2   -o fubar2.exe  fubar.o
make[1]: Entering directory `/usr/src/automake/devel/automake-1.7.1/.build/tests/testSubDir/build' /bin/bash ../mkinstalldirs /usr/src/automake/devel/automake-1.7.1/.build/tests/testSubDir/build/../inst-dir/bin mkdir -p -- /usr/src/automake/devel/automake-1.7.1/.build/tests/testSubDir/build/../inst-dir/bin /usr/bin/install -c fubar.exe /usr/src/automake/devel/automake-1.7.1/.build/tests/testSubDir/build/../inst-dir/bin/pfubar.exe /usr/bin/install -c sub/fine.exe /usr/src/automake/devel/automake-1.7.1/.build/tests/testSubDir/build/../inst-dir/bin/pfine.exe /bin/bash ../mkinstalldirs /usr/src/automake/devel/automake-1.7.1/.build/tests/testSubDir/build/../inst-dir/bin /usr/bin/install -c ../sub/scriptok.sh /usr/src/automake/devel/automake-1.7.1/.build/tests/testSubDir/build/../inst-dir/bin/pscriptok.sh /usr/bin/install -c ../sub/scriptnok.sh /usr/src/automake/devel/automake-1.7.1/.build/tests/testSubDir/build/../inst-dir/bin/pscriptnok.sh /bin/bash ../mkinstalldirs /usr/src/automake/devel/automake-1.7.1/.build/tests/testSubDir/build/../inst-dir/bin

/usr/src/automake/devel/automake-1.7.1/.build/tests/testSubDir/install-sh -c sub/fubar3.exe /usr/src/automake/devel/automake-1.7.1/.build/tests/testSubDir/build/../inst-dir/bin/sub/pfubar3.exe
make[1]: Nothing to be done for `install-data-am'.
make[1]: Leaving directory `/usr/src/automake/devel/automake-1.7.1/.build/tests/testSubDir/build'
bad=0; pid=$$; list="fubar.exe sub/fine.exe"; for p in $list; do \
  case '  ' in \
   *" $p "* | *" ../$p "*) continue;; \
  esac; \
  f=`echo "$p" | \
     sed 's,^.*/,,;s/.exe$//;s,^,p,;s/$/.exe/'`; \
  for opt in --help --version; do \
if /usr/src/automake/devel/automake-1.7.1/.build/tests/testSubDir/build/../inst-dir/bin/$f $opt > c${pid}_.out 2> c${pid}_.err \
         && test -n "`cat c${pid}_.out`" \
         && test -z "`cat c${pid}_.err`"; then :; \
    else echo "$f does not support $opt" 1>&2; bad=1; fi; \
  done; \
done; rm -f c${pid}_.???; exit $bad
bad=0; pid=$$; list="sub/scriptok.sh sub/scriptnok.sh"; for p in $list; do \
  case '  ' in \
   *" $p "* | *" ../$p "*) continue;; \
  esac; \
  f=`echo "$p" | sed 's,^.*/,,;s,^,p,'`; \
  for opt in --help --version; do \
if /usr/src/automake/devel/automake-1.7.1/.build/tests/testSubDir/build/../inst-dir/bin/$f $opt > c${pid}_.out 2> c${pid}_.err \
         && test -n "`cat c${pid}_.out`" \
         && test -z "`cat c${pid}_.err`"; then :; \
    else echo "$f does not support $opt" 1>&2; bad=1; fi; \
  done; \
done; rm -f c${pid}_.???; exit $bad
bad=0; pid=$$; list="sub/fubar3.exe"; for p in $list; do \
  case '  ' in \
   *" $p "* | *" ../$p "*) continue;; \
  esac; \
  f=`echo "$p" | \
     sed 's,^.*/,,;s/.exe$//;s,^,p,;s/$/.exe/'`; \
  f=`echo "$p" | sed 's|[^/]*$||'`"$f"; \
  for opt in --help --version; do \
if /usr/src/automake/devel/automake-1.7.1/.build/tests/testSubDir/build/../inst-dir/bin/$f $opt > c${pid}_.out 2> c${pid}_.err \
         && test -n "`cat c${pid}_.out`" \
         && test -z "`cat c${pid}_.err`"; then :; \
    else echo "$f does not support $opt" 1>&2; bad=1; fi; \
  done; \
done; rm -f c${pid}_.???; exit $bad
pfubar.exe does not support --help
pfubar.exe does not support --version
make: *** [installcheck-binPROGRAMS] Error 1
pscriptnok.sh does not support --help
pscriptnok.sh does not support --version
make: *** [installcheck-binSCRIPTS] Error 1
sub/pfubar3.exe does not support --help
sub/pfubar3.exe does not support --version
make: *** [installcheck-nobase_binPROGRAMS] Error 1
make: Target `installcheck' not remade because of errors.
FAIL: gnits2.test
=====================================
1 of 1 tests failed
Please report to address@hidden
=====================================
make[1]: Leaving directory `/usr/src/automake/devel/automake-1.7.1/.build/tests'





reply via email to

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