From owner-freebsd-ports@FreeBSD.ORG Sun May 13 02:54:17 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 53ADB106564A for ; Sun, 13 May 2012 02:54:17 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 0A9538FC0A for ; Sun, 13 May 2012 02:54:16 +0000 (UTC) Received: from mr16.lnh.mail.rcn.net ([207.172.157.36]) by smtp02.lnh.mail.rcn.net with ESMTP; 12 May 2012 22:54:16 -0400 Received: from smtp04.lnh.mail.rcn.net (smtp04.lnh.mail.rcn.net [207.172.157.104]) by mr16.lnh.mail.rcn.net (MOS 4.3.4-GA) with ESMTP id BTD93605; Sat, 12 May 2012 22:54:15 -0400 Received: from 209-6-86-84.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.86.84]) by smtp04.lnh.mail.rcn.net with ESMTP; 12 May 2012 22:54:15 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <20399.8791.158452.294043@jerusalem.litteratus.org> Date: Sat, 12 May 2012 22:54:15 -0400 To: Stephen Montgomery-Smith In-Reply-To: <4FAF0BEA.9040408@missouri.edu> References: <20398.43728.425481.287491@jerusalem.litteratus.org> <4FAEF150.5070202@missouri.edu> <4FAEF2E0.50806@missouri.edu> <20120513010619.GA6515@DataIX.net> <4FAF0BEA.9040408@missouri.edu> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr16.lnh.mail.rcn.net) Cc: ports@freebsd.org, Robert Huff Subject: Re: problem running pkg_delete X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2012 02:54:17 -0000 Stephen Montgomery-Smith writes: > > You would probably get the same message from: > > mkdir /var/db/pkg/Source > > pkg_delete Source > > > > Try it out! > > I did think of this. But this creates the error message: > > pkg_delete: the package info for package 'Source' is corrupt (use -f to > force removal) > > and is generated from within pkg_do in > /usr/src/usr.sbin/pkg_install/delete/perform.c > > This has the additional part to the message "(use -f to force > removal)" which the OP did not report. And if you look at the > source, you will see that it has to have some kind of additional > message, the other possibility being "(but I'll delete it > anyway)". But maybe the OP forgot to report this. No, they didn't. Robert Huff