From owner-freebsd-arm@freebsd.org Sat May 21 00:29:06 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 15E96B4499F for ; Sat, 21 May 2016 00:29:06 +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 9F9D11A6F; Sat, 21 May 2016 00:29:05 +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 u4L0T0M7041189 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 20 May 2016 17:29:01 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id u4L0T0VJ041188; Fri, 20 May 2016 17:29:00 -0700 (PDT) (envelope-from fbsd) Date: Fri, 20 May 2016 17:28:59 -0700 From: bob prohaska To: Ian Lepore Cc: freebsd-arm Subject: Re: upgrading arm6hf Message-ID: <20160521002859.GJ1049@www.zefox.net> References: <20160519232102.GF1049@www.zefox.net> <20160520021633.GG1049@www.zefox.net> <20160520065945.GH1049@www.zefox.net> <1463776364.1180.340.camel@freebsd.org> <20160520231622.GI1049@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160520231622.GI1049@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: Sat, 21 May 2016 00:29:06 -0000 Something is still amiss. First try at buildworld stopped with a missing object file/directory, so I cleaned out /usr/obj and tried again. The build stopped, this time wanting a TARGET_ARCH, prompting root@www:/usr/src # make -j6 buildworld TARGET_ARCH=armv6 > buildworld.log & [1] 3753 root@www:/usr/src # 1 error [1] Exit 2 make -j6 buildworld TARGET_ARCH=armv6 > buildworld.log root@www:/usr/src # tail *.log --- buildworld --- make[1]: "/usr/src/Makefile.inc1" line 266: To cross-build, set TARGET_ARCH. *** [buildworld] Error code 1 make: stopped in /usr/src Re-fetching Makefile and Makefil.inc1 seems to have no effect. The system wants a TARGET_ARCH, then seems to ignore it. Is there a syntax error in the buildworld command? Thanks for reading, bob prohaska On Fri, May 20, 2016 at 04:16:22PM -0700, bob prohaska wrote: > On Fri, May 20, 2016 at 02:32:44PM -0600, Ian Lepore wrote: > > On Thu, 2016-05-19 at 23:59 -0700, bob prohaska wrote: > > > Just did a reboot, uname -p reports > > > root@www:~ # uname -p > > > armv6hf > > > > > > > FYI, this just got fixed with Warner's r300324 commit. I think only > > your kernel needs rebuilding to make it right in userland too. > > > > -- Ian > > > Indeed, the kernel build completed with no special options, the install > required DESTIR=/ but that's all. Will the DESTDIR requirement persist? > > After reboot the system says it's at r300334M, uname -p reports armv6, > not armv6hf as before; is this expected? World and userland are now > very slightly out of sync, so the next step is to update and repeat > a complete OS build/install cycle. A few minutes into the process all > seems well. > > Thank you very much! > > bob prohaska > > _______________________________________________ > freebsd-arm@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org"