Skip to content

setup errors and fixes (local-nicknames, quicklisp/setup, library compression) #23

@bo-tato

Description

@bo-tato

thanks for making this batteries included packaging, now i can have fun playing around with lisp and not waste more time on package management, which is non-trivial if you don't want to use quicklisp over insecure http, I got it setup now but these are the errors I ran in to:

  1. "unrecognized define-package keyword :LOCAL-NICKNAMES"
    it seems sbcl (2.2.9.debian) comes with an older version of uiop/asdf that is missing that, here is discussion
    I am on debian and did apt install cl-asdf and got past that error
  2. can't load quicklisp/setup
    I am using ql-https rather than default quicklisp, I added the startup code of ql-https to quicklisp/setup.lisp and then that part worked
  3. #<LIBRARY COMPRESSION-LIB> does not have a known shared library file path.
    I needed to install libzstd-dev
    now it seems everything is working

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions