From owner-freebsd-testing@FreeBSD.ORG Sun Feb 15 18:26:53 2015 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ED211B94; Sun, 15 Feb 2015 18:26:53 +0000 (UTC) Received: from mail-ie0-f181.google.com (mail-ie0-f181.google.com [209.85.223.181]) (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 BCCCD6EA; Sun, 15 Feb 2015 18:26:53 +0000 (UTC) Received: by iecrd18 with SMTP id rd18so29778341iec.5; Sun, 15 Feb 2015 10:26:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=Jn6IUhDFHmAJFkVsPiC0Rhcx/VjzAXYa1OSXWSYCKfU=; b=WvV1ZJn6C6bZld0I1ZmCFqZiE6Qg8x67cY6JWBmXqjJ4y80uVcteMb/2owUS0lVIcA 72k3uDB4diAtCa4iErcsH2XttFiiZwpk4BKhApcYOcBgcW2ar5MKeIwhiI899DM/dJur d9pQqj6qG4SvksfBof2WHx0dxiA+ybEDpP02P4Tmp8CvihkXA1+3o189QBrfEQiSvELa MrE2AvvnX3pSwqX/Z9d22tvIzIdsK7+DAWCyCmlchkaor3B8ui22bveI9I5IVAYTr1be YzEkK9cVhTDwBLwNGSKmAiUaYbID2d/VTVJea1glj/xXPPTx0jzl1FCNtDzeUpu05aGL oTVg== MIME-Version: 1.0 X-Received: by 10.50.79.135 with SMTP id j7mr17107109igx.32.1424024806868; Sun, 15 Feb 2015 10:26:46 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.36.17.66 with HTTP; Sun, 15 Feb 2015 10:26:46 -0800 (PST) In-Reply-To: References: Date: Sun, 15 Feb 2015 10:26:46 -0800 X-Google-Sender-Auth: HFmYfLkRIQGAoDoOn2EHTO-F26c Message-ID: Subject: Re: Building Kyua inside qemu mips VM From: Adrian Chadd To: Craig Rodrigues Content-Type: text/plain; charset=UTF-8 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: Sun, 15 Feb 2015 18:26:54 -0000 ... ask the ports people to support cross-building as a "thing" one can do? All of those ports you've mentioned should be a perfectly good target for cross-building; I've done them before individually. -adrian On 15 February 2015 at 10:23, Craig Rodrigues wrote: > Adrian, > > I am continuing on the work started in the Hackathon which > you organized in January. I have this Jenkins job which > builds a UFS image built for mips using the MALTA kernel config: > > https://jenkins.freebsd.org/job/FreeBSD_HEAD_mips32_be/ > > I am using this invocation of QEMU to boot the image with 256MB RAM: > > https://wiki.freebsd.org/FreeBSD/MipsEmulation#Configuring_QEMU > > I am now trying to build /usr/ports/devel/kyua > inside the VM, so that I can do "cd /usr/tests ; kyua test" to run > all the tests. > > However, building kyua and all its dependencies (atf, sqlite, lua, lutok) > is taking a really long time inside this VM, on the order of many hours. > > Is there something I can do to boost performance so I can at least build > kyua faster in this VM? > > -- > Craig