Opened 13 years ago

Last modified 3 years ago

#27599 closed defect

Leiningen installs but errors on any use — at Version 2

Reported by: PhilHudson (Phil Hudson) Owned by: ian.eure@…
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: clojure Cc:
Port: leiningen

Description (last modified by ryandesign (Ryan Carsten Schmidt))

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

comment:1 Changed 13 years ago by PhilHudson (Phil Hudson)

Cc: phil.hudson@… added

Cc Me!

comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: phil.hudson@… removed
Description: modified (diff)
Owner: changed from macports-tickets@… to ian.eure@…
Note: See TracTickets for help on using tickets.