Skip Menu |

This queue is for tickets about the FCGI CPAN distribution.

Report information
The Basics
Id: 67618
Status: resolved
Priority: 0/
Queue: FCGI

People
Owner: bobtfish [...] bobtfish.net
Requestors: rt.cpan [...] sartak.org
Cc:
AdminCc:

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



Subject: Makefile.PL broken in 5.14.0-RC1
$ cpanm --look FCGI --> Working on FCGI Fetching http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/FCGI-0.71.tar.gz ... OK Entering /Users/sartak/.cpanm/work/1303311234.47036/FCGI-0.71 with /bin/zsh $ perl Makefile.PL Checking if your kit is complete... Looks good Can't use string ("Sven Verdoolaege (skimo@kotnet.o"...) as an ARRAY ref while "strict refs" in use at /Users/sartak/.perl/perls/perl-5.14.0-RC1/lib/5.14.0/ExtUtils/MM_Unix.pm line 2893. $ perl -V Summary of my perl5 (revision 5 version 14 subversion 0) configuration: Platform: osname=darwin, osvers=10.7.0, archname=darwin-2level uname='darwin kaitain.local 10.7.0 darwin kernel version 10.7.0: sat jan 29 15:17:16 pst 2011; root:xnu-1504.9.37~1release_i386 i386 i386 ' config_args='-de -Dprefix=/Users/sartak/.perl/perls/perl-5.14.0-RC1' hint=recommended, useposix=true, d_sigaction=define useithreads=undef, usemultiplicity=undef useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef use64bitint=define, use64bitall=define, uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-fno-common -DPERL_DARWIN -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include', optimize='-O3', cppflags='-fno-common -DPERL_DARWIN -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include' ccversion='', gccversion='4.2.1 (Apple Inc. build 5664)', gccosandvers='' intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16 ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags =' -fstack-protector -L/usr/local/lib' libpth=/usr/local/lib /usr/lib libs=-ldbm -ldl -lm -lutil -lc perllibs=-ldl -lm -lutil -lc libc=/usr/lib/libc.dylib, so=dylib, useshrplib=false, libperl=libperl.a gnulibc_version='' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' ' cccdlflags=' ', lddlflags=' -bundle -undefined dynamic_lookup -L/usr/local/lib -fstack-protector' Characteristics of this binary (from libperl): Compile-time options: PERL_DONT_CREATE_GVSV PERL_MALLOC_WRAP PERL_PRESERVE_IVUV USE_64_BIT_ALL USE_64_BIT_INT USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF Locally applied patches: RC1 Built under darwin Compiled at Apr 20 2011 10:05:31 %ENV: PERL5LIB="lib" PERLBREW_ROOT="/Users/sartak/.perl" PERL_CPANM_OPT="--prompt" PERL_PREFER_CPAN_CLIENT="cpanm" @INC: lib /Users/sartak/.perl/perls/perl-5.14.0-RC1/lib/site_perl/5.14.0/darwin-2level /Users/sartak/.perl/perls/perl-5.14.0-RC1/lib/site_perl/5.14.0 /Users/sartak/.perl/perls/perl-5.14.0-RC1/lib/5.14.0/darwin-2level /Users/sartak/.perl/perls/perl-5.14.0-RC1/lib/5.14.0 . $ perl -MV=ExtUtils::MakeMaker ExtUtils::MakeMaker /Users/sartak/.perl/perls/perl-5.14.0-RC1/lib/5.14.0/ExtUtils/MakeMaker.pm: 6.57_05
From: vovkasm [...] gmail.com
Срд Апр 20 10:54:16 2011, SARTAK писал: Show quoted text
> $ cpanm --look FCGI > --> Working on FCGI > Fetching > http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/FCGI-0.71.tar.gz ...
OK Show quoted text
> Entering /Users/sartak/.cpanm/work/1303311234.47036/FCGI-0.71 with
/bin/zsh Show quoted text
> > $ perl Makefile.PL > Checking if your kit is complete... > Looks good > Can't use string ("Sven Verdoolaege (skimo@kotnet.o"...) as an ARRAY
ref Show quoted text
> while "strict refs" in use at > /Users/sartak/.perl/perls/perl-5.14.0-
RC1/lib/5.14.0/ExtUtils/MM_Unix.pm Same on RC2 Show quoted text
> $ perl -MV=ExtUtils::MakeMaker > ExtUtils::MakeMaker > > /Users/sartak/.perl/perls/perl-5.14.0-
RC1/lib/5.14.0/ExtUtils/MakeMaker.pm: Show quoted text
> 6.57_05
Yes, it is EUMM issue (6.57_05 installs with perl-5.14.0-RC2). Issue has gone after upgrade ExtUtils::MakeMaker to 6.57_10 from cpan Think it is fixed in 6.57_06 already. From Changes: 6.57_06 Wed Oct 06 13:49:00 EEST 2010 Bug Fixes * Fix for AUTHOR and undocumented usage of MM->new() (Alexandr Ciornii)
I would guess that this is fixed in 0.72: Version 0.72 -- 19 May 2011 <rafl@debian.org> o Clean up Makefile.PL and restore compatibility with recent ExtUtils::MakeMaker versions.
This is fixed in the latest version (0.72)