stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [STUMP] Compiling with new SBCL's


From: Carlos Konstanski
Subject: Re: [STUMP] Compiling with new SBCL's
Date: Tue, 9 Jun 2009 10:00:33 -0600 (MDT)

On Tue, 9 Jun 2009, Carlos Konstanski wrote:

Date: Tue, 9 Jun 2009 09:05:39 -0600 (MDT)
From: Carlos Konstanski <address@hidden>
To: address@hidden
Subject: Re: [STUMP] Compiling with new SBCL's

On Tue, 9 Jun 2009, Friedrich Delgado Friedrichs wrote:

 Date: Tue, 9 Jun 2009 09:50:47 +0200
 From: Friedrich Delgado Friedrichs <address@hidden>
 To: address@hidden
 Subject: Re: [STUMP] Compiling with new SBCL's

 I'm not sure if this is related to the latest patch, but now I have
 problems compiling the manual with "SBCL 1.0.27.debian":

 make calling

 /usr/bin/sbcl --eval "(progn (require 'asdf) (require 'stumpwm) (load
 \"manual.lisp\"))" --eval "(progn (stumpwm::generate-manual)
 (sb-ext:quit))"

 results in

 debugger invoked on a TYPE-ERROR in thread #<THREAD "initial thread"
 RUNNING {10029E31E1}>: The value #<SB-KERNEL:NAMED-TYPE T> is not of type
 LIST.

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

 restarts (invokable by number or by possibly-abbreviated name):
  0: [CONTINUE] Ignore runtime option --eval "(progn
  (stumpwm::generate-manual) (sb-ext:quit))".
  1: [ABORT   ] Skip rest of --eval and --load options.
  2:            Skip to toplevel READ/EVAL/PRINT loop.
  3: [QUIT    ] Quit SBCL (calling #'QUIT, killing the process).

 ((LAMBDA (STREAM &OPTIONAL (#:FORMAT-ARG-21 (ERROR # :COMPLAINT "required
 argument missing" :CONTROL-STRING "@defun {~a} ~{~a~^ ~}~%~a~&@end
 defun~%~%" :OFFSET 9)) (#:FORMAT-ARG-22 (ERROR # :COMPLAINT "required
 argument missing" :CONTROL-STRING "@defun {~a} ~{~a~^ ~}~%~a~&@end
 defun~%~%" :OFFSET 13)) (#:FORMAT-ARG-23 (ERROR # :COMPLAINT "required
 argument missing" :CONTROL-STRING "@defun {~a} ~{~a~^ ~}~%~a~&@end
 defun~%~%" :OFFSET 24)) &REST SB-FORMAT::ARGS)) #<SB-SYS:FD-STREAM for
 "file /home/fdf/opt/anon-vc/stumpwm/stumpwm.texi" {1002C8FB11}>
 "pathname-is-executable-p" #<SB-KERNEL:NAMED-TYPE T> "Return T if the
 pathname describes an executable file.")
 0]

 pathname-is-executable-p appears here, but that's all I know, I'm not
 familiar with the code and have no time to investigate.


 --
        Friedrich Delgado Friedrichs <address@hidden>
                             TauPan on Ircnet and Freenode ;)

Some debugger output.  --Carlos


The value #<SB-KERNEL:NAMED-TYPE T> is not of type LIST.
   [Condition of type TYPE-ERROR]

Restarts:
 0: [RETRY] Retry SLIME REPL evaluation request.
 1: [ABORT] Return to SLIME's top level.
 2: [TERMINATE-THREAD] Terminate this thread (#<THREAD "repl-thread" RUNNING 
{AC28F79}>)

Backtrace:
  0: ((LAMBDA ..))
      Locals:
        SB-FORMAT::ARGS = NIL
        #:FORMAT-ARG21 = "pathname-is-executable-p"
        #:FORMAT-ARG22 = #<SB-KERNEL:NAMED-TYPE T>
        #:FORMAT-ARG23 = "Return T if the pathname describes an executable 
file."
        STREAM = #<SB-SYS:FD-STREAM for "file 
/home/ckonstanski/stumpwm/stumpwm.texi" {B7B83..
  1: (FORMAT #<SB-SYS:FD-STREAM for "file /home/ckonstanski/stumpwm/stumpwm.texi" 
{B7B8349}> #<FUNCTION (LAMBDA #) {B0BF0F5}>)[:EXTERNAL]
      Locals:
        SB-DEBUG::ARG-0 = 5
        SB-DEBUG::ARG-1 = #<SB-SYS:FD-STREAM for "file 
/home/ckonstanski/stumpwm/stumpwm.texi" {B7B83..
        SB-DEBUG::ARG-2 = #<FUNCTION (LAMBDA (STREAM &OPTIONAL (#:FORMAT-ARG21 #) 
...)) {B0BF0F5}>
  2: (GENERATE-FUNCTION-DOC #<SB-SYS:FD-STREAM for "file 
/home/ckonstanski/stumpwm/stumpwm.texi" {B7B8349}> "@@@ pathname-is-executable-p")
      Locals:
        SB-DEBUG::ARG-0 = #<SB-SYS:FD-STREAM for "file 
/home/ckonstanski/stumpwm/stumpwm.texi" {B7B83..
        SB-DEBUG::ARG-1 = "@@@ pathname-is-executable-p"
  3: (GENERATE-MANUAL :IN #P"stumpwm.texi.in" :OUT #P"stumpwm.texi")
      Locals:
        #:IN-DEFAULTING-TEMP = #P"stumpwm.texi.in"
        #:OUT-DEFAULTING-TEMP = #P"stumpwm.texi"
  4: (SB-INT:SIMPLE-EVAL-IN-LEXENV (GENERATE-MANUAL) #<NULL-LEXENV>)
  5: (SWANK::EVAL-REGION "(generate-manual)\n")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]