Subject: | broken in 3.09: Constants version 3.09 required -- this is only verson 3.08 |
Date: | Thu, 29 Dec 2011 22:53:30 +1300 |
To: | bug-ExtUtils-ParseXS [...] rt.cpan.org |
From: | Stefan Reichel <stefan.reichel [...] fishnet.net.nz> |
I believe line 6 in
ExtUtils-ParseXS-3.09/lib/ExtUtils/ParseXS/Constants.pm should read
our $VERSION = '3.09';
however it reads
our $VERSION = '3.08';
This leads to the following error.
-------------
Show quoted text
cpan>install ExtUtils::ParseXS
Running install for module 'ExtUtils::ParseXS'
Running make for S/SM/SMUELLER/ExtUtils-ParseXS-3.09.tar.gz
Has already been unwrapped into directory
/root/.cpan/build/ExtUtils-ParseXS-3.09-nIUOJX
Has already been made
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/001-basic.t ............................ 1/11
# Failed test 'require ExtUtils::ParseXS;'
# at t/001-basic.t line 11.
# Tried to require 'ExtUtils::ParseXS'.
# Error: ExtUtils::ParseXS::Constants version 3.09 required--this
is only version 3.08 at
/root/.cpan/build/ExtUtils-ParseXS-3.09-nIUOJX/blib/lib/ExtUtils/ParseXS.pm
line 16
# BEGIN failed--compilation aborted at
/root/.cpan/build/ExtUtils-ParseXS-3.09-nIUOJX/blib/lib/ExtUtils/ParseXS.pm
line 16.
# Compilation failed in require at (eval 38) line 2.
"process_file" is not exported by the ExtUtils::ParseXS module
Can't continue after import errors at t/001-basic.t line 12
# Looks like you planned 11 tests but ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test exited with 255 just after 1.
t/001-basic.t ............................ Dubious, test returned 255
(wstat 65280, 0xff00)
Failed 11/11 subtests
t/002-more.t ............................. 1/28
# Failed test 'require ExtUtils::ParseXS;'
# at t/002-more.t line 16.
# Tried to require 'ExtUtils::ParseXS'.
# Error: ExtUtils::ParseXS::Constants version 3.09 required--this
is only version 3.08 at
/root/.cpan/build/ExtUtils-ParseXS-3.09-nIUOJX/blib/lib/ExtUtils/ParseXS.pm
line 16
# BEGIN failed--compilation aborted at
/root/.cpan/build/ExtUtils-ParseXS-3.09-nIUOJX/blib/lib/ExtUtils/ParseXS.pm
line 16.
# Compilation failed in require at (eval 38) line 2.
"process_file" is not exported by the ExtUtils::ParseXS module
Can't continue after import errors at t/002-more.t line 17
# Looks like you planned 28 tests but ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test exited with 255 just after 1.
t/002-more.t ............................. Dubious, test returned 255
(wstat 65280, 0xff00)
Failed 28/28 subtests
t/003-usage.t ............................ 1/24
# Failed test 'require ExtUtils::ParseXS;'
# at t/003-usage.t line 18.
# Tried to require 'ExtUtils::ParseXS'.
# Error: ExtUtils::ParseXS::Constants version 3.09 required--this
is only version 3.08 at
/root/.cpan/build/ExtUtils-ParseXS-3.09-nIUOJX/blib/lib/ExtUtils/ParseXS.pm
line 16
# BEGIN failed--compilation aborted at
/root/.cpan/build/ExtUtils-ParseXS-3.09-nIUOJX/blib/lib/ExtUtils/ParseXS.pm
line 16.
# Compilation failed in require at (eval 38) line 2.
"process_file" is not exported by the ExtUtils::ParseXS module
Can't continue after import errors at t/003-usage.t line 19
# Looks like you planned 24 tests but ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test exited with 255 just after 1.
t/003-usage.t ............................ Dubious, test returned 255
(wstat 65280, 0xff00)
Failed 24/24 subtests
t/004-nolinenumbers.t .................... 1/11
# Failed test 'require ExtUtils::ParseXS;'
# at t/004-nolinenumbers.t line 11.
# Tried to require 'ExtUtils::ParseXS'.
# Error: ExtUtils::ParseXS::Constants version 3.09 required--this
is only version 3.08 at
/root/.cpan/build/ExtUtils-ParseXS-3.09-nIUOJX/blib/lib/ExtUtils/ParseXS.pm
line 16
# BEGIN failed--compilation aborted at
/root/.cpan/build/ExtUtils-ParseXS-3.09-nIUOJX/blib/lib/ExtUtils/ParseXS.pm
line 16.
# Compilation failed in require at (eval 38) line 2.
"process_file" is not exported by the ExtUtils::ParseXS module
Can't continue after import errors at t/004-nolinenumbers.t line 12
# Looks like you planned 11 tests but ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test exited with 255 just after 1.
t/004-nolinenumbers.t .................... Dubious, test returned 255
(wstat 65280, 0xff00)
Failed 11/11 subtests
t/101-standard_typemap_locations.t ....... ok
t/102-trim_whitespace.t .................. ok
t/103-tidy_type.t ........................ ok
t/104-map_type.t ......................... ok
t/105-valid_proto_string.t ............... ok
t/106-process_typemaps.t ................. ok
t/107-make_targetable.t .................. ok
t/108-map_type.t ......................... ok
t/109-standard_XS_defs.t ................. ok
t/110-assign_func_args.t ................. ok
t/111-analyze_preprocessor_statements.t .. ok
t/112-set_cond.t ......................... ok
t/113-check_cond_preproc_statements.t .... ok
t/114-blurt_death_Warn.t ................. ok
t/501-t-compile.t ........................ ok
t/510-t-bare.t ........................... ok
t/511-t-whitespace.t ..................... ok
t/512-t-file.t ........................... ok
t/513-t-merge.t .......................... ok
t/600-t-compat.t ......................... ok
Test Summary Report
-------------------
t/001-basic.t (Wstat: 65280 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 255
Parse errors: Bad plan. You planned 11 tests but ran 1.
t/002-more.t (Wstat: 65280 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 255
Parse errors: Bad plan. You planned 28 tests but ran 1.
t/003-usage.t (Wstat: 65280 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 255
Parse errors: Bad plan. You planned 24 tests but ran 1.
t/004-nolinenumbers.t (Wstat: 65280 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 255
Parse errors: Bad plan. You planned 11 tests but ran 1.
Files=24, Tests=142, 3 wallclock secs ( 0.22 usr 0.06 sys + 2.14 cusr
0.43 csys = 2.85 CPU)
Result: FAIL
Failed 4/24 test programs. 4/142 subtests failed.
make: *** [test_dynamic] Error 255
SMUELLER/ExtUtils-ParseXS-3.09.tar.gz
/usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
reports SMUELLER/ExtUtils-ParseXS-3.09.tar.gz
Running make install
make test had returned bad status, won't install without force
Failed during this command:
SMUELLER/ExtUtils-ParseXS-3.09.tar.gz : make_test NO
----
I tried to install the module on Ubuntu 10.04 LTS Server ia_64. But I
believe, the problem would arise on any platform.
As this module is a pre-requisite for RT to be installed we are
currently stuck.
Best regards,
--
Stefan Reichel
Snr Solution & Network Architect
Fishnet Connections
Queenstown, NZ