-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CentOS 6 compatibility #9
Comments
You'll have to find out how to delete a directory with SBCL 1.0.38 and 2013/9/20 Dimitri Fontaine [email protected]
|
Thanks for willing to consider a compatibility patch here. I'll investigate how to fix the problem and get back with a patch, time permitting! |
Was this ever addressed (maybe elsewhere)? |
Not to my knowledge. I'd recommend using a version of SBCL that is less 2015-01-21 11:25 GMT+01:00 Amit Langote [email protected]:
|
Yeah I managed to have a build machine with a recent enough SBCL, and to then only deploy the binary artefact given by buildapp, so that I don't have such a pressing need for a backward compatible solution in cl-fad. Also, I have to admit that I now use uiop pathnames facilities rather than anything else, because of the way asdf and uiop are distributed and mainly already available (in modern enough versions of SBCL, again). |
I've got the same issue when try to compile CL-FAD on CentOS 6
Used Quicklisp to get CL-FAD
And struggling to compile new version on SBCL... |
That SBCL version is even older now, even less incentive to support it. |
Any clue how to compile last one using old SBCL 1.0.38? So far I've got error. |
Just upgrade your SBCL to something less ancient, really. |
Current version (as in Quicklisp latest release) of cl-fad is not usable in CentOS 6 with SBCL out of the box, because it's using the
sb-ext:delete-directory
function that appeared in SBCL 1.0.44.I wonder how easy it is to add compatibility to that. If that's simple enough, then I think it's worth the trouble.
A user of my software (pgloader, which depends on cl-fad) reported some details:
The text was updated successfully, but these errors were encountered: