Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the ExtUtils-ParseXS CPAN distribution.

Report information
The Basics
Id: 2521
Status: resolved
Priority: 0/
Queue: ExtUtils-ParseXS

People
Owner: kwilliams [...] cpan.org
Requestors: scarter [...] ornl.gov
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 2.02
Fixed in: (no value)



Subject: make test fails for perl 5.8.0 on AIX 5.1
/ExtUtils-ParseXS-2.02, perl 5.8.0, AIX 5.1 [root@morgan:/root/.cpan/build/ExtUtils-ParseXS-2.02] make test PERL_DL_NONLAZY=1 /opt/public/perl/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/basic....ok 5/9sh: PERL_INC: not found. sh: BASEEXT: not found. ld: 0706-003 Cannot find or read import file: /perl.exp ld:accessx(): A file or directory in the path name does not exist. ld: 0706-004 Cannot find or read export file: .exp ld:accessx(): A file or directory in the path name does not exist. # Failed test 6 in t/basic.t at line 42 t/basic....NOK 6# Test 7 got: 'Can't locate loadable object for module XSTest in @INC (@INC contains: /root/.cpan/build/ExtUtils-ParseXS-2.02/blib/lib /root/.cpan/build/ExtUtils-ParseXS-2.02/blib/arch /opt/public/perl/lib/5.8.0/aix /opt/public/perl/lib/5.8.0/aix /opt/public/perl/lib/5.8.0 /opt/public/perl/lib/site_perl/5.8.0/aix /opt/public/perl/lib/site_perl/5.8.0/aix /opt/public/perl/lib/site_perl/5.8.0 /opt/public/perl/lib/site_perl/5.8.0/aix /opt/public/perl/lib/site_perl/5.8.0 /opt/public/perl/lib/site_perl . /opt/public/perl/lib/5.8.0/aix /opt/public/perl/lib/5.8.0 /opt/public/perl/lib/site_perl/5.8.0/aix /opt/public/perl/lib/site_perl/5.8.0 /opt/public/perl/lib/site_perl .) at t/basic.t line 44 Compilation failed in require at t/basic.t line 44, <File0000> line 28. ' (t/basic.t at line 45) # Expected: '' t/basic....NOK 7Can't locate auto/XSTest/is_even.al in @INC (@INC contains: /root/.cpan/build/ExtUtils-ParseXS-2.02/blib/lib /root/.cpan/build/ExtUtils-ParseXS-2.02/blib/arch /opt/public/perl/lib/5.8.0/aix /opt/public/perl/lib/5.8.0/aix /opt/public/perl/lib/5.8.0 /opt/public/perl/lib/site_perl/5.8.0/aix /opt/public/perl/lib/site_perl/5.8.0/aix /opt/public/perl/lib/site_perl/5.8.0 /opt/public/perl/lib/site_perl/5.8.0/aix /opt/public/perl/lib/site_perl/5.8.0 /opt/public/perl/lib/site_perl . /opt/public/perl/lib/5.8.0/aix /opt/public/perl/lib/5.8.0 /opt/public/perl/lib/site_perl/5.8.0/aix /opt/public/perl/lib/site_perl/5.8.0 /opt/public/perl/lib/site_perl .) at t/basic.t line 46 t/basic....dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 6-9 Failed 4/9 tests, 55.56% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/basic.t 2 512 9 4 44.44% 6-9 Failed 1/1 test scripts, 0.00% okay. 4/9 subtests failed, 55.56% okay. make: 1254-004 The error code from the last command is 2. Stop.
Hi, Looks like some shell invocation is going badly. I'm not sure how to fix it though, because I don't have access to an AIX machine. Do you know what might be causing it? -Ken
I think I can close this ticket now, because ExtUtils::ParseXS is in the core now and the AIX problems seem to be getting worked out.