Date: Thu, 12 Aug 2004 10:36:37 -0400 From: Randy Pratt <rpratt1950@earthlink.net> To: Your Name <bg271828@yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: p5-Class-DBI update broken 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>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 12 Aug 2004 06:13:48 -0700 (PDT) Your Name <bg271828@yahoo.com> 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 --
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040812103637.64feda58.rpratt1950>