install: Package SB-BSD-SOCKETS does not exist.
ZettaScript opened this issue · 1 comments
ZettaScript commented
I cloned the repo and installed the ArchLinux package sbcl
. I don't have (afaik) any other lisp stack installed before that. Then:
$ ./install.lisp
debugger invoked on a SB-C::INPUT-ERROR-IN-LOAD in thread
#<THREAD "main thread" RUNNING {10013A8003}>:
READ error during LOAD:
Package SB-BSD-SOCKETS does not exist.
Line: 27, Column: 50, File-Position: 1108
Stream: #<SB-INT:FORM-TRACKING-STREAM for "file /home/tuxmain/Téléchargements/kandria/./install.lisp" {1001389713}>
Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [ABORT ] Abort loading file "/home/tuxmain/Téléchargements/kandria/./install.lisp".
1: [CONTINUE] Ignore runtime option --load "./install.lisp".
2: Skip rest of --eval and --load options.
3: Skip to toplevel READ/EVAL/PRINT loop.
4: [EXIT ] Exit SBCL (calling #'EXIT, killing the process).
(SB-C:COMPILER-ERROR SB-C::INPUT-ERROR-IN-LOAD :CONDITION #<SB-INT:SIMPLE-READER-PACKAGE-ERROR "Package ~A does not exist." {10013F7203}> :STREAM #<SB-INT:FORM-TRACKING-STREAM for "file /home/tuxmain/Téléchargements/kandria/./install.lisp" {1001389713}>)
0]
Shinmera commented
Hi, you're a bit early to try this sort of thing. I'm still working on getting the setup and installation procedure working well, and official release of the modding tools won't be for a few months, I'm afraid.
That said, the specific bug you've reported here should be fixed now.