From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: bug#18221: Source of mit-scheme Date: Fri, 8 Aug 2014 09:47:57 +0200 Message-ID: <20140808074757.GA13320@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57470) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XFevI-0006o5-Cs for bug-guix@gnu.org; Fri, 08 Aug 2014 03:49:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XFev8-0006e0-BZ for bug-guix@gnu.org; Fri, 08 Aug 2014 03:49:12 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:55881) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XFev8-0006dw-9G for bug-guix@gnu.org; Fri, 08 Aug 2014 03:49:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XFev7-0003Xj-Rg for bug-guix@gnu.org; Fri, 08 Aug 2014 03:49:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57283) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XFeuK-0006gy-2F for bug-guix@gnu.org; Fri, 08 Aug 2014 03:48:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XFeuC-0006Ss-E4 for bug-guix@gnu.org; Fri, 08 Aug 2014 03:48:12 -0400 Received: from mout.kundenserver.de ([212.227.126.187]:53822) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XFeuC-0006Sc-4m for bug-guix@gnu.org; Fri, 08 Aug 2014 03:48:04 -0400 Content-Disposition: inline List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 18221@debbugs.gnu.org Hello, mit-scheme fails to build on mips64el-linux, because specific source is not downloaded for this system. Furthermore, I wonder if in the corresponding lines (match (%current-system) ("x86_64-linux" "x86-64") ("i686-linux" "i386") (_ "c")) one need not also check for the target system in the usual manner. Here the "c" should be the empty string, I think, and the preceding "-" should be included into "x86-64" and "i386". As the source field is set to #f, the command guix build mit-scheme -S fails with a confusing error message. Is all this worth it, or should we not revert to a generic build recipe? Andreas