From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: bug#18221: Source of mit-scheme Date: Wed, 13 Aug 2014 23:04:22 +0200 Message-ID: <20140813210422.GA1856@debian> References: <20140808074757.GA13320@debian> <87wqacry8b.fsf@yeeloong.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53775) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHfkI-0004jV-IC for bug-guix@gnu.org; Wed, 13 Aug 2014 17:06:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XHfkB-0006vC-19 for bug-guix@gnu.org; Wed, 13 Aug 2014 17:06:10 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:35462) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHfkA-0006v6-TE for bug-guix@gnu.org; Wed, 13 Aug 2014 17:06:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XHfkA-0000wd-8C for bug-guix@gnu.org; Wed, 13 Aug 2014 17:06:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <87wqacry8b.fsf@yeeloong.lan> 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: Mark H Weaver Cc: 18221@debbugs.gnu.org On Wed, Aug 13, 2014 at 03:22:28PM -0400, Mark H Weaver wrote: > The problem here is that the "c" belongs in a different place in the > filename than where the "i386" or "x86-64" goes. The filenames are: > mit-scheme-9.2-i386.tar.gz > mit-scheme-9.2-x86-64.tar.gz > mit-scheme-c-9.2.tar.gz There is also mit-scheme-9.2.tar.gz; I thought this would need to be taken on other systems. But maybe this is the non-boot-strappable source code? Second, do we not need to replace %current-system by (or (%current-target-system)(%current-system)) ? Andreas