From owner-freebsd-questions@FreeBSD.ORG Thu Aug 12 14:37:05 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6964216A4CE for ; Thu, 12 Aug 2004 14:37:05 +0000 (GMT) Received: from avocet.mail.pas.earthlink.net (avocet.mail.pas.earthlink.net [207.217.120.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 514EE43D2D for ; Thu, 12 Aug 2004 14:37:05 +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 avocet.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 1BvGh5-0006Iv-00; Thu, 12 Aug 2004 07:36:39 -0700 Date: Thu, 12 Aug 2004 10:36:37 -0400 From: Randy Pratt To: Your Name Message-Id: <20040812103637.64feda58.rpratt1950@earthlink.net> In-Reply-To: <20040812131348.46592.qmail@web53408.mail.yahoo.com> References: <20040812131348.46592.qmail@web53408.mail.yahoo.com> 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: freebsd-questions@freebsd.org Subject: Re: p5-Class-DBI update broken X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Aug 2004 14:37:05 -0000 On Thu, 12 Aug 2004 06:13:48 -0700 (PDT) Your Name wrote: > i just updated my Ports tree, and among other things > there was an update to the p5-Class-DBI port. But i > can't portupgrade this; it's broken in an odd way: > > --- > ===> p5-Class-DBI-0.96_1 depends on file: > /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 > > --- > > However, File::Temp indeed there: > FreeBSD-CURRENT $ perl -e 'use File::Temp'; > FreeBSD-CURRENT $ > > i have re-installed perl-5.8.5, and run pkgdb -F; > neither fixes things. Is this my problem or the > port's? Its a ports thing. In the databases/p5-Class-DBI/Makefile it has: ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ for a dependency. Its not a "registered package" so portupgrade wants to install it; however, it can't because it exists as part of the perl-5.8.5 port. This has been fixed just a short while ago: http://www.freebsd.org/cgi/cvsweb.cgi/ports/databases/p5-Class-DBI/Makefile Allow time for the change to propagate to your cvsup server and then cvsup again. It should build okay. Best regards, Randy --