From owner-freebsd-ports Mon Jul 1 17:20:46 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1186737B400; Mon, 1 Jul 2002 17:20:44 -0700 (PDT) Received: from mail.chrislaco.com (mail.chrislaco.com [63.114.73.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62E7343E0A; Mon, 1 Jul 2002 17:20:43 -0700 (PDT) (envelope-from chris.laco@threetech.com) Received: from 63.114.73.60 (SquirrelMail authenticated user claco) by mail.chrislaco.com with HTTP; Mon, 1 Jul 2002 19:52:52 -0400 (EDT) Message-ID: <3378.63.114.73.60.1025567572.squirrel@mail.chrislaco.com> Date: Mon, 1 Jul 2002 19:52:52 -0400 (EDT) Subject: Re: p5-PodParser From: "Christopher H. Laco" To: In-Reply-To: <20020701233923.GA22388@i-sphere.com> References: <20020701233923.GA22388@i-sphere.com> X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal Cc: , Reply-To: chris.laco@threetech.com X-Mailer: SquirrelMail (version 1.2.7) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In the last exciting episode of Das Internet, faSty sent forth the following words of wisdom: > Hi guys, > > I tried compile the p5-Mail-SpamAssassin. It end up compiles failed > due the version did not met the requirement. I am attempting install > the SpamAssassin milter for Sendmail. > > ===> Applying FreeBSD patches for p5-PodParser-1.18 > /usr/bin/find /usr/ports/textproc/p5-PodParser/work/PodParser-1.18 -name > \*.orig -exec /bin/rm {} \; ===> Configuring for p5-PodParser-1.18 > You need at least version 0.8 of the File::Spec module! > BEGIN failed--compilation aborted at ./Makefile.PL line 14. > *** Error code 255 > > Stop in /usr/ports/textproc/p5-PodParser. > *** Error code 1 > > Stop in /usr/ports/mail/p5-Mail-SpamAssassin. > *** Error code 1 > > > > I checked the File::Spec showing 0.82 and I looked up the Makefile.PL at > 14 lines. > > if(($File::Spec::VERSION || 0) < 0.8) { > die "You need at least version 0.8 of the File::Spec > module!\n"; > } > > > I dont understand. The File::Spec is 0.82 version and it supposed met > the requirement.. Please help!! > > -fasty > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message What your uname -a output? I had this same problem a while back. The @INC path compiled in the base Perl looks in the base perl local first, then to the ports Perl installation directories. The base Perl was patched to change the @INC path bout 3 weeks or so ago. CVSUP your src tree and recompile/reinstall perl. That should fix it. See: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/39337 -=Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message