Skip to content

Latest QuickLisp client is broken because of recent Genera implementation #219

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

Closed
svetlyak40wt opened this issue Sep 20, 2022 · 2 comments
Closed

Comments

@svetlyak40wt
Copy link
Contributor

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 [email protected]:quicklisp/quicklisp-client.git latest-quicklisp-client

Then in LispWorks:

(push "/tmp/latest-quicklisp-client/quicklisp/" asdf:*central-registry*)
(ql:quickload :quicklisp)
@svetlyak40wt
Copy link
Contributor Author

Oh, I've just found there is the same problem under SBCL:

CL-USER> (ql:quickload :quicklisp)
To load "quicklisp":
  Load 1 ASDF system:
    quicklisp
; Loading "quicklisp"
[package ql-util].................................
[package ql-setup]................................
...
[package ql-mkcl].................................
[package ql-sbcl].................................
[package ql-genera]...
;
; caught ERROR:
;   READ error during COMPILE-FILE:
;
;     Package SCL does not exist.
;
;       Line: 205, Column: 15, File-Position: 6808
;
;       Stream: #<SB-INT:FORM-TRACKING-STREAM for "file /Users/art/projects/lisp/latest-quicklisp-client/quicklisp/impl-util.lisp" {7\
006F40733}>

SBCL version 2.2.2.

@svetlyak40wt svetlyak40wt changed the title Latest QuickLisp client is broken on LispWorks because of recent Genera implementation Latest QuickLisp client is broken because of recent Genera implementation Sep 20, 2022
svetlyak40wt added a commit to ultralisp/ultralisp that referenced this issue Sep 21, 2022
@quicklisp
Copy link
Owner

The git repo isn't the latest client - the latest release is the latest client.

@gmpalter can you fix this issue?

quicklisp added a commit that referenced this issue Jun 19, 2023
Fix #219: Replace references to SCL with QL-GENERA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants