Menu

#24 Can't compile with sbcl 0.8.11

open
nobody
None
5
2012-09-14
2004-06-23
Anonymous
No

WARNING:
COMPILE-FILE warned while performing #<COMPILE-OP NIL="" {94CA7D1}=""> on
#<ACL-FILE "publish"="" {94E19B1}="">.
STYLE-WARNING: implicitly creating new generic function
LOOKUP-MIME-TYPE
STYLE-WARNING: implicitly creating new generic function
CONTENT-LENGTH
STYLE-WARNING: implicitly creating new generic function
TRANSFER-MODE
STYLE-WARNING: implicitly creating new generic function
PUBLISH-ENTITY
STYLE-WARNING: implicitly creating new generic function
UNPUBLISH-ENTITY
STYLE-WARNING: implicitly creating new generic function
HANDLE-REQUEST

debugger invoked on a SIMPLE-ERROR in thread 30404:
There is no class named HTTP-REQUEST.

You can type HELP for debugger help, or (SB-EXT:QUIT)
to exit from SBCL.

restarts (invokable by number or by
possibly-abbreviated name):
0: [RETRY ] Retry performing #<ASDF:LOAD-OP NIL="" {9640511}=""> on
#<ASERVE-SYSTEM::ACL-FILE "publish"="" {94E19B1}="">.
1: [ACCEPT ] Continue, treating #<ASDF:LOAD-OP NIL="" {9640511}=""> on
#<ASERVE-SYSTEM::ACL-FILE "publish"="" {94E19B1}=""> as having been
successful.
2: [ABORT ] Reduce debugger level (leaving
debugger, returning to toplevel).
3: [TOPLEVEL] Restart at toplevel READ/EVAL/PRINT loop.
("hairy arg processor for SB-PCL::FIND-CLASS-FROM-CELL"
HTTP-REQUEST
(NIL #<FUNCTION "#'(LAMBDA (&REST #:REST739) (DECLARE

) ...)" {187811D}>)

T)

Discussion

  • Nobody/Anonymous

    Logged In: NO

    sbcl 0.8.12, too.

     
  • Peter Scott

    Peter Scott - 2004-09-28

    Logged In: YES
    user_id=252564

    I have the same problem with SBCL 0.8.10

     
  • Ari Johnson

    Ari Johnson - 2004-10-10

    Logged In: YES
    user_id=90811

    I have the same problem with SBCL 0.8.14. There are also
    package lock issues that I can ignore during the compile,
    and then end up with this error and others. Here we go
    (repeated errors repeated here for completeness):

    Lock on package SB-EXT violated when setting the
    symbol-function of
    WITHOUT-PACKAGE-LOCKS.
    [Condition of type SYMBOL-PACKAGE-LOCKED-ERROR]

    There is no class named NET.ASERVE:HTTP-REQUEST.
    [Condition of type SIMPLE-ERROR]

    The variable NET.ASERVE:RESPONSE-FOUND is unbound.
    [Condition of type UNBOUND-VARIABLE]

    The function NET.ASERVE::CREATE-SRESOURCE is undefined.
    [Condition of type UNDEFINED-FUNCTION]

    There is no class named NET.ASERVE:HTTP-REQUEST.
    [Condition of type SIMPLE-ERROR]

    There is no class named NET.ASERVE:HTTP-REQUEST.
    [Condition of type SIMPLE-ERROR]

    "/home/ari/.sbcl/site/aserve/client.fasl" does not exist.
    [Condition of type SB-INT:SIMPLE-FILE-ERROR]

    There is no class named NET.ASERVE:HTTP-REQUEST.
    [Condition of type SIMPLE-ERROR]

    ; compilation unit finished

    ; caught 2 fatal ERROR conditions

    ; caught 34 WARNING conditions

    ; caught 203 STYLE-WARNING conditions

    ; printed 6 notes

     
  • Ari Johnson

    Ari Johnson - 2004-10-10

    Logged In: YES
    user_id=90811

    Disregard - the CVS version works. (I was using the version
    found by asdf-install, which is 9 months obsolete) The
    package lock error still occurs but can be ignored.

     

Log in to post a comment.