Skip Menu |

This queue is for tickets about the HTTP-Server-Simple CPAN distribution.

Report information
The Basics
Id: 18231
Status: resolved
Priority: 0/
Queue: HTTP-Server-Simple

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

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



Subject: Manual installation fails on Win32 ActiveState Perl 5.8.8
ActiveState 5.8.8 has a preconfigured cpan script. When attempting to install 0.18 from CPAN (and later confirmed manually from the tarball), Makefile.PL fails to run: [C:\Perl\cpan\build\HTTP-Server-Simple-0.18] Show quoted text
> perl Makefile.PL
Undefined subroutine &ActivePerl::Config::find_prog called at C:/Perl/site/lib/ActivePerl/ Config.pm line 70. Compilation failed in require at C:/Perl/lib/ExtUtils/MakeMaker.pm line 7. BEGIN failed--compilation aborted at C:/Perl/lib/ExtUtils/MakeMaker.pm line 7. Compilation failed in require at inc/Module/Install/Can.pm - /usr/local/share/perl/5.8.7/M odule/Install/Can.pm line 8. BEGIN failed--compilation aborted at inc/Module/Install/Can.pm - /usr/local/share/perl/5.8 .7/Module/Install/Can.pm line 8. Compilation failed in require at /home/jesse/svk/HTTP-Server-Simple/inc/Module/Install.pm - /usr/local/share/perl/5.8.7/Module/Install.pm line 180. Global symbol "$Verbose" requires explicit package name at C:/Perl/lib/ExtUtils/MM_Any.pm line 1267. Global symbol "$Verbose" requires explicit package name at C:/Perl/lib/ExtUtils/MM_Any.pm line 1277. Compilation failed in require at C:/Perl/lib/ExtUtils/MM_Unix.pm line 25. Compilation failed in require at inc/Module/Install/Metadata.pm - /usr/local/share/perl/5. 8.7/Module/Install/Metadata.pm line 197. Output from Perl -V: Show quoted text
> perl -V
Summary of my perl5 (revision 5 version 8 subversion 8) configuration: Platform: osname=MSWin32, osvers=5.0, archname=MSWin32-x86-multi-thread uname='' config_args='undef' hint=recommended, useposix=true, d_sigaction=undef usethreads=define use5005threads=undef useithreads=define usemultiplicity=define useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cl', ccflags ='-nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DNO_HASH_SEED -DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLI CIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX', optimize='-MD -Zi -DNDEBUG -O1', cppflags='-DWIN32' ccversion='12.00.8804', gccversion='', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=10 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='__int64', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='link', ldflags ='-nologo -nodefaultlib -debug -opt:ref,icf -libpath:"C:\Perl\lib\ CORE" -machine:x86' libpth=\lib libs= oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advap i32.lib shell32.lib ole32.lib oleaut32.lib netapi32.lib uuid.lib ws2_32.lib mpr.lib winmm .lib version.lib odbc32.lib odbccp32.lib msvcrt.lib perllibs= oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib a dvapi32.lib shell32.lib ole32.lib oleaut32.lib netapi32.lib uuid.lib ws2_32.lib mpr.lib w inmm.lib version.lib odbc32.lib odbccp32.lib msvcrt.lib libc=msvcrt.lib, so=dll, useshrplib=yes, libperl=perl58.lib gnulibc_version='' Dynamic Linking: dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' ' cccdlflags=' ', lddlflags='-dll -nologo -nodefaultlib -debug -opt:ref,icf -libpath:"C :\Perl\lib\CORE" -machine:x86' Characteristics of this binary (from libperl): Compile-time options: MULTIPLICITY PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS PERL_MALLOC_WRAP PL_OP_SLAB_ALLOC USE_ITHREADS USE_LARGE_FILES USE_PERLIO USE_SITECUSTOMIZE Locally applied patches: ActivePerl Build 816 [255195] Iin_load_module moved for compatibility with build 806 PerlEx support in CGI::Carp Less verbose ExtUtils::Install and Pod::Find Patch for CAN-2005-0448 from Debian with modifications 27359 Fix -d:Foo=bar syntax 27210 Fix quote typo in c2ph 27203 Allow compiling swigged C++ code 27200 Make stat() on Windows handle trailing slashes correctly 27194 Get perl_fini() running on HP-UX again 27133 Initialise lastparen in the regexp structure 27034 Avoid "Prototype mismatch" warnings with autouse 26970 Make Passive mode the default for Net::FTP 26921 Avoid getprotobyname/number calls in IO::Socket::INET 26897,26903 Make common IPPROTO_* constants always available 26670 Make '-s' on the shebang line parse -foo=bar switches 26379 Fix alarm() for Windows 2003 26087 Storable 0.1 compatibility 25861 IO::File performace issue 25084 long groups entry could cause memory exhaustion 24699 ICMP_UNREACHABLE handling in Net::Ping Built under MSWin32 Compiled at Mar 1 2006 18:00:52 @INC: C:/Perl/lib C:/Perl/site/lib .
CC: undisclosed-recipients: ;
Subject: Re: [rt.cpan.org #18231] Manual installation fails on Win32 ActiveState Perl 5.8.8
Date: Sat, 18 Mar 2006 14:19:39 -0500
To: via RT <bug-HTTP-Server-Simple [...] rt.cpan.org>
From: jesse <jesse [...] fsck.com>
This sure looks like a bug in your installed libraries, not in HTTP::Server::Simple Show quoted text
> Undefined subroutine &ActivePerl::Config::find_prog called at > C:/Perl/site/lib/ActivePerl/ > Config.pm line 70.
You might want to try a less-bleeding-edge activeperl.
Subject: Re: [rt.cpan.org #18231] Manual installation fails on Win32 ActiveState Perl 5.8.8
Date: Sat, 18 Mar 2006 14:35:19 -0500
To: bug-HTTP-Server-Simple [...] rt.cpan.org
From: David Golden <dagolden [...] cpan.org>
Jesse via RT wrote: Show quoted text
> <URL: http://rt.cpan.org/Ticket/Display.html?id=18231 > > > This sure looks like a bug in your installed libraries, not in > HTTP::Server::Simple >
>> Undefined subroutine &ActivePerl::Config::find_prog called at >> C:/Perl/site/lib/ActivePerl/ >> Config.pm line 70.
> > You might want to try a less-bleeding-edge activeperl.
Further digging reveals this comment in the Changes for Module::Install: Show quoted text
> [Changes for 0.61 - 2006-03-15] > > * ActivePerl::Config on case-insensitive filesystems interacts > erroneously with Module::Install's (outdated) @INC hack, so remove it. > (Patch from Gisle Aas)
You might want to try a less-bleeding-edge installer. :-) Regards, David
CC: undisclosed-recipients: ;
Subject: Re: [rt.cpan.org #18231] Manual installation fails on Win32 ActiveState Perl 5.8.8
Date: Sat, 18 Mar 2006 14:41:40 -0500
To: via RT <bug-HTTP-Server-Simple [...] rt.cpan.org>
From: jesse <jesse [...] fsck.com>
Show quoted text
> Further digging reveals this comment in the Changes for Module::Install: >
> > [Changes for 0.61 - 2006-03-15] > > > > * ActivePerl::Config on case-insensitive filesystems interacts > > erroneously with Module::Install's (outdated) @INC hack, so remove it. > > (Patch from Gisle Aas)
> > You might want to try a less-bleeding-edge installer. :-)
That sure sounds like we need a _more_ bleeding-edge installer. If you CPAN the latest Module::Install and rm 'inc' in the H::S::S dist, you should be good to go. Thanks for the heads up. Show quoted text
> Regards, > David > >
--
I think it can be resolved as in the latest package we use M::I 0.68. Feel free to open it again if it doesn't work. On Sat Mar 18 14:41:43 2006, jesse@fsck.com wrote: Show quoted text
>
> > Further digging reveals this comment in the Changes for Module::Install: > >
> > > [Changes for 0.61 - 2006-03-15] > > > > > > * ActivePerl::Config on case-insensitive filesystems interacts > > > erroneously with Module::Install's (outdated) @INC hack, so
remove it. Show quoted text
> > > (Patch from Gisle Aas)
> > > > You might want to try a less-bleeding-edge installer. :-)
> > That sure sounds like we need a _more_ bleeding-edge installer. > > If you CPAN the latest Module::Install and rm 'inc' in the H::S::S dist, > you should be good to go. Thanks for the heads up. > >
> > Regards, > > David > > > >
-- Best regards, Ruslan.