f161
![]() |
|
|
|
|
|||||||
| Installation and Maintenance of FreeBSD Ports or Packages Installing and maintaining the FreeBSD Ports Collection or FreeBSD Packages (i.e. third party software). |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hello,
My cpan is broken... Quote:
Do I have uninstall recompile perl do this? I'm not sure what to do, I can't even remember if I installed the pkg using pkg_add or ports (does it make any diff anyway?). I can't find cpan as a standalone pkg using 'make search key="cpan"' I get lots and lots of output as you can imagine. Any ideas are more than welcome!
__________________
People demand freedom of speech as a compensation for the freedom of thought which they seldom use. - Soren Kierkegaard |
|
#2
|
|||
|
|||
|
Install devel/p5-ExtUtils-MakeMaker
|
|
#3
|
|||
|
|||
|
Quote:
Code:
[root@comodino /usr/ports/devel/p5-ExtUtils-MakeMaker]# make install clean ===> p5-ExtUtils-MakeMaker-6.62 depends on package: p5-ExtUtils-Manifest>=1.58 - not found ===> Verifying install for p5-ExtUtils-Manifest>=1.58 in /usr/ports/devel/p5-ExtUtils-Manifest ===> p5-ExtUtils-Manifest-1.60 depends on file: /usr/local/bin/perl5.12.4 - found ===> Configuring for p5-ExtUtils-Manifest-1.60 Cannot load ExtUtils::MakeMaker: Can't locate ExtUtils/MakeMaker.pm in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.12.4/mach /usr/local/lib/perl5/site_perl/5.12.4 /usr/local/lib/perl5/5.12.4/mach /usr/local/lib/perl5/5.12.4 .) at (eval 1) line 1. BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.12.4/BSDPAN/ExtUtils/MakeMaker.pm line 17. Compilation failed in require at ./Makefile.PL line 7. BEGIN failed--compilation aborted at ./Makefile.PL line 7. *** Error code 2 Stop in /usr/ports/devel/p5-ExtUtils-Manifest. *** Error code 1 Stop in /usr/ports/devel/p5-ExtUtils-MakeMaker.
__________________
People demand freedom of speech as a compensation for the freedom of thought which they seldom use. - Soren Kierkegaard |
|
#4
|
|||
|
|||
|
and this
Code:
[root@comodino /usr/ports/devel/p5-ExtUtils-MakeMaker]# perl /usr/local/lib/perl5/5.12.4/BSDPAN/ExtUtils/MakeMaker.pm Cannot load ExtUtils::MakeMaker: Can't locate ExtUtils/MakeMaker.pm in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.12.4/mach /usr/local/lib/perl5/site_perl/5.12.4 /usr/local/lib/perl5/5.12.4/mach /usr/local/lib/perl5/5.12.4 .) at (eval 1) line 1. BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.12.4/BSDPAN/ExtUtils/MakeMaker.pm line 17. [root@comodino /usr/ports/devel/p5-ExtUtils-MakeMaker]#
__________________
People demand freedom of speech as a compensation for the freedom of thought which they seldom use. - Soren Kierkegaard |
|
#5
|
|||
|
|||
|
do you find the solution please ?
I have the same error. A loop beetween CPAN-Meta-Requirement and MakeMaker |
|
#6
|
||||
|
||||
|
Check if the missing file is elswhere on your system
# find /usr/local/lib/ -name "MakeMaker.pm" and copy/move it or create a symlink to @INC/ExtUtils (you can pick any path from @INC for this). If you don't have it, you can download it from the CPAN web site. Chances are this won't be the only missing file; I've had to do this a few times following a perl upgrade.
|
|
#7
|
|||
|
|||
|
Hello,
I used portmanager to reinstall perl and worked out fine.
__________________
People demand freedom of speech as a compensation for the freedom of thought which they seldom use. - Soren Kierkegaard |
![]() |
| Tags |
| cpan, freebsd |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cpan::GD, libgd problem | a129878 | Installing & Upgrading | 6 | March 26th, 2010 12:17 |
| Samba-problem 1:doesn't start, 2:host-related problem | naguz | Web & Network Services | 7 | September 29th, 2009 15:40 |
| geometry problem maby? boot problem | gulanito | Installing & Upgrading | 6 | August 13th, 2009 16:19 |
| Problem with configuration of 2’nd DSL link on FreeBSD 7.2 (gateway problem?) | fanz | Networking | 1 | August 13th, 2009 04:04 |