From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH 0/7] Add Extempore. Date: Sun, 18 Sep 2016 09:38:11 +0200 Message-ID: <20160918073811.GA3983@solar> References: <20160914093812.28422-1-rekado@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52058) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1blWg8-0007qU-4t for guix-devel@gnu.org; Sun, 18 Sep 2016 03:38:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1blWg4-0002mW-V2 for guix-devel@gnu.org; Sun, 18 Sep 2016 03:38:20 -0400 Received: from mailrelay6.public.one.com ([91.198.169.200]:17227) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1blWg4-0002mG-Hj for guix-devel@gnu.org; Sun, 18 Sep 2016 03:38:16 -0400 Content-Disposition: inline In-Reply-To: <20160914093812.28422-1-rekado@elephly.net> 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: Ricardo Wurmus Cc: guix-devel@gnu.org Hello, extempore only compiles on x86_64; elsewhere it fails with the message CMake Error at CMakeLists.txt:82 (message): Extempore currently only runs on 64-bit platforms. (which is not the full truth...): http://hydra.gnu.org:3000/build/1473446 Could you disable the other architectures? Maybe this should also be done for the *-for-extempore packages, since there is no need to waste hydra cycles on otherwise unused packages. I would also hide them using "define" instead of "define-public", which would require to put them into the same module as extempore itself. What do you think? Andreas