From owner-freebsd-current@freebsd.org Fri Sep 23 22:57:01 2016 Return-Path: Delivered-To: freebsd-current@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 4F00DBE8E5C for ; Fri, 23 Sep 2016 22:57:01 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward4j.cmail.yandex.net (forward4j.cmail.yandex.net [IPv6:2a02:6b8:0:1630::17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0F58BF82; Fri, 23 Sep 2016 22:57:01 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from smtp1h.mail.yandex.net (smtp1h.mail.yandex.net [84.201.187.144]) by forward4j.cmail.yandex.net (Yandex) with ESMTP id 08C5420CA3; Sat, 24 Sep 2016 01:56:57 +0300 (MSK) Received: from smtp1h.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp1h.mail.yandex.net (Yandex) with ESMTP id 4EB398C0DAE; Sat, 24 Sep 2016 01:56:55 +0300 (MSK) Received: by smtp1h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id Iz9zmEQHVf-utYe9Hiu; Sat, 24 Sep 2016 01:56:55 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) X-Yandex-Suid-Status: 1 0,1 0 Subject: Re: should aarch64 cross-build work at amd64? To: Glen Barber References: <85ef2f0d-a91b-5af2-eae1-b10edf194807@passap.ru> <20160923213905.GH33382@FreeBSD.org> <48389fc9-6223-92b0-7c1f-7b22a9225e73@passap.ru> <8a303787-ad31-2211-2e2a-59c691205964@passap.ru> <20160923221915.GI33382@FreeBSD.org> Cc: freebsd-current@freebsd.org From: Boris Samorodov Message-ID: <410887f8-f863-921f-a01a-6dcf07c8974f@passap.ru> Date: Sat, 24 Sep 2016 01:56:54 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20160923221915.GI33382@FreeBSD.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2016 22:57:01 -0000 24.09.2016 01:19, Glen Barber пишет: > On Sat, Sep 24, 2016 at 12:54:05AM +0300, Boris Samorodov wrote: >> 24.09.2016 00:44, Boris Samorodov пишет: >>> 24.09.2016 00:39, Glen Barber пишет: >>>> On Sat, Sep 24, 2016 at 12:35:30AM +0300, Boris Samorodov wrote: >>>>> make[1]: /poudriere/jails/HEAD-aarch64/usr/src/Makefile.inc1 line 177: >>>>> In-tree binutils does not support the aarch64 architecture. Install the >>>>> aarch64-binutils port or package or set CROSS_BINUTILS_PREFIX. >>>> >>>> These lines are relevant. >>> >>> Ops. Thank you. >> >> The error when aarch64-binutils are installed: >> ----- >> % sudo poudriere jail -c -j HEAD-aarch64 -a arm.aarch64 -v head -m >> svn+https -J 8 > > Try with 'arm64.aarch64'. Glen, you've made my day... well, night! It's compiling now. Thank you! -- WBR, bsam