Skip Menu |

This queue is for tickets about the PAR CPAN distribution.

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

People
Owner: Nobody in particular
Requestors: Jeffery.Austin [...] va.gov
Cc:
AdminCc:

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



Subject: PAR-Packer-1.013 not passing install test
Date: Tue, 3 Jul 2012 10:45:42 -0400
To: <bug-par [...] rt.cpan.org>
From: "Austin, Jeffery S" <Jeffery.Austin [...] va.gov>
I'm encountering a PAR-Packer-1.013 problem running perl 5.14.2 on Windows XP from a Strawberry Perl 5.14.2.1-32bit distribution. I tried adding the module through the Padre option to install a local distribution. After that failed, I ran "dmake realclean" and here is the output from "perl Makefile.PL" and "dmake": C:\DwimPerl\perl\Downloads\PAR-Packer-1.013>perl Makefile.PL Checking if your kit is complete... Looks good Prototype mismatch: sub main::prompt: none vs ($;$) at C:/DwimPerl/per +l/lib/ExtU tils/MakeMaker.pm line 219 Writing Makefile for par.exe Writing MYMETA.yml and MYMETA.json Writing Makefile for PAR::Packer Writing MYMETA.yml and MYMETA.json C:\DwimPerl\perl\Downloads\PAR-Packer-1.013>dmake cp lib/App/Packer/PAR.pm blib\lib\App\Packer\PAR.pm cp lib/PAR/Packer.pm blib\lib\PAR\Packer.pm cp lib/PAR/Filter/Obfuscate.pm blib\lib\PAR\Filter\Obfuscate.pm cp lib/PAR/Filter/PodStrip.pm blib\lib\PAR\Filter\PodStrip.pm cp lib/PAR/StrippedPARL/Base.pm blib\lib\PAR\StrippedPARL\Base.pm cp lib/PAR/Filter.pm blib\lib\PAR\Filter.pm cp lib/PAR/Filter/PatchContent.pm blib\lib\PAR\Filter\PatchContent.pm cp lib/PAR/Filter/Bytecode.pm blib\lib\PAR\Filter\Bytecode.pm cp lib/pp.pm blib\lib\pp.pm cp lib/PAR/Filter/Bleach.pm blib\lib\PAR\Filter\Bleach.pm C:\DwimPerl\perl\bin\perl.exe file2c.pl -s ..\script\par.pl my_par_pl. +c load_my_ par_pl C:\DwimPerl\perl\bin\perl.exe sha1.c.PL gcc -c -s -O2 -DWIN32 -DPERL_TEXTMODE_SCRIPTS -DUSE_SITECUSTOMIZE -DP +ERL_IMPLIC IT_CONTEXT -DPERL_IMPLICIT_SYS -fno-strict-aliasing -mms-bitfields -I +"C:\DwimPe rl\perl\lib\CORE" -DLOAD_MY_LIBGCC -DPARL_EXE=\"parl.exe\" -s -O2 mai +n.c windres -F pei-i386 -i winres\pp.rc -o winres\pp.res windres -o ppresource.coff winres\pp.res windres: unexpected version string length 68 != 32 + 8 dmake: Error code 129, while making 'ppresource.coff' dmake: Error code 255, while making 'subdirs'
Subject: Re: [rt.cpan.org #78181] PAR-Packer-1.013 not passing install test
Date: Tue, 03 Jul 2012 17:32:53 +0200
To: bug-PAR [...] rt.cpan.org, par [...] perl.org
From: kmx <kmx [...] atlas.cz>
On 3.7.2012 16:46, Austin, Jeffery S via RT wrote: Show quoted text
> ... > > windres -F pei-i386 -i winres\pp.rc -o winres\pp.res > > windres -o ppresource.coff winres\pp.res > > windres: unexpected version string length 68 != 32 + 8 > > dmake: Error code 129, while making 'ppresource.coff' > > dmake: Error code 255, while making 'subdirs'
This is known issue, see https://rt.cpan.org/Public/Bug/Display.html?id=75636 Try patched version from http://strawberryperl.com/package/kmx/perl-modules-patched/PAR-Packer-1.013_patched.tar.gz -- kmx
Subject: RE: [rt.cpan.org #78181] PAR-Packer-1.013 not passing install test
Date: Tue, 3 Jul 2012 11:51:09 -0400
To: <bug-PAR [...] rt.cpan.org>
From: "Austin, Jeffery S" <Jeffery.Austin [...] va.gov>
The file at the link provided is a tar.tar, not a tar.gz as the link indicates and Padre is looking for. Jeffery S. Austin (205) 933-8101 x5165 Jeffery.Austin@va.gov Show quoted text
-----Original Message----- From: kmx via RT [mailto:bug-PAR@rt.cpan.org] Sent: Tuesday, July 03, 2012 10:33 AM To: Austin, Jeffery S Subject: Re: [rt.cpan.org #78181] PAR-Packer-1.013 not passing install test <URL: https://rt.cpan.org/Ticket/Display.html?id=78181 > On 3.7.2012 16:46, Austin, Jeffery S via RT wrote:
> ... > > windres -F pei-i386 -i winres\pp.rc -o winres\pp.res > > windres -o ppresource.coff winres\pp.res > > windres: unexpected version string length 68 != 32 + 8 > > dmake: Error code 129, while making 'ppresource.coff' > > dmake: Error code 255, while making 'subdirs'
This is known issue, see https://rt.cpan.org/Public/Bug/Display.html?id=75636 Try patched version from http://strawberryperl.com/package/kmx/perl-modules-patched/PAR-Packer-1.013_patched.tar.gz -- kmx
Closed as duplicate of #75636. Please direct any follow-ups there.