From owner-freebsd-testing@FreeBSD.ORG Fri Mar 20 01:23:45 2015 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 408AA8E2; Fri, 20 Mar 2015 01:23:45 +0000 (UTC) Received: from vps.hungerhost.com (vps.hungerhost.com [216.38.53.176]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1423D897; Fri, 20 Mar 2015 01:23:44 +0000 (UTC) Received: from em119-72-199-251.pool.e-mobile.ne.jp ([119.72.199.251]:51742 helo=[172.27.111.3]) by vps.hungerhost.com with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.82) (envelope-from ) id 1YYlf5-0006w4-6u; Thu, 19 Mar 2015 21:23:43 -0400 From: "George Neville-Neil" To: "Craig Rodrigues" Subject: Re: Jenkins builds for non X86 Date: Fri, 20 Mar 2015 10:23:40 +0900 Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Mailer: MailMate (1.9r5066) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vps.hungerhost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - neville-neil.com X-Get-Message-Sender-Via: vps.hungerhost.com: authenticated_id: gnn@neville-neil.com Cc: "freebsd-testing@freebsd.org" X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Mar 2015 01:23:45 -0000 On 20 Mar 2015, at 10:22, Craig Rodrigues wrote: > On Thu, Mar 19, 2015 at 6:14 PM, George Neville-Neil > wrote: > >> On 20 Mar 2015, at 5:53, Craig Rodrigues wrote: >> >> On Thu, Mar 19, 2015 at 1:42 AM, George Neville-Neil < >>> gnn@neville-neil.com> >>> wrote: >>> >>>> >>>> >>>> Remind me, do the Jenkins builds try to build non-X86 stuff? ARM? >>>> >>> >>> >>> At http://jenkins.freebsd.org we currently have: >>> >>> FreeBSD_HEAD_sparc64 -> builds sparc64 with existing gcc in base >>> >>> FreeBSD_HEAD_mip32_be >>> FreeBSD_HEAD_mips32_le >>> FreeBSD_HEAD_mips64_be >>> FreeBSD_HEAD_mips64_le >>> -> builds various mips >>> targets with existing gcc in base. >>> These are not running >>> every day. >>> >>> Nothing for ARM yet. >>> >>> >>> I set up this build: >>> FreeBSD_HEAD_external_toolchain_gcc >>> >>> but it is failing due to a bug in the FreeBSD Makefiles with respect to >>> setting --sysroot >>> https://lists.freebsd.org/pipermail/freebsd-toolchain/ >>> 2015-March/001458.html >>> >>> Is that something you can help with? >>> >>> Proper external toolchain support will be helpful for ARM, ARM64, etc. >>> >>> >> Warner (imp@) is working on this. Do the MIPS builds use QEMU? If so, >> then why >> not do ARM the same way for now? >> >> > > No, we don't build mips inside QEMU. QEMU is very slow. > Do you know when Warner will fix the --sysroot stuff with external > toolchain? > I sent an e-mail to freebsd-toolchain@ but got no response. 
Email him directly. If you do not use QEMU what do you use? Best George