From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher W Carpenter Subject: [PATCH] Update lisp.scm CCL and SBCL to latest versions Date: Wed, 10 Feb 2016 19:36:41 -0600 Message-ID: <87ziv8qb86.fsf@mordocai.net> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49977) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTgBg-0005io-NC for guix-devel@gnu.org; Wed, 10 Feb 2016 20:36:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTgBd-0000Dd-DA for guix-devel@gnu.org; Wed, 10 Feb 2016 20:36:52 -0500 Received: from mail.mordocai.net ([52.33.237.58]:34291) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTgBd-0000DZ-1K for guix-devel@gnu.org; Wed, 10 Feb 2016 20:36:49 -0500 Received: from 97-88-111-154.dhcp.stls.mo.charter.com ([97.88.111.154] helo=mordocai-desktop) by mail.mordocai.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84) (envelope-from ) id 1aTgBS-0001da-LC for guix-devel@gnu.org; Thu, 11 Feb 2016 01:36:39 +0000 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I don't have another machine to check for reproducibility right now, but I believe i've done everything else specified by the contributing section of the manual. Each version upgrade is a separate attachment. =3D=3D=3DFile /home/mordocai/git_repos/guix/0001-Update-lisp.scm-sbcl-package-to-version-= 1.3.2.patch=3D=3D=3D From=2039e7c9ef9a323fb4b97c138318c20cb869120bd5 Mon Sep 17 00:00:00 2001 From: "Christopher W. Carpenter (https://mordocai.net/gpg.html)" Date: Wed, 10 Feb 2016 18:45:56 -0600 Subject: [PATCH 1/2] Update lisp.scm sbcl package to version 1.3.2 The error with the ./tests/data/compile-with-pos-utf16be.lisp file is very strange and I plan on looking into it more. =2D-- gnu/packages/lisp.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 85f3f3c..daba49e 100644 =2D-- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -209,14 +209,14 @@ an interpreter, a compiler, a debugger, and much more= .") (define-public sbcl (package (name "sbcl") =2D (version "1.2.8") + (version "1.3.2") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbc= l-" version "-source.tar.bz2")) (sha256 =2D (base32 "0ab9lw056yf6y0rjmx3iirn5n59pmssqxf00fbmpyl6qsnpaja1d"))= )) + (base32 "18mgj1h9wqi0zq4k7y5r5fk10mlbpgh3796d3dac75bpxabg30nk")))) (build-system gnu-build-system) (outputs '("out" "doc")) ;; Bootstrap with CLISP. @@ -243,7 +243,9 @@ an interpreter, a compiler, a debugger, and much more.") ;; occurs in some .sh files too (which contain Lisp code). = Use ;; ISO-8859-1 because some of the files are ISO-8859-1 enco= ded. (with-fluids ((%default-port-encoding #f)) =2D (substitute* (find-files "." "\\.(lisp|sh)$") + ;; Delete file that breaks. Due guile's regex parser? + (substitute* (delete "./tests/data/compile-file-pos-utf16= be.lisp" + (find-files "." "\\.(lisp|sh)$")) (("\"/bin/sh\"") (quoted-path bash "/bin/sh")) (("\"/usr/bin/env\"") (quoted-path coreutils "/usr/bin/= env")) (("\"/bin/cat\"") (quoted-path coreutils "/bin/cat")) =2D-=20 2.7.0 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3DFile /home/mordocai/git_repos/guix/0002-Update-lisp.scm-ccl-package-to-version-1= .11.patch=3D=3D=3D From=205da335ea49aac640828d366aa693dbf28d414639 Mon Sep 17 00:00:00 2001 From: "Christopher W. Carpenter (https://mordocai.net/gpg.html)" Date: Wed, 10 Feb 2016 19:00:08 -0600 Subject: [PATCH 2/2] Update lisp.scm ccl package to version 1.11 =2D-- gnu/packages/lisp.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index daba49e..26d54e1 100644 =2D-- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -317,7 +317,7 @@ statistical profiler, a code coverage tool, and many ot= her extensions.") (define-public ccl (package (name "ccl") =2D (version "1.10") + (version "1.11") (source #f) (build-system gnu-build-system) ;; CCL consists of a "lisp kernel" and "heap image", both of which are @@ -330,7 +330,7 @@ statistical profiler, a code coverage tool, and many ot= her extensions.") ,(origin (method url-fetch) (uri (string-append =2D "ftp://ftp.clozure.com/pub/release/1.10/ccl-" version "= -" + "ftp://ftp.clozure.com/pub/release/" version "/ccl-" vers= ion "-" (match (%current-system) ((or "i686-linux" "x86_64-linux") "linuxx86") ("armhf-linux" "linuxarm") @@ -342,9 +342,9 @@ statistical profiler, a code coverage tool, and many ot= her extensions.") (base32 (match (%current-system) ((or "i686-linux" "x86_64-linux") =2D "0mr653q5px05lr11z2mk551m5g47b4wq96vbfibpp0qlc9jp58lc") + "0w3dmj7q9kqyra3yrf1lxclnjz151yvf5s5q8ayllvmvqbl8bs08") ("armhf-linux" =2D "1py02irpmi2qz5rq3h33wfv6impf15z8i2rign6hvhlqn7s99wwh") + "1x487aaz2rqcb6k301sy2p39a1m4qdhg6z9p9fb76ssipqgr38b4") (_ "")))))))) (native-inputs `(("m4" ,m4) =2D-=20 2.7.0 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJWu+WpAAoJEFJw6mniKuel+PUP/jKukXr/Z7eSuZYnO6PY5778 +k5OooIBWoe2Lyy6v6UGqMwZPYvD9Tr5BOcmCLTqeU98RnDURAu3d87n/003l+KP EANejAkXu00r86MLVPzjbJNNJRRHsIw/C0S6ME72u1/MglXLyW/pMDhBndjysQCo BQgnOUl6xrqeqhpWiV7QF4i1NK7WLWCxg90vpRQXyN9bsBXpYI0ZKqDjvBl74uRR YutS13BpvpHATpaAHTMt2q4M9/lj1chRi4i2raDcU2AYbgesUZu3BhoMRzvbZAhw YBvd/j4+iwxYUdsTaezDm2fH9OhKKDQF1jsT6Xn4iUKKKs4rOQonQN3hTJeSC+Em N6Sh5V3i40ByoAF97xWVNajP0Cm5hnT24syp/7Ek4KXnsNwu8XyXpN2xvK8sTw5g CGlh6BmBogFbxctcLZkv/jrONJNRf/sDOX9yGgUzZ4mXZoJzhXzy9yo5EwzHdhWK ttZ99i487F7Nd/K3IhJ8Jpuv1DXeUjhVCjhOOyZadTrI+jUWFKU6R7qtbn7MqCqd 5WsFyvzPYgv+pAQbNk9ERrFgM60dNTYjNJJtvLPQv98e4RAGc0efsKHGHBKzDo/I OmHxP0qERE1RHsA/e+u9aO4sqN8cdWMRQFmqP86MU8n4+VwuOAX93ZJGTIJOEo8O +ItUV6LXg7wYFE1MP2j/ =VDvK -----END PGP SIGNATURE----- --=-=-=--