Skip Menu |

This queue is for tickets about the PAR CPAN distribution.

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

People
Owner: Nobody in particular
Requestors: fluormint [...] wanadoo.fr
Cc:
AdminCc:

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



Subject: Bug PAR-Perl 5.8.7
Date: Tue, 07 Feb 2006 11:20:07 +0100
To: bug-par [...] rt.cpan.org
From: fluormint <fluormint [...] wanadoo.fr>
***Using the following program under ActiveState Perl 5.8.7 (testpar.pl) : use strict ; use warning ; use Tk ; ***My test was done with Win 2K or XP Pro and last Version of PAR . ***I have done the following: C:\Documents and Settings\Catherine\Mes documents\perl\GameClock>pp -o aout.exe testpar.pl pp -o aout.exe testpar.pl C:\Documents and Settings\Catherine\Mes documents\perl\GameClock>aout.exe ***The results is hereafter : aout.exe Can't load 'C:\DOCUME~1\CATHER~1\LOCALS~1\Temp\par-Catherine\cache-1139261010\6d48952f.dll' for module Encode: load_file:La procédure spécifiée est introuvable at D:/cpanrun/build/5-8-0/lib/DynaLoader.pm line 229. at ../blib/lib/PAR/Heavy.pm line 107 Compilation failed in require at Tk.pm line 21. BEGIN failed--compilation aborted at Tk.pm line 21. Compilation failed in require at script/testpar.pl line 3. BEGIN failed--compilation aborted at script/testpar.pl line 3. ***I must add that a window opened with the following message in french: "Le point d'entrée de procédure PL_memory_wrap est introuvable dans la bibliothèque de liaisons dynamique perl58.dll." That means that the Entry address of the PL_memory_wrap procedure could not be found in perl58.dll dynamic links. (I have no written report to ActiveState - No problem with Perl 5.8.3). Thank you for your help. Charles Minc.
On Di. 07. Feb. 2006, 05:21:55, fluormint@wanadoo.fr wrote: Show quoted text
> ***Using the following program under ActiveState Perl 5.8.7 > (testpar.pl) > : use strict ; use warning ; use Tk ; > > ***My test was done with Win 2K or XP Pro and last Version of PAR
Which version is that? How did you install it? And where from? This is important since PAR builds for a different version of AS Perl are known to break with 5.8.7. Steffen
Subject: Re: [rt.cpan.org #17517] Bug PAR-Perl 5.8.7
Date: Tue, 07 Feb 2006 16:04:56 +0100
To: bug-PAR [...] rt.cpan.org
From: fluormint <fluormint [...] wanadoo.fr>
PAR 0.90 install with ppm (ppm3) That means I 've to load directly from CPAN and delete the previous one ? Charles. Steffen Müller via RT a écrit : Show quoted text
>On Di. 07. Feb. 2006, 05:21:55, fluormint@wanadoo.fr wrote: > >
>>***Using the following program under ActiveState Perl 5.8.7 >>(testpar.pl) >>: use strict ; use warning ; use Tk ; >> >>***My test was done with Win 2K or XP Pro and last Version of PAR >> >>
> >Which version is that? How did you install it? And where from? > >This is important since PAR builds for a different version of AS Perl >are known to break with 5.8.7. > >Steffen > > > >
On Di. 07. Feb. 2006, 10:05:49, fluormint@wanadoo.fr wrote: Show quoted text
> PAR 0.90 install with ppm (ppm3) > > That means I 've to load directly from CPAN and delete the previous
one ? There is a 0.90 build for 5.8.7 on CPAN. Please try installing PAR with the cpan shell. (Possibly remove the ppm version first.) cpan # possibly answer configuration questions install PAR Then, please report your findings here. It should grab a file named PAR-0.90-MSWin32-x86-multi-thread-5.8.7.par at some point in the installation. Thanks, Steffen
Subject: Re: [rt.cpan.org #17517] Bug PAR-Perl 5.8.7
Date: Tue, 07 Feb 2006 21:17:42 +0100
To: bug-PAR [...] rt.cpan.org
From: fluormint <fluormint [...] wanadoo.fr>
With the CPAN installation I have now encountered no problem. The application that I want into an executable file is now running. So the problem comes from the build of AS as you stated before. I consider that problem is fixed for me. Thank you very much for your help. Charles MINC Steffen Müller via RT a écrit : Show quoted text
>On Di. 07. Feb. 2006, 10:05:49, fluormint@wanadoo.fr wrote: > >
>>PAR 0.90 install with ppm (ppm3) >> >>That means I 've to load directly from CPAN and delete the previous >> >>
>one ? > >There is a 0.90 build for 5.8.7 on CPAN. Please try installing PAR with >the cpan shell. (Possibly remove the ppm version first.) > > cpan > # possibly answer configuration questions > install PAR > >Then, please report your findings here. It should grab a file named >PAR-0.90-MSWin32-x86-multi-thread-5.8.7.par at some point in the >installation. > >Thanks, >Steffen > > > >