From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Update GCJ. Date: Mon, 12 Oct 2015 21:02:05 +0200 Message-ID: <87k2qrap1u.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59700) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZliMO-0007ca-4s for guix-devel@gnu.org; Mon, 12 Oct 2015 15:02:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZliMK-00070n-2F for guix-devel@gnu.org; Mon, 12 Oct 2015 15:02:12 -0400 In-Reply-To: (Ricardo Wurmus's message of "Mon, 12 Oct 2015 14:57:19 +0200") 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: Ricardo Wurmus Cc: guix-devel Ricardo Wurmus skribis: > So I made the following changes: > > * build =E2=80=9Cant=E2=80=9D with the new =E2=80=9Cgcj=E2=80=9D package = instead of =E2=80=9Cicedtea6=E2=80=9D > * replace =E2=80=9Cant-bootstrap=E2=80=9D (the ugly binary version of =E2= =80=9Cant=E2=80=9D) with the > regular =E2=80=9Cant=E2=80=9D as it no longer results in a circular dep= endency. > (Since =E2=80=9Cicedtea7=E2=80=9D inherits from =E2=80=9Cicedtea6=E2=80= =9D I had to make a minor > change to that package as well.) > * update =E2=80=9Cicedtea6=E2=80=9D to latest version (overdue security u= pdate; sorry) OK. > From f7900bd2a3f999d18742c59ec58d7748c8c051dd Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Mon, 12 Oct 2015 14:21:15 +0200 > Subject: [PATCH 1/3] gnu: ant: Build with GCJ. > > * gnu/packages/java.scm (ant)[native-inputs]: Replace "icedtea6" with > "gcj". OK. (I=E2=80=99m surprised it builds with GCJ without modifications; that= =E2=80=99s good news.) > From 47a52495617510a7298beba9be06aa61397a2004 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Mon, 12 Oct 2015 14:24:03 +0200 > Subject: [PATCH 2/3] gnu: icedtea6: Replace "ant-bootstrap" with "ant". > > * gnu/packages/java.scm (icedtea6)[native-inputs]: Replace > "ant-bootstrap" with "ant". > [arguments]: Remove steps to unpack and use "ant-bootstrap". > (icedtea7)[native-inputs]: Remove explicit references to > "ant-bootstrap" and "ant". OK. > From 2a2a4e366b827138e171653aa694e605ebd75db3 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Mon, 12 Oct 2015 14:29:06 +0200 > Subject: [PATCH 3/3] gnu: icedtea6: Update to 1.13.8. > > * gnu/packages/java.scm (icedtea6): Update to 1.13.8. OK. The patch that updates GCJ at the beginning of this thread also LGTM. Thanks! Ludo=E2=80=99.