[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [GNU Autoconf 2.65] testsuite: 33 34 225 226 227 229 failed
From: |
Ralf Wildenhues |
Subject: |
Re: [GNU Autoconf 2.65] testsuite: 33 34 225 226 227 229 failed |
Date: |
Sat, 20 Feb 2010 11:31:32 +0100 |
User-agent: |
Mutt/1.5.20 (2009-10-28) |
Hello Albert,
* Albert Li wrote on Fri, Feb 12, 2010 at 07:21:17PM CET:
[...]
> Failed tests:
[...]
> 33: tools.at:1097 autoupdating with aclocal and m4_include
> 34: tools.at:1127 autom4te preselections
> 225: torture.at:1225 Configuring subdirectories
> autoreconf
> 226: torture.at:1351 Deep Package
> autoreconf
> 227: torture.at:1485 Non-Autoconf AC_CONFIG_SUBDIRS
> autoreconf
> 229: torture.at:1549 Unusual Automake input files
> autoreconf
[...]
> 33. tools.at:1097: testing ...
> ./tools.at:1100: aclocal --version || exit 77
> stderr:
> stdout:
> aclocal (GNU automake) 1.10.1
[...]
> ./tools.at:1115: aclocal -I aclocal
> stderr:
> Use of uninitialized value in subroutine entry at
> /qdx/qdx5.7/integrator/lib/perl5/5.8.8/aix/XSLoader.pm line 94.
> Use of uninitialized value in subroutine entry at
> /qdx/qdx5.7/integrator/lib/perl5/5.8.8/aix/XSLoader.pm line 94.
> object version 1.22 does not match bootstrap parameter %_ at
> /qdx/qdx5.7/integrator/lib/perl5/5.8.8/aix/XSLoader.pm line 94.
> Compilation failed in require at
> /qdx/qdx5.7/integrator/lib/perl5/5.8.8/aix/IO/Handle.pm line 262.
> BEGIN failed--compilation aborted at
> /qdx/qdx5.7/integrator/lib/perl5/5.8.8/aix/IO/Handle.pm line 262.
> Compilation failed in require at
> /qdx/qdx5.7/integrator/lib/perl5/5.8.8/aix/IO/Seekable.pm line 101.
> BEGIN failed--compilation aborted at
> /qdx/qdx5.7/integrator/lib/perl5/5.8.8/aix/IO/Seekable.pm line 101.
> Compilation failed in require at
> /qdx/qdx5.7/integrator/lib/perl5/5.8.8/aix/IO/File.pm line 133.
> BEGIN failed--compilation aborted at
> /qdx/qdx5.7/integrator/lib/perl5/5.8.8/aix/IO/File.pm line 133.
> Compilation failed in require at
> /qdx/local/bin/src/autoconf/autoconf-2.65/lib/Autom4te/FileUtils.pm line 40.
> BEGIN failed--compilation aborted at
> /qdx/local/bin/src/autoconf/autoconf-2.65/lib/Autom4te/FileUtils.pm line 40.
> Compilation failed in require at
> /qdx/local/bin/src/autoconf/autoconf-2.65/bin/autom4te line 41.
> BEGIN failed--compilation aborted at
> /qdx/local/bin/src/autoconf/autoconf-2.65/bin/autom4te line 41.
> aclocal: autom4te failed with exit status: 255
> stdout:
> ./tools.at:1115: exit code was 255, expected 0
> 33. tools.at:1097: 33. autoupdating with aclocal and m4_include
> (tools.at:1097): FAILED (tools.at:1115)
> With these failures in this build, is it good enough to be installed?
Well, it seems that Autoconf itself is ok on your system.
All failures happen when aclocal (from the Automake package) is
invoked, and they all look like this one above, and to me, they
indicate that your Perl installation is botched somewhere, likely
in the /qdx/qdx5.7/integrator/lib/perl5/5.8.8/aix/XSLoader.pm file.
I'm sorry I can't help you any further. You need to debug this
yourself.
Cheers,
Ralf