[Cl-perec-devel] cl-perec compilation question

Barna Kovács vonbraun22 at gmail.com
Wed Jun 3 22:51:15 UTC 2009


Dear Developers,


as a beginner in Lisp, I try to use cl-perec and am facing with a
compilation problem. When (require 'cl-perec) is issued, this problem
arises:


The function CONTEXTL::LF-DEFINER-NAME is undefined.
   [Condition of type UNDEFINED-FUNCTION]

Restarts:
 0: [RETRY] Retry performing #<ASDF:LOAD-OP NIL {C081431}> on
#<ASDF:CL-SOURCE-FILE "cx-gc" {AD55E01}>.
 1: [ACCEPT] Continue, treating #<ASDF:LOAD-OP NIL {C081431}> on
#<ASDF:CL-SOURCE-FILE "cx-gc" {AD55E01}> as having been successful.
 2: [RETRY] Retry SLIME REPL evaluation request.
 3: [ABORT] Return to SLIME's top level.
 4: [TERMINATE-THREAD] Terminate this thread (#<THREAD "repl-thread"
{C52AC31}>)

Backtrace:
  0: (SB-KERNEL:%COERCE-CALLABLE-TO-FUN CONTEXTL::LF-DEFINER-NAME)
  1: (SB-FASL::FOP-FUNCALL)
  2: (SB-FASL::LOAD-FASL-GROUP #<SB-SYS:FD-STREAM for "file
/var/cache/common-lisp-controller/1000/sbcl/local/home/vonbraun/clbuild/source/contextl/cx-gc.fasl"
{B2C5871}>)
  3: ((FLET SB-THREAD::WITH-RECURSIVE-LOCK-THUNK))
  4: (SB-UNIX::CALL-WITH-LOCAL-INTERRUPTS #<CLOSURE (FLET
SB-UNIX::WITH-LOCAL-INTERRUPTS-THUNK) {B5BD61DD}> T)
  5: ((FLET SB-UNIX::WITHOUT-INTERRUPTS-THUNK) T)
  6: ((FLET SB-UNIX::RUN-WITHOUT-INTERRUPTS))
  7: (SB-UNIX::CALL-WITHOUT-INTERRUPTS #<CLOSURE (FLET
SB-UNIX::WITHOUT-INTERRUPTS-THUNK) {B5BD62CD}>)
  8: (SB-THREAD::CALL-WITH-RECURSIVE-LOCK ..)




My platform is SBCL on Linux. I use clbuild to install packages, however I
have replaced postmodern and metacopy from the cl-dwim repo, as it was
suggested on the cl-perec project page. I also tried to download contextl
code from the darcs repo of cl-dwim, but it provided an HTTP error message
only. If I emit (require 'contextl), the same issue arises.

Could you give some advice on this issue, please?


Thank you

Barna
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cl-perec-devel/attachments/20090604/3a224183/attachment.html>


More information about the cl-perec-devel mailing list