Subject: | make errors |
Hi,
I'm interested in using PPI and am working my way through installation
of the various modules that package requires. I am stuck trying to
build Params::Util, make fails like this:
% make
chmod: WARNING: can't access blib/lib/Params
make: [blib/lib/Params/.exists] Error 1 (ignored)
chmod: WARNING: can't access blib/arch/auto/Params/Util
make: [blib/arch/auto/Params/Util/.exists] Error 1 (ignored)
chmod: WARNING: can't access blib/lib/auto/Params/Util
make: [blib/lib/auto/Params/Util/.exists] Error 1 (ignored)
chmod: WARNING: can't access blib/man3
make: [blib/man3/.exists] Error 1 (ignored)
Undefined subroutine &main::pm_to_blib called at -e line 1.
make: *** [pm_to_blib] Error 255
Thanks for your help!
Chris
Here's the complete session ->
% gzcat Params-Util-0.14.tar.gz | tar xvf -
Params-Util-0.14/
Params-Util-0.14/t/
Params-Util-0.14/t/03_all.t
Params-Util-0.14/t/05_typelike.t
Params-Util-0.14/t/04_callable.t
Params-Util-0.14/t/06_invocant.t
Params-Util-0.14/t/99_pod.t
Params-Util-0.14/t/01_compile.t
Params-Util-0.14/t/02_util.t
Params-Util-0.14/inc/
Params-Util-0.14/inc/Module/
Params-Util-0.14/inc/Module/Install.pm
Params-Util-0.14/inc/Module/Install/
Params-Util-0.14/inc/Module/Install/Fetch.pm
Params-Util-0.14/inc/Module/Install/Makefile.pm
Params-Util-0.14/inc/Module/Install/Base.pm
Params-Util-0.14/inc/Module/Install/Metadata.pm
Params-Util-0.14/inc/Module/Install/Can.pm
Params-Util-0.14/inc/Module/Install/WriteAll.pm
Params-Util-0.14/inc/Module/Install/Win32.pm
Params-Util-0.14/Changes
Params-Util-0.14/MANIFEST
Params-Util-0.14/lib/
Params-Util-0.14/lib/Params/
Params-Util-0.14/lib/Params/Util.pm
Params-Util-0.14/META.yml
Params-Util-0.14/LICENSE
Params-Util-0.14/Makefile.PL
Params-Util-0.14/README
% cd Params-Util-0.14
%
% uname -a
SunOS a_host 5.9 Generic_118558-10 sun4u sparc SUNW,Sun-Fire-280R
%
% perl -v
This is perl, v5.6.1 built for sun4-solaris
Copyright 1987-2001, 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.
% perl Makefile.PL PREFIX=/tmp
Checking if your kit is complete...
Looks good
Writing Makefile for Params::Util
%
%
% make
chmod: WARNING: can't access blib/lib/Params
make: [blib/lib/Params/.exists] Error 1 (ignored)
chmod: WARNING: can't access blib/arch/auto/Params/Util
make: [blib/arch/auto/Params/Util/.exists] Error 1 (ignored)
chmod: WARNING: can't access blib/lib/auto/Params/Util
make: [blib/lib/auto/Params/Util/.exists] Error 1 (ignored)
chmod: WARNING: can't access blib/man3
make: [blib/man3/.exists] Error 1 (ignored)
Undefined subroutine &main::pm_to_blib called at -e line 1.
make: *** [pm_to_blib] Error 255