Created attachment 230866 [details] 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
The commit related to bug 261088 should solve this issue.