Skip Menu |

This queue is for tickets about the PAR-Packer CPAN distribution.

Report information
The Basics
Id: 41790
Status: resolved
Priority: 0/
Queue: PAR-Packer

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

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



Subject: bleadperl@34425 breaks Par-Packer 0.982
Apparently Compress Zlib doesn't need an autosplit.ix file anymore but some code in the PAR::Packer build mechanism expects it. So with bleadperl after 34425 I always get cc static.o -s -Wl,-E -fstack-protector -L/usr/local/lib -L/home/src/perl/repoperls/installed-perls/perl/p5B38YI/perl-5.10.0@35088/lib/5.11.0/i686-linux-64int/CORE -lnsl -ldl -lm -lcrypt -lutil -lc -o ./static /home/src/perl/repoperls/installed-perls/perl/p5B38YI/perl-5.10.0@35088/bin/perl -e1 /home/src/perl/repoperls/installed-perls/perl/p5B38YI/perl-5.10.0@35088/bin/perl parlsig.pl ./static ./par 1 30000 ./static -I"/home/sand/.cpan/build/PAR-Packer-0.982-e_Lqon/inc" -I"/home/src/perl/repoperls/installed-perls/perl/p5B38YI/perl-5.10.0@35088/lib/5.11.0/i686-linux-64int" -I"/home/src/perl/repoperls/installed-perls/perl/p5B38YI/perl-5.10.0@35088/lib/5.11.0" -I"/home/src/perl/repoperls/installed-perls/perl/p5B38YI/perl-5.10.0@35088/lib/site_perl/5.11.0/i686-linux-64int" -I"/home/src/perl/repoperls/installed-perls/perl/p5B38YI/perl-5.10.0@35088/lib/site_perl/5.11.0" -I"/home/sand/.cpan/build/PAR-Packer-0.982-e_Lqon" -I"." -I../myldr/.. -I../blib/lib -q -B -O../script/parl Can't open /home/src/perl/repoperls/installed-perls/perl/p5B38YI/perl-5.10.0@35088/lib/5.11.0/auto/Compress/Zlib/autosplit.ix: No such file or directory at -e line 576. make[4]: *** [../script/parl] Error 2 make[4]: Leaving directory `/home/sand/.cpan/build/PAR-Packer-0.982-e_Lqon/myldr' make[3]: *** [subdirs] Error 2 Let me know if you need some more to chew on, Cheers,
Hi Andreas, thanks for the bug report and sorry for the long delay. The issue has been "fixed" with revision 915. The uneducated band-aid fix was to add a "file exists" check to the packaging code in par.pl. Unfortunately, I still don't know why there are non-existing files (such as that autosplit.ix) listed in %:: with "_<FILENAME". I think there's a bug somewhere outside PAR, but I don't know how to track it down. Best regards, Steffen