Ticket #27599 (new defect)
Leiningen installs but errors on any use
| Reported by: | phil.hudson@… | Owned by: | ieure@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.9.2 |
| Keywords: | clojure | Cc: | paul.richards@… |
| Port: | leiningen |
Description (last modified by ryandesign@…) (diff)
With MacPorts clojure and clojure-contrib installed, here's my abortive install-and-use-leiningen session:
% sudo port -R -u -c install clojure clojure-contrib leiningen <no errors> % lein self-install That's not a task. Use "lein help" to list all tasks. % lein help install That's not a task. Use "lein help" to list all tasks. Exception in thread "main" java.lang.IllegalArgumentException: No implementation of method: :make-reader of protocol: #'clojure.java.io/IOFactory found for class: nil (jar.clj:17) at clojure.lang.Compiler$InvokeExpr.eval(Compiler.java:2911)
Following the install instructions on the leiningen site works.
Mac OS X 10.5.8 on 2006 MacBook Pro (dual Intel)
Java 1.6.0_22
MacPorts 1.9.2
Clojure 1.2.0 (MacPorts)
Change History
comment:2 Changed 2 years ago by ryandesign@…
- Owner changed from macports-tickets@… to ian.eure@…
- Cc phil.hudson@… removed
- Description modified (diff)
comment:4 follow-up: ↓ 5 Changed 2 years ago by paul.richards@…
There are some known issues with Leiningen and the MacPorts version of Curl: http://osdir.com/ml/clojure/2011-01/msg01054.html
I don't know if this is a fault with Leiningen, Curl, or something else more subtle.
comment:5 in reply to: ↑ 4 Changed 2 years ago by paul.richards@…
Replying to paul.richards@…:
There are some known issues with Leiningen and the MacPorts version of Curl: http://osdir.com/ml/clojure/2011-01/msg01054.html
I don't know if this is a fault with Leiningen, Curl, or something else more subtle.
I think the issue reported by the original poster is different from what I suggest in this comment. Apologies..


Cc Me!