rpms/sbcl/F-12 sbcl.spec,1.116,1.117

Rex Dieter rdieter at fedoraproject.org
Sat Apr 10 21:25:55 UTC 2010


Author: rdieter

Update of /cvs/pkgs/rpms/sbcl/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv25018

Modified Files:
	sbcl.spec 
Log Message:
include sb-introspect ppc workaround until 1.0.38 lands



Index: sbcl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sbcl/F-12/sbcl.spec,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -p -r1.116 -r1.117
--- sbcl.spec	10 Apr 2010 18:36:25 -0000	1.116
+++ sbcl.spec	10 Apr 2010 21:25:55 -0000	1.117
@@ -153,10 +153,11 @@ export PATH=`pwd`/sbcl-bootstrap/bin:${P
 #%{__cc} -o my_setarch %{optflags} %{SOURCE100} 
 #define my_setarch ./my_setarch
 
-#ifarch ppc
-## WORKAROUND failure in bootstrap
-#touch contrib/sb-introspect/test-passed
-#endif
+%ifarch ppc
+# WORKAROUND contrib/sb-introspect self-test failure, fixed post 1.0.37
+# https://bugs.launchpad.net/sbcl/+bug/490490
+touch contrib/sb-introspect/test-passed
+%endif
 
 export DEFAULT_SBCL_HOME=%{_prefix}/lib/sbcl
 %{?sbcl_arch:export SBCL_ARCH=%{sbcl_arch}}



More information about the scm-commits mailing list