From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH]: Add IcedTea 6 Date: Sun, 15 Feb 2015 16:57:07 +0100 Message-ID: <87h9unmalo.fsf@mango.localdomain> References: <87386vubwl.fsf@gnu.org> <8761bqq3wn.fsf@gnu.org> <20150129224421.GA19792@debian> <20150215125223.GA8936@debian> <87k2zjmg9d.fsf@mango.localdomain> <20150215144418.GA15520@debian> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45134) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YN1ZT-0000q4-D1 for guix-devel@gnu.org; Sun, 15 Feb 2015 10:57:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YN1ZN-0003bb-56 for guix-devel@gnu.org; Sun, 15 Feb 2015 10:57:23 -0500 Received: from venus.bbbm.mdc-berlin.de ([141.80.25.30]:53501) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YN1ZM-0003bW-SZ for guix-devel@gnu.org; Sun, 15 Feb 2015 10:57:17 -0500 In-Reply-To: <20150215144418.GA15520@debian> 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: Andreas Enge Cc: guix-devel@gnu.org Andreas Enge writes: > Speaking of java, I have a file > gnu/packages/javac.in > which is under version control, and which is required to compile guix. This is a template for a wrapper script around GCJ to convert javac-style arguments to arguments GCJ can understand. It's needed to compile OpenJDK with IcedTea when the only JDK available is GCJ. There does not appear to be a proper upstream for this script, so after discussing this we decided not to download the file from the Gentoo package sources but rather provide it with Guix. ~~ Ricardo