GNU bug report logs -
#18221
MIT/GNU Scheme fails to build on non-Intel platforms
Previous Next
Reported by: Andreas Enge <andreas <at> enge.fr>
Date: Fri, 8 Aug 2014 07:49:01 UTC
Severity: normal
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Mark H Weaver <mhw <at> 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’.
This bug report was last modified 6 years and 95 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.