rpms/sbcl/FC-3 .cvsignore, 1.4, 1.5 sbcl-0.9.5-make-config-fix.patch, 1.1, 1.2 sbcl-0.9.5-stdlib_h.patch, 1.1, 1.2 sbcl-0.9.5-verbose-build.patch, 1.1, 1.2 sbcl.spec, 1.19, 1.20 sources, 1.4, 1.5

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Thu Oct 27 17:34:34 UTC 2005


Author: rdieter

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

Modified Files:
	.cvsignore sbcl-0.9.5-make-config-fix.patch 
	sbcl-0.9.5-stdlib_h.patch sbcl-0.9.5-verbose-build.patch 
	sbcl.spec sources 
Log Message:
* Thu Oct 27 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.6-2
- CFLAGS += -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
- (re)add/use stdlib_h patch (ppc)
- disable verbose build.log



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/sbcl/FC-3/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	29 Sep 2005 17:59:33 -0000	1.4
+++ .cvsignore	27 Oct 2005 17:34:32 -0000	1.5
@@ -1,4 +1,5 @@
-sbcl-0.9.5-source.tar.bz2
 sbcl-0.8.15-powerpc-linux-binary.tar.bz2
 sbcl-0.9.4-x86-64-linux-binary.tar.bz2
+sbcl-0.9.5-source.tar.bz2
 sbcl-0.9.5-x86-linux-binary.tar.bz2
+sbcl-0.9.6-source.tar.bz2

sbcl-0.9.5-make-config-fix.patch:

Index: sbcl-0.9.5-make-config-fix.patch
===================================================================
RCS file: /cvs/extras/rpms/sbcl/FC-3/sbcl-0.9.5-make-config-fix.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sbcl-0.9.5-make-config-fix.patch	29 Sep 2005 17:59:58 -0000	1.1
+++ sbcl-0.9.5-make-config-fix.patch	27 Oct 2005 17:34:32 -0000	1.2
@@ -1,5 +1,5 @@
 --- sbcl-0.9.5/make-config.sh.make-config-fix	2005-09-21 10:00:33.000000000 -0500
-+++ sbcl-0.9.5/make-config.sh	2005-09-28 11:42:29.135788304 -0500
++++ sbcl-0.9.5/make-config.sh	2005-09-29 14:58:25.266788248 -0500
 @@ -208,7 +208,7 @@
      # cross-compilers!
      #
@@ -16,7 +16,7 @@
 -    $GNUMAKE -C tools-for-build where-is-mcontext -I src/runtime
 -    tools-for-build/where-is-mcontext > src/runtime/ppc-linux-mcontext.h
 +    $GNUMAKE -C tools-for-build where-is-mcontext -I ../src/runtime
-+    tools-for-build/where-is-mcontext > src/runtime/ppc-linux-mcontext.h || echo "error running where-is-mcontext"
++    tools-for-build/where-is-mcontext > src/runtime/ppc-linux-mcontext.h || echo "error running where-is-mcontext, using backup copy"; cat src/runtime/ppc-linux-mcontext.h; cat /usr/include/sys/ucontext.h ; cp src/runtime/ppc-linux-mcontext.h.BAK src/runtime/ppc-linux-mcontext.h ||:
  elif [ "$sbcl_arch" = "ppc" -a "$sbcl_os" = "darwin" ]; then
      printf ' :stack-allocatable-closures' >> $ltf
      # We provide a dlopen shim, so a little lie won't hurt

sbcl-0.9.5-stdlib_h.patch:

Index: sbcl-0.9.5-stdlib_h.patch
===================================================================
RCS file: /cvs/extras/rpms/sbcl/FC-3/sbcl-0.9.5-stdlib_h.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sbcl-0.9.5-stdlib_h.patch	29 Sep 2005 17:59:58 -0000	1.1
+++ sbcl-0.9.5-stdlib_h.patch	27 Oct 2005 17:34:32 -0000	1.2
@@ -1,5 +1,5 @@
 --- 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
++++ sbcl-0.9.5/tools-for-build/where-is-mcontext.c	2005-09-29 14:27:25.840464016 -0500
 @@ -20,6 +20,7 @@
  
  #include <stdio.h>
@@ -8,3 +8,11 @@
  #include <sys/ucontext.h>
  
  int main (int argc, char *argv[]) {
+@@ -45,5 +46,7 @@
+     }
+     printf("\
+ #endif /* PPC_LINUX_MCONTEXT_H */\n");
++
++    exit(0);
+ }
+ 

sbcl-0.9.5-verbose-build.patch:

Index: sbcl-0.9.5-verbose-build.patch
===================================================================
RCS file: /cvs/extras/rpms/sbcl/FC-3/sbcl-0.9.5-verbose-build.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sbcl-0.9.5-verbose-build.patch	29 Sep 2005 17:59:58 -0000	1.1
+++ sbcl-0.9.5-verbose-build.patch	27 Oct 2005 17:34:32 -0000	1.2
@@ -5,7 +5,7 @@
  # 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 ||:
++sh -x make-config.sh
  
  # Enforce the source policy for no bogus whitespace
  tools-for-build/canonicalize-whitespace


Index: sbcl.spec
===================================================================
RCS file: /cvs/extras/rpms/sbcl/FC-3/sbcl.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- sbcl.spec	29 Sep 2005 18:53:30 -0000	1.19
+++ sbcl.spec	27 Oct 2005 17:34:32 -0000	1.20
@@ -1,9 +1,16 @@
 # $Id$
 
+# build only a minimal sbcl whose sole-purpose is to be bootstrap
+# for a future sbcl build
+#define min_bootstrap 1
+
+# define to enable verbose build for debugging
+#define verbose 1 
+
 Name: 	 sbcl
 Summary: Steel Bank Common Lisp
-Version: 0.9.5
-Release: 15%{?dist}.2
+Version: 0.9.6
+Release: 2%{?dist}
 
 License: BSD/MIT
 Group: 	 Development/Languages
@@ -38,11 +45,13 @@
 Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.8.15-powerpc-linux-binary.tar.bz2
 # another possible ppc bootstrap to try
 #Source31: http://clozure.com/openmcl/ftp/openmcl-linuxppc-all-0.14.3.tar.gz
+Source35: ppc-linux-mcontext.h
 %ifarch ppc 
 %define sbcl_arch ppc
 %define sbcl_bootstrap_src -a 30
 BuildRequires: setarch
 %define setarch setarch %{_target_cpu}
+%define min_bootstrap 1
 %endif
 
 Source100: my_setarch.c
@@ -83,7 +92,7 @@
 %patch3 -p1 -b .optflags
 %patch4 -p1 -b .LIB_DIR
 %patch5 -p1 -b .make-config-fix
-%patch6 -p1 -b .verbose-build
+%{?verbose:%patch6 -p1 -b .verbose-build}
 %patch7 -p1 -b .stdlib_h
 
 # Enable sb-thread
@@ -92,12 +101,15 @@
 cp %{SOURCE2} ./customize-target-features.lisp
 %endif
 
+%ifarch ppc
+cp %{SOURCE35} src/runtime/ppc-linux-mcontext.h.BAK
+%endif
+
 # "install" local bootstrap
 %if "%{?sbcl_bootstrap_src}" != "%{nil}"
 mkdir sbcl-bootstrap
 pushd sbcl-*-linux
-chmod +x install.sh
-INSTALL_ROOT=`pwd`/../sbcl-bootstrap ./install.sh
+INSTALL_ROOT=`pwd`/../sbcl-bootstrap sh %{?verbose:-x} ./install.sh
 popd
 %endif
 
@@ -107,35 +119,42 @@
 
 %build
 
+export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
+
 # setup local bootstrap
 %if "%{?sbcl_bootstrap_src}" != "%{nil}"
 export SBCL_HOME=`pwd`/sbcl-bootstrap/lib/sbcl
 export PATH=`pwd`/sbcl-bootstrap/bin:${PATH}
 %endif
 
-# my_setarch, to set personality, (about) the same as setarch -R, 
-# but usable on fc3 too
-%{__cc} -o my_setarch %{optflags} %{SOURCE100} 
-%define my_setarch ./my_setarch
+# my_setarch, to set personality, (about) the same as setarch -R, but usable on fc3 too
+#%{__cc} -o my_setarch %{optflags} %{SOURCE100} 
+#define my_setarch ./my_setarch
 
 # trick contrib/ modules to use optflags too 
-export EXTRA_CFLAGS="$RPM_OPT_FLAGS"
+export EXTRA_CFLAGS="$CFLAGS"
 export DEFAULT_SBCL_HOME=%{_libdir}/sbcl
 %{?sbcl_arch:export SBCL_ARCH=%{sbcl_arch}}
-%{?setarch} %{?my_setarch} sh -x ./make.sh %{?bootstrap}
+%{?setarch} %{?my_setarch} sh %{?verbose:-x} ./make.sh %{?bootstrap}
 
 # docs
+%if "%{?min_bootstrap}" == "%{nil}"
 make -C doc/manual html info
+%endif
 
 
-%check || :
+%check
+# santity check, did sb-posix get built/included?
+# http://bugzilla.redhat.com/bugzilla/169506
+SB_POSIX=%{_libdir}/sbcl/sb-posix
+if [ ! -d $RPM_BUILD_ROOT${SB_POSIX} ]; then
+  echo "%SB_POSIX awol!"
+  exit 1
+fi
 pushd tests 
 # Only x86 builds are expected to pass all
-%ifarch %{ix86} x86_64
-%{?setarch} sh ./run-tests.sh ||:
-%else
+# Don't worry about thread.impure failure(s), threading is optional anyway.
 %{?setarch} sh ./run-tests.sh ||:
-%endif
 popd
 
 
@@ -147,7 +166,7 @@
 unset SBCL_HOME 
 export INSTALL_ROOT=$RPM_BUILD_ROOT%{_prefix} 
 export LIB_DIR=$RPM_BUILD_ROOT%{_libdir} 
-sh -x ./install.sh 
+sh %{?verbose:-x} ./install.sh 
 
 ## Unpackaged files
 rm -rf $RPM_BUILD_ROOT%{_docdir}/sbcl
@@ -155,32 +174,40 @@
 # CVS crud 
 find $RPM_BUILD_ROOT -name CVS -type d | xargs rm -rf
 find $RPM_BUILD_ROOT -name .cvsignore | xargs rm -f
-# 'test-passed' files from make check (leave these in, for now -- Rex)
+# 'test-passed' files from %%check (leave these in, for now -- Rex)
 # find $RPM_BUILD_ROOT -name 'test-passed' | xargs rm -f
 
 
+%if "%{?min_bootstrap}" == "%{nil}"
 %post
 /sbin/install-info %{_infodir}/sbcl.info %{_infodir}/dir ||:
 /sbin/install-info %{_infodir}/asdf.info %{_infodir}/dir ||:
 
-
 %postun
 if [ $1 -eq 0 ]; then
   /sbin/install-info --delete %{_infodir}/sbcl.info %{_infodir}/dir ||:
   /sbin/install-info --delete %{_infodir}/asdf.info %{_infodir}/dir ||:
 fi
+%else
+%pre
+# min_bootstrap: We *could* check for only-on-upgrade, but why bother?   (-:
+/sbin/install-info --delete %{_infodir}/sbcl.info %{_infodir}/dir >& /dev/null ||:
+/sbin/install-info --delete %{_infodir}/asdf.info %{_infodir}/dir >& /dev/null ||:
+%endif
 
 
 %files
 %defattr(-,root,root)
 %doc BUGS COPYING README CREDITS NEWS TLA TODO
 %doc SUPPORT STYLE PRINCIPLES
-%doc doc/manual/sbcl
-%doc doc/manual/asdf
 %{_bindir}/*
 %{_libdir}/sbcl/
 %{_mandir}/man?/*
+%if "%{?min_bootstrap}" == "%{nil}"
+%doc doc/manual/sbcl
+%doc doc/manual/asdf
 %{_infodir}/*
+%endif
 
 
 %clean
@@ -188,6 +215,15 @@
 
 
 %changelog
+* Thu Oct 27 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.6-2
+- CFLAGS += -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
+- (re)add/use stdlib_h patch (ppc)
+- disable verbose build.log
+
+* Wed Oct 26 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.6-1
+- 0.9.6
+- %%check: verify presence of sb-posix
+
 * Thu Sep 29 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.5-15
 - enable sb-thread
 - set EXTRA_CFLAGS to so optflags are used for building contrib/ too


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/sbcl/FC-3/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	29 Sep 2005 17:59:33 -0000	1.4
+++ sources	27 Oct 2005 17:34:32 -0000	1.5
@@ -1,4 +1,4 @@
-f594f18813c08f262a6df9a36288adcb  sbcl-0.9.5-source.tar.bz2
 3a72d0785ce0a8e02f9af632c2a4f217  sbcl-0.8.15-powerpc-linux-binary.tar.bz2
 67ec41e624a3f2ad7f6f3cde1bd001d3  sbcl-0.9.4-x86-64-linux-binary.tar.bz2
 cb01b462b517889723eeaf63b5474c70  sbcl-0.9.5-x86-linux-binary.tar.bz2
+5e94122e73bc59c1411ff93fee948bfb  sbcl-0.9.6-source.tar.bz2




More information about the fedora-extras-commits mailing list