From owner-freebsd-questions@FreeBSD.ORG Sat May 19 10:05:27 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C544E1065692 for ; Sat, 19 May 2012 10:05:27 +0000 (UTC) (envelope-from eam1edward@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 59EAD8FC0C for ; Sat, 19 May 2012 10:05:27 +0000 (UTC) Received: by pbbro2 with SMTP id ro2so5402534pbb.13 for ; Sat, 19 May 2012 03:05:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=HUvpzGlWnv2dkrtD6z3s3KdKdiGWu0YD6RTJD4dPbA0=; b=o9rAVJGZQUCadKRqVYY4+Q4POJSI75snCxH8Fs3bbH7Tr+YXXXeQKp0d8KpQDaZWCv VKavu01cR1F6JFQc1Y4i7X8gXs46vnqnsFr+LJeo2iHr7K5s4AdPP9a4DfnZIGWylzFy HNZaqK3j64XIwl0EDUzjcfBKEClDyA1HUBv2P6I1d52GS8sOXxmKo0fVF7FXIXKpQwaQ O5UU88hG4rSfTD2dIlTkdRf/o0n/cISUhqmC/Gusurb+flYZbZxRh7fBh96eii4rRI6l J8rcHPViiJOXJynMZVIarxj54QOGNl6HM+Y2y1xA4kfC5ZXR2NDEkhYfmRTcgXZ2e20w /iuA== Received: by 10.68.233.165 with SMTP id tx5mr733274pbc.11.1337421926936; Sat, 19 May 2012 03:05:26 -0700 (PDT) Received: from localhost.localdomain ([174.134.109.226]) by mx.google.com with ESMTPS id pe2sm6343867pbc.59.2012.05.19.03.05.25 (version=SSLv3 cipher=OTHER); Sat, 19 May 2012 03:05:26 -0700 (PDT) Message-ID: <4FB771BE.4030909@gmail.com> Date: Sat, 19 May 2012 03:11:10 -0700 From: Edward M User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20120518211704.3ad0afe3@gmail.com> In-Reply-To: <20120518211704.3ad0afe3@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: buildworld problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2012 10:05:27 -0000 On 05/18/2012 09:17 PM, Andriy Babiy wrote: > Makefile.inc1", line 160: CPUTYPE global should be set with ?= I think the problem is the wrong cpu type define. . I took a glance at the code in the makefile.inc1 to see what would set that error off and i found this in the makefile.inc1 if cpu type does not equal target_cputype then throw that error. .if ${_CPUTYPE} != ${_TARGET_CPUTYPE} .error CPUTYPE global should be set with ?=.