Closed
Description
I receive this error when trying to load latest QuickLisp client:
[package ql-mezzano]..............................
[package ql-mkcl].................................
[package ql-sbcl].................................
[package ql-genera]..
**++++ Error between functions:
Reader cannot find package SCL.
**++++ Error between functions:
Reader cannot find package SCL.
.
; Debugger entered on #<UIOP/LISP-BUILD:COMPILE-FILE-ERROR 8010191673>
; *** 2 errors detected, no fasl file produced.
Seems, this bug was introduced in this pull request, merged on 11 September:
#209
Environment
My current QL client version is:
CL-USER> (ql:client-version)
"2019-02-16"
LispWorks 8.0
How to reproduce
cd /tmp
git clone git@github.com:quicklisp/quicklisp-client.git latest-quicklisp-client
Then in LispWorks:
(push "/tmp/latest-quicklisp-client/quicklisp/" asdf:*central-registry*)
(ql:quickload :quicklisp)
Metadata
Metadata
Assignees
Labels
No labels
Activity
svetlyak40wt commentedon Sep 20, 2022
Oh, I've just found there is the same problem under SBCL:
SBCL version 2.2.2.
[-]Latest QuickLisp client is broken on LispWorks because of recent Genera implementation[/-][+]Latest QuickLisp client is broken because of recent Genera implementation[/+]Pinned quicklisp version because of the bug
quicklisp commentedon Sep 25, 2022
The git repo isn't the latest client - the latest release is the latest client.
@gmpalter can you fix this issue?
Fix quicklisp#219: Replace references to SCL with QL-GENERA
Merge pull request #220 from gmpalter/master