[Bese-devel] Help installing UCW

Erick Ivaan Lopez Carreon erick at cibercalli.com
Wed Feb 1 20:52:40 UTC 2006


Hello:

This is my first post.

I have installed UCW in Debian Sid,my settings are:


  * Debian Sid x86
      * SBCL 1:0.9.9.0-1
      * emacs 21.4a-3
      * slime 1:20051227-1
  * cl-asdf 1.89-1
      * cl-arnesi 1:20060122-1
      * cl-yaclml 1:20060122-1
      * cl-ppcre 1.2.13-1
      * cl-iterate 1.4.2-1
      * cl-puri 1.4-1
      * cl-rfc2388 1.1-2
      * cl-modlisp 0.6-1 
      * parenscript from yesterday 
      * ucw_dev from yesterday

I have mod_lisp configured on port 3000 with an Apache backend. And the
test pages of mod_lisp shows right.

My:
ASDF:*CENTRAL-REGISTRY*
((MERGE-PATHNAMES ".clc/systems/" (USER-HOMEDIR-PATHNAME))
 (MERGE-PATHNAMES ".sbcl/systems/" (USER-HOMEDIR-PATHNAME))
 (MERGE-PATHNAMES "site-systems/" (TRUENAME (POSIX-GETENV "SBCL_HOME")))
 (MERGE-PATHNAMES "systems/" (TRUENAME (POSIX-GETENV "SBCL_HOME")))
 (MERGE-PATHNAMES ".sbcl/systems/" (USER-HOMEDIR-PATHNAME))
 (MERGE-PATHNAMES "site-systems/" (TRUENAME (POSIX-GETENV "SBCL_HOME")))
 (MERGE-PATHNAMES "systems/" (TRUENAME (POSIX-GETENV "SBCL_HOME")))
 *DEFAULT-PATHNAME-DEFAULTS* #P"/usr/share/common-lisp/systems/")

Contains the symlinks for ucw and its dependencies.


but whe i do:


./bin/ucwctl start && ./bin/ucwctl attach

After a wile i get:


109: (SB-IMPL::PROCESS-EVAL-OPTIONS ("(defmethod print-object ((c
asdf::missing-component) s)
                            (format s \"Unable to find the system for
~S.
asdf:*central-registry* is ~S.
Are the symlinks and asdf:*central-registry* properly setup?\"
(asdf::missing-requires c)
asdf:*central-registry*))" "(mapc (lambda (name) (asdf:oos 'asdf:load-op
name)) '(:ucw :ucw.mod-lisp :ucw.admin :ucw.examples))"
"(ucw:start-swank)" "(ucw:create-server :backend :mod-lisp
                                             :host \"127.0.0.1\"
                                             :port 3000
                                             :applications (list
it.bese.ucw-user::*example-application*
                    ucw::*admin-application*)
                                             :debug-on-error T
                                             :inspect-components NIL
                                             :log-root-directory #P
\"/home/user/.sbcl/site//logs/\"
                                             :log-level it.bese.arnesi:
+INFO+)"))
110: (SB-IMPL::TOPLEVEL-INIT)
111: ((LABELS SB-IMPL::RESTART-LISP))

debugger invoked on a SIMPLE-ERROR in thread #<THREAD "initial
thread" {A90E321}>: Maximum error nesting depth exceeded

Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name):
  0: [RETRY   ] Retry performing #<ASDF:LOAD-OP NIL {B903201}> on
#<ASDF:CL-SOURCE-FILE "package" {B78D829}>.
  1: [ACCEPT  ] Continue, treating #<ASDF:LOAD-OP NIL {B903201}> on
#<ASDF:CL-SOURCE-FILE "package" {B78D829}> as having been successful.
  2: [CONTINUE] Ignore and continue with next --eval option.
  3: [ABORT   ] Skip rest of --eval options.
  4:            Skip to toplevel READ/EVAL/PRINT loop.
  5: [QUIT    ] Quit SBCL (calling #'QUIT, killing the process).

((LAMBDA (SB-IMPL::E)) #<SB-FASL::INVALID-FASL-VERSION {B3F91C1}>)


Any clues??


Thanks in advance.






-- 
Erick Ivaan Lopez Carreon 

"Don't let school interfere with your education. "

"No permitas que la escuela interfiera con tu educación"

-- Mark Twain




More information about the bese-devel mailing list