From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher W Carpenter Subject: Re: [PATCH] Update lisp.scm CCL and SBCL to latest versions Date: Thu, 11 Feb 2016 19:50:18 -0600 Message-ID: <8760xuofxh.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]:57173) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aU2sX-00057E-87 for guix-devel@gnu.org; Thu, 11 Feb 2016 20:50:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aU2sT-0007e1-L6 for guix-devel@gnu.org; Thu, 11 Feb 2016 20:50:37 -0500 Received: from mail.mordocai.net ([52.33.237.58]:43412) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aU2sT-0007dA-Av for guix-devel@gnu.org; Thu, 11 Feb 2016 20:50:33 -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 1aU2sC-0003Ta-5T for guix-devel@gnu.org; Fri, 12 Feb 2016 01:50:17 +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: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain Acidentally sent this just to Efraim the first time, sorry you'll get it twice... Thanks for the feedback, I think I've fixed all the issues in the (actually attached) patches included here. --=-=-= Content-Type: text/x-diff Content-Disposition: attachment; filename=0001-gnu-sbcl-Update-to-1.3.2.patch Content-Transfer-Encoding: quoted-printable From=20cc280d52f5d7724c86ce365e541330fd85c3dcd0 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] gnu: sbcl: Update to 1.3.2 * gnu/packages/lisp.cm (sbcl): Update to 1.3.2 [arguments]: Delete test that breaks compilation. =2D-- gnu/packages/lisp.scm | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 85f3f3c..32884d5 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,10 @@ 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-utf16be.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.6.3 --=-=-= Content-Type: text/x-diff Content-Disposition: attachment; filename=0002-gnu-ccl-Update-to-1.11.patch Content-Transfer-Encoding: quoted-printable From=202f65ec025d583cdfedcdec101c2121cf9f34fa37 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] gnu: ccl: Update to 1.11 * gnu/packages/lisp.scm (ccl): Update to 1.11. =2D-- gnu/packages/lisp.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 32884d5..30cd089 100644 =2D-- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -318,7 +318,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 @@ -331,7 +331,8 @@ 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-" version "-" (match (%current-system) ((or "i686-linux" "x86_64-linux") "linuxx86") ("armhf-linux" "linuxarm") @@ -343,9 +344,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.6.3 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJWvTpbAAoJEFJw6mniKuelVToP/RXojdxG/MFHAZ6x1HjU5cQ+ TRI3IMnd0Y1/SALeGag2e7VMGFqNJys8gpSSv1FGe6MRchCrMtpqEBjZooGbQeQ4 Pq9nwjpUe2XLs+6ddsOlThYPRLdDYGDoqllwLm0ooTKYX42tuBz5Ey1JzofSl+iF c9z79p1y/zw2HO994+2YGpYRKoh+YXOADa5W2ixyt+AXQcpjyArZy8jbiYVHhQpn +F+XVqS8u1z4nrc615fFGcg1PUw0DhyFdgaZCKmzSI00RTKx+O0wxg5ZYoExXLOV mMEcmKv69RUbUd5W42eGYIpIw/1Bg6X0ssNvzgFk6DxU+T32vk3wFHFsggrvjKPw EHJQ+e89FmS5q9z2jF7UoeQ38GoF9nv6RPJ0+9fPGXDus7n7o1vFEXC2unLP1d5C zYbqEFDlEZx5ldsQDwz4DVfV3OGbyK33xkDouQi0240Ni9cZFW8aqADwflGeXq/D Ez1JgD2q4IJeeKIHmxv4nr9wCV+OK25I3LO4RlPNXr0/3Uw5fkfqtp4cS0WN0mFG kEkzjftSw7Ag9EeHsAZObm8Q0wercg4LTP0UA+GZfmiO/a8n+i7p3UJ6NlqGBcI5 dGKHVyjqSmmNo955Kie2pc2dmULTgTrP5z6TmbCL1JwNXGG2H8P3dDomMjRe4nsP tABs6oVX5lyre8XVqVn/ =ZMIp -----END PGP SIGNATURE----- --==-=-=--