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

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

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



Subject: Undefined subroutine &ExtUtils::ParseXS::errors in v3.00+
Hi there, Might be fixed by the newer 3.00_02 version (haven't checked which xsubpp version is being picked up yet), but I've noticed the following error message: Undefined subroutine &ExtUtils::ParseXS::errors on some CPAN smoke test vms after 3.00_01 was built: CPAN.pm: Going to build S/SM/SMUELLER/Class-XSAccessor-1.11.tar.gz Checking if your kit is complete... Looks good Writing Makefile for Class::XSAccessor Writing MYMETA.yml and MYMETA.json (/boot/common/bin/perl Makefile.PL exited with 0) CPAN::Reporter: Makefile.PL result is 'pass', No errors. cp lib/Class/XSAccessor.pm blib/lib/Class/XSAccessor.pm cp lib/Class/XSAccessor/Array.pm blib/lib/Class/XSAccessor/Array.pm cp lib/Class/XSAccessor/Heavy.pm blib/lib/Class/XSAccessor/Heavy.pm /boot/common/bin/perl /boot/common/lib/perl5/5.10.1/ExtUtils/xsubpp -typemap /boot/common/lib/perl5/5.10.1/ExtUtils/typemap XSAccessor.xs > XSAccessor.xsc && /boot/common/bin/perl -MExtUtils::Command -e 'mv' -- XSAccessor.xsc XSAccessor.c Undefined subroutine &ExtUtils::ParseXS::errors called at /boot/common/lib/perl5/5.10.1/ExtUtils/xsubpp line 41. make: *** [XSAccessor.c] Error 255 (/boot/common/bin/make exited with 512) CPAN::Reporter: make result is 'unknown', Stopped with an error. CPAN::Reporter: preparing a CPAN Testers report for Class-XSAccessor-1.11 When I get a chance to retest with 3.00_02 I'll update the ticket if this is still an issue. thanks, Tom
What you're reporting is exactly the reason why 3.00_02 was released yesterday. Please give it a shot. Either way, thanks for the bug report, it's much appreciated! Best regards, Steffen