[Cl-perec-devel] Some problems with loading cl-perec

Makarov Alexey alexeys9 at mail.ru
Sun Oct 26 12:04:41 UTC 2008


Thank you for fixing problem with asdf-system-connections.

Now when I load cl-perec by (require :cl-perec) the following errors
appears:

First problem with DEFCLASS-STAR is name-conflict:

EXPORT DEFCLASS-STAR:DEFLAYER* causes name-conflicts in
#<PACKAGE "CONTEXTL-COMMON-LISP"> between the following symbols:
  DEFCLASS-STAR:DEFLAYER*, CONTEXTL-COMMON-LISP:DEFLAYER*
   [Condition of type SB-INT:NAME-CONFLICT]

Restarts:
 0: [RESOLVE-CONFLICT] Resolve conflict.
 1: [RETRY] Retry performing #<ASDF:LOAD-OP (:FORCE T) {1003E29BC1}> on
#<ASDF:CL-SOURCE-FILE "contextl-integration" {10043C2141}>.
 2: [ACCEPT] Continue, treating #<ASDF:LOAD-OP (:FORCE T) {1003E29BC1}>
on #<ASDF:CL-SOURCE-FILE "contextl-integration" {10043C2141}> as having
been successful.
 3: [RETRY] Retry performing #<ASDF:LOAD-OP NIL {10041E5CE1}> on
#<ASDF:SYSTEM "contextl" {1002C4B301}>.
 4: [ACCEPT] Continue, treating #<ASDF:LOAD-OP NIL {10041E5CE1}> on
#<ASDF:SYSTEM "contextl" {1002C4B301}> as having been successful.
 5: [ABORT] Return to SLIME's top level.
 6: [TERMINATE-THREAD] Terminate this thread (#<THREAD
"repl-thread" {1003245881}>)

This I fixed by select [RESOLVE-CONFLICT] and pick
DEFCLASS-STAR:DEFLAYER* from CONTEXTL-COMMON-LISP:DEFLAYER* (if pick
DEFCLASS-STAR:DEFLAYER compiling process pass with no errors but never
stop).

Then appear following errors:

There is no class named CL-PEREC:TIMESTAMP.
   [Condition of type SIMPLE-ERROR]

There is no class named CL-PEREC::=LAYER-CLASS-DEFINER-FOR-%
CPL-COPY-SHALLOW=.
   [Condition of type SIMPLE-ERROR]

There is no class named CL-PEREC::SLOT-ACCESS.
   [Condition of type SIMPLE-ERROR]

There is no class named CL-PEREC::FUNCTION-CALL.
   [Condition of type SIMPLE-ERROR]

There is no class named CL-PEREC::QUERY-VARIABLE.
   [Condition of type SIMPLE-ERROR]

There is no class named CL-PEREC::MACRO-CALL.
   [Condition of type SIMPLE-ERROR]

SLDB  allow resolve problem by accepting (1: [ACCEPT] Continue,
treating...)

But after that some "fasl" files does not exist.
This files couldn't found:
      * ./query/partial-eval.fasl,
      * ./query/compiler.fasl,
      * ./dimensional/dimension.fasl

And compiling never stop.

CL-YA-LOG, CL-CONTEXTL, CL-METABANG-BIND and CL-METACOPY downloaded from
http://common-lisp.net/cgi-bin/darcsweb/darcsweb.cgi. Other dependencies
such as DEFCLASS-STAR,CL-DEF,CL-QUASI-QUOTE,CL-RDBMS,CL-SYNTAX-SUGAR was
downloaded from theirs repos.





More information about the cl-perec-devel mailing list