Skip Menu |

This queue is for tickets about the IO-Compress-Zlib CPAN distribution.

Report information
The Basics
Id: 28659
Status: resolved
Priority: 0/
Queue: IO-Compress-Zlib

People
Owner: Nobody in particular
Requestors: schneecrash+cpan [...] gmail.com
Cc:
AdminCc:

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



Subject: installed IO-Compress-Zlib fails to respond to module_info
Date: Fri, 3 Aug 2007 17:05:32 -0700
To: bug-IO-Compress-Zlib [...] rt.cpan.org
From: snowcrash+cpan <schneecrash+cpan [...] gmail.com>
hi, installing, IO-Compress-Zlib-2.005 on freebsd 6.2-RELEASE p7 with cd /usr/local/ports/IO-Compress-Zlib-2.005 perl Makefile.PL make install make install Installing /usr/local/lib/perl5/site_perl/5.8.8/IO/Compress/Deflate.pm Installing /usr/local/lib/perl5/site_perl/5.8.8/IO/Compress/Zip.pm Installing /usr/local/lib/perl5/site_perl/5.8.8/IO/Compress/RawDeflate.pm Installing /usr/local/lib/perl5/site_perl/5.8.8/IO/Compress/Gzip.pm Installing /usr/local/lib/perl5/site_perl/5.8.8/IO/Compress/Adapter/Deflate.pm Installing /usr/local/lib/perl5/site_perl/5.8.8/IO/Compress/Adapter/Identity.pm Installing /usr/local/lib/perl5/site_perl/5.8.8/IO/Compress/Gzip/Constants.pm Installing /usr/local/lib/perl5/site_perl/5.8.8/IO/Compress/Zlib/Extra.pm Installing /usr/local/lib/perl5/site_perl/5.8.8/IO/Compress/Zlib/Constants.pm Installing /usr/local/lib/perl5/site_perl/5.8.8/IO/Compress/Zip/Constants.pm Installing /usr/local/lib/perl5/site_perl/5.8.8/IO/Uncompress/RawInflate.pm Installing /usr/local/lib/perl5/site_perl/5.8.8/IO/Uncompress/Inflate.pm Installing /usr/local/lib/perl5/site_perl/5.8.8/IO/Uncompress/Unzip.pm Installing /usr/local/lib/perl5/site_perl/5.8.8/IO/Uncompress/Gunzip.pm Installing /usr/local/lib/perl5/site_perl/5.8.8/IO/Uncompress/AnyInflate.pm Installing /usr/local/lib/perl5/site_perl/5.8.8/IO/Uncompress/Adapter/Identity.pm Installing /usr/local/lib/perl5/site_perl/5.8.8/IO/Uncompress/Adapter/Inflate.pm Installing /usr/local/lib/perl5/5.8.8/man/man3/IO::Uncompress::RawInflate.3 Installing /usr/local/lib/perl5/5.8.8/man/man3/IO::Uncompress::Unzip.3 Installing /usr/local/lib/perl5/5.8.8/man/man3/IO::Uncompress::Inflate.3 Installing /usr/local/lib/perl5/5.8.8/man/man3/IO::Compress::Deflate.3 Installing /usr/local/lib/perl5/5.8.8/man/man3/IO::Compress::Zip.3 Installing /usr/local/lib/perl5/5.8.8/man/man3/IO::Uncompress::Gunzip.3 Installing /usr/local/lib/perl5/5.8.8/man/man3/IO::Compress::RawDeflate.3 Installing /usr/local/lib/perl5/5.8.8/man/man3/IO::Uncompress::AnyInflate.3 Installing /usr/local/lib/perl5/5.8.8/man/man3/IO::Compress::Gzip.3 Writing /usr/local/lib/perl5/site_perl/5.8.8/mach/auto/IO/Compress/Zlib/.packlist Appending installation info to /usr/local/lib/perl5/5.8.8/mach/perllocal.pod looks to complete ok. but, on check with, module_info IO::Compress::Zlib Can't create Module::Info object for module 'IO::Compress::Zlib' at /usr/local/bin/module_info line 96. whereas other modules are ok, e.g., module_info -a Test::Reporter Name: Test::Reporter Version: 1.32 Directory: /usr/local/lib/perl5/site_perl/5.8.8 File: /usr/local/lib/perl5/site_perl/5.8.8/Test/Reporter.pm Core module: no ideas? thanks!
On Fri Aug 03 20:06:10 2007, schneecrash+cpan@gmail.com wrote: Show quoted text
> hi, > > installing, > > IO-Compress-Zlib-2.005 > > on > > freebsd 6.2-RELEASE p7 > > with > > cd /usr/local/ports/IO-Compress-Zlib-2.005 > perl Makefile.PL > make install > make install > Installing
... what happens when you this? cd /usr/local/ports/IO-Compress-Zlib-2.005 make test IO-Compress-Zlib has two prerequisite modules, namely IO-Compress-Base and Compress-Raw-Zlib. Do you have them installed? Paul
Subject: Re: [rt.cpan.org #28659] installed IO-Compress-Zlib fails to respond to module_info
Date: Mon, 6 Aug 2007 12:12:33 -0700
To: bug-IO-Compress-Zlib [...] rt.cpan.org
From: snowcrash+cpan <schneecrash+cpan [...] gmail.com>
hi paul, On 8/4/07, Paul Marquess via RT <bug-IO-Compress-Zlib@rt.cpan.org> wrote: Show quoted text
> what happens when you this? > > cd /usr/local/ports/IO-Compress-Zlib-2.005 > make test
all tests pass. Show quoted text
> IO-Compress-Zlib has two prerequisite modules, namely IO-Compress-Base > and Compress-Raw-Zlib. Do you have them installed?
yes to both. details follow: 1st, for sanity's sake, I ripped out existing perl install & all modules. then re-installed perl588 fromn ports, and installed modules as required /only/ using freebsd's 'bsdpan'-wrapped cpan. then, cpan Show quoted text
cpan> install IO::Compress::Base Compress::Raw::Zlib
IO::Compress::Base is up to date (2.005). Compress::Raw::Zlib is up to date (2.005). Show quoted text
cpan> q
module_info IO::Compress::Base Name: IO::Compress::Base Version: 2.005 Directory: /usr/local/lib/perl5/site_perl/5.8.8 File: /usr/local/lib/perl5/site_perl/5.8.8/IO/Compress/Base.pm Core module: no module_info Compress::Raw::Zlib Name: Compress::Raw::Zlib Version: 2.005 Directory: /usr/local/lib/perl5/site_perl/5.8.8/mach File: /usr/local/lib/perl5/site_perl/5.8.8/mach/Compress/Raw/Zlib.pm Core module: no cpan Show quoted text
cpan> install IO::Compress::Zlib
CPAN: Storable loaded ok (v2.16) Going to read /usr/local/.cpan/Metadata Database was generated on Sun, 05 Aug 2007 16:48:12 GMT Warning: Cannot install IO::Compress::Zlib, don't know what it is. Try the command i /IO::Compress::Zlib/ to find objects with matching identifiers. CPAN: Time::HiRes loaded ok (v1.86) Show quoted text
cpan> q
cd /usr/local/ports rm -rf IO-Compress-Zlib* wget http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/IO-Compress-Zlib-2.005.tar.gz tar zxvf IO-Compress-Zlib-2.005.tar.gz cd /usr/local/ports/IO-Compress-Zlib-2.005 perl Makefile.PL make make test ... All tests successful, 4 tests and 26 subtests skipped. Files=64, Tests=38651, 1210 wallclock secs (931.54 cusr + 55.52 csys = 987.05 CPU) make install Writing /usr/local/lib/perl5/site_perl/5.8.8/mach/auto/IO/Compress/Zlib/.packlist Appending installation info to /usr/local/lib/perl5/5.8.8/mach/perllocal.pod but, still: module_info IO::Compress::Zlib Can't create Module::Info object for module 'IO::Compress::Zlib' at /usr/local/bin/module_info line 96.
Subject: Re: [rt.cpan.org #28659] installed IO-Compress-Zlib fails to respond to module_info
Date: Mon, 6 Aug 2007 12:53:16 -0700
To: bug-IO-Compress-Zlib [...] rt.cpan.org
From: snowcrash+cpan <schneecrash+cpan [...] gmail.com>
Show quoted text
> module_info IO::Compress::Zlib > Can't create Module::Info object for module 'IO::Compress::Zlib' at > /usr/local/bin/module_info line 96.
just for reference, cat /usr/local/bin/module_info ... foreach my $module (@ARGV) { my $info; if( -f $module ) { $info = Module::Info->new_from_file($module); } else { $info = Module::Info->new_from_module($module); } 95: unless( $info ) { 96: warn "Can't create Module::Info object for module '$module'"; 97: $some_error = 1; next; } $info->die_on_compilation_error(1); ...
Subject: Re: [rt.cpan.org #28659] installed IO-Compress-Zlib fails to respond to module_info
Date: Mon, 6 Aug 2007 12:12:33 -0700
To: bug-IO-Compress-Zlib [...] rt.cpan.org
From: snowcrash+cpan <schneecrash+cpan [...] gmail.com>
hi paul, On 8/4/07, Paul Marquess via RT <bug-IO-Compress-Zlib@rt.cpan.org> wrote: Show quoted text
> what happens when you this? > > cd /usr/local/ports/IO-Compress-Zlib-2.005 > make test
all tests pass. Show quoted text
> IO-Compress-Zlib has two prerequisite modules, namely IO-Compress-Base > and Compress-Raw-Zlib. Do you have them installed?
yes to both. details follow: 1st, for sanity's sake, I ripped out existing perl install & all modules. then re-installed perl588 fromn ports, and installed modules as required /only/ using freebsd's 'bsdpan'-wrapped cpan. then, cpan Show quoted text
cpan> install IO::Compress::Base Compress::Raw::Zlib
IO::Compress::Base is up to date (2.005). Compress::Raw::Zlib is up to date (2.005). Show quoted text
cpan> q
module_info IO::Compress::Base Name: IO::Compress::Base Version: 2.005 Directory: /usr/local/lib/perl5/site_perl/5.8.8 File: /usr/local/lib/perl5/site_perl/5.8.8/IO/Compress/Base.pm Core module: no module_info Compress::Raw::Zlib Name: Compress::Raw::Zlib Version: 2.005 Directory: /usr/local/lib/perl5/site_perl/5.8.8/mach File: /usr/local/lib/perl5/site_perl/5.8.8/mach/Compress/Raw/Zlib.pm Core module: no cpan Show quoted text
cpan> install IO::Compress::Zlib
CPAN: Storable loaded ok (v2.16) Going to read /usr/local/.cpan/Metadata Database was generated on Sun, 05 Aug 2007 16:48:12 GMT Warning: Cannot install IO::Compress::Zlib, don't know what it is. Try the command i /IO::Compress::Zlib/ to find objects with matching identifiers. CPAN: Time::HiRes loaded ok (v1.86) Show quoted text
cpan> q
cd /usr/local/ports rm -rf IO-Compress-Zlib* wget http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/IO-Compress-Zlib-2.005.tar.gz tar zxvf IO-Compress-Zlib-2.005.tar.gz cd /usr/local/ports/IO-Compress-Zlib-2.005 perl Makefile.PL make make test ... All tests successful, 4 tests and 26 subtests skipped. Files=64, Tests=38651, 1210 wallclock secs (931.54 cusr + 55.52 csys = 987.05 CPU) make install Writing /usr/local/lib/perl5/site_perl/5.8.8/mach/auto/IO/Compress/Zlib/.packlist Appending installation info to /usr/local/lib/perl5/5.8.8/mach/perllocal.pod but, still: module_info IO::Compress::Zlib Can't create Module::Info object for module 'IO::Compress::Zlib' at /usr/local/bin/module_info line 96.
From: PMQS [...] cpan.org
Show quoted text
> cpan> install IO::Compress::Zlib
> CPAN: Storable loaded ok (v2.16) > Going to read /usr/local/.cpan/Metadata > Database was generated on Sun, 05 Aug 2007 16:48:12 GMT > Warning: Cannot install IO::Compress::Zlib, don't know what it
is. Show quoted text
> Try the command > > i /IO::Compress::Zlib/ > > to find objects with matching identifiers. > CPAN: Time::HiRes loaded ok (v1.86)
> cpan> q
> > cd /usr/local/ports > rm -rf IO-Compress-Zlib* > wget http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/IO-Compress- > Zlib-2.005.tar.gz > tar zxvf IO-Compress-Zlib-2.005.tar.gz > cd /usr/local/ports/IO-Compress-Zlib-2.005 > perl Makefile.PL > make > > make test > ... > All tests successful, 4 tests and 26 subtests skipped. > Files=64, Tests=38651, 1210 wallclock secs (931.54 cusr + 55.52
csys Show quoted text
> = 987.05 CPU) > > make install > Writing > /usr/local/lib/perl5/site_perl/5.8.8/mach/auto/IO/Compress/Zlib/.packl
ist Show quoted text
> Appending installation info to > /usr/local/lib/perl5/5.8.8/mach/perllocal.pod > > > but, still: > > > module_info IO::Compress::Zlib > Can't create Module::Info object for
module 'IO::Compress::Zlib' at Show quoted text
> /usr/local/bin/module_info line 96.
IO::Compress::Zlib isn't a module - it's the name of the distribution. Try running module_info for one of the modules in it, like IO::Compress::Gzip. Paul