bug-autoconf
[Top][All Lists]
Advanced

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

Re: [GNU Autoconf 2.64] testsuite: 30 failed


From: Ralf Wildenhues
Subject: Re: [GNU Autoconf 2.64] testsuite: 30 failed
Date: Tue, 28 Jul 2009 20:50:25 +0200
User-agent: Mutt/1.5.20 (2009-06-15)

Hello Arkadiusz,

thanks for the report.

* Arkadiusz Miskiewicz wrote on Tue, Jul 28, 2009 at 01:08:59PM CEST:
> 30. tools.at:1025: testing ...
> ./tools.at:1031: automake --version || exit 77
> stderr:
> stdout:
> automake (GNU automake) 1.11

> ./tools.at:1032: test ! -f $HOME/.autom4te.cfg || exit 77
> stderr:
> stdout:
> ./tools.at:1048: aclocal || { ret=$?; test $ret -eq 63 && ret=77; exit $ret; }
> stderr:
> ./tools.at:1050: test -d autom4te.cache || exit 77
> ./tools.at:1051: autoconf
> ./tools.at:1059: aclocal
> stderr:
> ./tools.at:1060: automake --no-force --add-missing
> stderr:
> configure.in:2: installing `./install-sh'
> configure.in:2: installing `./missing'
> ./tools.at:1061: autoconf
> ./tools.at:1062: test "`find configure -newer newer`" = "" ||
>         { diff old-requests autom4te.cache/requests; exit 1; }
> --- /dev/null 2007-02-13 17:29:53.000000000 +0100
> +++ 
> /home/users/arekm/rpm/BUILD/autoconf-2.64/tests/testsuite.dir/at-groups/30/stdout
>  2009-07-28 12:50:29.144474856 +0200
[...]

> +>                         'AM_GNU_GETTEXT_INTL_SUBDIR' => 1,

This seems to be the issue.  This macro is (correctly) traced by your
automake, but seemingly not by your aclocal nor by autoconf.  That's
weird, though, because autoconf/lib/autom4te.in contains an entry for
AM_GNU_GETTEXT_INTL_SUBDIR since 2006.

Do you perchance have an old installed autom4te.cfg file lying around
somewhere, and autom4te is picking that up, instead of the in-tree one?
Or is the lib/autom4te.cfg in the build tree not up to date wrt. the
lib/autom4te.in file in the source tree?

Do you have a symlink $HOME/.autom4te.cfg or another non-plain file
at that location?

BTW, what file system does your build tree reside on?

> ./tools.at:1062: exit code was 1, expected 0
> 30. tools.at:1025: 30. autom4te preselections (tools.at:1025): FAILED 
> (tools.at:1062)

BTW2, what shell is your /bin/sh, that the parallel autotest tests are
skipped?

Thanks,
Ralf




reply via email to

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