Bug#535305: 535305 Re: common-lisp-controller: update fails rebuilding sb-grovel, , asdf broken as a result
Kevin Rosenberg
kevin at rosenberg.net
Thu Sep 17 19:15:29 UTC 2009
Peter Van Eynde wrote:
> Indeed the clc version 6.18 does not work with older versions of sbcl.
> I've had to change the native-file-kind package.
>
> However I've also added a Conflict against "sbcl (<< 1:1.0.29.0)". So
> why did it want to install with an older version of sbcl?
If for some reason you need to CLC to be compatible with older
versions of SBCL, I use code like below:
(let ((file-kind-fun
(or (find-symbol "NATIVE-FILE-KIND" :sb-impl)
(find-symbol "UNIX-FILE-KIND" :sb-unix))))
(when file-kind-fun
(funcall file-kind-fun path-string)))
--
Kevin Rosenberg
kevin at rosenberg.net
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-common-lisp-devel/attachments/20090917/af88fe28/attachment.pgp>
More information about the pkg-common-lisp-devel
mailing list