From owner-freebsd-ports Mon Jul 1 16:39:28 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 B67CB37B407; Mon, 1 Jul 2002 16:39:23 -0700 (PDT) Received: from I-Sphere.COM (shell.i-sphere.com [209.249.146.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA76543E5E; Mon, 1 Jul 2002 16:39:16 -0700 (PDT) (envelope-from fasty@shell.i-sphere.com) Received: from shell.i-sphere.com (fasty@localhost [127.0.0.1]) by I-Sphere.COM (8.12.3/8.12.3) with ESMTP id g61NdNYX022472; Mon, 1 Jul 2002 16:39:23 -0700 (PDT) (envelope-from fasty@shell.i-sphere.com) Received: (from fasty@localhost) by shell.i-sphere.com (8.12.3/8.12.3/Submit) id g61NdNWn022471; Mon, 1 Jul 2002 16:39:23 -0700 (PDT) Date: Mon, 1 Jul 2002 16:39:23 -0700 From: faSty To: skv@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: p5-PodParser Message-ID: <20020701233923.GA22388@i-sphere.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Virus-Scanned: by amavisd-milter (http://amavis.org/) 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 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