Hi,
I'm trying to install Munin on afreebsd FreeBSD server, (platform information below), one of its dependencies is p5-CPAN.
During the install of p5-CPAN-Meta-Requirements the installer fails with the error below, it seems to be looking in the wrong place for some files (lib/perl5/site_perl/5.12/CPAN/Meta/Requirements.pm exists at /usr/local/lib/perl5/site_perl/5.12.3/CPAN/Meta/Requirements.pm).
Any help on how to fix this problem will be very much appreciated!
I'm trying to install Munin on a
During the install of p5-CPAN-Meta-Requirements the installer fails with the error below, it seems to be looking in the wrong place for some files (lib/perl5/site_perl/5.12/CPAN/Meta/Requirements.pm exists at /usr/local/lib/perl5/site_perl/5.12.3/CPAN/Meta/Requirements.pm).
Any help on how to fix this problem will be very much appreciated!
Code:
dev04# uname -a
FreeBSD dev04.localdomain 8.0-RELEASE-p4 FreeBSD 8.0-RELEASE-p4 #0: Mon Jul 12 20:22:27 UTC 2010 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386
dev04# perl -v
This is perl 5, version 12, subversion 3 (v5.12.3) built for i386-freebsd-64int
Copyright 1987-2010, 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.org/, the Perl Home Page.
dev04# cd /usr/ports/sysutils/munin-master/ && make install clean
===> munin-master-2.0.17 depends on package: p5-Module-Build>=0 - not found
===> Verifying install for p5-Module-Build>=0 in /usr/ports/devel/p5-Module-Build
===> p5-Module-Build-0.4203 depends on package: p5-CPAN-Meta>=2.110420 - not found
===> Verifying install for p5-CPAN-Meta>=2.110420 in /usr/ports/devel/p5-CPAN-Meta
===> p5-CPAN-Meta-2.133380 depends on package: p5-CPAN-Meta-Requirements>=2.121 - not found
===> Verifying install for p5-CPAN-Meta-Requirements>=2.121 in /usr/ports/devel/p5-CPAN-Meta-Requirements
===> Building package for p5-CPAN-Meta-Requirements-2.125
Creating package /usr/ports/devel/p5-CPAN-Meta-Requirements/work/p5-CPAN-Meta-Requirements-2.125.tbz
Registering depends: perl-5.12.3.
Creating bzip'd tar ball in '/usr/ports/devel/p5-CPAN-Meta-Requirements/work/p5-CPAN-Meta-Requirements-2.125.tbz'
tar: lib/perl5/site_perl/5.12/CPAN/Meta/Requirements.pm: Cannot stat: No such file or directory
tar: lib/perl5/site_perl/5.12/mach/auto/CPAN/Meta/Requirements/.packlist: Cannot stat: No such file or directory
tar: lib/perl5/5.12/man/man3/CPAN::Meta::Requirements.3.gz: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors.
pkg_create: make_dist: tar command failed with code 256
*** Error code 1
Stop in /usr/ports/devel/p5-CPAN-Meta-Requirements.
*** Error code 1
Stop in /usr/ports/devel/p5-CPAN-Meta.
*** Error code 1
Stop in /usr/ports/devel/p5-Module-Build.
*** Error code 1
Stop in /usr/ports/devel/p5-Module-Build.
*** Error code 1
Stop in /usr/ports/sysutils/munin-master.
dev04# ls -l /usr/local/lib/perl5/site_perl/
total 2
drwxr-xr-x 10 root wheel 512 Jan 5 14:27 5.12.3
dev04#