From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: [PATCH 3/5] gnu: qemu: Enable spice support. Date: Sat, 6 Aug 2016 13:12:57 +0200 Message-ID: References: <20160802134531.19272-1-david@craven.ch> <20160802134531.19272-3-david@craven.ch> <87k2fuvepn.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50513) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bVzXN-0007Cd-R5 for guix-devel@gnu.org; Sat, 06 Aug 2016 07:13:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bVzXJ-0001ci-3G for guix-devel@gnu.org; Sat, 06 Aug 2016 07:13:04 -0400 Received: from mail-yb0-x244.google.com ([2607:f8b0:4002:c09::244]:35436) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bVzXH-0001cO-TG for guix-devel@gnu.org; Sat, 06 Aug 2016 07:13:01 -0400 Received: by mail-yb0-x244.google.com with SMTP id g133so1921375ybf.2 for ; Sat, 06 Aug 2016 04:12:58 -0700 (PDT) In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Mark H Weaver Cc: guix-devel > Trying to build with guix build --system=armhf-linux tells me that I'm > x86-64-linux and the same for --system=mipsel-linux. It would be > nice if guix build would spin up a qemu instance in this case. It will > take me a while to test. Before reinventing the wheel or deploying my own hydra build farm (or cuirass), is there a simple way to build a package for all supported platforms? > If supported-systems is set correctly, will guix try to build without > the required package? This is useful in case the dependency is > only optional. It looks like guix ignores the supported-systems property and doesn't make use of it anywhere. Say it doesn't prevent building a package on i686-linux when only x86_64-linux is in the list.