From owner-freebsd-questions@FreeBSD.ORG Sun Mar 30 22:24:40 2008 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 6480A106566C for ; Sun, 30 Mar 2008 22:24:40 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [199.26.172.34]) by mx1.freebsd.org (Postfix) with ESMTP id 3410F8FC1B for ; Sun, 30 Mar 2008 22:24:40 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id m2UMOdqn017745 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 30 Mar 2008 15:24:39 -0700 (PDT) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id m2UMOdt2017744; Sun, 30 Mar 2008 15:24:39 -0700 (PDT) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA16832; Sun, 30 Mar 08 14:23:40 PST Date: Sun, 30 Mar 2008 15:22:56 -0700 From: perryh@pluto.rain.com To: kris@freebsd.org Message-Id: <47f012c0.vaeX6y/Ut1gA9Lko%perryh@pluto.rain.com> References: <47ef4464.8hmxyx8owvB7UAFk%perryh@pluto.rain.com> <47EF83E2.2000400@FreeBSD.org> In-Reply-To: <47EF83E2.2000400@FreeBSD.org> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: pkg_add goofiness in 7.0 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: Sun, 30 Mar 2008 22:24:40 -0000 > > [trying to install linuxdoc-1.1_1.tbz] it gave me some > > sort of error about an unbalanced add operation. (I didn't try > > to copy down all the details, figuring instead to retry with a > > script(1) active so as to capture them.) Upon that retry, it now > > tells me that the package is already installed, even though the > > prior attempt failed. > > ... > > # ls -l linuxdoc* > > -r--r--r-- 1 root wheel 9156 Feb 24 08:18 linuxdoc-1.1_1.tbz > > # pkg_add -Kv linuxdoc* > > Requested space: 36624 bytes, free space: 774981632 bytes in /var/tmp/instmp.3DBbHN > > pkg_add: package 'linuxdoc-1.1_1' or its older version already installed > > pkg_add: 1 package addition(s) failed > > No idea, you'll have to recreate the failure and show us. Which failure are you referring to? The original one with the unbalanced add message, or the new one where it claims the package is already installed even though the previous installation reportedly failed? I can recreate the second one any number of times, but absent some specific suggestion it's not going to produce any more output than shown above. (I'm already specifying -v.) Short of wiping the drive and starting completely over, I have no idea how to go about reproducing the original failure without first fixing the newer one.