From owner-freebsd-ports Mon Aug 5 5:53: 7 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 3C60A37B400 for ; Mon, 5 Aug 2002 05:53:05 -0700 (PDT) Received: from mail.chrislaco.com (mail.chrislaco.com [63.114.73.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D2A943E70 for ; Mon, 5 Aug 2002 05:53:04 -0700 (PDT) (envelope-from chris.laco@threetech.com) Received: from 208.44.49.5 (SquirrelMail authenticated user claco) by mail.chrislaco.com with HTTP; Mon, 5 Aug 2002 08:52:57 -0400 (EDT) Message-ID: <1144.208.44.49.5.1028551977.squirrel@mail.chrislaco.com> Date: Mon, 5 Aug 2002 08:52:57 -0400 (EDT) Subject: Re: SpamAssassin / p5-PodParser fail From: "Christopher H. Laco" To: In-Reply-To: <1141.64.130.38.189.1028532670.squirrel@secure.antsclimbtree.com> References: <1141.64.130.38.189.1028532670.squirrel@secure.antsclimbtree.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, Mark Edwards sent forth the following words of wisdom: > I'm encountering the following error when trying to install the > SpamAssassin port: > > ===> 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. > > > Any ideas on what's gone wrong? I'm using FreeBSD 4.6.1p7 with the > latest cvs of ports. > > Thanks. > > -- > Mark Edwards > San Francisco, CA > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message See: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/39337 I think there are now 2 ways around this: #1 cvsup your source and rebuild the base Perl. The @INC order has changed. #2 cvsup your ports tree and rebuild p5-Spamassassin. IIRC, someone patched the ports to look in a different spot for the File::Spec module (ports first, then base). -=Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message