From owner-freebsd-ports@freebsd.org Thu Nov 23 07:01:47 2017 Return-Path: Delivered-To: freebsd-ports@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 C177FDE1367 for ; Thu, 23 Nov 2017 07:01:47 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id AB7A97F810 for ; Thu, 23 Nov 2017 07:01:47 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: by mailman.ysv.freebsd.org (Postfix) id AAE74DE1365; Thu, 23 Nov 2017 07:01:47 +0000 (UTC) Delivered-To: ports@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 AA75ADE1364; Thu, 23 Nov 2017 07:01:47 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [69.239.235.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "www.zefox.org", Issuer "www.zefox.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 852AB7F80F; Thu, 23 Nov 2017 07:01:47 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.15.2/8.15.2) with ESMTPS id vAN71rSV065132 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 22 Nov 2017 23:01:54 -0800 (PST) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id vAN71qg0065130; Wed, 22 Nov 2017 23:01:53 -0800 (PST) (envelope-from fbsd) Date: Wed, 22 Nov 2017 23:01:52 -0800 From: bob prohaska To: Chris H Cc: "ports@freebsd.org>" , freebsd-arm@freebsd.org, Kevin Oberman Subject: Re: Dependencies satisfied, build stops anyway. Message-ID: <20171123070152.GB64807@www.zefox.net> References: <20171123051228.GA64807@www.zefox.net> <2ab2735988a2d2dee23f00834dee872b@udns.ultimatedns.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2ab2735988a2d2dee23f00834dee872b@udns.ultimatedns.net> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Nov 2017 07:01:47 -0000 On Wed, Nov 22, 2017 at 09:23:56PM -0800, Chris H wrote: > I think you might have been better off going with the suggested > cd /offending/port > make deinstall > make reinstall > > The choice to pollute your environment with FORCE_PKG_REGISTER > will simply compound the problem you're already experiencing. :( > Just saying. > > In the end, you're probably going need to decide on a revision, > and check it out for both src && ports. Then perform a fresh > build(world/kernel) && install world/kernel. Else you'll be > fighting this and other woes for eternity. > This is slightly surprising; I know world and kernel need to match fairly closely, but I thought ports could be at least somewhat (days, weeks, possibly months) out of sync, depending on their complexity and what they depend on. > I'm only saying all this in an effort to help. :) > > All the best, and best of luck. :) > I very much appreciate your counsel. This host is essentially expendable, used only to rehearse procedures to be employed on machines whose functions are of some (small) value. bob prohaska