Torsten, On Sun, Sep 25, 2011 at 4:59 PM, Torsten Werner <[email protected]> wrote: > Okay, the bug is in /usr/bin/lein. The line 66 must be changed from > > CLOJURE_JAR="/usr/share/java/clojure-1.2.jar:/usr/share/java/asm3.jar" > > to > > CLOJURE_JAR="/usr/share/java/clojure-1.2.jar:/usr/share/java/asm3-all.jar"
CLOJURE_JAR="/usr/share/java/clojure-1.2.jar:/usr/share/java/asm3.jar:/usr/share/java/asm3-commons.jar" fixes the error. Thank you for the investigation. Regards, Daigo -- Daigo Moriwaki <daigo at debian dot org> -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

