From owner-freebsd-questions Wed Sep 25 7:34:40 2002 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 D086837B401 for ; Wed, 25 Sep 2002 07:34:38 -0700 (PDT) Received: from wop21.wop.wtb.tue.nl (wop21.wop.wtb.tue.nl [131.155.56.216]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09AE743E4A for ; Wed, 25 Sep 2002 07:34:38 -0700 (PDT) (envelope-from karelj@wop21.wop.wtb.tue.nl) Received: from wop21.wop.wtb.tue.nl (localhost.wop.wtb.tue.nl [127.0.0.1]) by wop21.wop.wtb.tue.nl (8.12.6/8.12.6) with ESMTP id g8PEYZdF005940; Wed, 25 Sep 2002 16:34:35 +0200 (CEST) (envelope-from karelj@wop21.wop.wtb.tue.nl) Received: (from karelj@localhost) by wop21.wop.wtb.tue.nl (8.12.6/8.12.6/Submit) id g8PEYYtT005939; Wed, 25 Sep 2002 16:34:34 +0200 (CEST) Date: Wed, 25 Sep 2002 16:34:34 +0200 From: "Karel J. Bosschaart" To: Juan Francisco Rodriguez Hervella Cc: "Weston M. Price" , freebsd-questions@FreeBSD.ORG Subject: Re: Problems trying to upgrade linux_base Message-ID: <20020925143434.GB5796@wop21.wop.wtb.tue.nl> References: <3D91B925.7D755391@it.uc3m.es> <200209250924.55801.wmprice@direcway.com> <3D91C4F8.9ED13EB9@it.uc3m.es> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D91C4F8.9ED13EB9@it.uc3m.es> User-Agent: Mutt/1.4i 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, Sep 25, 2002 at 04:15:20PM +0200, Juan Francisco Rodriguez Hervella wrote: > "Weston M. Price" wrote: > > > > Have you tried doing a port upgrade? > > How do I do that ? > > I've tried "make upgrade", "make update" > but that doesn't do anything... > > > > > > Issue the following command > > > > pkg_version -v | egrep linux > > > > And see what the system tells you about the version of linux_base that you > > have installed. > > > > Weston > > > root@mira:/usr/ports/emulators/linux_base# pkg_version -v | egrep linux > linux_base-6.1 * multiple versions (index has > 7.1,6.1_1) > root@mira:/usr/ports/emulators/linux_base# > > Thanks. > Probably the 7.1 version has overwritten the 6.1 version. A harsh way to clean it up would be: pkg_delete linux_base-6.1_1 pkg_delete linux_base-7.1 This can cause a lot of warnings since it is likely that files of both packages are overlapping. Then, install linux_base again (which gives version 7.1). If you have other programs depending on linux_base, you would have to force deinstallation with -f. Fixing your ports database afterwards using pkgdb from the sysutils/portupgrade port is recommended. Karel. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message