Mon Apr 04 16:28:56 2011: Request 67221 was acted upon.
Transaction: Correspondence added by RSCHUPP
Queue: PAR-Packer
Subject: cant make (unknown error)
Broken in: 1.009
Severity: Important
Owner: Nobody
Requestors: [email protected]
Status: new
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=67221 >
On 2011-04-04 09:47:29, [email protected] wrote:
> 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