From owner-freebsd-questions@freebsd.org Fri Jul 3 00:22:23 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 AAF91993647 for ; Fri, 3 Jul 2015 00:22:23 +0000 (UTC) (envelope-from wfdudley@gmail.com) Received: from mail-yk0-x229.google.com (mail-yk0-x229.google.com [IPv6:2607:f8b0:4002:c07::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 623A62405 for ; Fri, 3 Jul 2015 00:22:23 +0000 (UTC) (envelope-from wfdudley@gmail.com) Received: by ykdy1 with SMTP id y1so83308748ykd.2 for ; Thu, 02 Jul 2015 17:22:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=1hnn8HjetNMptO9UEsFCozNuXxOeO9RV75ZcpRHj/TY=; b=f6Fy4XV+tsf1JUc2MY5hx3T8gPz3RKNdwA9ITw06TiElspW8upUpj2qOC7sENxwhQa TWm8As9LL3vBQ4v20IZJyANMVIfvLBscItwWFo7HwccAulhMZnC4tsO/Dp7xVqZfPHfy eLe/2YXA7mDjTRvcmJCX0kKcr0GKhUpcoEzQlevlE5e4YoMI/mk75abU7/w45dSeG6/4 AP0BQqO9CWEEkBML4c134BmMOBqzWRK6/k2l7mME5mqhO+x0SkW19DoGGDwEbSBUkmSu SF5F80acmr6s0rYGYokKLabDTW3Uip0J0jWGgh9hFfcUESFRmi3TZRF/VT6igDXAlYcV +j0Q== X-Received: by 10.170.139.135 with SMTP id g129mr18943893ykc.75.1435882942391; Thu, 02 Jul 2015 17:22:22 -0700 (PDT) Received: from [192.168.27.26] (mail.casano.com. [98.109.205.15]) by mx.google.com with ESMTPSA id c6sm7276043ywe.12.2015.07.02.17.22.21 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 02 Jul 2015 17:22:21 -0700 (PDT) Message-ID: <5595D5BC.7050305@gmail.com> Date: Thu, 02 Jul 2015 20:22:20 -0400 From: "William F. Dudley Jr." User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: portmaster -af fails due to dead port - HELP References: <20150702195510.GA2863@oslo.ath.cx> <20150702214604.GC2863@oslo.ath.cx> In-Reply-To: <20150702214604.GC2863@oslo.ath.cx> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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:22:23 -0000 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? Thanks, Bill Dudley On 07/02/2015 05:46 PM, Herbert J. Skuhra wrote: > On Thu, Jul 02, 2015 at 05:20:19PM -0400, William Dudley wrote: >> That got me a lot further, but now the problem is this: >> >> ===>>> All >> arj-3.10.22_4 (61/61) >> >> ===>>> Currently installed version: arj-3.10.22_4 >> ===>>> Port directory: /usr/ports/archivers/arj >> >> ===>>> Launching 'make checksum' for archivers/arj in background >> ===>>> Gathering dependency list for archivers/arj from ports >> ===>>> Forcing update for /usr/ports/devel/autoconf >> ===>>> Launching child to reinstall autoconf~pkg-renamed~FEE5-2.69 >> >> ===>>> All >> arj-3.10.22_4 >> autoconf~pkg-renamed~FEE5-2.69 (62/62) >> >> ===>>> No valid installed port, or port directory given >> ===>>> Try portmaster --help >> >> >> ===>>> Update for autoconf~pkg-renamed~FEE5-2.69 failed >> ===>>> Aborting update >> >> ===>>> Update for arj-3.10.22_4 failed >> ===>>> Aborting update >> >> I don't understand if this is a problem with arj or autoconf, but I don't >> want to delete arj, because >> other packages depend on it, and I don't want to delete them. I tried "pkg >> lock arj" and that didn't >> seem to do anything, in that portmaster -af still wants to upgrade arj. > What's the output of 'pkg version -x autoconf'? Try to remove those > packages first and then run portmaster again! >