Date: Mon, 07 Oct 2002 16:09:35 -0700 From: "Kevin Oberman" <oberman@es.net> To: Chip Wiegand <chip@wiegand.org> Cc: Questions FreeBSD <questions@FreeBSD.ORG> Subject: Re: portupgrade freetype2 problem Message-ID: <20021007230935.7F8385D06@ptavv.es.net> In-Reply-To: Your message of "07 Oct 2002 16:01:35 PDT." <1034031695.183.1.camel@chip.wiegand.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> From: Chip Wiegand <chip@wiegand.org> > Date: 07 Oct 2002 16:01:35 -0700 > Sender: owner-freebsd-questions@FreeBSD.ORG > > I am trying to use portupgrade to upgrade freetype2 but am getting this > error: > > chip# portupgrade freetype2 > [Updating the pkgdb <format:bdb1_btree> in /var/db/pkg ... - 214 > packages found (-0 +1) . done] > ---> Skipping 'print/freetype2' (freetype2-2.1.1) which has already > been ignored > ** The following packages were not installed or upgraded (*:skipped / > !:failed) > * print/freetype2 (freetype2-2.1.1) > > What do I have to do to fix this? Try "portversion -v | grep freetype2" I suspect that two versions are installed. You can "fix" this in two ways. (The first is really a work-around.) 1. Run pkgdb -F and delete the old port when asked. This only deleted the port from the database. It does not delete any files. 2. pkg_delete -f freetype2-\* portinstall freetype2 The second method insures that everything is completely clean while the former may leave some old cruft around. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021007230935.7F8385D06>