From owner-freebsd-questions@FreeBSD.ORG Fri Apr 17 19:46:54 2009 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 7C0CE106566B for ; Fri, 17 Apr 2009 19:46:54 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 4C3E88FC1A for ; Fri, 17 Apr 2009 19:46:54 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from sarevok.dnr.servegame.org (gate.lan.rachie.is-a-geek.net [192.168.2.10]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 7806D7E818; Fri, 17 Apr 2009 11:46:52 -0800 (AKDT) From: Mel Flynn To: freebsd-questions@freebsd.org Date: Fri, 17 Apr 2009 21:46:47 +0200 User-Agent: KMail/1.11.0 (FreeBSD/8.0-CURRENT; KDE/4.2.2; i386; ; ) References: <49E86CFE.6060408@gmail.com> <200904171134.14321.kstewart@owt.com> In-Reply-To: <200904171134.14321.kstewart@owt.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200904172146.48524.mel.flynn+fbsd.questions@mailing.thruhere.net> Cc: Brent Clark , Kent Stewart Subject: Re: Struggling to remove package. 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: Fri, 17 Apr 2009 19:46:54 -0000 On Friday 17 April 2009 20:34:14 Kent Stewart wrote: > On Friday 17 April 2009 04:50:22 am Brent Clark wrote: > > Hiya > > > > I seem to be struggling with removing a perl bsdpan package. > > > > I tried: > > > > # pkg_delete bsdpan-IO-stringy-2.110 > > > > But I get > > > > pkg_delete: package 'bsdpan-IO-stringy-2.110' doesn't have a prefix No @cwd in +CONTENTS. You may be able fix this by simply adding the correct installation prefix to the +CONTENTS file. But there may be other problems. Please post the /var/db/pkg/bsdpan-IO-stringy-2.110/+CONTENTS file, so we can inspect it and possibly fix your issues. -- Mel