From owner-freebsd-questions@FreeBSD.ORG Mon Nov 24 16:43:35 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0D161065670 for ; Mon, 24 Nov 2008 16:43:35 +0000 (UTC) (envelope-from noah@juniper.net) Received: from exprod7og104.obsmtp.com (exprod7og104.obsmtp.com [64.18.2.161]) by mx1.freebsd.org (Postfix) with ESMTP id 8BBA48FC1A for ; Mon, 24 Nov 2008 16:43:33 +0000 (UTC) (envelope-from noah@juniper.net) Received: from source ([66.129.224.36]) (using TLSv1) by exprod7ob104.postini.com ([64.18.6.12]) with SMTP ID DSNKSSrZtQbJLQW5W5Ik590HFAsB+pnk2ljX@postini.com; Mon, 24 Nov 2008 08:43:33 PST Received: from p-emfe01-sac.jnpr.net (66.129.254.72) by P-EMHUB01-HQ.jnpr.net (172.24.192.35) with Microsoft SMTP Server id 8.1.311.2; Mon, 24 Nov 2008 08:27:47 -0800 Received: from p-emlb01-sac.jnpr.net ([66.129.254.46]) by p-emfe01-sac.jnpr.net with Microsoft SMTPSVC(6.0.3790.3959); Mon, 24 Nov 2008 08:27:46 -0800 Received: from emailsmtp55.jnpr.net ([172.24.18.132]) by p-emlb01-sac.jnpr.net with Microsoft SMTPSVC(6.0.3790.3959); Mon, 24 Nov 2008 08:27:46 -0800 Received: from magenta.juniper.net ([172.17.27.123]) by emailsmtp55.jnpr.net with Microsoft SMTPSVC(6.0.3790.1830); Mon, 24 Nov 2008 08:27:46 -0800 Received: from [172.23.8.177] (sa-nc-common-177.static.jnpr.net [172.23.8.177]) by magenta.juniper.net (8.11.3/8.11.3) with ESMTP id mAOGRkM31643 for ; Mon, 24 Nov 2008 08:27:46 -0800 (PST) (envelope-from noah@juniper.net) Message-ID: <492AD602.7090206@juniper.net> Date: Mon, 24 Nov 2008 08:27:46 -0800 From: Noah Garrett Wallach User-Agent: Thunderbird 2.0.0.17 (Macintosh/20080914) MIME-Version: 1.0 To: User Questions Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 24 Nov 2008 16:27:46.0836 (UTC) FILETIME=[95BE3D40:01C94E51] Subject: Can't locate ExtUtils/MakeMaker.pm X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2008 16:43:36 -0000 Hi List, Okay I am unable to figure out how to get out of this loop. I try to build p5-Module-Install and the result error is Can't locate ExtUtils/MakeMaker.pm when I attempt to build p5-ExtUtils-MakeMaker I cant because the module needs ExtUtils/Install.pm here is the output and perl -V too output tail from installing p5-Module-Install Cannot load ExtUtils::MakeMaker: Can't locate ExtUtils/MakeMaker.pm in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.8.8/mach /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 .) at (eval 1) line 1. BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.8.8/BSDPAN/ExtUtils/MakeMaker.pm line 17. Compilation failed in require at ./Makefile.PL line 8. BEGIN failed--compilation aborted at ./Makefile.PL line 8. *** Error code 2 Stop in /usr/ports/devel/p5-version. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall.85961.5 env make ** Fix the problem and try again. ---> Skipping 'devel/p5-Module-ScanDeps' because a requisite port 'devel/p5-version' failed (specify -k to force) ---> Skipping 'devel/p5-Module-Install' because a requisite port 'devel/p5-Module-ScanDeps' failed (specify -k to force) ** Listing the failed packages (-:ignored / *:skipped / !:failed) ! devel/p5-Module-CoreList (unknown build error) ! devel/p5-PAR-Dist (unknown build error) ! devel/p5-Package-Constants (unknown build error) ! textproc/p5-YAML-Tiny (unknown build error) ! archivers/p5-Compress-Raw-Bzip2 (unknown build error) * archivers/p5-IO-Compress-Bzip2 ! devel/p5-version (unknown build error) * devel/p5-Module-ScanDeps * devel/p5-Module-Install output tail from installing p5-ExtUtils-MakeMaker Cannot load ExtUtils::MakeMaker: Can't locate ExtUtils/MakeMaker.pm in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.8.8/mach /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 .) at (eval 1) line 1. BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.8.8/BSDPAN/ExtUtils/MakeMaker.pm line 17. Compilation failed in require at ./Makefile.PL line 8. BEGIN failed--compilation aborted at ./Makefile.PL line 8. *** Error code 2 Stop in /usr/ports/devel/p5-version. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall.80407.5 env make ** Fix the problem and try again. ---> Skipping 'devel/p5-Module-ScanDeps' because a requisite port 'devel/p5-version' failed (specify -k to force) ---> Skipping 'devel/p5-Module-Install' because a requisite port 'devel/p5-Module-ScanDeps' failed (specify -k to force) ** Listing the failed packages (-:ignored / *:skipped / !:failed) ! devel/p5-Module-CoreList (unknown build error) ! devel/p5-PAR-Dist (unknown build error) ! devel/p5-Package-Constants (unknown build error) ! textproc/p5-YAML-Tiny (unknown build error) ! archivers/p5-Compress-Raw-Bzip2 (unknown build error) * archivers/p5-IO-Compress-Bzip2 ! devel/p5-version (unknown build error) * devel/p5-Module-ScanDeps * devel/p5-Module-Install perl -V Summary of my perl5 (revision 5 version 8 subversion 8) configuration: Platform: osname=freebsd, osvers=6.2-release-p5, archname=i386-freebsd-64int uname='freebsd hurricane.enabled.com 6.2-release-p5 freebsd 6.2-release-p5 #1: sun aug 12 14:27:32 pdt 2007 root@hurricane.enabled.com:usrobjusrsrcsyssmp i386 ' config_args='-sde -Dprefix=/usr/local -Darchlib=/usr/local/lib/perl5/5.8.8/mach -Dprivlib=/usr/local/lib/perl5/5.8.8 -Dman3dir=/usr/local/lib/perl5/5.8.8/perl/man/man3 -Dman1dir=/usr/local/man/man1 -Dsitearch=/usr/local/lib/perl5/site_perl/5.8.8/mach -Dsitelib=/usr/local/lib/perl5/site_perl/5.8.8 -Dscriptdir=/usr/local/bin -Dsiteman3dir=/usr/local/lib/perl5/5.8.8/man/man3 -Dsiteman1dir=/usr/local/man/man1 -Ui_malloc -Ui_iconv -Uinstallusrbinperl -Dcc=cc -Duseshrplib -Dccflags=-DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.8/BSDPAN" -Doptimize=-O2 -fno-strict-aliasing -pipe -march=pentiumpro -Ud_dosuid -Ui_gdbm -Dusethreads=n -Dusemymalloc=y -Duse64bitint' hint=recommended, useposix=true, d_sigaction=define usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=define use64bitall=undef uselongdouble=undef usemymalloc=y, bincompat5005=undef Compiler: cc='cc', ccflags ='-DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.8/BSDPAN" -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include', optimize='-O2 -fno-strict-aliasing -pipe -march=pentiumpro', cppflags='-DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.8/BSDPAN" -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include' ccversion='', gccversion='3.4.6 [FreeBSD] 20060305', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=4, prototype=define Linker and Libraries: ld='cc', ldflags =' -Wl,-E -L/usr/local/lib' libpth=/usr/lib /usr/local/lib libs=-lgdbm -lm -lcrypt -lutil perllibs=-lm -lcrypt -lutil libc=, so=so, useshrplib=true, libperl=libperl.so gnulibc_version='' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' -Wl,-R/usr/local/lib/perl5/5.8.8/mach/CORE' cccdlflags='-DPIC -fPIC', lddlflags='-shared -L/usr/local/lib' Characteristics of this binary (from libperl): Compile-time options: MYMALLOC PERL_MALLOC_WRAP USE_64_BIT_INT USE_LARGE_FILES USE_PERLIO Locally applied patches: defined-or Built under freebsd Compiled at Nov 10 2007 18:50:19 @INC: /usr/local/lib/perl5/5.8.8/BSDPAN /usr/local/lib/perl5/site_perl/5.8.8/mach /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 . -- Noah Garrett Wallach Juniper Networks Consulting Engineer 1194 North Mathilda Avenue Professional Services Sunnyvale CA 94089 tel: +1-415-823-6624 fax: +1-415-431-7726 -----------------------------------------------------