-
Notifications
You must be signed in to change notification settings - Fork 19
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
Package error in SBCL port of NV-LENGTH, SB-EXT::ONCE-ONLY package lock error #68
Comments
There is a symbol named "ONCE-ONLY" in the SB-INT package in SBCL 2.4.11. |
Note the version of fset: "1.3.2" (the version currently used by quicklisp) |
Just noticed this is a duplicate of issue "fix: proper external package for sb-int:once-only #46", which was fixed in the current version of fset: "1.4.0". (It would be nice for quicklisp to use this later version.) Closing as duplicate. |
@markhdavid Quicklisp is already on 1.4.2, which includes this fix. I think you need to update your Quicklisp installation. |
Think you're right, I'm livin' in the past |
Compiling Code/port.lisp in SBCL 2.4.11, while compiling Code/port.lisp, you get an error like
Evidently, no symbol named "ONCE-ONLY" can be found in the SB-EXT package. The error happens while evaluating the defmacro for NV-LENGTH for the #+sbcl case only.
The text was updated successfully, but these errors were encountered: