[Bese-devel] ucwctrl problems.

William Halliburton whalliburton at gmail.com
Tue May 2 19:01:15 UTC 2006


Nothing like bug chasing to learn things.. ;)

Just insalled new source to a new machine and trying to get ucwctl to work.

SBCL 0.9.12

I can get ucw working fine by running sbcl and loading the start.lisp file.

But using ucwctl it called cl-launch::compile-and-load-file but the
start.lisp will not compile without an error.

Transcript from ucwctl start.  See the error at the top. Compilation failed
in (cl-launch::compile-and-load-file "/etc/ucw/start.lisp") but it still
wrote a fasl to the .cache firectory. Just one that ended at the point of
the error, which was the next line after the (asdf:oos 'asdf:load-op
:arnesi) - (setf arnesi::*call/cc-returns* nil)

;
; compilation unit aborted
;   caught 1 fatal ERROR condition
; loading system definition from /home/conrad/.sbcl/systems/arnesi.asd into
; #<PACKAGE "ASDF0">
; registering #<SYSTEM :ARNESI {B234271}> as ARNESI
; registering #<SYSTEM :ARNESI.TEST {A796FD9}> as ARNESI.TEST
; registering #<SYSTEM :ARNESI.CL-PPCRE-EXTRAS {A8FE5E1}> as
; ARNESI.CL-PPCRE-EXTRAS
STYLE-WARNING: implicitly creating new generic function
EFFECTIVE-KEYWORD-NAME
STYLE-WARNING: implicitly creating new generic function APPLY-LAMBDA/CC
STYLE-WARNING: implicitly creating new generic function ENABLED-P
STYLE-WARNING: implicitly creating new generic function LOG.LEVEL
STYLE-WARNING: implicitly creating new generic function (SETF LOG.LEVEL)
STYLE-WARNING: implicitly creating new generic function ENQUEUE
STYLE-WARNING: implicitly creating new generic function DEQUEUE
STYLE-WARNING: implicitly creating new generic function PEEK-QUEUE
STYLE-WARNING: implicitly creating new generic function QUEUE-EMPTY-P
STYLE-WARNING: implicitly creating new generic function QUEUE-FULL-P
STYLE-WARNING: implicitly creating new generic function QUEUE-COUNT
STYLE-WARNING:
   implicitly creating new generic function CALL-FOR-ALL-ELEMENTS-WITH-INDEX
STYLE-WARNING: implicitly creating new generic function GROW-QUEUE
STYLE-WARNING: implicitly creating new generic function MOVE-TAIL
STYLE-WARNING: implicitly creating new generic function MOVE-HEAD
STYLE-WARNING: implicitly creating new generic function
ENQUEUE-OR-MOVE-TO-FRONT
*


The error can be seen by compiling the file seperatly.

conrad at bdm /etc/ucw $ sbcl
* (require 'asdf)

("ASDF")
* (compile-file "/etc/ucw/start.lisp")

; compiling file "/etc/ucw/start.lisp" (written 30 APR 2006 03:50:17 PM):
; compiling (IN-PACKAGE :COMMON-LISP-USER)
; compiling (ASDF:OOS (QUOTE ASDF:LOAD-OP) ...);
; compilation unit aborted
;   caught 1 fatal ERROR condition
compilation aborted because of fatal error:
                                                 READ failure in
COMPILE-FILE:
                                                   READER-ERROR at 915 (line
33, column 31) on #<SB-SYS:FD-STREAM for "file /etc/ucw/start.lisp"
{AA6E239}>:
package "ARNESI" not found

; /etc/ucw/start.fasl written
; compilation finished in 0:00:00
#P"/etc/ucw/start.fasl"
T
T
*


Simple case of the package not present at compile time.

Is this not a case for the eval-when? Anyone know why I did not see this
earlier?

Thank you,
William Halliburton
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/bese-devel/attachments/20060502/c5b24962/attachment.html>


More information about the bese-devel mailing list