Skip Menu |

This queue is for tickets about the PAR CPAN distribution.

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

People
Owner: Nobody in particular
Requestors: tomas [...] 8networks.co.uk
Cc:
AdminCc:

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



From: "Tomas Doran" <tomas [...] 8networks.co.uk>
To: <bug-par [...] rt.cpan.org>
Subject: Problem moving par compiled program from one system to another.
Date: Mon, 1 Mar 2004 14:06:01 -0000
Hiya I have a small script that I want to deploy across a hetrogenous range of servers. I've installed PAR 0.79 from the CPAN source on the machine I want to 'compile' the package on. I can use pp to package the program, and it runs correctly on the source machine, however when I move it to another machine, it fails with the following error: winnipeg:/home/tomas/cvs/admin_scripts# client/assistance/compiled/assistanced Goto undefined subroutine &DynaLoader::bootstrap_inherit at /usr/lib/perl/5.8.3/XSLoader.pm line 95. Compilation failed in require at /usr/lib/perl/5.8.3/IO/Handle.pm line 9. BEGIN failed--compilation aborted at /usr/lib/perl/5.8.3/IO/Handle.pm line 9. Compilation failed in require at /usr/lib/perl/5.8.3/IO/Seekable.pm line 9. BEGIN failed--compilation aborted at /usr/lib/perl/5.8.3/IO/Seekable.pm line 9. Compilation failed in require at /usr/lib/perl/5.8.3/IO/File.pm line 11. BEGIN failed--compilation aborted at /usr/lib/perl/5.8.3/IO/File.pm line 11. Compilation failed in require at -e line 300. The version of perl running on the source machine is v5.8.3 built for i386-linux-thread-multi and the destination machine has v5.8.2 built for i386-linux-thread-multi Help? Cheers Tomas Doran -- Eight Networks - The world's best network Telephone: 0845 456 9889
[tomas@8networks.co.uk - Mon Mar 1 09:06:00 2004]: Show quoted text
> I have a small script that I want to deploy across a hetrogenous range > of servers. > I've installed PAR 0.79 from the CPAN source on the machine I want to > 'compile' the package on. > I can use pp to package the program, and it runs correctly on the > source > machine, however when I move it to another machine, it fails with the > following error: > > winnipeg:/home/tomas/cvs/admin_scripts# > client/assistance/compiled/assistanced > Goto undefined subroutine &DynaLoader::bootstrap_inherit at > /usr/lib/perl/5.8.3/XSLoader.pm line 95.
Thanks, this has finally been identified and fixed in the depot, which will soon become 0.81. I'd be happy if you can test it before the release, though: http://p4.elixus.org/snap/PAR.tar.gz Cheers, /Autrijus/