From owner-freebsd-arm@freebsd.org Mon Aug 15 22:13:53 2016 Return-Path: Delivered-To: freebsd-arm@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 D031BBB90A5 for ; Mon, 15 Aug 2016 22:13:53 +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 530CC198A for ; Mon, 15 Aug 2016 22:13:53 +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 u7FMCHpC086421 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 15 Aug 2016 15:12:18 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id u7FMCHNf086420; Mon, 15 Aug 2016 15:12:17 -0700 (PDT) (envelope-from fbsd) Date: Mon, 15 Aug 2016 15:12:17 -0700 From: bob prohaska To: Toby Cc: freebsd-arm@freebsd.org, bob prohaska Subject: Re: Updating RPI2 from 11-CURRENT to RELENG_11 Message-ID: <20160815221216.GA43432@www.zefox.net> References: <57AF7917.5030407@fsck.ch> <57B20D96.4020303@fsck.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <57B20D96.4020303@fsck.ch> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2016 22:13:53 -0000 On Mon, Aug 15, 2016 at 08:44:38PM +0200, Toby wrote: > Thanks for the explanation. My buildworld is now done and I'll update > the packages > over the next few days. > When I worked through the soft-to-hardfloat transition (some months ago) it seemed that softfloat libraries in /usr/local/lib were not recognized as such, causing many port builds to fail at the linking stage. My simpleminded fix was to figure out what generated each library and re-make that, but the process got very tedious. I wasn't brave enough to simply remove (or rename) /usr/local/lib, thinking at each occurrence "This _has_ to be the last one!" but in the end a better method would have been worth considerable effort. hth, bob prohaska