From owner-freebsd-questions@FreeBSD.ORG Wed Aug 29 10:47:51 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C31A316A421 for ; Wed, 29 Aug 2007 10:47:51 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by mx1.freebsd.org (Postfix) with ESMTP id 5C4DE13C458 for ; Wed, 29 Aug 2007 10:47:51 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so117598nfb for ; Wed, 29 Aug 2007 03:47:50 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=uCzjt7TVIF12IWPBVoP/a5xuRYxhRgZS2IX/3N6Tz5q4rhWAsaJ7JP1tQE4/18qXZQ384Gq/0ql3QQ6ov0p6s3k3qZUbDqRJyO48SHlRmC+6obhhbYzjCFaMM0cD8n3sXmAP+nRTtfT9csLoycG/j93hOcL4kThJJs8aIc9COdk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Zcq5s/jXBqlGCfZly6NNbiyOLzmSTL2jWCpUcNvOkNQ4l5i1i6Ozr0O+OLpHa7CcEAAS5j6vCQLv3NE8+aWSqCkJZIPftOxsHn8pr90bvPn4Uwa+ZOo3VgNsbllfvDPyUb6GQ8EgzXnY309M8zh6FwUsTYO5OEIkNIDe327qLQk= Received: by 10.82.105.13 with SMTP id d13mr444869buc.1188384469799; Wed, 29 Aug 2007 03:47:49 -0700 (PDT) Received: by 10.82.191.14 with HTTP; Wed, 29 Aug 2007 03:47:49 -0700 (PDT) Message-ID: <80f4f2b20708290347g233f6e8ds4c27733b8c8723bc@mail.gmail.com> Date: Wed, 29 Aug 2007 06:47:49 -0400 From: "Jim Stapleton" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: I was a dolt and killed my pkgdb X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Aug 2007 10:47:51 -0000 I was building a couple of packages, figured I'd do it while at work. I was using portupgrade, and accidentally hit enter before typing all the package paths. I quickly ctrl-c'ed to exit, forgetting that that should not be done while pkgdb is running. Now I get this error when I try to run pkgdb: [root@bombadil /usr/ports]# portupgrade -N editors/xemacs sysutils/screen www/lynx [Rebuilding the pkgdb in /var/db/pkg ... - 9 packages found (-0 +9) ......... done] [Gathering depends for editors/xemacs ............................................................................................................................................................................................................................................................................................................ done] [Gathering depends for sysutils/screen done] [Gathering depends for www/lynx .. done] It will check for dependancies for the packages I want to install, but it won't actually install them. I've tried: pkgdb -f pkgdb -af mv /var/db/pkgdb/pkgdb.db ~; pkgdb -af and always end up with the same build results. What is the next step? Thanks, -Jim Stapleton