From owner-freebsd-arm@freebsd.org Mon Nov 6 18:29:34 2017 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 28243E646E9 for ; Mon, 6 Nov 2017 18:29:34 +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 EDAFA7E044; Mon, 6 Nov 2017 18:29:33 +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 vA6ITejc086152 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 6 Nov 2017 10:29:41 -0800 (PST) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id vA6ITd8E086151; Mon, 6 Nov 2017 10:29:39 -0800 (PST) (envelope-from fbsd) Date: Mon, 6 Nov 2017 10:29:39 -0800 From: bob prohaska To: John Baldwin Cc: freebsd-arm@freebsd.org, Ian Lepore , bob prohaska Subject: Re: Difficulty with armv6 to v7 transition. Message-ID: <20171106182939.GA86084@www.zefox.net> References: <20171009175216.GA52497@www.zefox.net> <1507573171.84167.9.camel@freebsd.org> <7865090.pGrJhPWvLa@ralph.baldwin.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7865090.pGrJhPWvLa@ralph.baldwin.cx> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Nov 2017 18:29:34 -0000 On Tue, Oct 10, 2017 at 06:52:22AM -0700, John Baldwin wrote: > > So the workaround needs to be updated to include WITHOUT_SYSTEM_COMPILER=yes > then? > > -- > John Baldwin Using WITHOUT_SYSTEM_COMPILER=yes allowed buildworld to complete, although there have been irreproducible successes in the past, so I can't be sure it was the decisive adjustment. Chance has played a role in the past. In any case uname -a now reports FreeBSD www.zefox.com 12.0-CURRENT FreeBSD 12.0-CURRENT #1 r325420: Mon Nov 6 07:27:29 PST 2017 bob@www.zefox.com:/usr/obj/usr/src/arm.armv7/sys/RPI2 arm and uname -p reports armv7 which is vast progress. Sources are updated and world is building now. Thanks _very_ much for your help! bob prohaska