You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After cloning from git, installing qlot, running qlot init inside, then running make sdl2-ncurses, I encounter the following error:
...lem/.qlot/dists/quicklisp/software/cl-setlocale-20201220-git/src/constants__grovel.grovel-tmp.lisp
.While evaluating the form starting at line 2, column 0
of #P"/home/user/.local/share/lem/scripts/build-sdl2-ncurses.lisp":
debugger invoked on a PACKAGE-LOCKED-ERROR in thread
#<THREAD tid=10137 "main thread" RUNNING {1000E60133}>:
Lock on package LEM/BUFFER/INTERNAL violated when
removing local nickname LINE for #<PACKAGE "LEM/BUFFER/LINE"> while in
package COMMON-LISP-USER.
See also:
The SBCL Manual, Node "Package Locks"
Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [CONTINUE ] Ignore the package lock.
1: [IGNORE-ALL ] Ignore all package locks in the context of this operation.
2: [UNLOCK-PACKAGE ] Unlock the package.
3: [TRY-RECOMPILING ] Recompile package and try loading it again
4: [RETRY ] Retry
loading FASL for #<CL-SOURCE-FILE "lem" "buffer" "package">.
5: [ACCEPT ] Continue, treating
loading FASL for #<CL-SOURCE-FILE "lem" "buffer" "package">
as having been successful.
6: Retry ASDF operation.
7: [CLEAR-CONFIGURATION-AND-RETRY] Retry ASDF operation after resetting the
configuration.
8: Retry ASDF operation.
9: Retry ASDF operation after resetting the
configuration.
10: [ABORT ] Give up on "lem-ncurses"
11: [REGISTER-LOCAL-PROJECTS ] Register local projects and try again.
12: [RETRY ] Retry EVAL of current toplevel form.
13: Ignore error and continue loading file "/home/user/.local/share/lem/scripts/build-sdl2-ncurses.lisp".
14: Abort loading file "/home/user/.local/share/lem/scripts/build-sdl2-ncurses.lisp".
15: Ignore runtime option --load "scripts/build-sdl2-ncurses.lisp".
16: Skip rest of --eval and --load options.
17: Skip to toplevel READ/EVAL/PRINT loop.
18: [EXIT ] Exit SBCL (calling #'EXIT, killing the process).
(PACKAGE-LOCK-VIOLATION #<PACKAGE "LEM/BUFFER/INTERNAL"> :SYMBOL NIL :FORMAT-CONTROL "removing local nickname ~A for ~A" :FORMAT-ARGUMENTS ("LINE" #<PACKAGE "LEM/BUFFER/LINE">))
When I unlock-package, or exit and rerun make sdl2-ncurses, it appears to complete successfully. However, when I run lem in ncurses mode, it will hang at a black sceen for about 20 seconds, before giving the following error:
After cloning from git, installing qlot, running qlot init inside, then running make sdl2-ncurses, I encounter the following error:
When I unlock-package, or exit and rerun
make sdl2-ncurses
, it appears to complete successfully. However, when I run lem in ncurses mode, it will hang at a black sceen for about 20 seconds, before giving the following error:The text was updated successfully, but these errors were encountered: