Skip Menu |

This queue is for tickets about the Module-Build CPAN distribution.

Report information
The Basics
Id: 4190
Status: resolved
Priority: 0/
Queue: Module-Build

People
Owner: Nobody in particular
Requestors: kwilliams [...] cpan.org
Cc: FOX [...] cpan.org
AdminCc:

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



Subject: Linker fails on Mac OS X 10.3 (Panther)
The t/xs.t test fails on Panther with the following error: t/xs............Can't exec "MACOSX_DEPLOYMENT_TARGET=10.3": No such file or directory at /private/var/root/.cpanplus/5.8.1/build/Module-Build-0.21/blib/lib/Module/Build/ Base.pm line 1977, <File0000> line 14. # Test 3 got: 'error building lib/XSTest.o from 'lib/XSTest.bundle' at /private/var/root/ .cpanplus/5.8.1/build/Module-Build-0.21/blib/lib/Module/Build/Base.pm line 1856, <File0000> line 14. ' (t/xs.t at line 27) # Expected: '' This is because $Config{ld} is 'MACOSX_DEPLOYMENT_TARGET=10.3 cc'. A fix is forthcoming in Module::Build. -Ken
Fixed in release 0.21_01