From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39238) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fjIju-0005Ek-LX for guix-patches@gnu.org; Sat, 28 Jul 2018 02:30:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fjIjr-0000kI-HH for guix-patches@gnu.org; Sat, 28 Jul 2018 02:30:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:55689) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fjIjr-0000j6-DE for guix-patches@gnu.org; Sat, 28 Jul 2018 02:30:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fjIjq-0004ke-P7 for guix-patches@gnu.org; Sat, 28 Jul 2018 02:30:02 -0400 Subject: [bug#32295] [PATCH] gnu: clojure: Fix index generation References: <20180728060845.22800-1-boskovits@gmail.com> In-Reply-To: <20180728060845.22800-1-boskovits@gmail.com> Resent-Message-ID: MIME-Version: 1.0 From: =?UTF-8?Q?G=C3=A1bor?= Boskovits Date: Sat, 28 Jul 2018 08:29:40 +0200 Message-ID: Content-Type: multipart/alternative; boundary="00000000000010f6200572095bdf" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 32295@debbugs.gnu.org --00000000000010f6200572095bdf Content-Type: text/plain; charset="UTF-8" I could use some help from someone more familiar with clojure uses. On current master clojure does not build, as the manifest contains Class-Path: . and jar -i throws exception in phase 'generate-jar-indices. The patch I proposed removes the classpath from the manifest. Do you think this can interfere with normal uses of clojure? Another possible solution would be to delete the index generation phase, but I'm not sure about the implications here either. WDYT? --00000000000010f6200572095bdf Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I could use some help from someone more familiar with cloj= ure uses.

On current master clojure does not build, as t= he manifest contains
Class-Path: .
and jar -i throws ex= ception in phase 'generate-jar-indices.

The pa= tch I proposed removes the classpath from the manifest. Do you think this c= an interfere with normal uses of clojure?

Another = possible solution would be to delete the index generation phase, but I'= m not sure about the implications here either.

WDY= T?
--00000000000010f6200572095bdf--