Subject: | v1.32 still won't install on strawberry perl v5.22.2 |
Entering C:/Users/zdm/AppData/Local/Temp/PAR-Packer-1.032
Checking configure dependencies from META.yml
Checking if you have ExtUtils::MakeMaker 6.59 ... Yes (7.14)
Checking if you have ExtUtils::Embed 0 ... Yes (1.32)
Running Makefile.PL
Configuring PAR-Packer-1.032 ... *** You have extra Perl library paths set in your environment.
Please note that these paths (set with PERL5LIB or PERLLIB)
are not honored by perl when running under taint mode, which
may lead to problems. This is a limitation (by design) of
Perl, not of PAR::Packer; but some of the problems may
manifest here during installation.
Checking if your kit is complete...
Looks good
Prototype mismatch: sub main::prompt: none vs ($;$) at d:/devel/perl32/perl/lib/ExtUtils/MakeMaker.pm line 240.
Writing MYMETA.yml and MYMETA.json
Generating a dmake-style Makefile
Writing Makefile for PAR::Packer
Writing MYMETA.yml and MYMETA.json
OK
Checking dependencies from MYMETA.json ...
Checking if you have Win32::Exe 0.17 ... Yes (0.17)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.14)
Checking if you have IO::Compress::Gzip 0 ... Yes (2.069)
Checking if you have Getopt::ArgvFile 1.07 ... Yes (1.11)
Checking if you have Module::ScanDeps 1.21 ... Yes (1.21)
Checking if you have Archive::Zip 1.02 ... Yes (1.57)
Checking if you have ExtUtils::Embed 0 ... Yes (1.32)
Checking if you have Compress::Zlib 1.16 ... Yes (2.069)
Checking if you have Parse::Binary 0.04 ... Yes (0.11)
Checking if you have PAR::Dist 0.22 ... Yes (0.49)
Checking if you have Text::ParseWords 0 ... Yes (3.30)
Checking if you have Win32::Process 0 ... Yes (0.16)
Checking if you have PAR 1.010 ... Yes (1.010)
Checking if you have File::Temp 0.05 ... Yes (0.2304)
Building and testing PAR-Packer-1.032 ... cp lib/PAR/Filter/PodStrip.pm blib\lib\PAR\Filter\PodStrip.pm
cp lib/PAR/Filter/Bytecode.pm blib\lib\PAR\Filter\Bytecode.pm
cp lib/App/Packer/PAR.pm blib\lib\App\Packer\PAR.pm
cp lib/pp.pm blib\lib\pp.pm
cp lib/PAR/Filter/PatchContent.pm blib\lib\PAR\Filter\PatchContent.pm
cp lib/PAR/Filter/Obfuscate.pm blib\lib\PAR\Filter\Obfuscate.pm
cp lib/PAR/Filter/Bleach.pm blib\lib\PAR\Filter\Bleach.pm
cp lib/PAR/StrippedPARL/Base.pm blib\lib\PAR\StrippedPARL\Base.pm
cp lib/PAR/Packer.pm blib\lib\PAR\Packer.pm
cp lib/PAR/Filter.pm blib\lib\PAR\Filter.pm
"D:\devel\perl32\perl\bin\perl.exe" par_pl2c.pl my_par_pl < ..\script\par.pl > my_par_pl.c
"D:\devel\perl32\perl\bin\perl.exe" sha1.c.PL
gcc -c -s -O2 -DWIN32 -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fwrapv -fno-strict-aliasing -mms-bitfields -I"D:\devel\perl32\perl\lib\CORE" -DPARL_EXE=\"parl.exe\" -s -O2 main.c
windres -i winres/pp.rc -o ppresource.coff --input-format=rc --output-format=coff --target=pe-i386
g++.exe main.o ppresource.coff -s -s -L"D:\devel\perl32\perl\lib\CORE" -L"D:\devel\perl32\c\lib" "D:\devel\perl32\perl\lib\CORE\libperl522.a" "D:\devel\perl32\c\i686-w64-mingw32\lib\libmoldname.a" "D:\devel\perl32\c\i686-w64-mingw32\lib\libkernel32.a" "D:\devel\perl32\c\i686-w64-mingw32\lib\libuser32.a" "D:\devel\perl32\c\i686-w64-mingw32\lib\libgdi32.a" "D:\devel\perl32\c\i686-w64-mingw32\lib\libwinspool.a" "D:\devel\perl32\c\i686-w64-mingw32\lib\libcomdlg32.a" "D:\devel\perl32\c\i686-w64-mingw32\lib\libadvapi32.a" "D:\devel\perl32\c\i686-w64-mingw32\lib\libshell32.a" "D:\devel\perl32\c\i686-w64-mingw32\lib\libole32.a" "D:\devel\perl32\c\i686-w64-mingw32\lib\liboleaut32.a" "D:\devel\perl32\c\i686-w64-mingw32\lib\libnetapi32.a" "D:\devel\perl32\c\i686-w64-mingw32\lib\libuuid.a" "D:\devel\perl32\c\i686-w64-mingw32\lib\libws2_32.a" "D:\devel\perl32\c\i686-w64-mingw32\lib\libmpr.a" "D:\devel\perl32\c\i686-w64-mingw32\lib\libwinmm.a" "D:\devel\perl32\c\i686-w64-mingw32\lib\libversion.a" "D:\devel\perl32\c\i686-w64-mingw32\lib\libodbc32.a" "D:\devel\perl32\c\i686-w64-mingw32\lib\libodbccp32.a" "D:\devel\perl32\c\i686-w64-mingw32\lib\libcomctl32.a" -o par.exe
rem
"D:\devel\perl32\perl\bin\perl.exe" encode_append.pl Dynamic.in par.exe Dynamic.pm
"D:\devel\perl32\perl\bin\perl.exe" embed_files.pl -c 32768 par.exe "D:\devel\perl32\perl\bin\perl522.dll" "D:\devel\perl32\perl\bin\libgcc_s_sjlj-1.dll" "D:\devel\perl32\perl\bin\libwinpthread-1.dll" "D:\devel\perl32\perl\bin\libstdc++-6.dll" > boot_embedded_files.c
# using "objdump" recusrively to find DLLs needed by par.exe
# embedding "par.exe" as "par.exe"
# embedding "D:/devel/perl32/perl/bin/libwinpthread-1.dll" as "libwinpthread-1.dll"
# embedding "D:/devel/perl32/perl/bin/libgcc_s_sjlj-1.dll" as "libgcc_s_sjlj-1.dll"
# embedding "D:/devel/perl32/perl/bin/perl522.dll" as "perl522.dll"
# embedding "D:/devel/perl32/perl/bin/libstdc++-6.dll" as "libstdc++-6.dll"
gcc -c -s -O2 -DWIN32 -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fwrapv -fno-strict-aliasing -mms-bitfields -I"D:\devel\perl32\perl\lib\CORE" -DPARL_EXE=\"parl.exe\" -s -O2 boot.c
In file included from mktmpdir.h:85:0,
from mktmpdir.c:1,
from boot.c:10:
sha1.c: In function 'sha_transform':
sha1.c:146:2: warning: right shift count >= width of type
T >>= 32;
^
g++.exe boot.o -static-libgcc ppresource.coff -o boot.exe
rem
"D:\devel\perl32\perl\bin\perl.exe" encode_append.pl Static.in boot.exe Static.pm
cp Dynamic.pm ..\blib\lib\PAR\StrippedPARL\Dynamic.pm
cp Static.pm ..\blib\lib\PAR\StrippedPARL\Static.pm
"D:\devel\perl32\perl\bin\perl.exe" -Mblib=.. run_with_inc.pl boot.exe -q -B -Oparl.exe
"D:\devel\perl32\perl\bin\perl.exe" -MExtUtils::Command -e cp -- parl.exe ..\blib\script\parl.exe
rem ..\blib\script\parl.exe
"D:\devel\perl32\perl\bin\perl.exe" -Mblib=.. run_with_inc.pl par.exe -q -B -Oparldyn.exe
"D:\devel\perl32\perl\bin\perl.exe" -MExtUtils::Command -e cp -- parldyn.exe ..\blib\script\parldyn.exe
rem ..\blib\script\parldyn.exe
"D:\devel\perl32\perl\bin\perl.exe" "-Iinc" -MExtUtils::Command -e cp -- script/par.pl blib\script\par.pl
pl2bat.bat blib\script\par.pl
"D:\devel\perl32\perl\bin\perl.exe" "-Iinc" -MExtUtils::Command -e cp -- script/pp blib\script\pp
pl2bat.bat blib\script\pp
"D:\devel\perl32\perl\bin\perl.exe" "-Iinc" -MExtUtils::Command -e cp -- script/tkpp blib\script\tkpp
pl2bat.bat blib\script\tkpp
dmake: Error: -- Don't know how to make `test_dynamic'
dmake.exe: Error code 255, while making 'subdirs-test_dynamic'
FAIL
! Installing . failed. See C:\Users\zdm\AppData\Local\Temp\.cpanm\work\1462620115.4548\build.log for details. Retry with --force to force install it.