rpms/sbcl/FC-4 sbcl-0.9.5-verbose-build.patch, NONE, 1.1 sbcl-0.9.4-LIB_DIR.patch, 1.2, 1.3 sbcl.spec, 1.18, 1.19

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


Author: rdieter

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

Modified Files:
	sbcl-0.9.4-LIB_DIR.patch sbcl.spec 
Added Files:
	sbcl-0.9.5-verbose-build.patch 
Log Message:
make build verbose, try to determine where failure(s) occur
touchup LIB_DIR patch


sbcl-0.9.5-verbose-build.patch:

--- NEW FILE sbcl-0.9.5-verbose-build.patch ---
--- sbcl-0.9.5/make.sh.verbose	2005-09-21 10:00:33.000000000 -0500
+++ sbcl-0.9.5/make.sh	2005-09-28 10:08:15.560262424 -0500
@@ -70,7 +70,7 @@
 # If you're cross-compiling, you should probably just walk through the
 # make-config.sh script by hand doing the right thing on both the host
 # and target machines.
-sh make-config.sh
+sh -x make-config.sh
 
 # Enforce the source policy for no bogus whitespace
 tools-for-build/canonicalize-whitespace
@@ -102,11 +102,11 @@
 # Or, if you can set up the files somewhere shared (with NFS, AFS, or
 # whatever) between the host machine and the target machine, the basic
 # procedure above should still work, but you can skip the "copy" steps.
-time sh make-host-1.sh
-time sh make-target-1.sh
-time sh make-host-2.sh
-time sh make-target-2.sh
-time sh make-target-contrib.sh
+time sh -x make-host-1.sh
+time sh -x make-target-1.sh
+time sh -x make-host-2.sh
+time sh -x make-target-2.sh
+time sh -x make-target-contrib.sh
 
 NCONTRIBS=`find contrib -name Makefile -print | wc -l`
 NPASSED=`find contrib -name test-passed -print | wc -l`

sbcl-0.9.4-LIB_DIR.patch:

Index: sbcl-0.9.4-LIB_DIR.patch
===================================================================
RCS file: /cvs/extras/rpms/sbcl/FC-4/sbcl-0.9.4-LIB_DIR.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sbcl-0.9.4-LIB_DIR.patch	13 Sep 2005 16:50:44 -0000	1.2
+++ sbcl-0.9.4-LIB_DIR.patch	28 Sep 2005 15:10:54 -0000	1.3
@@ -31,7 +31,7 @@
  echo "SBCL has been installed:"
  echo " binary $BUILD_ROOT$INSTALL_ROOT/bin/sbcl"
 -echo " core and contribs in $BUILD_ROOT$INSTALL_ROOT/lib/sbcl/"
-+echo " core and contribs in $BUILD_ROOT$LIB_DIR"
++echo " core and contribs in $BUILD_ROOT$LIB_DIR/sbcl"
  
  # Installing manual & misc bits of documentation
  #


Index: sbcl.spec
===================================================================
RCS file: /cvs/extras/rpms/sbcl/FC-4/sbcl.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sbcl.spec	28 Sep 2005 14:16:48 -0000	1.18
+++ sbcl.spec	28 Sep 2005 15:10:54 -0000	1.19
@@ -3,7 +3,7 @@
 Name: 	 sbcl
 Summary: Steel Bank Common Lisp
 Version: 0.9.5
-Release: 10%{?dist}
+Release: 11%{?dist}
 
 License: BSD/MIT
 Group: 	 Development/Languages
@@ -51,6 +51,7 @@
 Patch3: sbcl-0.9.5-optflags.patch
 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
 
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
@@ -74,6 +75,7 @@
 %patch3 -p1 -b .optflags
 %patch4 -p1 -b .LIB_DIR
 %patch5 -p1 -b .make-config-fix
+%patch6 -p1 -b .verbose-build
 
 %ifarch %{ix86} x86_64
 #sed -i -e "s|; :sb-thread|:sb-thread|" base-target-features.lisp-expr
@@ -164,7 +166,7 @@
 
 
 %changelog
-* Wed Sep 28 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.5-10
+* Wed Sep 28 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.5-11
 - 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