rpms/sbcl/FC-4 sbcl-0.9.5-stdlib_h.patch, NONE, 1.1 sbcl.spec, 1.19, 1.20

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Wed Sep 28 15:59:02 UTC 2005


Author: rdieter

Update of /cvs/extras/rpms/sbcl/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4769

Modified Files:
	sbcl.spec 
Added Files:
	sbcl-0.9.5-stdlib_h.patch 
Log Message:
try setarch -R, quiet gcc warnings.
Last try for ppc


sbcl-0.9.5-stdlib_h.patch:

--- NEW FILE sbcl-0.9.5-stdlib_h.patch ---
--- sbcl-0.9.5/tools-for-build/where-is-mcontext.c.stdlib_h	2005-07-14 15:24:19.000000000 -0500
+++ sbcl-0.9.5/tools-for-build/where-is-mcontext.c	2005-09-28 10:36:32.090350648 -0500
@@ -20,6 +20,7 @@
 
 #include <stdio.h>
 #include <stddef.h>
+#include <stdlib.h>
 #include <sys/ucontext.h>
 
 int main (int argc, char *argv[]) {


Index: sbcl.spec
===================================================================
RCS file: /cvs/extras/rpms/sbcl/FC-4/sbcl.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- sbcl.spec	28 Sep 2005 15:10:54 -0000	1.19
+++ sbcl.spec	28 Sep 2005 15:59:00 -0000	1.20
@@ -3,7 +3,7 @@
 Name: 	 sbcl
 Summary: Steel Bank Common Lisp
 Version: 0.9.5
-Release: 11%{?dist}
+Release: 12%{?dist}
 
 License: BSD/MIT
 Group: 	 Development/Languages
@@ -41,7 +41,7 @@
 %define sbcl_arch ppc
 %define sbcl_bootstrap_src -a 30
 BuildRequires: setarch
-%define setarch setarch %{_target_cpu}
+%define setarch setarch %{_target_cpu} -R
 %endif
 
 Source100: my_setarch.c
@@ -52,12 +52,14 @@
 Patch4: sbcl-0.9.4-LIB_DIR.patch
 Patch5: sbcl-0.9.5-make-config-fix.patch
 Patch6: sbcl-0.9.5-verbose-build.patch
+Patch7: sbcl-0.9.5-stdlib_h.patch
 
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
 # doc generation
 BuildRequires: ghostscript
 BuildRequires: texinfo
+BuildRequires: time
 
 %description
 Steel Bank Common Lisp (SBCL) is a Open Source development environment
@@ -76,6 +78,7 @@
 %patch4 -p1 -b .LIB_DIR
 %patch5 -p1 -b .make-config-fix
 %patch6 -p1 -b .verbose-build
+%patch7 -p1 -b .stdlib_h
 
 %ifarch %{ix86} x86_64
 #sed -i -e "s|; :sb-thread|:sb-thread|" base-target-features.lisp-expr
@@ -117,7 +120,12 @@
 
 %check || :
 pushd tests 
+# Only x86 builds are expected to pass all
+%ifarch %{ix86} x86_64
 %{?setarch} sh ./run-tests.sh
+%else
+%{?setarch} sh ./run-tests.sh ||:
+%endif
 popd
 
 
@@ -166,7 +174,7 @@
 
 
 %changelog
-* Wed Sep 28 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.5-11
+* Wed Sep 28 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.5-12
 - more ppc work
 
 * Tue Sep 27 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.5-8




More information about the fedora-extras-commits mailing list