Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on clean build #3

Open
necto opened this issue Mar 2, 2013 · 0 comments
Open

Error on clean build #3

necto opened this issue Mar 2, 2013 · 0 comments

Comments

@necto
Copy link

necto commented Mar 2, 2013

Hello. I tried the code from quicklisp, and it works. Then I pulled your current sources, and tried to compile them with SBCL 1.0.55.0.debian:

CL-USER> (push #P"../" asdf:*central-registry*)
CL-USER> (asdf:load-system :ext-blog)

And got the following:

Execution of a form compiled with errors.
Form:
  (DEFPACKAGE EXT-BLOG
  (USE COMMON-LISP)
  (IMPORT-FROM EXT-BLOG-ASD *EXT-BLOG-VERSION*)
  (RENDER-METHOD (MAKE-INSTANCE (FIND-SYMBOL DRAWER-DISPATCHER 'EXT-BLOG)))
  (EXPORT-ROUTE-SYMBOLS T)
  (EXPORT *BASEURL* *DEFAULT-RENDER-METHOD* *DEFAULT-HEADERS*))
Compile-time error:
  during macroexpansion of
(DEFPACKAGE #:EXT-BLOG
  (:USE COMMON-LISP)
  ...).
Use *BREAK-ON-SIGNALS* to intercept:

 bogus DEFPACKAGE option: (:RENDER-METHOD
                           (MAKE-INSTANCE
                            (FIND-SYMBOL "DRAWER-DISPATCHER" '#:EXT-BLOG)))
   [Condition of type SB-INT:COMPILED-PROGRAM-ERROR]

Restarts:
 0: [RETRY] Retry compiling #<CL-SOURCE-FILE "ext-blog" "src" "defmodule">.
 1: [ACCEPT] Continue, treating compiling #<CL-SOURCE-FILE "ext-blog" "src" "defmodule"> 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" RUNNING {BC9A369}>)

Backtrace:
  0: (#:EVAL-THUNK)
  1: (SB-INT:SIMPLE-EVAL-IN-LEXENV ..)
  2: (SB-INT:SIMPLE-EVAL-IN-LEXENV ..)
  3: (EVAL-TLF ..)
  4: (SB-C::EVAL-COMPILE-TOPLEVEL ..)
  5: ((FLET SB-C::DEFAULT-PROCESSOR :IN SB-C::PROCESS-TOPLEVEL-FORM) ..)
  6: (SB-C::PROCESS-TOPLEVEL-FORM ..)
  7: (SB-C::PROCESS-TOPLEVEL-PROGN ..)
  8: (SB-C::PROCESS-TOPLEVEL-FORM ..)
  9: ((FLET SB-C::DEFAULT-PROCESSOR :IN SB-C::PROCESS-TOPLEVEL-FORM) ..)
 10: (SB-C::PROCESS-TOPLEVEL-FORM ..)
 11: (SB-C::SUB-SUB-COMPILE-FILE #<SB-C::SOURCE-INFO >)
 12: ((LAMBDA () :IN SB-C::SUB-COMPILE-FILE))
 13: ((FLET SB-C::WITH-IT :IN SB-C::%WITH-COMPILATION-UNIT))
 14: (SB-C::SUB-COMPILE-FILE #<SB-C::SOURCE-INFO >)
 15: (COMPILE-FILE ..)
 16: (ASDF:COMPILE-FILE* ..)
 17: ((SB-PCL::FAST-METHOD ASDF:PERFORM (ASDF:COMPILE-OP ASDF:CL-SOURCE-FILE)) ..)
 18: ((SB-PCL::EMF ASDF:PERFORM) #<unavailable argument> #<unavailable argument> #<ASDF:COMPILE-OP NIL {DCFB549}> #<ASDF:CL-SOURCE-FILE "ext-blog" "src" "defmodule">)
 19: ((SB-PCL::FAST-METHOD ASDF::PERFORM-WITH-RESTARTS :AROUND (T T)) ..)

It seems, like the failure is connected to the recent RESTAS update, but it's just an assumption.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant