Skip Menu |

This queue is for tickets about the PAR CPAN distribution.

Report information
The Basics
Id: 57191
Status: resolved
Priority: 0/
Queue: PAR

People
Owner: Nobody in particular
Requestors: mikecarel [...] yahoo.com
Cc:
AdminCc:

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



Subject: Compress::Raw::Zlib::Deflate::new: Parameter 'Level'
Date: Tue, 4 May 2010 12:28:14 +0800 (SGT)
To: bug-PAR [...] rt.cpan.org
From: "Michael P. Carel" <mikecarel [...] yahoo.com>
I'm Getting error when performing "make test". Iused to install all dependencies but still having this error. Error appearing: Compress::Raw::Zlib::Deflate::new: Parameter 'Level' must be a signed int, got 'desiredCompressionMethod' at /usr/lib/perl5/site_perl/5.8.5/Archive/Zip/Member.pm line 887 My Perl Version: This is perl, v5.8.5 built for i386-linux-thread-multi My OS: Linux DNS-nagios 2.6.9-5.ELsmp #1 SMP Wed Jan 5 19:30:39 EST 2005 i686 i686 i386 GNU/Linux Thanks for any immediate resolution on this. Mike C.
On Tue May 04 00:28:29 2010, mikecarel@yahoo.com wrote: Show quoted text
> Error appearing: > Compress::Raw::Zlib::Deflate::new: Parameter 'Level' must be a signed > int, got 'desiredCompressionMethod' at > /usr/lib/perl5/site_perl/5.8.5/Archive/Zip/Member.pm line 887
This single line doesn't help much to diagnose the problem. Please post the complete output of "make test". Cheers, Roderich
Subject: Re: [rt.cpan.org #57191] Compress::Raw::Zlib::Deflate::new: Parameter 'Level'
Date: Wed, 5 May 2010 15:46:20 +0800 (SGT)
To: bug-PAR [...] rt.cpan.org
From: "Michael P. Carel" <mikecarel [...] yahoo.com>
Thanks for the reply.. Attached is the maketest log file. --- On Tue, 5/4/10, RSCHUPP via RT <bug-PAR@rt.cpan.org> wrote: Show quoted text
> From: RSCHUPP via RT <bug-PAR@rt.cpan.org> > Subject: [rt.cpan.org #57191] Compress::Raw::Zlib::Deflate::new: Parameter 'Level' > To: mikecarel@yahoo.com > Date: Tuesday, May 4, 2010, 3:10 PM > <URL: https://rt.cpan.org/Ticket/Display.html?id=57191 > > > On Tue May 04 00:28:29 2010, mikecarel@yahoo.com > wrote:
> > Error appearing: > > Compress::Raw::Zlib::Deflate::new: Parameter 'Level'
> must be a signed
> > int, got 'desiredCompressionMethod' at > > /usr/lib/perl5/site_perl/5.8.5/Archive/Zip/Member.pm
> line 887 > > This single line doesn't help much to diagnose the > problem. > Please post the complete output of "make test". > > Cheers, Roderich >
Download maketest.log
application/octet-stream 8.4k

Message body not shown because it is not plain text.

On Wed May 05 03:46:36 2010, mikecarel@yahoo.com wrote: Show quoted text
> Thanks for the reply.. Attached is the maketest log file.
Hi Mike, the log shows that you are trying to build PAR 0.85_01. That version is almost 6 years old. In fact, it's from before PAR::Packer was split from PAR. Is there any reason not to try the latest versions of PAR and PAR::Packer? Cheers, Roderich
Subject: Re: [rt.cpan.org #57191] Compress::Raw::Zlib::Deflate::new: Parameter 'Level'
Date: Wed, 5 May 2010 21:38:05 +0800 (SGT)
To: bug-PAR [...] rt.cpan.org
From: "Michael P. Carel" <mikecarel [...] yahoo.com>
I'm sorry about that, I just used to download it from a referred link. I've already installed the following: PAR-1.000 Getopt-ArgvFile-1.11.tar.gz Module-ScanDeps-0.97 but still the "make test" failed for the PAR-Packer-1.004. Thanks --- On Wed, 5/5/10, RSCHUPP via RT <bug-PAR@rt.cpan.org> wrote: Show quoted text
> From: RSCHUPP via RT <bug-PAR@rt.cpan.org> > Subject: [rt.cpan.org #57191] Compress::Raw::Zlib::Deflate::new: Parameter 'Level' > To: mikecarel@yahoo.com > Date: Wednesday, May 5, 2010, 7:07 PM > <URL: https://rt.cpan.org/Ticket/Display.html?id=57191 > > > On Wed May 05 03:46:36 2010, mikecarel@yahoo.com > wrote:
> > Thanks for the reply.. Attached is the maketest log
> file. > > Hi Mike, > > the log shows that you are trying to build PAR 0.85_01. > That version is almost 6 years old. In fact, it's from > before > PAR::Packer was split from PAR. Is there any reason not > to try the latest versions of PAR and PAR::Packer? > > Cheers, Roderich >
Download par-packer maketest
application/octet-stream 163.6k

Message body not shown because it is not plain text.

On Wed May 05 09:38:31 2010, mikecarel@yahoo.com wrote: Show quoted text
> but still the "make test" failed for the PAR-Packer-1.004.
... because your lacking version.pm (required by Module::ScanDeps). AFAICT version.pm wasn't included in Perl 5.8.5 core modules. But Module::ScanDeps correctly requires version.pm in its Makefile.PL... Did you force install Module::ScanDeps? Cheers, Roderich
Subject: Re: [rt.cpan.org #57191] Compress::Raw::Zlib::Deflate::new: Parameter 'Level'
Date: Thu, 6 May 2010 11:51:13 +0800 (SGT)
To: bug-PAR [...] rt.cpan.org
From: "Michael P. Carel" <mikecarel [...] yahoo.com>
It's ok now. I used to install version-0.82 from CPAN and its all working fine now. Tnx for the help --- On Wed, 5/5/10, RSCHUPP via RT <bug-PAR@rt.cpan.org> wrote: Show quoted text
> From: RSCHUPP via RT <bug-PAR@rt.cpan.org> > Subject: [rt.cpan.org #57191] Compress::Raw::Zlib::Deflate::new: Parameter 'Level' > To: mikecarel@yahoo.com > Date: Wednesday, May 5, 2010, 10:07 PM > <URL: https://rt.cpan.org/Ticket/Display.html?id=57191 > > > On Wed May 05 09:38:31 2010, mikecarel@yahoo.com > wrote:
> > but still the "make test" failed for the
> PAR-Packer-1.004. > > ... because your lacking version.pm (required by > Module::ScanDeps). > AFAICT version.pm wasn't included in Perl 5.8.5 core > modules. > But Module::ScanDeps correctly requires version.pm in its > Makefile.PL... > Did you force install Module::ScanDeps? > > Cheers, Roderich >