From owner-freebsd-questions@FreeBSD.ORG Fri Apr 17 18:34:16 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 BEA1010656D6 for ; Fri, 17 Apr 2009 18:34:16 +0000 (UTC) (envelope-from kstewart@owt.com) Received: from smtp.owt.com (smtp.owt.com [64.146.239.50]) by mx1.freebsd.org (Postfix) with ESMTP id 8C3148FC1B for ; Fri, 17 Apr 2009 18:34:16 +0000 (UTC) (envelope-from kstewart@owt.com) Received: from kstewart2.owt.com (kstewart2.owt.com [64.146.237.228]) (authenticated bits=0) by smtp.owt.com (8.13.8/8.13.8) with ESMTP id n3HIYFkc011381; Fri, 17 Apr 2009 11:34:15 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=owt.com; s=default; t=1239993255; bh=a8h23NeY7LqDUUAvrv41DN4gPY7ERbw4GOpNqRjzbBs=; h=From:To:Subject:Date:Cc:References:In-Reply-To:MIME-Version: Content-Type:Content-Transfer-Encoding:Message-Id; b=hOejn+B5eq/Gp tqSu0cb3xRleilJFS7rec3q7OlwpLUH5BTClk3GEcVPhTU+PE+hflqzix03127BX/Fb 0eoLaV5aTPorxERyDf9V9ccviwFQmQCvQBypnDzBslA84aNtxjjRTNeNrWtvlVWLaDF V5/Yb+jL6agI2Viv6x0Hfc4o= From: Kent Stewart To: freebsd-questions@freebsd.org Date: Fri, 17 Apr 2009 11:34:14 -0700 User-Agent: KMail/1.9.10 References: <49E86CFE.6060408@gmail.com> In-Reply-To: <49E86CFE.6060408@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200904171134.14321.kstewart@owt.com> Cc: Brent Clark 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 18:34:19 -0000 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 > > I even went to ~/.cpan/build/IO-stringy-2.110-SFns8F/ and ran > # make uninstall > > and this is that I got. > > Uninstall is unsafe and deprecated, the uninstallation was not performed. > We will show what would have been done. > > unlink /usr/local/lib/perl5/5.8.9/man/man3/IO::AtomicFile.3 > unlink /usr/local/lib/perl5/5.8.9/man/man3/IO::InnerFile.3 > unlink /usr/local/lib/perl5/5.8.9/man/man3/IO::Lines.3 > unlink /usr/local/lib/perl5/5.8.9/man/man3/IO::Scalar.3 > unlink /usr/local/lib/perl5/5.8.9/man/man3/IO::ScalarArray.3 > unlink /usr/local/lib/perl5/5.8.9/man/man3/IO::Stringy.3 > unlink /usr/local/lib/perl5/5.8.9/man/man3/IO::Wrap.3 > unlink /usr/local/lib/perl5/5.8.9/man/man3/IO::WrapTie.3 > unlink /usr/local/lib/perl5/site_perl/5.8.9/IO/AtomicFile.pm > unlink /usr/local/lib/perl5/site_perl/5.8.9/IO/InnerFile.pm > unlink /usr/local/lib/perl5/site_perl/5.8.9/IO/Lines.pm > unlink /usr/local/lib/perl5/site_perl/5.8.9/IO/Scalar.pm > unlink /usr/local/lib/perl5/site_perl/5.8.9/IO/ScalarArray.pm > unlink /usr/local/lib/perl5/site_perl/5.8.9/IO/Stringy.pm > unlink /usr/local/lib/perl5/site_perl/5.8.9/IO/Wrap.pm > unlink /usr/local/lib/perl5/site_perl/5.8.9/IO/WrapTie.pm > unlink /usr/local/lib/perl5/site_perl/5.8.9/mach/auto/IO/Stringy/.packlist > > Uninstall is unsafe and deprecated, the uninstallation was not performed. > Please check the list above carefully, there may be errors. > Remove the appropriate files manually. > Sorry for the inconvenience. > > ------------------------------ > > If anyone can assist, I would be most grateful. If you used the port, it is p5-IO-stringy-2.110. However, if you added it outside of the port system, I think you are own your own. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html