Skip to content
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

Can't load to SBCL The name "CLAYLIB/WRAP" does not designate any package. #85

Open
gwangjinkim opened this issue Sep 15, 2024 · 1 comment

Comments

@gwangjinkim
Copy link

gwangjinkim commented Sep 15, 2024

The first Issue I had was with cl-environments

alex-gutev/cl-environments#15

But the solution was to git clone the newest cl-environments.

After that, however, a new problem occurred while loading:

(SB-INT:%FIND-PACKAGE-OR-LOSE "CLAYLIB/WRAP")
0] ##########################################################################
; Loading "trivial-extensible-sequences"
[package org.shirakumo.trivial-extensible-sequences]
To load "claylib":
  Load 1 ASDF system:
    claylib
; Loading "claylib"
[package babel-encodings].........................
[package babel]...................................
..................................................
[package cffi-sys]................................
[package cffi-features]...........................
[package cffi]....................................
.............................
debugger invoked on a PACKAGE-DOES-NOT-EXIST in thread
#<THREAD tid=259 "main thread" RUNNING {7005B305C3}>:
  The name "CLAYLIB/WRAP" does not designate any package.

Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name):
  0: [CONTINUE                     ] Use the current package, COMMON-LISP-USER.
  1: [RETRY                        ] Retry finding the package.
  2: [USE-VALUE                    ] Specify a different package
  3: [RETRY                        ] Retry
                                     compiling #<CL-SOURCE-FILE "claylib/wrap" "claylib-wrap">.
  4: [ACCEPT                       ] Continue, treating
                                     compiling #<CL-SOURCE-FILE "claylib/wrap" "claylib-wrap">
                                     as having been successful.
  5:                                 Retry ASDF operation.
  6: [CLEAR-CONFIGURATION-AND-RETRY] Retry ASDF operation after resetting the
                                     configuration.
  7: [ABORT                        ] Give up on "claylib"
  8: [REGISTER-LOCAL-PROJECTS      ] Register local projects and try again.
  9:                                 Exit debugger, returning to top level.

(SB-INT:%FIND-PACKAGE-OR-LOSE "CLAYLIB/WRAP")
\

I am on SBCL 2.4.2 .

@gwangjinkim
Copy link
Author

Ah I see the installation procedure for claylib/wrap is more complicated and requires manual steps.

@gwangjinkim gwangjinkim changed the title Can't load to SBCL Can't load to SBCL The name "CLAYLIB/WRAP" does not designate any package. Sep 15, 2024
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

1 participant