Date: Fri, 20 Sep 2002 14:54:12 -0700 From: Adam Weinberger <adam@vectors.cx> To: Kevin Oberman <oberman@es.net> Cc: sroberts@dsl.pipex.com, FreeBSD Questions <freebsd-questions@FreeBSD.ORG>, knu@FreeBSD.ORG Subject: Re: portupgrade of portupgrade fails with "The port directory for 'sysutils/pkg_tarup' does not exist" Message-ID: <20020920215412.GZ208@vectors.cx> In-Reply-To: <20020920214957.684725D04@ptavv.es.net> References: <1032558121.98354.30.camel@Demon.vickiandstacey.com> <20020920214957.684725D04@ptavv.es.net>
next in thread | previous in thread | raw e-mail | index | archive | help
well, technically, all you need to do is pkg_deinstall -f pkg_tarup-\*, as that will remove the portupgrade dependency, which is only a stale leftover anyhow. you're correct that portupgrade won't handle stuff just disappearing, but that's what pkgdb -F is there for. pkgdb's Fixit mode is VERY powerful, but rather confusing to use. -Adam >> (09.20.2002 @ 1449 PST): Kevin Oberman said, in 0.7K: << > pkg_tarup is gone as a port. The easiest way to fix this is to: > 1. pkg_delete -f pkg_tarup-\* > 2. pkg_delete portupgrade -\* > 3. cd /usr/ports/sysutils/portupgrade > 4. make install clean > 5. pkgdb -F > > That should do the trick. portupgrade does not really handle the > removal of dependencies when the depended package simply goes away, > even when they are dependencies of portupgrade, itself. > > 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 > >> end of "Re: portupgrade of portupgrade fails with "The port directory for 'sysutils/pkg_tarup' does not exist"" from Kevin Oberman << -- "Oh good, my dog found the chainsaw." -Lilo, "Lilo & Stitch" Adam Weinberger adam@vectors.cx http://vectors.cx 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?20020920215412.GZ208>