From owner-freebsd-questions@FreeBSD.ORG Wed Jun 11 15:52:07 2003 Return-Path: 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 DF51137B401 for ; Wed, 11 Jun 2003 15:52:07 -0700 (PDT) Received: from tchoubou.scientiae.net (scientiae.net [62.4.18.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5D9043FAF for ; Wed, 11 Jun 2003 15:52:05 -0700 (PDT) (envelope-from viny@scientiae.net) Received: from tchoubou.scientiae.net (localhost.scientiae.net [127.0.0.1]) h5BMvi67082220 for ; Thu, 12 Jun 2003 00:57:44 +0200 (CEST) (envelope-from viny@scientiae.net) Received: (from viny@localhost) by tchoubou.scientiae.net (8.12.9/8.12.9/Submit) id h5BMviET082219 for freebsd-questions@freebsd.org; Thu, 12 Jun 2003 00:57:44 +0200 (CEST) Date: Thu, 12 Jun 2003 00:57:44 +0200 From: Viny To: FREEBSD-questions Message-ID: <20030611225744.GA73818@tchoubou.scientiae.net> References: <20030611195110.GA48453@tchoubou.scientiae.net> <16103.41594.620810.565966@jerusalem.litteratus.org> <20030611220202.GA49242@tchoubou.scientiae.net> <1055370741.76284.22.camel@klamath.ankon.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1055370741.76284.22.camel@klamath.ankon.homeip.net> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 4.8-STABLE i386 X-Spam-Status: No, hits=-4.5 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_MUTT version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) Subject: Re: Pkgdb corrupted : doesn't recognized installed ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2003 22:52:08 -0000 On Thu, Jun 12, 2003 at 12:32:22AM +0200 or thereabouts, Andreas Kohn may have written : > Depending on the amount of missing ports, and the contents of > lost+found, you might be able to move the missing files to their correct > position. (I used a perl script to unconditionally do that, since > _nothing_ was in /var/db/pkg =) ) Well... The only lost+found that I have is in /home... So it seems I have to find another way =) I've just checked : only three of the busted ports have been updated. So, using cvsweb, retrieving {Makefile,distinfo,pkg-plist} for these three ports and rebuilding all the busted ports (8 altogether), I will slowly but surely reach my goal... Well... I hope so ;)