Hi Please any solution to this :
On Mon, Mar 4, 2013 at 10:29 PM, Tariq Rahmani <rahmani.ta...@gmail.com>wrote: > Hi : I am trying to install PAR::Packer on cygwin redhat , But I got all > the below . Can anybody help me ? > > > etarira@E7C8CBB8B1E4D > > $ cpan PAR::Packer > > CPAN: Storable loaded ok (v2.27) > > Going to read '/home/etarira/.cpan/Metadata' > > Database was generated on Sun, 03 Mar 2013 05:29:02 GMT > > CPAN: LWP::UserAgent loaded ok (v6.04) > > CPAN: Time::HiRes loaded ok (v1.972101) > > Fetching with LWP: > > http://www.perl.org/CPAN/authors/01mailrc.txt.gz > > CPAN: YAML loaded ok (v0.80) > > Going to read '/home/etarira/.cpan/sources/authors/01mailrc.txt.gz' > > CPAN: Compress::Zlib loaded ok (v2.033) > > > ............................................................................DONE > > Fetching with LWP: > > http://www.perl.org/CPAN/modules/02packages.details.txt.gz > > Going to read > '/home/etarira/.cpan/sources/modules/02packages.details.txt.gz' > > Database was generated on Mon, 04 Mar 2013 19:17:02 GMT > > .............. > > New CPAN.pm version (v1.9800) available. > > [Currently running version is v1.960001] > > You might want to try > > install CPAN > > reload cpan > > to both upgrade CPAN.pm and run the new version without leaving > > the current session. > > ..............................................................DONE > > Fetching with LWP: > > http://www.perl.org/CPAN/modules/03modlist.data.gz > > Going to read '/home/etarira/.cpan/sources/modules/03modlist.data.gz' > > > ............................................................................DONE > > Going to write /home/etarira/.cpan/Metadata > > Running install for module 'PAR::Packer' > > Running make for R/RS/RSCHUPP/PAR-Packer-1.014.tar.gz > > CPAN: Digest::SHA loaded ok (v5.71) > > Checksum for > /home/etarira/.cpan/sources/authors/id/R/RS/RSCHUPP/PAR-Packer-1.014.tar.gz > ok > > CPAN: File::Temp loaded ok (v0.22) > > CPAN: Parse::CPAN::Meta loaded ok (v1.4401) > > CPAN: CPAN::Meta loaded ok (v2.112621) > > CPAN: Module::CoreList loaded ok (v2.49_02) > > CPAN.pm: Going to build R/RS/RSCHUPP/PAR-Packer-1.014.tar.gz > > *** 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 > /usr/lib/perl5/5.14/ExtUtils/MakeMaker.pm line 220 > > Writing Makefile for par.exe > > Writing MYMETA.yml and MYMETA.json > > Writing Makefile for PAR::Packer > > Writing MYMETA.yml and MYMETA.json > > 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 > > make[1]: Entering directory > `/home/etarira/.cpan/build/PAR-Packer-1.014-LQZjTk/myldr' > > Makefile:724: warning: overriding recipe for target `.c.o' > > Makefile:332: warning: ignoring old recipe for target `.c.o' > > /usr/bin/perl.exe par_pl2c.pl my_par_pl < ../script/par.pl > my_par_pl.c > > /usr/bin/perl.exe sha1.c.PL > > gcc-4 -c -DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -g -fno-strict-aliasing > -pipe -fstack-protector > -I/usr/lib/perl5/5.14/i686-cygwin-threads-64int/CORE > -DPARL_EXE=\"parl.exe\" -O3 main.c > > main.c: In function ‘main’: > > main.c:121:23: warning: assignment discards qualifiers from pointer target > type > > true > > windres -i winres\pp.rc -o ppresource.coff --input-format=rc > --output-format=coff --target=pe-i386 > > gcc: winrespp.rc: No such file or directory > > gcc: warning: '-x c' after last input file has no effect > > gcc: no input files > > windres: preprocessing failed. > > Makefile:734: recipe for target `ppresource.coff' failed > > make[1]: *** [ppresource.coff] Error 1 > > make[1]: Leaving directory > `/home/etarira/.cpan/build/PAR-Packer-1.014-LQZjTk/myldr' > > Makefile:595: recipe for target `subdirs' failed > > make: *** [subdirs] Error 2 > > RSCHUPP/PAR-Packer-1.014.tar.gz > > /usr/bin/make -- NOT OK > > Running make test > > Can't test without successful make > > Running make install > > Make had returned bad status, install seems impossible >