From owner-freebsd-arm@freebsd.org Wed Nov 25 06:17:24 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 B2EE6A364D9 for ; Wed, 25 Nov 2015 06:17:24 +0000 (UTC) (envelope-from fehrist@codeghar.com) Received: from mail-pa0-x244.google.com (mail-pa0-x244.google.com [IPv6:2607:f8b0:400e:c03::244]) (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 735A01998 for ; Wed, 25 Nov 2015 06:17:24 +0000 (UTC) (envelope-from fehrist@codeghar.com) Received: by padhk6 with SMTP id hk6so5746133pad.2 for ; Tue, 24 Nov 2015 22:17:24 -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:subject :content-type:content-transfer-encoding; bh=zUU5iyG4hDWp022ZxLZ0COKvS8xmAiqq1gvx+ZphByc=; b=eZJcloQQ4UCrQKMLITOcEMHjmiUC4WsLWGWAO+OgSt6Ebxh3KFw1tlfyWNy97mfSDu EuMX66jF6G9zq/Rur21OQ1YEl/ZPKILX1l+jBvCOPQr1W7MMzdugSGRHPzmydIakWJDz jFc2U2rZTEpPLDVD2H4MxP4dd6pu0woYKnwzrpVMUpoRrHH8Mic+OQTD8aWRL/RPa/n4 iWPY7ubjHGROUJ0S6IUBYJ2Tw4ZBifVSma/+7TV5vNnbbI4fKN7BEmxZP3nB3+zuaqCJ NqMhhCN/jtX7MrOeGxiSRHEWyx3vBW7VbDiUK0cXqO98UxLEU5VvzvU3LC69xDUMUV5e UWEA== 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:subject:content-type:content-transfer-encoding; bh=zUU5iyG4hDWp022ZxLZ0COKvS8xmAiqq1gvx+ZphByc=; b=CsFFu9gHz2uZCVoihykysiD92QlXY9mMFnu4YhpVTNkDi/sjbXTLkSDZuoOQMbViE1 apgmetBrwG8fgvNEo9dIxN4n/F1elrSZ9ECJ+tyXHG84Zo17PlUoVU65SaqLeZh+O1CO CnKz5hGkpUou3eCPUk5C5cbxDkX77Srw5nfE6r9EEcNVH3rmn8q3DoQNSs/vBfmsU15R xNzCUK1MBEEPsfIsFqmlSSu+fec2xVWIofJv+5HgLZgtvkCG0PgV0dskQocoi7ufbYBo qWYzEZWFT+EpHxdrPtzAzsPZbsFN5q62Du02Us5pBD8NE0PFyAd33PJci+Qdrm2NhZ7d a1Tw== X-Gm-Message-State: ALoCoQkbv8tdr6uoTscTKypcOVG9cgaVukrhfb0p2Kr98NckccLP2jZU5GQXEUKA8hX0cNCMIQpb X-Received: by 10.66.227.231 with SMTP id sd7mr49471371pac.60.1448432244073; Tue, 24 Nov 2015 22:17:24 -0800 (PST) Received: from heer.internal.jugni.xyz ([2601:600:8300:45b:6025:9aae:b648:813e]) by smtp.googlemail.com with ESMTPSA id 24sm18113949pfm.75.2015.11.24.22.17.23 for (version=TLSv1/SSLv3 cipher=OTHER); Tue, 24 Nov 2015 22:17:23 -0800 (PST) Message-ID: <56555273.403@codeghar.com> Date: Tue, 24 Nov 2015 22:17:23 -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@freebsd.org Subject: make buildworld failed on Raspberry Pi 2 - "instruction requires: armv6t2" Content-Type: text/plain; charset=UTF-8; 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: Wed, 25 Nov 2015 06:17:24 -0000 Is anyone else seeing a failure when `make buildworld` on RPi2 using RaspBSD? I have filed a bug[1] but wanted to get some community feedback if anyone found a workaround. [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204636 -- Hamza Sheikh Twitter: @aikchar