From owner-freebsd-arm@freebsd.org Thu May 26 02:17:30 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 3228BB4A495 for ; Thu, 26 May 2016 02:17:30 +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 EBCC211DB; Thu, 26 May 2016 02:17:29 +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 u4Q2HMtv064869 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 25 May 2016 19:17:23 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id u4Q2HMtQ064868; Wed, 25 May 2016 19:17:22 -0700 (PDT) (envelope-from fbsd) Date: Wed, 25 May 2016 19:17:21 -0700 From: bob prohaska To: Warner Losh Cc: "freebsd-arm@FreeBSD.org" , Ian Lepore Subject: Re: Confirmed update procedure for a self-hosted armv6hf system Message-ID: <20160526021721.GG52783@www.zefox.net> References: <1463976239.1180.406.camel@freebsd.org> <20160523215248.GA52783@www.zefox.net> <1464055880.1180.433.camel@freebsd.org> <20160524024027.GB52783@www.zefox.net> <1464058197.1180.439.camel@freebsd.org> <20160524031855.GC52783@www.zefox.net> <1464060955.1180.441.camel@freebsd.org> <20160524043635.GD52783@www.zefox.net> <20160525003308.GF52783@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160525003308.GF52783@www.zefox.net> 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: Thu, 26 May 2016 02:17:30 -0000 On Tue, May 24, 2016 at 05:33:08PM -0700, bob prohaska wrote: > > Make installkernel worked after setting the environment variables > and seems to work: > root@www:~ # uname -a > FreeBSD www.zefox.com 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r300438M: Mon May 23 15:26:07 PDT 2016 root@www.zefox.com:/usr/obj/usr/src/sys/RPI2 arm > root@www:~ # uname -p > armv6 > > Now to see if installworld will play nicely after setting the same > environment variables....no luck, error looks similar: > > > The only think I can think of now is to update sources again and start over, > in the hope something will clean up either in the sources or the Makefiles. > The new kernel _was_ able to finish a fresh build/install cycle followed by a successful reboot, no special build flags needed. It's now remaking 300699 so it seems over the hump. Thanks to everybody for your patience and guidance. bob prohaska