[Bug 261079] lang/clojure: clojure -X fails with execution error (FileNotFoundException)

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 10 Jan 2022 09:03:38 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261079

            Bug ID: 261079
           Summary: lang/clojure: clojure -X fails with execution error
                    (FileNotFoundException)
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: arca0@pm.me
                CC: freebsd-ports@jan0sch.de
                CC: freebsd-ports@jan0sch.de
             Flags: maintainer-feedback?(freebsd-ports@jan0sch.de)

Created attachment 230866
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=230866&action=edit
Clojure - full report from the error

Executing clojure -X does not work with the current version of the clojure
package - 1.10.3.1020.

To reproduce, run:
clojure -X:deps help/doc :ns help

Expected result:
After some packages getting downloaded, you should get a list of docstrings for
the help namespace.

Actual result:
Execution error (FileNotFoundException) at clojure.main/main (main.java:40).
Could not locate clojure/run/exec__init.class, clojure/run/exec.clj or
clojure/run/exec.cljc on classpath.

Proposed workaround/solution:
Download clojure-tools-1.10.3.1020.tar.gz manually and copy exec.jar from that
archive to /usr/local/share/clojure/libexec

-- 
You are receiving this mail because:
You are the assignee for the bug.