unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Mark H Weaver <mhw@netris.org>
Cc: 18221@debbugs.gnu.org
Subject: bug#18221: Source of mit-scheme
Date: Sun, 17 Aug 2014 17:06:07 +0200	[thread overview]
Message-ID: <87mwb3i2ao.fsf@gnu.org> (raw)
In-Reply-To: <87wqacry8b.fsf@yeeloong.lan> (Mark H. Weaver's message of "Wed, 13 Aug 2014 15:22:28 -0400")

Mark H Weaver <mhw@netris.org> skribis:

> 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
>
> So I guess we need something like this (untested):
>
>   (uri (string-append "mirror://gnu/mit-scheme/stable.pkg/"
>                       version "/mit-scheme-"
>                       (match (%current-system)
>                         ("x86_64-linux"
>                          (string-append version "-x86-64"))
>                         ("i686-linux"
>                          (string-append version "-i386"))
>                         (_
>                          (string-append "c-" version)))
>                       ".tar.gz"))

Yes, I think that’s what’s needed, so OK to commit.

(And yes, I agree it’s fine to ignore cross-compilation for now.)

Thanks,
Ludo’.

  parent reply	other threads:[~2014-08-18 16:49 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-08  7:47 bug#18221: Source of mit-scheme Andreas Enge
2014-08-13 19:22 ` Mark H Weaver
2014-08-13 21:04   ` Andreas Enge
2014-08-14  1:50     ` mhw
2014-08-17 15:06   ` Ludovic Courtès [this message]
2014-09-27 18:09     ` Andreas Enge
2014-09-27 18:51       ` Ludovic Courtès
2014-09-27 19:42       ` Mark H Weaver
2014-09-27 21:05         ` Andreas Enge
2014-09-27 22:03         ` Ludovic Courtès
2019-02-19 22:50 ` bug#18221: Close Andreas Enge

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mwb3i2ao.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=18221@debbugs.gnu.org \
    --cc=mhw@netris.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).