From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] Update lisp.scm CCL and SBCL to latest versions Date: Fri, 12 Feb 2016 19:03:55 -0500 Message-ID: <20160213000355.GB30448@jasmine> References: <8760xuofxh.fsf@mordocai.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50786) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUNgo-0001lN-OM for guix-devel@gnu.org; Fri, 12 Feb 2016 19:03:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aUNgl-0005tF-HS for guix-devel@gnu.org; Fri, 12 Feb 2016 19:03:54 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:58832) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUNgl-0005sz-E5 for guix-devel@gnu.org; Fri, 12 Feb 2016 19:03:51 -0500 Content-Disposition: inline In-Reply-To: <8760xuofxh.fsf@mordocai.net> 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: Christopher W Carpenter Cc: guix-devel@gnu.org On Thu, Feb 11, 2016 at 07:50:18PM -0600, Christopher W Carpenter wrote: > From cc280d52f5d7724c86ce365e541330fd85c3dcd0 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 Tnanks for working on this upgrade! > > * gnu/packages/lisp.cm (sbcl): Update to 1.3.2 Okay! > [arguments]: Delete test that breaks compilation. How does it break? Do you think that deleting the test may mask some other problem? > * gnu/packages/lisp.scm (ccl): Update to 1.11. This patch LGTM. [...] > ,(origin > (method url-fetch) > (uri (string-append > - "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") Thanks for applying the gneralization!