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: 7553
Status: resolved
Priority: 0/
Queue: ExtUtils-ParseXS

People
Owner: Nobody in particular
Requestors: ivor.williams [...] lch.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 2.08
Fixed in: (no value)



Subject: Problems with installation on Windows 2000 & ActiveState 5.6.1
OS is Windows 2000 version 5.00.2195 Service pack 2 Perl version is ActiveState Perl 5.6.1, build 633 M:\build\ExtUtils-ParseXS-2.08>perl Makefile.PL Checking if your kit is complete... Looks good 'NO_META' is not a known MakeMaker parameter name. Writing Makefile for ExtUtils::ParseXS M:\build\ExtUtils-ParseXS-2.08>nmake Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cp lib/ExtUtils/xsubpp blib\lib\ExtUtils\xsubpp cp lib/ExtUtils/ParseXS.pm blib\lib\ExtUtils\ParseXS.pm M:\build\ExtUtils-ParseXS-2.08>nmake test TEST_VERBOSE=1 Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. C:\Perl\bin\perl.exe -Mblib -IC:\Perl\lib -IC:\Perl\lib -e "use Test::Ha rness qw(&runtests $verbose); $verbose=1; runtests @ARGV;" t\basic.t Using M:/build/ExtUtils-ParseXS-2.08/blib t\basic.............1..10 ok 1 ok 2 ok 3 Generating script 'C:\DOCUME~1\williami\LOCALS~1\Temp\compilet.ccs' cl -nologo -c @"C:\DOCUME~1\williami\LOCALS~1\Temp\compilet.ccs" -Fo"C:\DOCUME~1 \williami\LOCALS~1\Temp\compilet.obj" "C:\DOCUME~1\williami\LOCALS~1\Temp\compil et.c" compilet.c Generating script 'C:\DOCUME~1\williami\LOCALS~1\Temp\compilet.lds' link @"C:\DOCUME~1\williami\LOCALS~1\Temp\compilet.lds" -out:"C:\DOCUME~1\willia mi\LOCALS~1\Temp\compilet.dll" Microsoft (R) Incremental Linker Version 6.00.8168 Copyright (C) Microsoft Corp 1992-1998. All rights reserved. LINK : fatal error LNK1146: no argument specified with option "/libpath:" Generating script '.\XSTest.ccs' cl -nologo -c @".\XSTest.ccs" -Fo"XSTest.obj" "XSTest.c" XSTest.c XSTest.xs(117) : warning C4700: local variable 'i' used without having been init ialized ok 4 ok 5 Generating script '.\XSTest.lds' link @".\XSTest.lds" -out:"XSTest.dll" Microsoft (R) Incremental Linker Version 6.00.8168 Copyright (C) Microsoft Corp 1992-1998. All rights reserved. LINK : fatal error LNK1146: no argument specified with option "/libpath:" ok 6 not ok 7 # Test 7 got: <UNDEF> (t\basic.t at line 36) # Expected: '1' (Make sure XSTest.dll exists) not ok 8 # Test 8 got: 'Can't locate loadable object for module XSTest in @INC (@INC cont ains: M:/build/ExtUtils-ParseXS-2.08/blib/arch M:/build/ExtUtils-ParseXS-2.08/bl ib/lib C:\Perl\lib C:\Perl\lib C:/Perl/lib C:/Perl/site/lib . C:/Perl/lib C:/Per l/site/lib .) at t\basic.t line 38 Compilation failed in require at t\basic.t line 38, <File0000> line 134. ' (t\basic.t at line 39) # Expected: '' Use of inherited AUTOLOAD for non-method XSTest::is_even() is deprecated at t\ba sic.t line 40, <File0000> line 134. Can't locate auto/XSTest/is_even.al in @INC (@INC contains: M:/build/ExtUtils-Pa rseXS-2.08/blib/arch M:/build/ExtUtils-ParseXS-2.08/blib/lib C:\Perl\lib C:\Perl \lib C:/Perl/lib C:/Perl/site/lib . C:/Perl/lib C:/Perl/site/lib .) at t\basic.t line 40 dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 7-10 Failed 4/10 tests, 60.00% okay Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t\basic.t 2 512 10 4 40.00% 7-10 Failed 1/1 test scripts, 0.00% okay. 4/10 subtests failed, 60.00% okay. NMAKE : fatal error U1077: 'C:\Perl\bin\perl.exe' : return code '0x2' Stop. M:\build\ExtUtils-ParseXS-2.08>
This is a very old ticket and looks like an issue with ExtUtils::CBuilder. As both ExtUtils::ParseXS and ExtUtils::CBuilder have come a long way since 2004, I'm marking this ticket as resolved. Please re-open if you can confirm the problem with up-to-date versions of both modules.