[Armedbear-ticket] [armedbear] #360: Unable to load hunchentoot via quicklisp (maven, asdf problem?)

armedbear armedbear-devel at common-lisp.net
Thu Jan 1 21:40:06 UTC 2015


#360: Unable to load hunchentoot via quicklisp (maven, asdf problem?)
-----------------------------+----------------------
  Reporter:  david creelman  |      Owner:  mevenson
      Type:  defect          |     Status:  accepted
  Priority:  major           |  Milestone:
 Component:  other           |    Version:
Resolution:                  |   Keywords:
-----------------------------+----------------------

Comment (by mevenson):

 Replying to [comment:2 alan ruttenberg]:
 > On my system the first step in debugging this problem is to install mvn.
 Actually it was installed but for some reason not on PATH in the
 environment in which my lisp runs. Request:   (push "/sw/bin/mvn" abcl-
 asdf::*mavens*)  to make it nicer for fink users.
 >
 > Next problem:
 > jna
 > ASDF could not load  because Java exception
 'java.lang.ClassNotFoundException: AETHER.GRAPH.DEPENDENCY'..

 Somehow the Maven libraries are not getting loaded into the process space.

 From a clean REPL, what is the result of:

 {{{
 (require :abcl-contrib)
 (:require :abcl-asdf)
 (abcl-asdf:init)
 (directory (make-pathname :defaults abcl-asdf::*mvn-libs-directory* :name
 "*"))
 }}}

 What are the values of (LISP-IMPLEMENTATION-VERSION)?  abcl-1.4.0-dev has
 slightly different heuristics for determining the proper MVN version,
 which shouldn't effect the load, but one never knows.

--
Ticket URL: <http://abcl.org/trac/ticket/360#comment:4>
armedbear <http://abcl.org>
armedbear


More information about the armedbear-ticket mailing list