Skip Menu |

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

Report information
The Basics
Id: 67221
Status: open
Priority: 0/
Queue: PAR-Packer

People
Owner: Nobody in particular
Requestors: memo.garciasir [...] gmail.com
Cc:
AdminCc:

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



Subject: cant make (unknown error)
using cpan to install PAR::Packer I get an error in the make step. attached is the full output from cpan and from perl -V the output from uname is: Linux vivaldi 2.6.30.10-105.2.23.fc11.x86_64 #1 SMP Thu Feb 11 07:06:34 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux I know I'm using an old version of Perl, but at this time I canĀ“t upgrade to newest version because incompatibilities with Tk. thanks memo garcia
Subject: cpan.log
Download cpan.log
application/octet-stream 7.8k

Message body not shown because it is not plain text.

Subject: perlV.log
Download perlV.log
application/octet-stream 3.9k

Message body not shown because it is not plain text.

On 2011-04-04 09:47:29, memo.garciasir@gmail.com wrote: Show quoted text
> attached is the full output from cpan and from perl -V
The error internals.c: In function 'par_xs_init': internals.c:124: error: too many arguments to function 'xs_init' suggests that you have a broken Perl installation: some mixup of threaded and non-threaded. myldr/perlxsi.c is the prime suspect, it's generated by perl -MExtUtils::Embed -e xsinit Also check the compile command gcc -c -D_REENTRANT ... -mtune=generic main.c whether it pulls in *.c or *.h files from "suspicious" directories. But even if you fix that it will probably be all for nought, as Perl 5.10.0 doesn't work with PAR::Packer, i.e. packing XS modules and running the generated executable on a machine without Perl (or with a different version of Perl than the build machine) will fail. All other versions of Perl (down to Perl 5.6.1 and esp. 5.10.1) are OK. Cheers, Roderich