GNU bug report logs - #32295
[PATCH] gnu: clojure: Fix index generation.

Previous Next

Package: guix-patches;

Reported by: Gábor Boskovits <boskovits <at> gmail.com>

Date: Sat, 28 Jul 2018 06:10:02 UTC

Severity: normal

Tags: patch

Done: Gábor Boskovits <boskovits <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Gábor Boskovits <boskovits <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#32295: closed ([PATCH] gnu: clojure: Fix index generation.)
Date: Sun, 29 Jul 2018 10:03:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 29 Jul 2018 12:01:51 +0200
with message-id <CAE4v=pi-DaOgu8UgqGbSc1Hq_yWst3c0cse9tBbW59URViAGzA <at> mail.gmail.com>
and subject line gnu: clojure: Fix index generation.
has caused the debbugs.gnu.org bug report #32295,
regarding [PATCH] gnu: clojure: Fix index generation.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
32295: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32295
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Gábor Boskovits <boskovits <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Gábor Boskovits <boskovits <at> gmail.com>
Subject: [PATCH] gnu: clojure: Fix index generation.
Date: Sat, 28 Jul 2018 08:08:45 +0200
* gnu/packages/java.scm (clojure)[arguments]: Add phase 'fix-manifest-classpath to remove
offending directory entry making indexing fail.
---
 gnu/packages/java.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 2ba6d76ca..0ff92c763 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -1862,6 +1862,11 @@ new Date();"))
                   "test-generative-src"
                   "tools-namespace-src"))
                #t))
+           (add-after 'unpack 'fix-manifest-classpath
+             (lambda _
+               (substitute* "build.xml"
+                 (("<attribute name=\"Class-Path\" value=\".\"/>") ""))
+               #t))
            ;; The javadoc target is not built by default.
            (add-after 'build 'build-doc
              (lambda _
-- 
2.18.0



[Message part 3 (message/rfc822, inline)]
From: Gábor Boskovits <boskovits <at> gmail.com>
To: 32295-done <at> debbugs.gnu.org
Subject: gnu: clojure: Fix index generation.
Date: Sun, 29 Jul 2018 12:01:51 +0200
[Message part 4 (text/plain, inline)]
Fixed on master as commit 62196859227a91a206deceaae2829d9c32308347.
[Message part 5 (text/html, inline)]

This bug report was last modified 6 years and 300 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.