Wed Oct 05 02:50:11 2011: Request 71445 was acted upon.
Transaction: Correspondence added by RSCHUPP
Queue: PAR-Packer
Subject: Compilation fails, StrippedParl and tempfile errors.
Broken in: 1.006, 1.007, 1.008, 1.009, 1.010
Severity: Critical
Owner: Nobody
Requestors: [email protected]
Status: new
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=71445 >
On 2011-10-04 11:41:59, logandj wrote:
> I am not able to get a script to compile to an .exe. My script fails to
> compile using 1.006 - 1.010. I am using Windows 7 x64 but my perl
> installation and associated programs are the x86 versions.
That's the cause of the problem: you're trying to pack to a 32-bit
executable (using a 32-bit installation of Perl) on a 64-bit box.
In theory, this might be possible, but isn't a supported usecase.
The missing Static.pm file shows that your build of PAR::Packer
has gone awfully wrong. By the way, you didn't run the test suite,
didn't you?
Please post a complete log of the build process, i.e. unpack
the release tarball, chdir into the top level directory and
post the output of
perl Makefile:PL
dmake
Cheers, Roderich