From owner-freebsd-questions@freebsd.org Fri Jul 3 00:50:10 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18FB7993962 for ; Fri, 3 Jul 2015 00:50:10 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id BF6AA2B1E for ; Fri, 3 Jul 2015 00:50:09 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id t630o7gQ037275 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 2 Jul 2015 18:50:07 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id t630o7It037272; Thu, 2 Jul 2015 18:50:07 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Thu, 2 Jul 2015 18:50:07 -0600 (MDT) From: Warren Block To: "William F. Dudley Jr." cc: freebsd-questions@freebsd.org Subject: Re: portmaster -af fails due to dead port - HELP In-Reply-To: <5595D5BC.7050305@gmail.com> Message-ID: References: <20150702195510.GA2863@oslo.ath.cx> <20150702214604.GC2863@oslo.ath.cx> <5595D5BC.7050305@gmail.com> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Thu, 02 Jul 2015 18:50:07 -0600 (MDT) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 00:50:10 -0000 On Thu, 2 Jul 2015, William F. Dudley Jr. wrote: > So, this happened: > > prompt> portmaster -af -x arj -x faad2 -x libutempter -x ruby -x tcl > > (lots of output deleted) > > ===>>> Returning to update check of installed ports > > ===>>> No origin available for tcl~pkg-renamed~9E62-8.4.19_3,1 > > > ===>>> Cannot continue > ===>>> Aborting update > > SO I try to delete the package. > I'd already tried "pkg delete tcl" and gotten "Package(s) not found!", so now > this: > > prompt> pkg delete tcl~pkg-renamed~9E62-8.4.19_3,1 > Checking integrity... done (0 conflicting) > Package(s) not found! > > So portmaster is complaining about tcl, but tcl isn't installed, and -x > doesn't work either. > > How do I get past this monster? Please do not top-post, it makes replying more difficult. Tildes are special characters in the shell, so try it again, but use single ticks to prevent the shell from expanding the filename: pkg delete 'tcl~pkg-renamed~9E62-8.4.19_3,1'