Skip Menu |

This queue is for tickets about the CPAN CPAN distribution.

Report information
The Basics
Id: 47591
Status: new
Priority: 0/
Queue: CPAN

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

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



Subject: new unpacking directory name scheme breaks ExtUtils::MakeMaker's name guessing
Modules that rely on makemakers name guessing fail with cpan versions using "interesting" unpack directoriy names (they seem to be rare, I don't care, I just wanted to point it out since it doesn't seem to be reported). cerebro ~/.cpan/build/Mmap-_eUmar# perl Makefile.PL Warning: Guessing NAME [Mmap-_eUmar] from current directory name. Writing Makefile for Mmap-_eUmar cerebro ~/.cpan/build/Mmap-_eUmar# make Running Mkbootstrap for Mmap-_eUmar () chmod 644 _eUmar.bs rm -f blib/arch/auto/Mmap-_eUmar/_eUmar.so gcc -shared -O6 -msse2 -funroll-loops -fno-strict-aliasing -L/opt/perl/lib -L/opt/lib -L/usr/local/lib _eUmar.o -o blib/arch/auto/Mmap-_eUmar/_eUmar.so \ \ gcc: _eUmar.o: No such file or directory gcc: no input files make: *** [blib/arch/auto/Mmap-_eUmar/_eUmar.so] Error 1