From owner-freebsd-ports@FreeBSD.ORG Wed Aug 11 19:25:44 2004 Return-Path: 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 B1AF516A4CE for ; Wed, 11 Aug 2004 19:25:44 +0000 (GMT) Received: from scaup.mail.pas.earthlink.net (scaup.mail.pas.earthlink.net [207.217.120.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id A321E43D46 for ; Wed, 11 Aug 2004 19:25:44 +0000 (GMT) (envelope-from rpratt1950@earthlink.net) Received: from fl-69-34-75-132.dyn.sprint-hsd.net ([69.34.75.132] helo=kt.weeble.com) by scaup.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 1Buyiy-0003YL-00; Wed, 11 Aug 2004 12:25:25 -0700 Date: Wed, 11 Aug 2004 15:25:23 -0400 From: Randy Pratt To: j.koopmann@seceidos.de Message-Id: <20040811152523.4ffca09a.rpratt1950@earthlink.net> In-Reply-To: <20040811184848.EEBD143D54@mx1.FreeBSD.org> References: <20040811184848.EEBD143D54@mx1.FreeBSD.org> X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: Yet another Perl 5.8.5 Temp.pm problem (databases/p5-Class-DBI) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Aug 2004 19:25:44 -0000 I ran into the same issue last night with Temp.pm and databases/p5-Class-DBI: /usr/local/lib/perl5/site_perl/5.8.5/File/Temp.pm - not found ===> Verifying install for /usr/local/lib/perl5/site_perl/5.8.5/File/Temp.pm in /usr/ports/devel/p5-File-Temp ===> p5-File-Temp-0.14_1 This module is already included in perl 5.8.x and later.. *** Error code 1 Stop in /usr/ports/devel/p5-File-Temp. *** Error code 1 Running perl-5.8.5 on 4.10-STABLE. I temporarily removed: ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ from the Makefile and went ahead with the build. Everthing seems to be working. Best regards, Randy --