Tue Jul 27 03:41:57 2010: Request 59616 was acted upon. Transaction: Correspondence added by RSCHUPP Queue: PAR Subject: 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: christian.pe...@datenforensik.eu Status: open Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=59616 >
On 2010-07-22 14:10:30, christian.pe...@datenforensik.eu 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