Skip Menu |

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

Report information
The Basics
Id: 61270
Status: resolved
Priority: 0/
Queue: ExtUtils-MakeMaker

People
Owner: Nobody in particular
Requestors: rafl [...] debian.org
Cc:
AdminCc:

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



Subject: Version 6.57_02 breaks blead
Date: Sat, 11 Sep 2010 17:08:19 +0200
To: bug-ExtUtils-MakeMaker [...] rt.cpan.org
From: Florian Ragwitz <rafl [...] debian.org>
blead currently uses version 6.57_01 of ExtUtils::MakeMaker. Everything is good. Upgrading to version 6.57_02 breaks the build process: make[1]: Entering directory `/home/rafl/projects/c/perl/cpan/Compress-Raw-Bzip2' [...] ../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap -typemap typemap Bzip2.xs > Bzip2.xsc && mv Bzip2.xsc Bzip2.c Cannot open 'constants.xs': No such file or directory in Bzip2.xs, line 345 make[1]: *** [Bzip2.c] Error 1 make[1]: Leaving directory `/home/rafl/projects/c/perl/cpan/Compress-Raw-Bzip2' Unsuccessful make(cpan/Compress-Raw-Bzip2): code=512 at make_ext.pl line 449. make: *** [lib/auto/Compress/Raw/Bzip2/Bzip2.so] Error 2 This issue is also present in 6.57_03 and 6.57_04. I have no idea what's causing it. I don't see anything obvious in the diff.
Download (untitled)
application/pgp-signature 197b

Message body not shown because it is not plain text.

Actually, the fail I pasted earlier might have been caused by me not realizing that the core Porting/core-cpan-diff tool won't include new files in the diff. After adding all the new files 6.57_02 added to the core as well, I get this: Running Makefile.PL in cpan/Devel-PPPort ../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic Setting license tag... Can't use string ("Marcus Holland-Moritz <mhx@cpan."...) as an ARRAY ref while "strict refs" in use at ../../cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm line 2887. 512 from cpan/Devel-PPPort's Makefile.PL at make_ext.pl line 390. Warning: No Makefile! That seems related to the recent AUTHOR changes. It happened with 6.57_04.
6.57_05 fixes this. Thanks!