From owner-freebsd-questions@FreeBSD.ORG Sun Mar 30 07:48:31 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 0BB49106564A for ; Sun, 30 Mar 2008 07:48:31 +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 E62768FC13 for ; Sun, 30 Mar 2008 07:48:30 +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 m2U7mUmM066403 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sun, 30 Mar 2008 00:48:30 -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 m2U7mUFO066402 for freebsd-questions@freebsd.org; Sun, 30 Mar 2008 00:48:30 -0700 (PDT) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA15116; Sat, 29 Mar 08 23:43:11 PST Date: Sun, 30 Mar 2008 00:42:28 -0700 From: perryh@pluto.rain.com To: freebsd-questions@freebsd.org Message-Id: <47ef4464.8hmxyx8owvB7UAFk%perryh@pluto.rain.com> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: 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 07:48:31 -0000 The first time I tried to add linuxdoc-1.1_1.tbz to a new-from-CD 7.0 installation, it complained about a missing dependency that was on the other CD. OK, I switched CDs and installed that, then switched back and retried linuxdoc-1.1_1.tbz, and 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. What is going on? # uname -a FreeBSD fbsd70.uucp 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 # 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