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

Attila Lendvai attila.lendvai at gmail.com
Sun Oct 26 11:23:05 UTC 2008


> 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]


are you sure cl-def and defclass-star are pulled? works for me and i'm
in sync with the server repos. cl-perec has an INCOMPLETE: patch,
maybe you should unpull that.

also make sure that stale fasl's are removed.


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


make sure your local-time repo is pulled from the official repo.


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


by that time everything is doomed... :) resolve the preceding errors first.


> 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.


oops, seems like we were using the official contextl repo and our
branch is a bit old... i've pushed the missing patches there, but
currently you may use the official contextl repo, we have no pending
patches there. (looking at the patches, it shouldn't cause any
problems)

gotta run, more later.

-- 
 attila




More information about the cl-perec-devel mailing list