From owner-freebsd-questions Wed Jun 6 7:30:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from core.usrlib.org (CC2-861.charter-stl.com [24.217.115.99]) by hub.freebsd.org (Postfix) with ESMTP id C4F5F37B405 for ; Wed, 6 Jun 2001 07:30:53 -0700 (PDT) (envelope-from ajh3@core.usrlib.org) Received: by core.usrlib.org (Postfix, from userid 1001) id 49CC1A875; Wed, 6 Jun 2001 09:29:39 -0500 (CDT) Date: Wed, 6 Jun 2001 09:29:39 -0500 From: Andrew Hesford To: Joel Dinel Cc: freebsd-questions@freebsd.org Subject: Re: pkg_delete error message Message-ID: <20010606092939.B31519@core.usrlib.org> References: <20010606102751.A4866@dinjo.touchtunes.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010606102751.A4866@dinjo.touchtunes.com>; from dinjo@touchtunes.com on Wed, Jun 06, 2001 at 10:27:51AM -0400 X-Loop: Andrew Hesford Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Jun 06, 2001 at 10:27:51AM -0400, Joel Dinel wrote: > When removing a port today (portupgrade), I ran into this : > > pkg_delete: couldn't open dependency file > `/var/db/pkg/ruby-1.6.4/+REQUIRED_BY' > > I get a similar error message when removing/upgrading a lot of ports as > well, but nothing's broken. This appeared about a month ago, and I can't > see what could've caused this. When checking in /var/db/pkg, there's > effectively no 'ruby-1.6.4' folder. > > How can I 'fix' this? > > -- > Joel Dinel > TouchTunes Digital Jukebox, Inc. This means you don't have ruby-1.6.4 installed. Maybe you self-installed ruby, or installed an older version? When you update the ports tree, all subsequent builds from it will expect current package versions, although the builds won't stop if you have older dependencies. This is a safety feature to save you from having to rebuild everything whenever you want to build one thing. Either ignore the messages, because they mean nothing, or install the version of ruby that is asked for. -- Andrew Hesford ajh3@usrlib.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message