From owner-freebsd-questions@freebsd.org Thu Jul 2 21:46:06 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 B618499272F for ; Thu, 2 Jul 2015 21:46:06 +0000 (UTC) (envelope-from herbert@oslo.ath.cx) Received: from oslo.ath.cx (oslo.ath.cx [IPv6:2a01:4f8:200:42e4::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "oslo.ath.cx", Issuer "oslo.ath.cx" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 2FFD814D9 for ; Thu, 2 Jul 2015 21:46:06 +0000 (UTC) (envelope-from herbert@oslo.ath.cx) Received: by oslo.ath.cx (OpenSMTPD) with ESMTP id 9a255eb8 for ; Thu, 2 Jul 2015 23:46:04 +0200 (CEST) Date: Thu, 2 Jul 2015 23:46:04 +0200 From: "Herbert J. Skuhra" To: freebsd-questions@freebsd.org Subject: Re: portmaster -af fails due to dead port - HELP Message-ID: <20150702214604.GC2863@oslo.ath.cx> References: <20150702195510.GA2863@oslo.ath.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23+95 (3bbb1f569eb1) (2014-03-12) 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: Thu, 02 Jul 2015 21:46:06 -0000 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! -- Herbert