Skip Menu |

This queue is for tickets about the PAR CPAN distribution.

Report information
The Basics
Id: 16553
Status: rejected
Priority: 0/
Queue: PAR

People
Owner: Nobody in particular
Requestors: ishaqueketekar [...] yahoo.com
Cc:
AdminCc:

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



Subject: PAR 0.90 installation failed on linux/Mac OS X 10.4
[root@clindev PAR-0.90]# perl -v This is perl, v5.8.0 built for i386-linux-thread-multi (with 1 registered patch, see perl -V for more detail) Copyright 1987-2002, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using `man perl' or `perldoc perl'. If you have access to the Internet, point your browser at http://www.perl.com/, the Perl Home Page. [root@clindev PAR-0.90]# perl Makefile.PL *** ExtUtils::AutoInstall version 0.63 *** Checking for dependencies... [Core Features] - File::Temp ...loaded. (0.13 >= 0.05) - Compress::Zlib ...loaded. (1.41 >= 1.3) - Archive::Zip ...missing. (would need 1) - Module::ScanDeps ...loaded. (0.52 >= 0.45) - PAR::Dist ...loaded. (0.07 >= 0.06) ==> Auto-install the 1 mandatory module(s) from CPAN? [y] [Digital signature support] - Digest ...loaded. (1.00) - Digest::SHA ...missing. - Module::Signature ...missing. (would need 0.35) ==> Auto-install the 2 optional module(s) from CPAN? [n] *** Dependencies will be installed the next time you type 'make'. *** ExtUtils::AutoInstall configuration finished. *** Installing dependencies... *** Installing Archive::Zip... CPAN: Storable loaded ok Going to read /root/.cpan/Metadata Database was generated on Fri, 16 Dec 2005 23:07:05 GMT Running install for module Archive::Zip Running make for S/SM/SMPETERS/Archive-Zip-1.16.tar.gz CPAN: Digest::MD5 loaded ok CPAN: Module::Signature security checks disabled because Module::Signature not installed. Please consider installing the Module::Signature module. You may also need to be able to connect over the Internet to the public keyservers like pgp.mit.edu (port 11371). Checksum for /root/.cpan/sources/authors/id/S/SM/SMPETERS/Archive-Zip-1.16.tar.gz ok Scanning cache /root/.cpan/build for sizes Archive-Zip-1.16 Archive-Zip-1.16/t Archive-Zip-1.16/t/testex.t Archive-Zip-1.16/t/testUpdate.t Archive-Zip-1.16/t/00.load.t Archive-Zip-1.16/t/testMemberRead.t Archive-Zip-1.16/t/pod.t Archive-Zip-1.16/t/testTree.t Archive-Zip-1.16/t/test.t Archive-Zip-1.16/t/common.pl Archive-Zip-1.16/Changes Archive-Zip-1.16/examples Archive-Zip-1.16/examples/mfh.pl Archive-Zip-1.16/examples/updateZip.pl Archive-Zip-1.16/examples/unzipAll.pl Archive-Zip-1.16/examples/extract.pl Archive-Zip-1.16/examples/readScalar.pl Archive-Zip-1.16/examples/copy.pl Archive-Zip-1.16/examples/zip.pl Archive-Zip-1.16/examples/zipGrep.pl Archive-Zip-1.16/examples/calcSizes.pl Archive-Zip-1.16/examples/ziprecent.pl Archive-Zip-1.16/examples/zipcheck.pl Archive-Zip-1.16/examples/updateTree.pl Archive-Zip-1.16/examples/writeScalar.pl Archive-Zip-1.16/examples/selfex.pl Archive-Zip-1.16/examples/zipinfo.pl Archive-Zip-1.16/examples/ziptest.pl Archive-Zip-1.16/examples/mailZip.pl Archive-Zip-1.16/examples/writeScalar2.pl Archive-Zip-1.16/docs Archive-Zip-1.16/docs/Archive-Zip.pdf Archive-Zip-1.16/docs/appnote.iz Archive-Zip-1.16/docs/Appnote.txt Archive-Zip-1.16/docs/ideas.txt Archive-Zip-1.16/docs/Archive-Zip.ps Archive-Zip-1.16/MANIFEST Archive-Zip-1.16/TODO Archive-Zip-1.16/crc32 Archive-Zip-1.16/META.yml Archive-Zip-1.16/lib Archive-Zip-1.16/lib/Archive Archive-Zip-1.16/lib/Archive/Zip Archive-Zip-1.16/lib/Archive/Zip/BufferedFileHandle.pm Archive-Zip-1.16/lib/Archive/Zip/MemberRead.pm Archive-Zip-1.16/lib/Archive/Zip/MockFileHandle.pm Archive-Zip-1.16/lib/Archive/Zip/Tree.pm Archive-Zip-1.16/lib/Archive/Zip/FAQ.pod Archive-Zip-1.16/lib/Archive/Zip.pod Archive-Zip-1.16/lib/Archive/Zip.pm Archive-Zip-1.16/INSTALL Archive-Zip-1.16/README Archive-Zip-1.16/Makefile.PL Removing previously used /root/.cpan/build/Archive-Zip-1.16 CPAN.pm: Going to build S/SM/SMPETERS/Archive-Zip-1.16.tar.gz Checking if your kit is complete... Looks good Warning: I could not locate your pod2man program. Please make sure, your pod2man program is in your PATH before you execute 'make' Writing Makefile for Archive::Zip Makefile:88: *** missing separator. Stop. /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 *** Archive::Zip installation failed. *** ExtUtils::AutoInstall installation finished. Warning: prerequisite Archive::Zip 1 not found. Couldn't change to directory /root/.cpan/build/Archive-Zip-1.16/myldr: No such file or directory at inc/Module/Install/Makefile.pm - /usr/local/lib/perl5/site_perl/5.8.7/Module/Install/Makefile.pm line 93 Writing Makefile for Archive::Zip Writing Makefile for PAR Also at one point it was asking me to delete inc folder and once i do that it was throwing error Any body else is also seeing this kind of issue. However on windows i was able to install using ppm but even after successfull installation pp didn't work for me i did this pp -o test.exe test.pl it return with no error and and no exe Appreciate your quick response
[guest - Fri Dec 16 19:49:01 2005]: Show quoted text
> [root@clindev PAR-0.90]# perl -v > > This is perl, v5.8.0 built for i386-linux-thread-multi > (with 1 registered patch, see perl -V for more detail) > > Copyright 1987-2002, Larry Wall > > Perl may be copied only under the terms of either the Artistic
License Show quoted text
> or the > GNU General Public License, which may be found in the Perl 5 source > kit. > > Complete documentation for Perl, including FAQ lists, should be found > on > this system using `man perl' or `perldoc perl'. If you have access
to Show quoted text
> the > Internet, point your browser at http://www.perl.com/, the Perl Home > Page. > > [root@clindev PAR-0.90]# perl Makefile.PL > *** ExtUtils::AutoInstall version 0.63 > *** Checking for dependencies... > [Core Features] > - File::Temp ...loaded. (0.13 >= 0.05) > - Compress::Zlib ...loaded. (1.41 >= 1.3) > - Archive::Zip ...missing. (would need 1) > - Module::ScanDeps ...loaded. (0.52 >= 0.45) > - PAR::Dist ...loaded. (0.07 >= 0.06) > ==> Auto-install the 1 mandatory module(s) from CPAN? [y] > [Digital signature support] > - Digest ...loaded. (1.00) > - Digest::SHA ...missing. > - Module::Signature ...missing. (would need 0.35) > ==> Auto-install the 2 optional module(s) from CPAN? [n] > *** Dependencies will be installed the next time you type 'make'. > *** ExtUtils::AutoInstall configuration finished. > *** Installing dependencies... > *** Installing Archive::Zip... > CPAN: Storable loaded ok > Going to read /root/.cpan/Metadata > Database was generated on Fri, 16 Dec 2005 23:07:05 GMT > Running install for module Archive::Zip > Running make for S/SM/SMPETERS/Archive-Zip-1.16.tar.gz > CPAN: Digest::MD5 loaded ok > > CPAN: Module::Signature security checks disabled because > Module::Signature > not installed. Please consider installing the Module::Signature > module. > You may also need to be able to connect over the Internet to the > public > keyservers like pgp.mit.edu (port 11371). > > Checksum for /root/.cpan/sources/authors/id/S/SM/SMPETERS/Archive-
Zip- Show quoted text
> 1.16.tar.gz ok > Scanning cache /root/.cpan/build for sizes > Archive-Zip-1.16 > Archive-Zip-1.16/t > Archive-Zip-1.16/t/testex.t > Archive-Zip-1.16/t/testUpdate.t > Archive-Zip-1.16/t/00.load.t > Archive-Zip-1.16/t/testMemberRead.t > Archive-Zip-1.16/t/pod.t > Archive-Zip-1.16/t/testTree.t > Archive-Zip-1.16/t/test.t > Archive-Zip-1.16/t/common.pl > Archive-Zip-1.16/Changes > Archive-Zip-1.16/examples > Archive-Zip-1.16/examples/mfh.pl > Archive-Zip-1.16/examples/updateZip.pl > Archive-Zip-1.16/examples/unzipAll.pl > Archive-Zip-1.16/examples/extract.pl > Archive-Zip-1.16/examples/readScalar.pl > Archive-Zip-1.16/examples/copy.pl > Archive-Zip-1.16/examples/zip.pl > Archive-Zip-1.16/examples/zipGrep.pl > Archive-Zip-1.16/examples/calcSizes.pl > Archive-Zip-1.16/examples/ziprecent.pl > Archive-Zip-1.16/examples/zipcheck.pl > Archive-Zip-1.16/examples/updateTree.pl > Archive-Zip-1.16/examples/writeScalar.pl > Archive-Zip-1.16/examples/selfex.pl > Archive-Zip-1.16/examples/zipinfo.pl > Archive-Zip-1.16/examples/ziptest.pl > Archive-Zip-1.16/examples/mailZip.pl > Archive-Zip-1.16/examples/writeScalar2.pl > Archive-Zip-1.16/docs > Archive-Zip-1.16/docs/Archive-Zip.pdf > Archive-Zip-1.16/docs/appnote.iz > Archive-Zip-1.16/docs/Appnote.txt > Archive-Zip-1.16/docs/ideas.txt > Archive-Zip-1.16/docs/Archive-Zip.ps > Archive-Zip-1.16/MANIFEST > Archive-Zip-1.16/TODO > Archive-Zip-1.16/crc32 > Archive-Zip-1.16/META.yml > Archive-Zip-1.16/lib > Archive-Zip-1.16/lib/Archive > Archive-Zip-1.16/lib/Archive/Zip > Archive-Zip-1.16/lib/Archive/Zip/BufferedFileHandle.pm > Archive-Zip-1.16/lib/Archive/Zip/MemberRead.pm > Archive-Zip-1.16/lib/Archive/Zip/MockFileHandle.pm > Archive-Zip-1.16/lib/Archive/Zip/Tree.pm > Archive-Zip-1.16/lib/Archive/Zip/FAQ.pod > Archive-Zip-1.16/lib/Archive/Zip.pod > Archive-Zip-1.16/lib/Archive/Zip.pm > Archive-Zip-1.16/INSTALL > Archive-Zip-1.16/README > Archive-Zip-1.16/Makefile.PL > Removing previously used /root/.cpan/build/Archive-Zip-1.16 > > CPAN.pm: Going to build S/SM/SMPETERS/Archive-Zip-1.16.tar.gz > > Checking if your kit is complete... > Looks good > > Warning: I could not locate your pod2man program. Please make sure, > your pod2man program is in your PATH before you execute > 'make' > > Writing Makefile for Archive::Zip > Makefile:88: *** missing separator. Stop. > /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 > *** Archive::Zip installation failed. > *** ExtUtils::AutoInstall installation finished. > Warning: prerequisite Archive::Zip 1 not found. > Couldn't change to directory /root/.cpan/build/Archive-Zip-
1.16/myldr: Show quoted text
> No such file or directory at inc/Module/Install/Makefile.pm - > /usr/local/lib/perl5/site_perl/5.8.7/Module/Install/Makefile.pm line > 93 > Writing Makefile for Archive::Zip > Writing Makefile for PAR > > Also at one point it was asking me to delete inc folder and once i do > that it was throwing error > > Any body else is also seeing this kind of issue. > > However on windows i was able to install using ppm but even after > successfull installation pp didn't work for me i did this > > pp -o test.exe test.pl > > it return with no error and and no exe > > Appreciate your quick response
Behaviour on MAC OS 10.4 - darwin /usr/bin/perl Makefile.PL *** ExtUtils::AutoInstall version 0.63 *** Checking for dependencies... [Core Features] - File::Temp ...loaded. (0.14 >= 0.05) - Compress::Zlib ...loaded. (1.33 >= 1.3) - Archive::Zip ...loaded. (1.14 >= 1) - Module::ScanDeps ...missing. (would need 0.45) - PAR::Dist ...missing. (would need 0.06) ==> Auto-install the 2 mandatory module(s) from CPAN? [y] *** Dependencies will be installed the next time you type 'make'. (You may need to do that as the 'root' user.) *** ExtUtils::AutoInstall configuration finished. *** Installing dependencies... *** Installing Module::ScanDeps... CPAN: Storable loaded ok Going to read /Users/admin/.cpan/Metadata Database was generated on Fri, 16 Dec 2005 10:06:23 GMT Running install for module Module::ScanDeps Running make for A/AU/AUTRIJUS/Module-ScanDeps-0.52.tar.gz CPAN: Digest::MD5 loaded ok Checksum for /Users/admin/.cpan/sources/authors/id/A/AU/AUTRIJUS/Module-ScanDeps- 0.52.tar.gz ok Scanning cache /Users/admin/.cpan/build for sizes Module-ScanDeps-0.52 Module-ScanDeps-0.52/inc Module-ScanDeps-0.52/Changes Module-ScanDeps-0.52/t Module-ScanDeps-0.52/MANIFEST Module-ScanDeps-0.52/script Module-ScanDeps-0.52/META.yml Module-ScanDeps-0.52/lib Module-ScanDeps-0.52/AUTHORS Module-ScanDeps-0.52/Makefile.PL Module-ScanDeps-0.52/README Module-ScanDeps-0.52/SIGNATURE Module-ScanDeps-0.52/lib/Module Module-ScanDeps-0.52/lib/Module/ScanDeps Module-ScanDeps-0.52/lib/Module/ScanDeps.pm Module-ScanDeps-0.52/lib/Module/ScanDeps/DataFeed.pm Module-ScanDeps-0.52/script/scandeps.pl Module-ScanDeps-0.52/t/1-basic.t Module-ScanDeps-0.52/inc/Module Module-ScanDeps-0.52/inc/Module/Install.pm Module-ScanDeps-0.52/inc/Module/Install Module-ScanDeps-0.52/inc/Module/Install/Fetch.pm Module-ScanDeps-0.52/inc/Module/Install/Makefile.pm Module-ScanDeps-0.52/inc/Module/Install/Scripts.pm Module-ScanDeps-0.52/inc/Module/Install/Base.pm Module-ScanDeps-0.52/inc/Module/Install/Metadata.pm Module-ScanDeps-0.52/inc/Module/Install/Can.pm /usr/bin/tar: Read 7168 bytes from - Module-ScanDeps-0.52/inc/Module/Install/WriteAll.pm Module-ScanDeps-0.52/inc/Module/Install/Win32.pm Removing previously used /Users/admin/.cpan/build/Module-ScanDeps-0.52 CPAN.pm: Going to build A/AU/AUTRIJUS/Module-ScanDeps-0.52.tar.gz Checking if your kit is complete... Looks good Writing Makefile for Module::ScanDeps -- NOT OK Running make test Can't test without successful make Running make install make had returned bad status, install seems impossible *** Module::ScanDeps installation failed. *** Installing PAR::Dist... Running install for module PAR::Dist Running make for A/AU/AUTRIJUS/PAR-Dist-0.07.tar.gz Checksum for /Users/admin/.cpan/sources/authors/id/A/AU/AUTRIJUS/PAR-Dist- 0.07.tar.gz ok PAR-Dist-0.07/ PAR-Dist-0.07/inc/ PAR-Dist-0.07/inc/Module/ PAR-Dist-0.07/inc/Module/Install.pm PAR-Dist-0.07/inc/Module/Install/ PAR-Dist-0.07/inc/Module/Install/Fetch.pm PAR-Dist-0.07/inc/Module/Install/Makefile.pm PAR-Dist-0.07/inc/Module/Install/Base.pm PAR-Dist-0.07/inc/Module/Install/Metadata.pm PAR-Dist-0.07/inc/Module/Install/Can.pm PAR-Dist-0.07/inc/Module/Install/WriteAll.pm PAR-Dist-0.07/inc/Module/Install/Win32.pm PAR-Dist-0.07/Changes PAR-Dist-0.07/t/ PAR-Dist-0.07/t/1-basic.t PAR-Dist-0.07/t/0-signature.t PAR-Dist-0.07/MANIFEST PAR-Dist-0.07/META.yml PAR-Dist-0.07/lib/ PAR-Dist-0.07/lib/PAR/ PAR-Dist-0.07/lib/PAR/Dist.pm PAR-Dist-0.07/Makefile.PL PAR-Dist-0.07/README PAR-Dist-0.07/SIGNATURE Removing previously used /Users/admin/.cpan/build/PAR-Dist-0.07 CPAN.pm: Going to build A/AU/AUTRIJUS/PAR-Dist-0.07.tar.gz Checking if your kit is complete... Looks good Writing Makefile for PAR::Dist -- NOT OK Running make test Can't test without successful make Running make install make had returned bad status, install seems impossible *** PAR::Dist installation failed. *** ExtUtils::AutoInstall installation finished. Warning: prerequisite Module::ScanDeps 0.45 not found. Warning: prerequisite PAR::Dist 0.06 not found. Couldn't change to directory /Users/admin/.cpan/build/PAR-Dist-0.07/myldr: No such file or directory at inc/Module/Install/Makefile.pm - /usr/local/lib/perl5/site_perl/5.8.7/Module/Install/Makefile.pm line 93 Writing Makefile for PAR::Dist Writing Makefile for PAR The 'Autrijus' method does not exist in the 'inc' path! Please remove the 'inc' directory and run Makefile.PL again to load it. ls AUTHORS MANIFEST META.yml README TODO inc myldr script ChangeLog MANIFEST.SKIP Makefile.PL SIGNATURE contrib lib package t mv inc temp usr/bin/perl Makefile.PL Can't locate inc/Module/Install.pm in @INC (@INC contains: /System/Library/Perl/5.8.6/darwin-thread-multi-2level /System/Library/Perl/5.8.6 /Library/Perl/5.8.6/darwin-thread-multi-2level /Library/Perl/5.8.6 /Library/Perl /Network/Library/Perl/5.8.6/darwin-thread-multi-2level /Network/Library/Perl/5.8.6 /Network/Library/Perl /System/Library/Perl/ Extras/5.8.6/darwin-thread-multi-2level /System/Library/Perl/Extras/5.8.6 /Library/Perl/5.8.1 .) at Makefile.PL line 4. BEGIN failed--compilation aborted at Makefile.PL line 4.
[guest - Fri Dec 16 19:49:01 2005]: Show quoted text
> [root@clindev PAR-0.90]# perl -v > > This is perl, v5.8.0 built for i386-linux-thread-multi > (with 1 registered patch, see perl -V for more detail) > > Copyright 1987-2002, Larry Wall > > Perl may be copied only under the terms of either the Artistic
License Show quoted text
> or the > GNU General Public License, which may be found in the Perl 5 source > kit. > > Complete documentation for Perl, including FAQ lists, should be found > on > this system using `man perl' or `perldoc perl'. If you have access
to Show quoted text
> the > Internet, point your browser at http://www.perl.com/, the Perl Home > Page. > > [root@clindev PAR-0.90]# perl Makefile.PL > *** ExtUtils::AutoInstall version 0.63 > *** Checking for dependencies... > [Core Features] > - File::Temp ...loaded. (0.13 >= 0.05) > - Compress::Zlib ...loaded. (1.41 >= 1.3) > - Archive::Zip ...missing. (would need 1) > - Module::ScanDeps ...loaded. (0.52 >= 0.45) > - PAR::Dist ...loaded. (0.07 >= 0.06) > ==> Auto-install the 1 mandatory module(s) from CPAN? [y] > [Digital signature support] > - Digest ...loaded. (1.00) > - Digest::SHA ...missing. > - Module::Signature ...missing. (would need 0.35) > ==> Auto-install the 2 optional module(s) from CPAN? [n] > *** Dependencies will be installed the next time you type 'make'. > *** ExtUtils::AutoInstall configuration finished. > *** Installing dependencies... > *** Installing Archive::Zip... > CPAN: Storable loaded ok > Going to read /root/.cpan/Metadata > Database was generated on Fri, 16 Dec 2005 23:07:05 GMT > Running install for module Archive::Zip > Running make for S/SM/SMPETERS/Archive-Zip-1.16.tar.gz > CPAN: Digest::MD5 loaded ok > > CPAN: Module::Signature security checks disabled because > Module::Signature > not installed. Please consider installing the Module::Signature > module. > You may also need to be able to connect over the Internet to the > public > keyservers like pgp.mit.edu (port 11371). > > Checksum for /root/.cpan/sources/authors/id/S/SM/SMPETERS/Archive-
Zip- Show quoted text
> 1.16.tar.gz ok > Scanning cache /root/.cpan/build for sizes > Archive-Zip-1.16 > Archive-Zip-1.16/t > Archive-Zip-1.16/t/testex.t > Archive-Zip-1.16/t/testUpdate.t > Archive-Zip-1.16/t/00.load.t > Archive-Zip-1.16/t/testMemberRead.t > Archive-Zip-1.16/t/pod.t > Archive-Zip-1.16/t/testTree.t > Archive-Zip-1.16/t/test.t > Archive-Zip-1.16/t/common.pl > Archive-Zip-1.16/Changes > Archive-Zip-1.16/examples > Archive-Zip-1.16/examples/mfh.pl > Archive-Zip-1.16/examples/updateZip.pl > Archive-Zip-1.16/examples/unzipAll.pl > Archive-Zip-1.16/examples/extract.pl > Archive-Zip-1.16/examples/readScalar.pl > Archive-Zip-1.16/examples/copy.pl > Archive-Zip-1.16/examples/zip.pl > Archive-Zip-1.16/examples/zipGrep.pl > Archive-Zip-1.16/examples/calcSizes.pl > Archive-Zip-1.16/examples/ziprecent.pl > Archive-Zip-1.16/examples/zipcheck.pl > Archive-Zip-1.16/examples/updateTree.pl > Archive-Zip-1.16/examples/writeScalar.pl > Archive-Zip-1.16/examples/selfex.pl > Archive-Zip-1.16/examples/zipinfo.pl > Archive-Zip-1.16/examples/ziptest.pl > Archive-Zip-1.16/examples/mailZip.pl > Archive-Zip-1.16/examples/writeScalar2.pl > Archive-Zip-1.16/docs > Archive-Zip-1.16/docs/Archive-Zip.pdf > Archive-Zip-1.16/docs/appnote.iz > Archive-Zip-1.16/docs/Appnote.txt > Archive-Zip-1.16/docs/ideas.txt > Archive-Zip-1.16/docs/Archive-Zip.ps > Archive-Zip-1.16/MANIFEST > Archive-Zip-1.16/TODO > Archive-Zip-1.16/crc32 > Archive-Zip-1.16/META.yml > Archive-Zip-1.16/lib > Archive-Zip-1.16/lib/Archive > Archive-Zip-1.16/lib/Archive/Zip > Archive-Zip-1.16/lib/Archive/Zip/BufferedFileHandle.pm > Archive-Zip-1.16/lib/Archive/Zip/MemberRead.pm > Archive-Zip-1.16/lib/Archive/Zip/MockFileHandle.pm > Archive-Zip-1.16/lib/Archive/Zip/Tree.pm > Archive-Zip-1.16/lib/Archive/Zip/FAQ.pod > Archive-Zip-1.16/lib/Archive/Zip.pod > Archive-Zip-1.16/lib/Archive/Zip.pm > Archive-Zip-1.16/INSTALL > Archive-Zip-1.16/README > Archive-Zip-1.16/Makefile.PL > Removing previously used /root/.cpan/build/Archive-Zip-1.16 > > CPAN.pm: Going to build S/SM/SMPETERS/Archive-Zip-1.16.tar.gz > > Checking if your kit is complete... > Looks good > > Warning: I could not locate your pod2man program. Please make sure, > your pod2man program is in your PATH before you execute > 'make' > > Writing Makefile for Archive::Zip > Makefile:88: *** missing separator. Stop. > /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 > *** Archive::Zip installation failed. > *** ExtUtils::AutoInstall installation finished. > Warning: prerequisite Archive::Zip 1 not found. > Couldn't change to directory /root/.cpan/build/Archive-Zip-
1.16/myldr: Show quoted text
> No such file or directory at inc/Module/Install/Makefile.pm - > /usr/local/lib/perl5/site_perl/5.8.7/Module/Install/Makefile.pm line > 93 > Writing Makefile for Archive::Zip > Writing Makefile for PAR > > Also at one point it was asking me to delete inc folder and once i do > that it was throwing error > > Any body else is also seeing this kind of issue. > > However on windows i was able to install using ppm but even after > successfull installation pp didn't work for me i did this > > pp -o test.exe test.pl > > it return with no error and and no exe > > Appreciate your quick response
Behaviour on MAC OS 10.4 - darwin /usr/bin/perl Makefile.PL *** ExtUtils::AutoInstall version 0.63 *** Checking for dependencies... [Core Features] - File::Temp ...loaded. (0.14 >= 0.05) - Compress::Zlib ...loaded. (1.33 >= 1.3) - Archive::Zip ...loaded. (1.14 >= 1) - Module::ScanDeps ...missing. (would need 0.45) - PAR::Dist ...missing. (would need 0.06) ==> Auto-install the 2 mandatory module(s) from CPAN? [y] *** Dependencies will be installed the next time you type 'make'. (You may need to do that as the 'root' user.) *** ExtUtils::AutoInstall configuration finished. *** Installing dependencies... *** Installing Module::ScanDeps... CPAN: Storable loaded ok Going to read /Users/admin/.cpan/Metadata Database was generated on Fri, 16 Dec 2005 10:06:23 GMT Running install for module Module::ScanDeps Running make for A/AU/AUTRIJUS/Module-ScanDeps-0.52.tar.gz CPAN: Digest::MD5 loaded ok Checksum for /Users/admin/.cpan/sources/authors/id/A/AU/AUTRIJUS/Module-ScanDeps- 0.52.tar.gz ok Scanning cache /Users/admin/.cpan/build for sizes Module-ScanDeps-0.52 Module-ScanDeps-0.52/inc Module-ScanDeps-0.52/Changes Module-ScanDeps-0.52/t Module-ScanDeps-0.52/MANIFEST Module-ScanDeps-0.52/script Module-ScanDeps-0.52/META.yml Module-ScanDeps-0.52/lib Module-ScanDeps-0.52/AUTHORS Module-ScanDeps-0.52/Makefile.PL Module-ScanDeps-0.52/README Module-ScanDeps-0.52/SIGNATURE Module-ScanDeps-0.52/lib/Module Module-ScanDeps-0.52/lib/Module/ScanDeps Module-ScanDeps-0.52/lib/Module/ScanDeps.pm Module-ScanDeps-0.52/lib/Module/ScanDeps/DataFeed.pm Module-ScanDeps-0.52/script/scandeps.pl Module-ScanDeps-0.52/t/1-basic.t Module-ScanDeps-0.52/inc/Module Module-ScanDeps-0.52/inc/Module/Install.pm Module-ScanDeps-0.52/inc/Module/Install Module-ScanDeps-0.52/inc/Module/Install/Fetch.pm Module-ScanDeps-0.52/inc/Module/Install/Makefile.pm Module-ScanDeps-0.52/inc/Module/Install/Scripts.pm Module-ScanDeps-0.52/inc/Module/Install/Base.pm Module-ScanDeps-0.52/inc/Module/Install/Metadata.pm Module-ScanDeps-0.52/inc/Module/Install/Can.pm /usr/bin/tar: Read 7168 bytes from - Module-ScanDeps-0.52/inc/Module/Install/WriteAll.pm Module-ScanDeps-0.52/inc/Module/Install/Win32.pm Removing previously used /Users/admin/.cpan/build/Module-ScanDeps-0.52 CPAN.pm: Going to build A/AU/AUTRIJUS/Module-ScanDeps-0.52.tar.gz Checking if your kit is complete... Looks good Writing Makefile for Module::ScanDeps -- NOT OK Running make test Can't test without successful make Running make install make had returned bad status, install seems impossible *** Module::ScanDeps installation failed. *** Installing PAR::Dist... Running install for module PAR::Dist Running make for A/AU/AUTRIJUS/PAR-Dist-0.07.tar.gz Checksum for /Users/admin/.cpan/sources/authors/id/A/AU/AUTRIJUS/PAR-Dist- 0.07.tar.gz ok PAR-Dist-0.07/ PAR-Dist-0.07/inc/ PAR-Dist-0.07/inc/Module/ PAR-Dist-0.07/inc/Module/Install.pm PAR-Dist-0.07/inc/Module/Install/ PAR-Dist-0.07/inc/Module/Install/Fetch.pm PAR-Dist-0.07/inc/Module/Install/Makefile.pm PAR-Dist-0.07/inc/Module/Install/Base.pm PAR-Dist-0.07/inc/Module/Install/Metadata.pm PAR-Dist-0.07/inc/Module/Install/Can.pm PAR-Dist-0.07/inc/Module/Install/WriteAll.pm PAR-Dist-0.07/inc/Module/Install/Win32.pm PAR-Dist-0.07/Changes PAR-Dist-0.07/t/ PAR-Dist-0.07/t/1-basic.t PAR-Dist-0.07/t/0-signature.t PAR-Dist-0.07/MANIFEST PAR-Dist-0.07/META.yml PAR-Dist-0.07/lib/ PAR-Dist-0.07/lib/PAR/ PAR-Dist-0.07/lib/PAR/Dist.pm PAR-Dist-0.07/Makefile.PL PAR-Dist-0.07/README PAR-Dist-0.07/SIGNATURE Removing previously used /Users/admin/.cpan/build/PAR-Dist-0.07 CPAN.pm: Going to build A/AU/AUTRIJUS/PAR-Dist-0.07.tar.gz Checking if your kit is complete... Looks good Writing Makefile for PAR::Dist -- NOT OK Running make test Can't test without successful make Running make install make had returned bad status, install seems impossible *** PAR::Dist installation failed. *** ExtUtils::AutoInstall installation finished. Warning: prerequisite Module::ScanDeps 0.45 not found. Warning: prerequisite PAR::Dist 0.06 not found. Couldn't change to directory /Users/admin/.cpan/build/PAR-Dist-0.07/myldr: No such file or directory at inc/Module/Install/Makefile.pm - /usr/local/lib/perl5/site_perl/5.8.7/Module/Install/Makefile.pm line 93 Writing Makefile for PAR::Dist Writing Makefile for PAR The 'Autrijus' method does not exist in the 'inc' path! Please remove the 'inc' directory and run Makefile.PL again to load it. ls AUTHORS MANIFEST META.yml README TODO inc myldr script ChangeLog MANIFEST.SKIP Makefile.PL SIGNATURE contrib lib package t mv inc temp usr/bin/perl Makefile.PL Can't locate inc/Module/Install.pm in @INC (@INC contains: /System/Library/Perl/5.8.6/darwin-thread-multi-2level /System/Library/Perl/5.8.6 /Library/Perl/5.8.6/darwin-thread-multi-2level /Library/Perl/5.8.6 /Library/Perl /Network/Library/Perl/5.8.6/darwin-thread-multi-2level /Network/Library/Perl/5.8.6 /Network/Library/Perl /System/Library/Perl/ Extras/5.8.6/darwin-thread-multi-2level /System/Library/Perl/Extras/5.8.6 /Library/Perl/5.8.1 .) at Makefile.PL line 4. BEGIN failed--compilation aborted at Makefile.PL line 4.
On Fr. 16. Dez. 2005, 19:49:01, guest wrote: Show quoted text
> [root@clindev PAR-0.90]# perl -v > > This is perl, v5.8.0 built for i386-linux-thread-multi > (with 1 registered patch, see perl -V for more detail) > > Copyright 1987-2002, Larry Wall > > Perl may be copied only under the terms of either the Artistic License > or the > GNU General Public License, which may be found in the Perl 5 source > kit. > > Complete documentation for Perl, including FAQ lists, should be found > on > this system using `man perl' or `perldoc perl'. If you have access to > the > Internet, point your browser at http://www.perl.com/, the Perl Home > Page. > > [root@clindev PAR-0.90]# perl Makefile.PL > *** ExtUtils::AutoInstall version 0.63 > *** Checking for dependencies... > [Core Features] > - File::Temp ...loaded. (0.13 >= 0.05) > - Compress::Zlib ...loaded. (1.41 >= 1.3) > - Archive::Zip ...missing. (would need 1) > - Module::ScanDeps ...loaded. (0.52 >= 0.45) > - PAR::Dist ...loaded. (0.07 >= 0.06) > ==> Auto-install the 1 mandatory module(s) from CPAN? [y] > [Digital signature support] > - Digest ...loaded. (1.00) > - Digest::SHA ...missing. > - Module::Signature ...missing. (would need 0.35) > ==> Auto-install the 2 optional module(s) from CPAN? [n] > *** Dependencies will be installed the next time you type 'make'. > *** ExtUtils::AutoInstall configuration finished. > *** Installing dependencies... > *** Installing Archive::Zip... > CPAN: Storable loaded ok > Going to read /root/.cpan/Metadata > Database was generated on Fri, 16 Dec 2005 23:07:05 GMT > Running install for module Archive::Zip > Running make for S/SM/SMPETERS/Archive-Zip-1.16.tar.gz > CPAN: Digest::MD5 loaded ok > > CPAN: Module::Signature security checks disabled because > Module::Signature > not installed. Please consider installing the Module::Signature > module. > You may also need to be able to connect over the Internet to the > public > keyservers like pgp.mit.edu (port 11371). > > Checksum for /root/.cpan/sources/authors/id/S/SM/SMPETERS/Archive-Zip- > 1.16.tar.gz ok > Scanning cache /root/.cpan/build for sizes > Archive-Zip-1.16 > Archive-Zip-1.16/t > Archive-Zip-1.16/t/testex.t > Archive-Zip-1.16/t/testUpdate.t > Archive-Zip-1.16/t/00.load.t > Archive-Zip-1.16/t/testMemberRead.t > Archive-Zip-1.16/t/pod.t > Archive-Zip-1.16/t/testTree.t > Archive-Zip-1.16/t/test.t > Archive-Zip-1.16/t/common.pl > Archive-Zip-1.16/Changes > Archive-Zip-1.16/examples > Archive-Zip-1.16/examples/mfh.pl > Archive-Zip-1.16/examples/updateZip.pl > Archive-Zip-1.16/examples/unzipAll.pl > Archive-Zip-1.16/examples/extract.pl > Archive-Zip-1.16/examples/readScalar.pl > Archive-Zip-1.16/examples/copy.pl > Archive-Zip-1.16/examples/zip.pl > Archive-Zip-1.16/examples/zipGrep.pl > Archive-Zip-1.16/examples/calcSizes.pl > Archive-Zip-1.16/examples/ziprecent.pl > Archive-Zip-1.16/examples/zipcheck.pl > Archive-Zip-1.16/examples/updateTree.pl > Archive-Zip-1.16/examples/writeScalar.pl > Archive-Zip-1.16/examples/selfex.pl > Archive-Zip-1.16/examples/zipinfo.pl > Archive-Zip-1.16/examples/ziptest.pl > Archive-Zip-1.16/examples/mailZip.pl > Archive-Zip-1.16/examples/writeScalar2.pl > Archive-Zip-1.16/docs > Archive-Zip-1.16/docs/Archive-Zip.pdf > Archive-Zip-1.16/docs/appnote.iz > Archive-Zip-1.16/docs/Appnote.txt > Archive-Zip-1.16/docs/ideas.txt > Archive-Zip-1.16/docs/Archive-Zip.ps > Archive-Zip-1.16/MANIFEST > Archive-Zip-1.16/TODO > Archive-Zip-1.16/crc32 > Archive-Zip-1.16/META.yml > Archive-Zip-1.16/lib > Archive-Zip-1.16/lib/Archive > Archive-Zip-1.16/lib/Archive/Zip > Archive-Zip-1.16/lib/Archive/Zip/BufferedFileHandle.pm > Archive-Zip-1.16/lib/Archive/Zip/MemberRead.pm > Archive-Zip-1.16/lib/Archive/Zip/MockFileHandle.pm > Archive-Zip-1.16/lib/Archive/Zip/Tree.pm > Archive-Zip-1.16/lib/Archive/Zip/FAQ.pod > Archive-Zip-1.16/lib/Archive/Zip.pod > Archive-Zip-1.16/lib/Archive/Zip.pm > Archive-Zip-1.16/INSTALL > Archive-Zip-1.16/README > Archive-Zip-1.16/Makefile.PL > Removing previously used /root/.cpan/build/Archive-Zip-1.16 > > CPAN.pm: Going to build S/SM/SMPETERS/Archive-Zip-1.16.tar.gz > > Checking if your kit is complete... > Looks good > > Warning: I could not locate your pod2man program. Please make sure, > your pod2man program is in your PATH before you execute > 'make' > > Writing Makefile for Archive::Zip > Makefile:88: *** missing separator. Stop. > /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 > *** Archive::Zip installation failed. > *** ExtUtils::AutoInstall installation finished. > Warning: prerequisite Archive::Zip 1 not found. > Couldn't change to directory /root/.cpan/build/Archive-Zip-1.16/myldr: > No such file or directory at inc/Module/Install/Makefile.pm - > /usr/local/lib/perl5/site_perl/5.8.7/Module/Install/Makefile.pm line > 93 > Writing Makefile for Archive::Zip > Writing Makefile for PAR > > Also at one point it was asking me to delete inc folder and once i do > that it was throwing error > > Any body else is also seeing this kind of issue. > > However on windows i was able to install using ppm but even after > successfull installation pp didn't work for me i did this > > pp -o test.exe test.pl > > it return with no error and and no exe > > Appreciate your quick response
Hi, not a quick response, I know. The installation failed because Archive::Zip could not be installed. the PAR bug queue is probably not the best place to seek help about that. Sorry. Steffen