From owner-freebsd-questions@FreeBSD.ORG Mon Feb 2 10:55:23 2009 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 B490B1065674 for ; Mon, 2 Feb 2009 10:55:23 +0000 (UTC) (envelope-from frank@esperance-linux.co.uk) Received: from mailout.zetnet.co.uk (mailout.zetnet.co.uk [194.247.47.231]) by mx1.freebsd.org (Postfix) with ESMTP id 441668FC21 for ; Mon, 2 Feb 2009 10:55:22 +0000 (UTC) (envelope-from frank@esperance-linux.co.uk) Received: from irwell.zetnet.co.uk ([194.247.47.48] helo=zetnet.co.uk) by mailout.zetnet.co.uk with esmtp (Exim 4.63) (envelope-from ) id 1LTwSU-0003Ub-O1 for freebsd-questions@FreeBSD.org; Mon, 02 Feb 2009 10:55:18 +0000 Received: from melon.esperance-linux.co.uk (54-144.adsl.zetnet.co.uk [194.247.54.144]) by zetnet.co.uk (8.14.1/8.14.1/Debian-9) with ESMTP id n12AtFrS017171 for ; Mon, 2 Feb 2009 10:55:15 GMT Received: by melon.esperance-linux.co.uk (Postfix, from userid 1001) id DF9F4FCA4DB; Mon, 2 Feb 2009 10:55:09 +0000 (GMT) Date: Mon, 2 Feb 2009 10:55:09 +0000 From: Frank Shute To: freebsd-questions@FreeBSD.org Message-ID: <20090202105509.GA69592@melon.esperance-linux.co.uk> Mail-Followup-To: freebsd-questions@FreeBSD.org References: <20090202022053.GA18424@anton.digitaltorque.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090202022053.GA18424@anton.digitaltorque.ca> User-Agent: Mutt/1.4.2.3i X-Face: *}~{PHnDTzvXPe'wl_-f%!@+r5; VLhb':*DsX%wEOPg\fDrXWQJf|2\,92"DdS%63t*BHDyQ|OWo@Gfjcd72eaN!4%NE{0]p)ihQ1MyFNtWL X-Operating-System: FreeBSD 6.4-RELEASE-p2 i386 X-Organisation: 'http://www.shute.org.uk/' X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.1.7 (zetnet.co.uk [194.247.46.1]); Mon, 02 Feb 2009 10:55:15 +0000 (GMT) Cc: Subject: Re: problems building Parse::RecDescent X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frank Shute List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2009 10:55:24 -0000 On Sun, Feb 01, 2009 at 09:20:54PM -0500, Michael P. Soulier wrote: > > I'm trying to build p5-Apache-MP3-4.00 from ports. I had it installed and > working, but it recently stopped working so I'm rebuilding it. Unfortunately > I'm having build problems. > > ===> Building for p5-Ogg-Vorbis-Header-0.03_1 > cp Header.pm blib/lib/Ogg/Vorbis/Header.pm > /usr/local/bin/perl5.8.9 -Mblib -MInline=NOISY,_INSTALL_ -MOgg::Vorbis::Header > -e1 0.03 blib/arch > Starting Build Prepocess Stage > Finished Build Prepocess Stage > > Starting Build Parse Stage > This innvocation of Inline requires the Parse::RecDescent module. > Can't locate version.pm in @INC (@INC contains: > /usr/ports/audio/p5-Ogg-Vorbis-Header/work/Ogg-Vorbis-Header-0.03/blib/arch > /usr/ports/audio/p5-Ogg-Vorbis-Header/work/Ogg-Vorbis-Header-0.03/blib/arch > /usr/ports/audio/p5-Ogg-Vorbis-Header/work/Ogg-Vorbis-Header-0.03/blib/lib > /usr/local/lib/perl5/5.8.9/BSDPAN /usr/local/lib/perl5/site_perl/5.8.9/mach > /usr/local/lib/perl5/site_perl/5.8.9 /usr/local/lib/perl5/5.8.9/mach > /usr/local/lib/perl5/5.8.9 .) at > /usr/local/lib/perl5/site_perl/5.8.9/Parse/RecDescent.pm line 1722. > BEGIN failed--compilation aborted at > /usr/local/lib/perl5/site_perl/5.8.9/Parse/RecDescent.pm line 1722. > Compilation failed in require at > /usr/local/lib/perl5/site_perl/5.8.9/Inline/C/ParseRecDescent.pm line 14. > > at /usr/local/lib/perl5/site_perl/5.8.9/Inline/C.pm line 322 > INIT failed--call queue aborted. > *** Error code 2 > > Stop in /usr/ports/audio/p5-Ogg-Vorbis-Header/work/Ogg-Vorbis-Header-0.03. > *** Error code 1 > > Stop in /usr/ports/audio/p5-Ogg-Vorbis-Header. > *** Error code 1 > > Stop in /usr/ports/www/p5-Apache-MP3. > > Any suggestions? > > Mike In that situation I'd try & build devel/p5-Parse-RecDescent (or re-install it) and then have another go at building the module you're trying to build. If it then works, you might want to file a pr against it. I'm assuming you did all the perl stuff in UPDATING when going to 5.8.9 Regards, -- Frank Contact info: http://www.shute.org.uk/misc/contact.html