Date: Sat, 19 May 2012 11:18:37 -0500 From: CyberLeo Kitsana <cyberleo@cyberleo.net> To: Andriy Babiy <AndriyBabiy@telus.net> Cc: freebsd-questions@freebsd.org Subject: Re: buildworld problem Message-ID: <4FB7C7DD.5060906@cyberleo.net> In-Reply-To: <20120519012919.42724cb4@telus.net> References: <20120518211704.3ad0afe3@gmail.com> <4FB74053.8090602@gmail.com> <20120519012919.42724cb4@telus.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 05/19/2012 03:29 AM, Andriy Babiy wrote: >>> "Makefile.inc1", line 160: CPUTYPE global should be set with ?=. ... > In make.conf I have CPUTYPE=nocona As it says, you need CPUTYPE?=nocona instead of CPUTYPE=nocona in /etc/make.conf or /etc/src.conf; otherwise the build process chokes while building the 32-bit compatibility stuff, since it cannot override your 64-bit CPU selection with a 32-bit one. -- Fuzzy love, -CyberLeo Technical Administrator CyberLeo.Net Webhosting http://www.CyberLeo.Net <CyberLeo@CyberLeo.Net> Furry Peace! - http://wwww.fur.com/peace/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4FB7C7DD.5060906>