isri has asked for the wisdom of the Perl Monks concerning the following question:
Hello,
I was trying to install PAR::Packer module on Strawberry Perl 5.10.1.2 and also was trying with newest 5.12.0.1 but still getting this error (for PAR::Packer and also dependicies):
Checking if your kit is complete... Looks good Writing Makefile for Module::ScanDeps dmake.EXE: Error: -- c:\winxs: Invalid argument SMUELLER/Module-ScanDeps-0.97.tar.gz C:\strawberry\c\bin\dmake.EXE -- NOT OK Running make test Can't test without successful make Running make install Make had returned bad status, install seems impossible Running install for module 'Win32::Exe' Running make for M/MD/MDOOTSON/Win32-Exe-0.14.tar.gz Checksum for C:\strawberry\cpan\sources\authors\id\M\MD\MDOOTSON\Win32 +-Exe-0.14.tar.gz ok CPAN.pm: Going to build M/MD/MDOOTSON/Win32-Exe-0.14.tar.gz Checking if your kit is complete... Looks good Warning: prerequisite XML::Simple 2.18 not found. Writing Makefile for Win32::Exe::InsertResourceSection Writing Makefile for Win32::Exe ---- Unsatisfied dependencies detected during ---- ---- MDOOTSON/Win32-Exe-0.14.tar.gz ---- XML::Simple [requires] Running make test Delayed until after prerequisites Running make install Delayed until after prerequisites Running install for module 'XML::Simple' Running make for G/GR/GRANTM/XML-Simple-2.18.tar.gz Checksum for C:\strawberry\cpan\sources\authors\id\G\GR\GRANTM\XML-Sim +ple-2.18.tar.gz ok CPAN.pm: Going to build G/GR/GRANTM/XML-Simple-2.18.tar.gz Checking installed modules ... XML::SAX is installed, it will be used by the test suite Checking if your kit is complete... Looks good Writing Makefile for XML::Simple dmake.EXE: Error: -- c:\winxs: Invalid argument GRANTM/XML-Simple-2.18.tar.gz C:\strawberry\c\bin\dmake.EXE -- NOT OK Running make test Can't test without successful make Running make install Make had returned bad status, install seems impossible Running make for M/MD/MDOOTSON/Win32-Exe-0.14.tar.gz Has already been unwrapped into directory C:\strawberry\cpan\build\W +in32-Exe-0.14-E6Brbj CPAN.pm: Going to build M/MD/MDOOTSON/Win32-Exe-0.14.tar.gz Warning: Prerequisite 'XML::Simple => 2.18' for 'MDOOTSON/Win32-Exe-0. +14.tar.gz' failed when processing 'GRANTM/XML-Simp le-2.18.tar.gz' with 'make => NO'. Continuing, but chances to succeed +are limited. dmake.EXE: Error: -- c:\winxs: Invalid argument MDOOTSON/Win32-Exe-0.14.tar.gz C:\strawberry\c\bin\dmake.EXE -- NOT OK Running make test Can't test without successful make Running make install Make had returned bad status, install seems impossible Running make for R/RS/RSCHUPP/PAR-Packer-1.006.tar.gz Has already been unwrapped into directory C:\strawberry\cpan\build\P +AR-Packer-1.006-mBqqJz CPAN.pm: Going to build R/RS/RSCHUPP/PAR-Packer-1.006.tar.gz Warning: Prerequisite 'Getopt::ArgvFile => 1.07' for 'RSCHUPP/PAR-Pack +er-1.006.tar.gz' failed when processing 'JSTENZEL/ Getopt-ArgvFile-1.11.tar.gz' with 'make => NO'. Continuing, but chance +s to succeed are limited. Warning: Prerequisite 'Module::ScanDeps => 0.96' for 'RSCHUPP/PAR-Pack +er-1.006.tar.gz' failed when processing 'SMUELLER/ Module-ScanDeps-0.97.tar.gz' with 'make => NO'. Continuing, but chance +s to succeed are limited. Warning: Prerequisite 'Win32::Exe => 0.14' for 'RSCHUPP/PAR-Packer-1.0 +06.tar.gz' failed when processing 'MDOOTSON/Win32- Exe-0.14.tar.gz' with 'make => NO'. Continuing, but chances to succeed + are limited. dmake.EXE: Error: -- c:\winxs: Invalid argument RSCHUPP/PAR-Packer-1.006.tar.gz C:\strawberry\c\bin\dmake.EXE -- NOT OK Running make test Can't test without successful make Running make install Make had returned bad status, install seems impossible Failed during this command: JSTENZEL/Getopt-ArgvFile-1.11.tar.gz : make NO SMUELLER/Module-ScanDeps-0.97.tar.gz : make NO GRANTM/XML-Simple-2.18.tar.gz : make NO MDOOTSON/Win32-Exe-0.14.tar.gz : make NO RSCHUPP/PAR-Packer-1.006.tar.gz : make NO
I've found some posts on google that people were able to make it. Has anyone meet simmilar problem?
Thanks a lot
|
---|