bug-automake
[Top][All Lists]
Advanced

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

Re: automake-1.9.6 make check failures on HP-UX 11.11


From: Bob Proulx
Subject: Re: automake-1.9.6 make check failures on HP-UX 11.11
Date: Fri, 23 Jun 2006 14:52:11 -0600
User-agent: Mutt/1.5.9i

Hi Ralf,

Ralf Wildenhues wrote:
> Do
>   cd tests
>   env VERBOSE=x TESTS="acloca17.test java.test missing.test \
>       missing2.test obsolete.test" make -e check

Here is the output from the current automake-1.9.6.  One issue might
be my version of GNU m4-1.4.  I need to update it too.  Actually
trying to do the entire round robin of upgrades for many programs but
there are so many, and many are interdependent making it difficult.

> to see if all of those issues have been fixed since in the CVS.  But to
> use that, you'd need both CVS Autoconf (or wait until 2.60 is out) and
> at least this pending patch:
> http://lists.gnu.org/archive/html/bug-automake/2006-06/msg00015.html
> (maybe I should not wait for Alexandre but just apply it...)

I am using autoconf-2.59 right now but do have 2.59d available.  But I
will pull the CVS autoconf and automake and if the patch is not
present will apply it and repeat the test.

Thanks
Bob

env VERBOSE=x TESTS="acloca17.test java.test missing.test missing2.test 
obsolete.test" make -e check

make  defs aclocal-1.9 automake-1.9
make[1]: Entering directory 
`/usr/local/build/coreutils/src/automake-1.9.6/tests'
make[1]: `defs' is up to date.
make[1]: `aclocal-1.9' is up to date.
make[1]: `automake-1.9' is up to date.
make[1]: Leaving directory `/usr/local/build/coreutils/src/automake-1.9.6/tests'
make  check-TESTS
make[1]: Entering directory 
`/usr/local/build/coreutils/src/automake-1.9.6/tests'
/usr/local/build/coreutils/src/automake-1.9.6/tests:/net/trinity/home/rwp/bin:/usr/local/bin:/opt/local/bin:/usr/bin:/opt/ansic/bin:/usr/ccs/bin:/opt/hparray/bin:/opt/nettladm/bin:/opt/upgrade/bin:/opt/fcms/bin:/opt/pd/bin:/opt/resmon/bin:/opt/graphics/common/bin:/opt/mozilla:/opt/netscape:/opt/gnome/bin:/opt/graphics/phigs/bin:/usr/sbin/diag/contrib:/opt/wbem/bin:/opt/wbem/sbin:/opt/aCC/bin:/opt/cxperf/bin:/opt/perf/bin:/opt/langtools/bin:/opt/imake/bin:/opt/OV/bin/OpC:/opt/OV/bin:/usr/bin/X11:/usr/games:/usr/contrib/bin/X11:/usr/contrib/bin:/usr/sbin:/sbin:.
=== Running test ./acloca17.test
+ pwd
/usr/local/build/coreutils/src/automake-1.9.6/tests/testSubDir
+ set -e
+ cat
+ 1>> configure.in 0< /var/tmp/sh29788.2
+ mkdir m4
+ cat
+ 1> m4/somedefs.m4 0< /var/tmp/sh29788.3
+ aclocal-1.9 -I m4
+ 2> stderr
+ exit 1
FAIL: acloca17.test
/usr/local/build/coreutils/src/automake-1.9.6/tests:/net/trinity/home/rwp/bin:/usr/local/bin:/opt/local/bin:/usr/bin:/opt/ansic/bin:/usr/ccs/bin:/opt/hparray/bin:/opt/nettladm/bin:/opt/upgrade/bin:/opt/fcms/bin:/opt/pd/bin:/opt/resmon/bin:/opt/graphics/common/bin:/opt/mozilla:/opt/netscape:/opt/gnome/bin:/opt/graphics/phigs/bin:/usr/sbin/diag/contrib:/opt/wbem/bin:/opt/wbem/sbin:/opt/aCC/bin:/opt/cxperf/bin:/opt/perf/bin:/opt/langtools/bin:/opt/imake/bin:/opt/OV/bin/OpC:/opt/OV/bin:/usr/bin/X11:/usr/games:/usr/contrib/bin/X11:/usr/contrib/bin:/usr/sbin:/sbin:.
=== Running test ./java.test
+ pwd
/usr/local/build/coreutils/src/automake-1.9.6/tests/testSubDir
+ set -e
+ cat
+ 1>> configure.in 0< /var/tmp/sh29823.2
+ cat
+ 1> Makefile.am 0< /var/tmp/sh29823.3
+ aclocal-1.9
+ autoconf
+ automake-1.9 --foreign -Werror -Wall
+ grep ^all[-a-z]*:.*classdist_java\.stamp Makefile.in
all-am: Makefile classdist_java.stamp
+ cat
+ 1> a.java 0< /var/tmp/sh29823.4
+ cat
+ 1> b.java 0< /var/tmp/sh29823.5
+ pwd
+ ./configure --prefix 
/usr/local/build/coreutils/src/automake-1.9.6/tests/testSubDir
checking for a BSD-compatible install... /opt/local/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for javac... exit
+ make distcheck
make: *** No rule to make target `distcheck'.  Stop.
FAIL: java.test
/usr/local/build/coreutils/src/automake-1.9.6/tests:/net/trinity/home/rwp/bin:/usr/local/bin:/opt/local/bin:/usr/bin:/opt/ansic/bin:/usr/ccs/bin:/opt/hparray/bin:/opt/nettladm/bin:/opt/upgrade/bin:/opt/fcms/bin:/opt/pd/bin:/opt/resmon/bin:/opt/graphics/common/bin:/opt/mozilla:/opt/netscape:/opt/gnome/bin:/opt/graphics/phigs/bin:/usr/sbin/diag/contrib:/opt/wbem/bin:/opt/wbem/sbin:/opt/aCC/bin:/opt/cxperf/bin:/opt/perf/bin:/opt/langtools/bin:/opt/imake/bin:/opt/OV/bin/OpC:/opt/OV/bin:/usr/bin/X11:/usr/games:/usr/contrib/bin/X11:/usr/contrib/bin:/usr/sbin:/sbin:.
=== Running test ./missing.test
+ pwd
/usr/local/build/coreutils/src/automake-1.9.6/tests/testSubDir
+ required=GNUmake
+ set -e
+ cat
+ 1>> configure.in 0< /var/tmp/sh310.2
+ :
+ 1> Makefile.am
+ aclocal-1.9
+ autoconf
+ automake-1.9 --foreign -Werror -Wall --add-missing
+ + pwd
MYAUTOCONF=/usr/local/build/coreutils/src/automake-1.9.6/tests/testSubDir/missing
 --run autoconf
+ unset AUTOCONF
+ ./configure 
AUTOCONF=/usr/local/build/coreutils/src/automake-1.9.6/tests/testSubDir/missing 
--run autoconf
checking for a BSD-compatible install... /opt/local/bin/install -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: Nothing to be done for `all'.
+ sleep 2
+ echo AC_PREREQ(9999)
+ 1>> aclocal.m4
+ make distdir
 cd . && /bin/sh 
/usr/local/build/coreutils/src/automake-1.9.6/tests/testSubDir/missing --run 
automake-1.9 --foreign 
aclocal.m4:542: error: Autoconf version 9999 or higher is required
aclocal.m4:542: the top level
autom4te: /opt/local/bin/m4 failed with exit status: 63
configure.in: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.in: You should verify that configure.in invokes AM_INIT_AUTOMAKE,
configure.in: that aclocal.m4 is present in the top-level directory,
configure.in: and that aclocal.m4 was recently regenerated (using aclocal).
automake: no `Makefile.am' found for any configure output
automake: Did you forget AC_CONFIG_FILES([Makefile]) in configure.in?
make: *** [Makefile.in] Error 1
FAIL: missing.test
/usr/local/build/coreutils/src/automake-1.9.6/tests:/net/trinity/home/rwp/bin:/usr/local/bin:/opt/local/bin:/usr/bin:/opt/ansic/bin:/usr/ccs/bin:/opt/hparray/bin:/opt/nettladm/bin:/opt/upgrade/bin:/opt/fcms/bin:/opt/pd/bin:/opt/resmon/bin:/opt/graphics/common/bin:/opt/mozilla:/opt/netscape:/opt/gnome/bin:/opt/graphics/phigs/bin:/usr/sbin/diag/contrib:/opt/wbem/bin:/opt/wbem/sbin:/opt/aCC/bin:/opt/cxperf/bin:/opt/perf/bin:/opt/langtools/bin:/opt/imake/bin:/opt/OV/bin/OpC:/opt/OV/bin:/usr/bin/X11:/usr/games:/usr/contrib/bin/X11:/usr/contrib/bin:/usr/sbin:/sbin:.
=== Running test ./missing2.test
+ pwd
/usr/local/build/coreutils/src/automake-1.9.6/tests/testSubDir
+ required=GNUmake
+ set -e
+ cat
+ 1>> configure.in 0< /var/tmp/sh976.2
+ :
+ 1> v.m4
+ :
+ 1> Makefile.am
+ aclocal-1.9
+ autoconf
+ automake-1.9 --foreign -Werror -Wall --add-missing
+ + pwd
MYAUTOCONF=/usr/local/build/coreutils/src/automake-1.9.6/tests/testSubDir/missing
 --run autoconf
+ unset AUTOCONF
+ ./configure 
AUTOCONF=/usr/local/build/coreutils/src/automake-1.9.6/tests/testSubDir/missing 
--run autoconf
checking for a BSD-compatible install... /opt/local/bin/install -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: Nothing to be done for `all'.
+ sleep 2
+ echo AC_PREREQ(9999)
+ 1> v.m4
+ make distdir
cd . && /bin/sh 
/usr/local/build/coreutils/src/automake-1.9.6/tests/testSubDir/missing --run 
aclocal-1.9 
v.m4:1: error: Autoconf version 9999 or higher is required
v.m4:1: the top level
autom4te: /opt/local/bin/m4 failed with exit status: 63
 cd . && /bin/sh 
/usr/local/build/coreutils/src/automake-1.9.6/tests/testSubDir/missing --run 
automake-1.9 --foreign 
v.m4:1: error: Autoconf version 9999 or higher is required
v.m4:1: the top level
autom4te: /opt/local/bin/m4 failed with exit status: 63
configure.in: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.in: You should verify that configure.in invokes AM_INIT_AUTOMAKE,
configure.in: that aclocal.m4 is present in the top-level directory,
configure.in: and that aclocal.m4 was recently regenerated (using aclocal).
automake: no `Makefile.am' found for any configure output
automake: Did you forget AC_CONFIG_FILES([Makefile]) in configure.in?
make: *** [Makefile.in] Error 1
FAIL: missing2.test
/usr/local/build/coreutils/src/automake-1.9.6/tests:/net/trinity/home/rwp/bin:/usr/local/bin:/opt/local/bin:/usr/bin:/opt/ansic/bin:/usr/ccs/bin:/opt/hparray/bin:/opt/nettladm/bin:/opt/upgrade/bin:/opt/fcms/bin:/opt/pd/bin:/opt/resmon/bin:/opt/graphics/common/bin:/opt/mozilla:/opt/netscape:/opt/gnome/bin:/opt/graphics/phigs/bin:/usr/sbin/diag/contrib:/opt/wbem/bin:/opt/wbem/sbin:/opt/aCC/bin:/opt/cxperf/bin:/opt/perf/bin:/opt/langtools/bin:/opt/imake/bin:/opt/OV/bin/OpC:/opt/OV/bin:/usr/bin/X11:/usr/games:/usr/contrib/bin/X11:/usr/contrib/bin:/usr/sbin:/sbin:.
=== Running test ./obsolete.test
+ pwd
/usr/local/build/coreutils/src/automake-1.9.6/tests/testSubDir
+ cat
+ 1> configure.in 0< /var/tmp/sh1665.2
+ /opt/perl/bin/perl -ne /AU_DEFUN\(\[(\w+)\]/ && print "$1\n" 
/usr/local/build/coreutils/src/automake-1.9.6/tests/../m4/obsolete.m4
+ 1>> obs
+ cat obs
+ 1>> configure.in
+ /opt/perl/bin/perl -ne chomp; print "grep $_ stderr || exit 1\n";  obs
+ 1> obs.1
+ /opt/perl/bin/perl -ne chomp; print "grep $_ configure.in && exit 1\n";  obs
+ 1> obs.2
+ cat configure.in
+ wc -l
+ test 14 -gt 1
+ aclocal-1.9
+ autoconf -Wobsolete
+ 1> stderr 2>& 1
+ . ./obs.1
+ grep AC_FEATURE_CTYPE stderr
+ exit 1
FAIL: obsolete.test
=====================================
5 of 5 tests failed
Please report to address@hidden
=====================================
make[1]: *** [check-TESTS] Error 1
make[1]: Leaving directory `/usr/local/build/coreutils/src/automake-1.9.6/tests'
make: *** [check-am] Error 2




reply via email to

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