Summary: | Не загружаются модули из contrib | ||
---|---|---|---|
Product: | Sisyphus | Reporter: | Denis Smirnov <mithraen> |
Component: | sbcl | Assignee: | Andrey Cherepanov <cas> |
Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
Severity: | normal | ||
Priority: | P5 | CC: | cas, yuriy.shirokov |
Version: | unstable | ||
Hardware: | x86_64 | ||
OS: | Linux |
Description
Denis Smirnov
2020-05-24 19:36:30 MSK
Посмотрю. c253 ~ # sbcl This is SBCL 2.0.4-alt1, an implementation of ANSI Common Lisp. More information about SBCL is available at <http://www.sbcl.org/>. SBCL is free software, provided as is, with absolutely no warranty. It is mostly in the public domain; some portions are provided under BSD-style licenses. See the CREDITS and COPYING files in the distribution for more information. * :asdf :ASDF * Это нормально? Патч sbcl-2.0.4-runtime.patch применяется для aarch64 и x86_64. Наткнулся, вероятно, на тот же баг: $ sbcl --load '/usr/local/share/quicklisp/quicklisp.lisp' This is SBCL 2.0.4-alt1, an implementation of ANSI Common Lisp. More information about SBCL is available at <http://www.sbcl.org/>. SBCL is free software, provided as is, with absolutely no warranty. It is mostly in the public domain; some portions are provided under BSD-style licenses. See the CREDITS and COPYING files in the distribution for more information. While evaluating the form starting at line 314, column 0 of #P"/usr/local/share/quicklisp/quicklisp.lisp": debugger invoked on a SB-INT:EXTENSION-FAILURE in thread #<THREAD "main thread" RUNNING {1000518083}>: Don't know how to REQUIRE SB-BSD-SOCKETS. See also: The SBCL Manual, Variable SB-EXT:*MODULE-PROVIDER-FUNCTIONS* The SBCL Manual, Function REQUIRE Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL. restarts (invokable by number or by possibly-abbreviated name): 0: [RETRY ] Retry EVAL of current toplevel form. 1: [CONTINUE] Ignore error and continue loading file "/usr/local/share/quicklisp/quicklisp.lisp". 2: [ABORT ] Abort loading file "/usr/local/share/quicklisp/quicklisp.lisp". 3: Ignore runtime option --load "/usr/local/share/quicklisp/quicklisp.lisp". 4: Skip rest of --eval and --load options. 5: Skip to toplevel READ/EVAL/PRINT loop. 6: [EXIT ] Exit SBCL (calling #'EXIT, killing the process). (REQUIRE SB-BSD-SOCKETS NIL) 0] |