Discussion:
Install PAR::Packer on cygwin
(too old to reply)
Tariq Rahmani
2013-03-03 09:44:43 UTC
Permalink
Hi

This is the output ( redhat cygwin ON windows ) :


***@E7C8CBB8B1E4D9

~

$ cd /cygdrive/c

***@E7C8CBB8B1E4D9

/cygdrive/c

$ cd users

***@E7C8CBB8B1E4D9

/cygdrive/c/users

$ cd desktop

-bash: cd: desktop: No such file or directory

***@E7C8CBB8B1E4D9

/cygdrive/c/users

$ cd etarira

***@E7C8CBB8B1E4D9

/cygdrive/c/users/etarira

$ cd desktop

***@E7C8CBB8B1E4D9

/cygdrive/c/users/etarira/desktop

$ cd PAR

-bash: cd: PAR: No such file or directory

***@E7C8CBB8B1E4D9

/cygdrive/c/users/etarira/desktop

$ ls

33.alx Assigned.arq DA3WA enlzn7220010r5b.alx http%3a%2f%
2fmirror.mcs.anl.gov%2fcygwin%2f M2P.txt perlscripts القرآن.pdf

40.alx Athan.lnk desktop.ini enlzn7220014r1b.alx launch.ica New Microsoft
Excel Worksheet.xlsx plldp.txt تطهير الإعتقاد

50.alx CORE en_lzn7020327_r3c.alx FO Master Claw Session.ses legislative
documents NOC putty.txt عؚد القدوس الرحماني.doc

60.alx CV en_lzn7020357_r1c.alx foreach lzn7020359.alx Office 2010
guides.url Science

***@E7C8CBB8B1E4D9

/cygdrive/c/users/etarira/desktop

$ cd PAR

***@E7C8CBB8B1E4D9

/cygdrive/c/users/etarira/desktop/PAR

$ ls

PAR-Packer-1.014

***@E7C8CBB8B1E4D9

/cygdrive/c/users/etarira/desktop/PAR

$ cd PAR*

***@E7C8CBB8B1E4D9

/cygdrive/c/users/etarira/desktop/PAR/PAR-Packer-1.014

$ ls

AUTHORS ChangeLog contrib inc lib Makefile.PL MANIFEST MANIFEST.SKIP
META.json META.yml myldr package README script t TODO

***@E7C8CBB8B1E4D9

/cygdrive/c/users/etarira/desktop/PAR/PAR-Packer-1.014

$ perl Makefile.PL

Checking if your kit is complete...

Looks good

Warning: prerequisite ExtUtils::MakeMaker 6.59 not found. We have 6.5705.

Warning: prerequisite Getopt::ArgvFile 1.07 not found.

Warning: prerequisite Module::ScanDeps 1.09 not found. We have 1.08.

Warning: prerequisite PAR 1.005 not found.

Prototype mismatch: sub main::prompt: none vs ($;$) at
/usr/lib/perl5/5.14/ExtUtils/MakeMaker.pm line 218

Writing Makefile for par.exe

Writing MYMETA.yml

Writing Makefile for PAR::Packer

Writing MYMETA.yml
I was trying to install PAR::Packer on cgywin on windows, bu tit is
failing
Can you help
Hi, please direct your question (preferably with the output of the failing
has passed on maintainership quite a while ago.
Cheers,
Audrey
唐鳳
2013-03-03 09:58:12 UTC
Permalink
Post by Tariq Rahmani
$ perl Makefile.PL
Checking if your kit is complete...
Looks good
Warning: prerequisite ExtUtils::MakeMaker 6.59 not found. We have 6.5705.
Warning: prerequisite Getopt::ArgvFile 1.07 not found.
Warning: prerequisite Module::ScanDeps 1.09 not found. We have 1.08.
Warning: prerequisite PAR 1.005 not found.
Prototype mismatch: sub main::prompt: none vs ($;$) at /usr/lib/perl5/5.14/ExtUtils/MakeMaker.pm line 218
Tariq, that is entirely normal. It simply means you need to install a few other dependency modules from CPAN before you can install PAR::Packer.

You can install each of them manually, or use the "cpan" helper command:

cpan -f PAR::Packer

Or download the CPAN Minus script:

https://raw.github.com/miyagawa/cpanminus/master/cpanm

and run it with:

perl cpanm -n PAR::Packer

Cheers,
Audrey
Reini Urban
2013-03-05 05:28:01 UTC
Permalink
Hi Tariq,

Par::Dist is included in the cygwin package perl_vendor.
Install it via setup.exe, to get all the cygwin dependencies

And then do
$ cpan PAR
Post by Tariq Rahmani
Warning: prerequisite ExtUtils::MakeMaker 6.59 not found. We have 6.5705.
Warning: prerequisite Getopt::ArgvFile 1.07 not found.
Warning: prerequisite Module::ScanDeps 1.09 not found. We have 1.08.
Warning: prerequisite PAR 1.005 not found.
--
Reini Urban
http://cpanel.net/ http://www.perl-compiler.org/
Tariq Rahmani
2013-03-05 05:35:20 UTC
Permalink
Hi

How do I proceed ? shall I install the cygwin again ?
Post by Reini Urban
Hi Tariq,
Par::Dist is included in the cygwin package perl_vendor.
Install it via setup.exe, to get all the cygwin dependencies
And then do
$ cpan PAR
Post by Tariq Rahmani
Warning: prerequisite ExtUtils::MakeMaker 6.59 not found. We have 6.5705.
Warning: prerequisite Getopt::ArgvFile 1.07 not found.
Warning: prerequisite Module::ScanDeps 1.09 not found. We have 1.08.
Warning: prerequisite PAR 1.005 not found.
--
Reini Urban
http://cpanel.net/ http://www.perl-compiler.org/
Tariq Rahmani
2013-03-05 08:35:28 UTC
Permalink
Hi

Which cygwin version ?
Post by Reini Urban
Hi Tariq,
Par::Dist is included in the cygwin package perl_vendor.
Install it via setup.exe, to get all the cygwin dependencies
And then do
$ cpan PAR
Post by Tariq Rahmani
Warning: prerequisite ExtUtils::MakeMaker 6.59 not found. We have 6.5705.
Warning: prerequisite Getopt::ArgvFile 1.07 not found.
Warning: prerequisite Module::ScanDeps 1.09 not found. We have 1.08.
Warning: prerequisite PAR 1.005 not found.
--
Reini Urban
http://cpanel.net/ http://www.perl-compiler.org/
Loading...