Skip Menu |

This queue is for tickets about the PAR CPAN distribution.

Report information
The Basics
Id: 13765
Status: resolved
Priority: 0/
Queue: PAR

People
Owner: smueller [...] cpan.org
Requestors: philipp [...] thegeogroup.com
Cc:
AdminCc:

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



Subject: installation fails
$ perl --version This is perl, v5.8.6 built for cygwin phil@PHILIPPLP /cygdrive/c/prog/PAR-0.89 $ uname -a CYGWIN_NT-5.1 PHILIPPLP 1.5.18(0.132/4/2) 2005-07-02 20:30 i686 unknown unknown Cygwin phil@PHILIPPLP /cygdrive/c/prog/PAR-0.89 $ perl Makefile.PL *** ExtUtils::AutoInstall version 0.61 *** Checking for dependencies... [Core Features] - File::Temp ...loaded. (0.14 >= 0.05) - Compress::Zlib ...loaded. (1.34 >= 1.3) - Archive::Zip ...loaded. (1.16 >= 1) - Module::ScanDeps ...loaded. (0.51 >= 0.45) - PAR::Dist ...loaded. (0.07 >= 0.06) *** ExtUtils::AutoInstall configuration finished. Checking if your kit is complete... Looks good Writing Makefile for the par.exe program Writing Makefile for PAR phil@PHILIPPLP /cygdrive/c/prog/PAR-0.89 $ make 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/Filter.pm blib/lib/PAR/Filter.pm cp lib/PAR.pm blib/lib/PAR.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/PAR/Tutorial.pod blib/lib/PAR/Tutorial.pod cp lib/PAR/FAQ.pod blib/lib/PAR/FAQ.pod cp lib/PAR/Heavy.pm blib/lib/PAR/Heavy.pm cp lib/PAR/Filter/Bleach.pm blib/lib/PAR/Filter/Bleach.pm /bin/sh: -c: line 1: unexpected EOF while looking for matching `"' /bin/sh: -c: line 2: syntax error: unexpected end of file make: *** [subdirs] Error 2
From: Loki
another installation error on linux fixed after manually run perl sha1.c.PL in myldr directory Maybe something missed in Makefile?
On Mo. 18. Jul. 2005, 23:51:59, guest wrote: Show quoted text
> $ perl --version > This is perl, v5.8.6 built for cygwin > phil@PHILIPPLP /cygdrive/c/prog/PAR-0.89 > $ uname -a > CYGWIN_NT-5.1 PHILIPPLP 1.5.18(0.132/4/2) 2005-07-02 20:30 i686 > unknown unknown > Cygwin > > phil@PHILIPPLP /cygdrive/c/prog/PAR-0.89 > $ perl Makefile.PL > *** ExtUtils::AutoInstall version 0.61 > *** Checking for dependencies... > [Core Features] > - File::Temp ...loaded. (0.14 >= 0.05) > - Compress::Zlib ...loaded. (1.34 >= 1.3) > - Archive::Zip ...loaded. (1.16 >= 1) > - Module::ScanDeps ...loaded. (0.51 >= 0.45) > - PAR::Dist ...loaded. (0.07 >= 0.06) > *** ExtUtils::AutoInstall configuration finished. > Checking if your kit is complete... > Looks good > Writing Makefile for the par.exe program > Writing Makefile for PAR > > phil@PHILIPPLP /cygdrive/c/prog/PAR-0.89 > $ make > 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/Filter.pm blib/lib/PAR/Filter.pm > cp lib/PAR.pm blib/lib/PAR.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/PAR/Tutorial.pod blib/lib/PAR/Tutorial.pod > cp lib/PAR/FAQ.pod blib/lib/PAR/FAQ.pod > cp lib/PAR/Heavy.pm blib/lib/PAR/Heavy.pm > cp lib/PAR/Filter/Bleach.pm blib/lib/PAR/Filter/Bleach.pm > /bin/sh: -c: line 1: unexpected EOF while looking for matching `"' > /bin/sh: -c: line 2: syntax error: unexpected end of file > make: *** [subdirs] Error 2
Hi, sorry for the late reply. Do you still experience this failure with the most current release of PAR, 0.93? Steffen