From owner-freebsd-arm@freebsd.org Sun Nov 29 18:24:56 2015 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 7419DA2279A for ; Sun, 29 Nov 2015 18:24:56 +0000 (UTC) (envelope-from fehrist@codeghar.com) Received: from mail-pa0-x242.google.com (mail-pa0-x242.google.com [IPv6:2607:f8b0:400e:c03::242]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3F6E61F0C for ; Sun, 29 Nov 2015 18:24:56 +0000 (UTC) (envelope-from fehrist@codeghar.com) Received: by pacfl14 with SMTP id fl14so22111813pac.1 for ; Sun, 29 Nov 2015 10:24:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=codeghar-com.20150623.gappssmtp.com; s=20150623; h=message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=2wR2EC2luWwzm27pWxuTwS1FV8IfV5u+Xkhd8sFDRGg=; b=PrgecsFZfte0t0/3SLfSSY/PgoIctgApEOOkx3Hf1XDkyL1ziJBURwbOgLq6XdbVX8 YHl10W1Ray5A0mbZt2IRuMAJm1grt6oLL6vkyPbQwNmvIjnfERVKvX+B97Bc8P3jd09A dOmWTWfITvynRLNLxKIPVx3vo4mDiJogT3GzxrfM6F8NmiJIpQRLFrPbQ1FRBjh6ptAD IKZqaYtidRpk9vsvhgQJtFdNcVv4oIvKQhmjzWIHoClpY9Ln6HwbdUfS6awICJCXrIxh gKKHHPWQlpJ5WSkWePBooAz2Jc5Pk8AFVXEXBdgcvCd5yGAHOhaNvQGgAq3DaVdNsvKh ZYzg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:reply-to:user-agent :mime-version:to:cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=2wR2EC2luWwzm27pWxuTwS1FV8IfV5u+Xkhd8sFDRGg=; b=NJRDZ8XHkGLKveaPNPgQf/qTSV/fvXozvSTjvZ1XX8XQgH3is194ZKGuRmtb0A06dc MGUroBbMB+gALARO9bUBylGnL4qtW2HdDQ/zYQ/WeFLA54NdTDmq5MiwPEBJAciYGl/A qC3iRMV4fKFhECPhrgaqq821v/yxqhmppjB40SttKP1/ge2yaXSc5raU/PRpaLhqDk5Y EW6lbYQAiEoQpnTICLgWitPGxK4tXeXZrS+pVh5J48NQSv7VR69z/soss69lI3+HASgq EadL5Qi6fmaW+GmC2cnbSxTtmyOig7fEfvLgDlqr6PSXVTYm9YsqGg4gMhEMPadIoKnr 8bMQ== X-Gm-Message-State: ALoCoQkt33vRSZCke27Ix5PltZTOPj2rX1eoEJL/9JUEu2U7crCT/MfwJdn1SBZokYvERW/4JTyg X-Received: by 10.98.2.210 with SMTP id 201mr63892258pfc.129.1448821495769; Sun, 29 Nov 2015 10:24:55 -0800 (PST) Received: from heer.internal.jugni.xyz ([2601:600:8300:45b:60d4:7ea3:327c:71ad]) by smtp.googlemail.com with ESMTPSA id wh10sm46837861pab.2.2015.11.29.10.24.55 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 29 Nov 2015 10:24:55 -0800 (PST) Message-ID: <565B42F6.2080805@codeghar.com> Date: Sun, 29 Nov 2015 10:24:54 -0800 From: Hamza Sheikh Reply-To: fehrist@codeghar.com User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: freebsd-arm CC: Tim Kientzle Subject: Re: make buildworld failed on Raspberry Pi 2 - "instruction requires: armv6t2" References: <56555273.403@codeghar.com> <5658A76C.1010502@codeghar.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Nov 2015 18:24:56 -0000 > Try with an empty /etc/make.conf and let us know if that fixes it. > > If it builds correctly with an empty /etc/make.conf, you can try commenting out single lines here and see which one is the problem. I removed the line `CPUTYPE?=native` from /etc/make.conf and `make buildworld` completed successfully. Thanks for the tip! I have updated the bug report as well. > P.S. What is RaspBSD? From raspbsd.org: "RaspBSD is a image of FreeBSD 11 that is preconfigured in two different images for Raspberry Pi Computers (and more soon)." -- Hamza Sheikh Twitter: @aikchar