[Bese-devel] Re: Getting ucw_box to work

Lou Vanek vanek at acd.net
Sun Jun 18 14:04:48 UTC 2006


Pupeno wrote:

[snip]
> Here I have the backtrace:
> 
> 0: (SB-KERNEL:TWO-ARG-> NIL 3359602209)
> 1: (FILE-NEWER-P
> 
> #P"/var/cache/common-lisp-controller/1000/sbcl/local/home/pupeno/Software/hosting-compass/ucw-boxset/slime/slime/swank-backend.lisp"
> 
> #P"/home/pupeno/.slime/fasl/sbcl-0.9.13-linux-x86/swank-backend.fasl")

I believe what's happening here is sbcl is dieing on line 109 of swank-loader.lisp:

(defun file-newer-p (new-file old-file)
   "Returns true if NEW-FILE is newer than OLD-FILE."
   (> (file-write-date new-file) (file-write-date old-file))) ;line 109

For some reason sbcl cannot figure out what the file-write-date of
"/home/pupeno/.slime/fasl/sbcl-0.9.13-linux-x86/swank-backend.fasl" is,
so it is returning nil and operator '>' is complaining about a nil argument.

Interestingly enough, this is a known problem (to Google):
http://www.codecomments.com/archive274-2006-4-884549.html





More information about the bese-devel mailing list