Subject: | nonexistant "perlwrapper" requested by CPANPLUS::Dist::MM - install of v6.pm fails |
CPANPLUS-0.77_02 has already installed itself successfully (including that
CPANPLUS::Dist::MM was installed), afaik, under my Perl 5.8.8 on Mac OS X 10.4.8.
On trying to actually use CPANPLUS to install v6.pm, CPANPLUS::Dist::MM seems to want to
use some executable called "perlwrapper", but there is no indication as to what that is or why
it is important. It asserts this desire in a loop that also checks for 'make'. There is no
mention of "perlwrapper" in the v6 distro, but just in CPANPLUS, suggesting the problem is
on CPANPLUS' end. A quick Google search for "perlwrapper" gave ambiguous results.
Here's the brief terminal log showing the experience (the CPANPLUS log it mentions shows
that the following errors came just after the 'Extracted' lines of v6-alpha-0.015):
---------
darren-duncans-power-mac-g4:/Volumes/Programming160 darrenduncan$ /Volumes/
Programming160/cpanp -i v6
-bash: /Volumes/Programming160/cpanp: No such file or directory
darren-duncans-power-mac-g4:/Volumes/Programming160 darrenduncan$ /Volumes/
Programming160/cpanp6 -i v6
Installing v6
[ERROR] You do not have 'perlwrapper'in your path -- 'CPANPLUS::Dist::MM' not available
[ERROR] Format 'CPANPLUS::Dist::MM' is not available
[ERROR] Unable to create a new distribution object for 'v6' -- cannot continue
*** Install log written to:
/Users/darrenduncan/.cpanplus/install-logs/v6-1161904895.log
Error installing 'v6'
Problem installing one or more modules
---------