Tue Jul 27 04:02:39 2010: Request 59616 was acted upon. Transaction: Correspondence added by [email protected] Queue: PAR Subject: Re: [rt.cpan.org #59616] Can't spawn "parlGmV73vs.exe": No error at C:/Perl/site/lib/PAR/Packer.pm line 1 Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: [email protected] Status: open Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=59616 >
Hi Roderich, thanks. Yes that worked. Both hello.exe and fruc.exe (outside of the dir). So perl somehow binds the wrong IO.dll if I'm it is run in this directory? Chris Am Dienstag, den 27.07.2010, 03:41 -0400 schrieb RSCHUPP via RT: > <URL: https://rt.cpan.org/Ticket/Display.html?id=59616 > > > On 2010-07-22 14:10:30, [email protected] wrote: > > I deinstalled 5.12.1 and installed 5.10.1. That was to make shure that > > I > > have the right Packer ppm. But nevertheless I have done a cpan install > > PAR::Packer as you suggested (MinGW installed). > > ...and the install log looks good (the single test failure is harmless). > > > But got an error: > > Can't spawn "parlrrIBYVd.exe": Inappropriate I/O control operation at > > C:/Perl/site/lib/PAR/Packer.pm line 1415, <DATA> line 1 > > > > Seems the same reason as before. > > I suspect it's not PAR::Packer's problem, but what you are > trying to pack :) These DLLs in the fruc directory are highly > suspicious, e.g. IO.dll - the Perl core also contains a DLL of that > name. Please cd somewhere outside this directory and first > try a simple "hello world": > > pp -o hello.exe -e "print qq[hello world\n]" > .\hello.exe > > If this works, try packing fruc.pl from there by using > its absolute pathname - at least, it should pack. But it probably > wont't work, because the script runs e.g. frucjob.exe and that > won't have been packed automatically. But that's not a bug. > > Cheers, Roderich > -- DI Christian Perst SANS zertifizierter Incident Handler und digitaler Forensiker Rupert-Gugg-Str. 53 A - 5280 Braunau www.datenforensik.eu +43 / 77 22 / 98 200 +43 / 699 / 18 19 94 63 [email protected]
