Skip Menu |

This queue is for tickets about the PAR CPAN distribution.

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

People
Owner: Nobody in particular
Requestors: gbrussino [...] comcast.net
Cc:
AdminCc:

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



Subject: format error bad signature
Red Hat Linux 9 Perl V.5.8.0 (perl-5.8.0-88.3) PAR-0.76 After re-discovering the LANG=en_US.UTF-8 problem, ... tkpp gives: "Can't locate Tk.pm in @INC ...". Couldn't find any really helpful info. I guess I need some Tk module, an X11 perl5 Tk module, but couldn't find anything for Red Hat 9. Tried pp on a test case that "use Net::LDAP": pp -p packed.pl p.pl ./packed.pl Got the following run-time output: format error: bad signature: 0x752f2123 at offset 0 in file IO::File=GLOB(0x844c450) at ./p line 663 format error: bad signature: 0x78004e45 at offset 283628 in file IO::File=GLOB(0x844c450) at ./p line 663 format error: bad signature: 0x4143535f at offset 283785 in file IO::File=GLOB(0x844c450) at ./p line 162 format error: bad signature: 0x72696464 at offset 283665 in file IO::File=GLOB(0x844c450) at /usr/lib/perl5/site_perl/5.8.0/PAR.pm line 211 format error: bad signature: 0x2031202d at offset 88752 in file IO::File=GLOB(0x844c450) at /usr/lib/perl5/site_perl/5.8.0/PAR.pm line 211 format error: bad signature: 0x67692420 at offset 96288 in file IO::File=GLOB(0x844c450) at script/p.pl line 3 format error: bad signature: 0x242e6365 at offset 39965 in file IO::File=GLOB(0x844c450) at /usr/lib/perl5/site_perl/5.8.0/PAR.pm line 211 format error: bad signature: 0x5f40203d at offset 36744 in file IO::File=GLOB(0x844c450) at Net/LDAP.pm line 8 format error: bad signature: 0x70797473 at offset 38850 in file IO::File=GLOB(0x844c450) at Net/LDAP.pm line 8 format error: bad signature: 0x28736761 at offset 83609 in file IO::File=GLOB(0x844c450) at Net/LDAP.pm line 10 format error: bad signature: 0x2e282f2b at offset 7990 in file IO::File=GLOB(0x844c450) at Net/LDAP.pm line 12 format error: bad signature: 0x6f6c2023 at offset 15524 in file IO::File=GLOB(0x844c450) at Convert/ASN1.pm line 414 format error: bad signature: 0x20646c75 at offset 19671 in file IO::File=GLOB(0x844c450) at Convert/ASN1/_decode.pm line 414 format error: bad signature: 0x652d2073 at offset 13686 in file IO::File=GLOB(0x844c450) at Convert/ASN1/_encode.pm line 414 format error: bad signature: 0x2e797661 at offset 22529 in file IO::File=GLOB(0x844c450) at Convert/ASN1.pm line 414 format error: bad signature: 0x24206f74 at offset 64927 in file IO::File=GLOB(0x844c450) at Net/LDAP.pm line 13 format error: bad signature: 0x68746977 at offset 50879 in file IO::File=GLOB(0x844c450) at Net/LDAP/Message.pm line 8 format error: bad signature: 0x6f766120 at offset 46575 in file IO::File=GLOB(0x844c450) at Net/LDAP/Message.pm line 9 Not sure what this means and how to get rid of these messages.
#!/usr/bin/perl -w use diagnostics; use Net::LDAP; print "Trying to use Net::LDAP...\n";
Date: Thu, 11 Dec 2003 10:24:01 +0800
From: Autrijus Tang <autrijus [...] autrijus.org>
To: Guest via RT <bug-PAR [...] rt.cpan.org>
CC: "AdminCc of cpan Ticket #4633": ;
Subject: Re: [cpan #4633] format error bad signature
RT-Send-Cc:
On Wed, Dec 10, 2003 at 05:26:46PM -0500, Guest via RT wrote: Show quoted text
> This message about PAR was sent to you by guest <> via rt.cpan.org > Full context and any attached attachments can be found at: > > Got the following run-time output: > > format error: bad signature: 0x752f2123 at offset 0 in file IO::File=GLOB(0x844c450) > at ./p line 663
This is a known problem due to the newer version of Archive::Zip. we're working with the Archive::Zip author to solve this problem, and hopefully Archive::Zip 1.08 will have it fixed. Downgrading Archive::Zip to 1.06 and reinstall PAR should work around the problem for the moment. Thanks, /Autrijus/
Date: Thu, 11 Dec 2003 10:31:55 +0800
From: Autrijus Tang <autrijus [...] autrijus.org>
To: Autrijus Tang <autrijus [...] autrijus.org>
CC: Guest via RT <bug-PAR [...] rt.cpan.org>, "AdminCc of cpan Ticket #4633": ;
Subject: Re: [cpan #4633] format error bad signature
RT-Send-Cc:
On Thu, Dec 11, 2003 at 10:24:01AM +0800, Autrijus Tang wrote: Show quoted text
> This is a known problem due to the newer version of Archive::Zip. > we're working with the Archive::Zip author to solve this problem, > and hopefully Archive::Zip 1.08 will have it fixed.
Sorry, I meant 1.10. Archive::Zip 1.09 was the version that broke PAR. /Autrijus/
[autrijus@autrijus.org - Wed Dec 10 21:32:40 2003]: Show quoted text
> On Thu, Dec 11, 2003 at 10:24:01AM +0800, Autrijus Tang wrote:
> > This is a known problem due to the newer version of Archive::Zip. > > we're working with the Archive::Zip author to solve this problem, > > and hopefully Archive::Zip 1.08 will have it fixed.
> > Sorry, I meant 1.10. Archive::Zip 1.09 was the version that > broke PAR. > > /Autrijus/
I have verified that this bug is fixed in PAR-0.79. You can close this ticket. Thank you. Giacomo
[autrijus@autrijus.org - Wed Dec 10 21:32:40 2003]: Show quoted text
> On Thu, Dec 11, 2003 at 10:24:01AM +0800, Autrijus Tang wrote:
> > This is a known problem due to the newer version of Archive::Zip. > > we're working with the Archive::Zip author to solve this problem, > > and hopefully Archive::Zip 1.08 will have it fixed.
> > Sorry, I meant 1.10. Archive::Zip 1.09 was the version that > broke PAR. > > /Autrijus/
I have verified that this bug is fixed in PAR-0.79. You can close this ticket. Thank you. Giacomo