[cl-debian] Re: Bug#335868: Cannot compile and load

Il giorno mer, 26/10/2005 alle 20.02 +0800, binghe ha scritto:
Package: cl-ironclad Version: 0.9.0.dfsg-1 Severity: serious
I use '(clc:clc-require :ironclad)' to compile it, all of them get just errors in cmucl, sbcl and clisp:
Hmmm. I wasn't able to reproduce your errors on cmucl nor sbcl (I didn't try clisp right now). I remember I've had some similar problems in the past. I discovered that I had some old .fasl and .x86f files floating around (maybe with wrong timestamps) and some old systems installed under ~/.clc. After cleaning up, the issues disappeared. Before investigating further, could you please check your ~/.clc directory, the compiler-specific dirs like ~/.sbcl, and maybe try to remove everything under /var/cache/common-lisp-controller/$USER ? Btw: please use (asdf:oos 'asdf:load-op :ironclad) for now --- I've just discovered a packaging bug that prevents (clc:clc-require) to work correctly. I'll fix it soon :-) (and I'll provide a quick patch if needed) Regards, alceste -- Alceste Scalas <alceste@muvara.org>

Il giorno ven, 28/10/2005 alle 21.10 +0200, Alceste Scalas ha scritto:
Btw: please use (asdf:oos 'asdf:load-op :ironclad) for now --- I've just discovered a packaging bug that prevents (clc:clc-require) to work correctly. I'll fix it soon :-) (and I'll provide a quick patch if needed)
D'oh. After reviewing your errors more carefully, I think that they are just due to that packaging bug... /me slaps forehead Please see whether the package compiles and loads with (asdf:oos 'asdf:load-op...). If you really want to use (clc:clc-require...), and couldn't wait for the next package version, just do the following: # cd /usr/share/common-lisp/source/ironclad # touch README LICENSE TODO NEWS Regards, alceste -- Alceste Scalas <alceste@muvara.org>
participants (1)
-
Alceste Scalas