bug-automake
[Top][All Lists]
Advanced

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

Re: CVS automake testsuite failures under Tru64 unix


From: Nicolas Joly
Subject: Re: CVS automake testsuite failures under Tru64 unix
Date: Fri, 17 May 2002 11:07:24 +0200
User-agent: Mutt/1.2.5i

On Thu, May 16, 2002 at 10:39:48PM +0200, Alexandre Duret-Lutz wrote:
> >>> "Nicolas" == Nicolas Joly <address@hidden> writes:
> 
>  Nicolas> address@hidden [temp/automake]> VERBOSE=1 TESTS='pluseq3.test 
> pluseq5.test sinclude.test' make -e check 
> 
> [...]
> 
>  Nicolas> === Running test ./sinclude.test
>  Nicolas> configure.in:2: error: m4_defn: undefined macro: 
> _m4_divert_diversion
>  Nicolas> aclocal.m4:113: AM_INIT_AUTOMAKE is expanded from...
>  Nicolas> configure.in:2: the top level
>  Nicolas> automake: configure.in: `AM_INIT_AUTOMAKE' must be used
>  Nicolas> automake: your implementation of AM_INIT_AUTOMAKE comes from an
>  Nicolas> automake: old Automake version.  You should recreate aclocal.m4
>  Nicolas> automake: with aclocal and run automake again.
>  Nicolas> automake: no `Makefile.am' found or specified
>  Nicolas> FAIL: sinclude.test
> 
> I have no idea about this.  Could you run this test-case again,
> with VERBOSE=x (not =1), and show us the content of
> tests/testSubDir/configure.in after that ?  Also please try to
> run autoconf in the tests/testSubDir/ subdirectory.

address@hidden [temp/automake.ko]> VERBOSE=x TESTS='sinclude.test' make -e check
Making check in .
Making check in m4
No suffix list.
Making check in lib
No suffix list.
Making check in Automake
No suffix list.
Making check in am
No suffix list.
No suffix list.
Making check in tests
No suffix list.
make  check-TESTS
No suffix list.
=== Running test ./sinclude.test
+ mkdir sub 
+ cat 
+ : 
+ perl ../../aclocal -I /home/njoly/temp/automake.ko/tests/testSubDir/../../m4 
--acdir=/home/njoly/temp/automake.ko/tests/../m4 
+ echo sinclude(sub/p.m4) 
+ perl ../../automake --libdir=/home/njoly/temp/automake.ko/tests/../lib 
--foreign --Werror --Wno-error 
configure.in:2: error: m4_defn: undefined macro: _m4_divert_diversion
aclocal.m4:113: AM_INIT_AUTOMAKE is expanded from...
configure.in:2: the top level
automake: configure.in: `AM_INIT_AUTOMAKE' must be used
automake: your implementation of AM_INIT_AUTOMAKE comes from an
automake: old Automake version.  You should recreate aclocal.m4
automake: with aclocal and run automake again.
automake: no `Makefile.am' found or specified
+ exit 1 
FAIL: sinclude.test
=====================================
1 of 1 tests failed
Please report to address@hidden
=====================================

address@hidden [temp/automake.ko]> cat tests/testSubDir/configure.in
AC_INIT(sinclude, 1.0)
AM_INIT_AUTOMAKE
AC_PROG_INSTALL
AC_PROG_MAKE_SET
AC_CONFIG_FILES(Makefile)

address@hidden [temp/automake.ko]> pushd tests/testSubDir 
~/temp/automake.ko/tests/testSubDir ~/temp/automake.ko
address@hidden [tests/testSubDir]> autoconf
configure.in:2: error: m4_defn: undefined macro: _m4_divert_diversion
aclocal.m4:113: AM_INIT_AUTOMAKE is expanded from...
configure.in:2: the top level

-- 
Nicolas Joly

Biological Software and Databanks.
Pasteur Institute, Paris.



reply via email to

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