Opened 13 years ago

Last modified 3 years ago

#27599 closed defect

Leiningen installs but errors on any use — at Initial Version

Reported by: PhilHudson (Phil Hudson) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: clojure Cc:
Port: leiningen

Description

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 (0)

Note: See TracTickets for help on using tickets.