[sbcl] fix arm bootstrap

Rex Dieter rdieter at fedoraproject.org
Thu Jun 12 13:02:08 UTC 2014


commit 28990cd021b11864dd04aeffd1e71e8c0e9ee8ae
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Thu Jun 12 08:01:31 2014 -0500

    fix arm bootstrap
    
    use better bootstrap binary
    unconditionally apply docs patch on arm

 .gitignore |    2 +-
 sbcl.spec  |    6 ++++--
 sources    |    2 +-
 3 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a969a13..4b1cf6b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
 /sbcl-1.2.0-armel-linux-binary.tar.bz2
-/sbcl-1.2.0-armhf-linux-binary.tar.bz2
+/sbcl-1.2.0-armhf-linux-binary-2.tar.bz2
 /sbcl-1.2.0-documentation-html.tar.bz2
 /sbcl-1.2.0-source.tar.bz2
diff --git a/sbcl.spec b/sbcl.spec
index 0e35c18..000f277 100644
--- a/sbcl.spec
+++ b/sbcl.spec
@@ -71,7 +71,9 @@ Source50: http://downloads.sourceforge.net/sourceforge/sbcl/sbcl-1.2.0-armel-lin
 %define sbcl_bootstrap_dir sbcl-1.2.0-armel-linux
 %endif
 
-Source60: http://downloads.sourceforge.net/sourceforge/sbcl/sbcl-1.2.0-armhf-linux-binary.tar.bz2
+#Source60: http://downloads.sourceforge.net/sourceforge/sbcl/sbcl-1.2.0-armhf-linux-binary.tar.bz2
+# generated on a fedora20 arm box, sf bootstrap missing sb-gmp
+Source60: sbcl-1.2.0-armhf-linux-binary-2.tar.bz2
 %ifarch armv6hl armv7hl
 %define sbcl_arch arm
 #BuildRequires: sbcl
@@ -130,7 +132,7 @@ pushd sbcl-%{version}
 # These functions are not defined when using cheneygc,
 # only when using gcg. Arm uses cheneygc, so remove the
 # includes so we can build the docs.
-%{?docs:%patch9 -p1 -b .manual-cheneygc}
+%patch9 -p1 -b .manual-cheneygc
 %endif
 %patch50 -p1 -b .generate_version
 
diff --git a/sources b/sources
index 5275d92..3cab297 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
 dc30e8e7b3140d14e421c2c041ec6aab  sbcl-1.2.0-armel-linux-binary.tar.bz2
-b30b29658ca778d224244db32c314dec  sbcl-1.2.0-armhf-linux-binary.tar.bz2
+d47271e9a328570b79b7d691e0d8737c  sbcl-1.2.0-armhf-linux-binary-2.tar.bz2
 61b27a10370b4e56f36401d622f55449  sbcl-1.2.0-documentation-html.tar.bz2
 9d370876cd190f952fbfd421784f8003  sbcl-1.2.0-source.tar.bz2


More information about the scm-commits mailing list