Hi Bill,
[Cc to the mailing list.]
On Tue, 31 Oct 2006 17:33:59 -0800, "William Bland" doctorbill@gmail.com wrote:
I'm trying to get Huchentoot installed - it seems like an excellent server from everything I've read. Unfortunately I'm not able to get past an ASDF error:
CL-USER> (asdf:oos 'asdf:load-op :huchentoot-test) ; loading system definition from ; /Users/wjb/.sbcl/systems/huchentoot-test.asd into #<PACKAGE "ASDF0"> ; registering #<SYSTEM :HUNCHENTOOT-TEST {12E80149}> as HUNCHENTOOT-TEST
component "huchentoot-test" not found [Condition of type ASDF:MISSING-COMPONENT]
Restarts: 0: [ABORT-REQUEST] Abort handling SLIME request. 1: [ABORT] Exit debugger, returning to top level.
Backtrace: 0: (ASDF:FIND-SYSTEM :HUCHENTOOT-TEST T) 1: (ASDF:OPERATE ASDF:LOAD-OP :HUCHENTOOT-TEST) 2: (SB-INT:SIMPLE-EVAL-IN-LEXENV (ASDF:OOS (QUOTE ASDF:LOAD-OP) :HUCHENTOOT-TEST) #<NULL-LEXENV>)
My ASDF setup does work for all the other libraries I have set up here (e.g. all the packages that huchentoot depends on). I installed huchentoot simply by unpacking the tarball into ~/.sbcl/.site and then making symbolic links for the two .asd files from ~/.sbcl/systems
Do you have any idea what might be going wrong? This is with SBCL 0.9.17 on an Intel MacBook. If there's anything else I can look at to help debug this, let me know and I'll do my best.
If that's the real output from your Lisp session, then the solution probably is to use "Hunchentoot" instead of "Huchentoot."
:)
Cheers, Edi.