Skip Menu |

This queue is for tickets about the Wx CPAN distribution.

Report information
The Basics
Id: 72970
Status: resolved
Priority: 0/
Queue: Wx

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

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



Subject: Wrong xsubpp used
The Makefile generated from Makefile.PL does not use the xsubpp from PATH. This becomes a problem when ExtUtils::ParseXS in @INC does not match the xsubpp used. This is the case on Ubuntu 11.10 (perl 5.12.4) when a more recent version of ExtUtils::ParseXS is installed in @INC The consequence is that xsubpp crashes and the build fails. I've build Wx with CPAN::Testers::Report on 2011-12-03, but I can't yet find the report at www.cpantesters.org to link to it. -- Olivier Mengué - http://perlresume.org/DOLMEN
The problem seems to be in ExtUtils::MakeMaker: ExtUtils::MM_Unix::tool_xsubpp does the detection wrong. -- Olivier Mengué - http://perlresume.org/DOLMEN
Error in ExtUtils::MakeMake / ParseXS