[Bese-devel] Error while installing

drkm darkman_spam at yahoo.fr
Sat Jul 23 18:29:22 UTC 2005


  Hi

  After having read very good things about UCW on c.l.lisp, I
tried to install it.  I downloaded latest versions for all
packages, as adviced on CLiki.  Here is what I have in my
personnal ASDF repository:

    ~/.clc/systems $ ls -ol
    lrwxrwxrwx  1 drkm   20 arnesi.asd -> ../arnesi/arnesi.asd
    lrwxrwxrwx  1 drkm   24 puri.asd -> ../puri-1.3.1.2/puri.asd
    lrwxrwxrwx  1 drkm   22 rfc2388.asd -> ../rfc2388/rfc2388.asd
    drwxr-xr-x  2 drkm 4096 src
    lrwxrwxrwx  1 drkm   28 swank.asd -> ../../.elisp/slime/swank.asd
    lrwxrwxrwx  1 drkm   18 ucw.asd -> ../ucw_dev/ucw.asd
    lrwxrwxrwx  1 drkm   20 yaclml.asd -> ../yaclml/yaclml.asd

  Then I 'M-x slime' and evaluate the following:

    (asdf:oos 'asdf:load-op 'iterate)
    (asdf:oos 'asdf:load-op 'arnesi)
    (asdf:oos 'asdf:load-op 'rfc2388)
    (asdf:oos 'asdf:load-op 'yaclml)
    (asdf:oos 'asdf:load-op 'puri)
    (asdf:oos 'asdf:load-op 'ucw)

  All evaluate without error, but the last one.  I reproduce the
error at the end of this email.  I use GNU CLISP on Debian.

  Regards,

--drkm

(DEFCLASS IT.BESE.UCW:STANDARD-COMPONENT-CLASS): superclass #1=#<STRUCTURE-CLASS
     STANDARD-CLASS> should be of class STANDARD-CLASS
   [Condition of type SIMPLE-ERROR]

Restarts:
  0: [RETRY] Retry performing #<ASDF:COMPILE-OP NIL #x000333DFE218> on #<ASDF:CL-SOURCE-FILE "standard-component-class" #x000333DF7310>.
  1: [ACCEPT] Continue, treating #<ASDF:COMPILE-OP NIL #x000333DFE218> on #<ASDF:CL-SOURCE-FILE "standard-component-class" #x000333DF7310> as having been successful.
  2: [ABORT] Abort handling SLIME request.

Backtrace:
  0: frame binding variables (~ = dynamically):
  | ~ SYSTEM::*FASOUTPUT-STREAM* <--> NIL
  1: EVAL frame for form (CLOS::ENSURE-CLASS 'IT.BESE.UCW:STANDARD-COMPONENT-CLASS :DIRECT-SUPERCLASSES (LIST (OR (FIND-CLASS 'STANDARD-CLASS NIL) 'STANDARD-CLASS)) :DIRECT-SLOTS (LIST (LIST :NAME 'IT.BESE.UCW::BACKTRACK-SLOTS :ACCESSORS '(IT.BESE.UCW::COMPONENT-CLASS.BACKTRACK-SLOTS) :READERS '(IT.BESE.UCW::COMPONENT-CLASS.BACKTRACK-SLOTS) :WRITERS '(#) :INITER ...) (LIST :NAME 'IT.BESE.UCW::COMPONENT-SLOTS :ACCESSORS '(IT.BESE.UCW::COMPONENT-CLASS.COMPONENT-SLOTS) :READERS '(IT.BESE.UCW::COMPONENT-CLASS.COMPONENT-SLOTS) :WRITERS '(#) :INITER ...) (LIST :NAME 'IT.BESE.UCW::PLACE-SLOT :ACCESSORS '(IT.BESE.UCW::COMPONENT-CLASS.PLACE-SLOT) :READERS '(IT.BESE.UCW::COMPONENT-CLASS.PLACE-SLOT) :WRITERS '(#) :INITARGS ...)) :DOCUMENTATION '"The meta class for standard-components.

Classes defined with this meta-class have extra slot options, see
the class STANDARD-COMPONENT-DIRECT-SLOT for details.")
  2: EVAL frame for form (PROGN (CLOS::ENSURE-CLASS 'IT.BESE.UCW:STANDARD-COMPONENT-CLASS :DIRECT-SUPERCLASSES (LIST (OR # 'STANDARD-CLASS)) :DIRECT-SLOTS (LIST (LIST :NAME 'IT.BESE.UCW::BACKTRACK-SLOTS :ACCESSORS '# :READERS '# :WRITERS '# :INITER ...) (LIST :NAME 'IT.BESE.UCW::COMPONENT-SLOTS :ACCESSORS '# :READERS '# :WRITERS '# :INITER ...) (LIST :NAME 'IT.BESE.UCW::PLACE-SLOT :ACCESSORS '# :READERS '# :WRITERS '# :INITARGS ...)) :DOCUMENTATION '"The meta class for standard-components.

Classes defined with this meta-class have extra slot options, see
the class STANDARD-COMPONENT-DIRECT-SLOT for details."))
  3: EVAL frame for form (ASDF:OOS 'ASDF:LOAD-OP 'UCW)
  4: EVAL frame for form (SWANK:LISTENER-EVAL "(asdf:oos 'asdf:load-op 'ucw)
")
  5: EVAL frame for form (SWANK:START-SERVER "/tmp/slime.3725" :EXTERNAL-FORMAT :ISO-LATIN-1-UNIX)
 --more--





More information about the bese-devel mailing list