Skip to content

unable to build from scratch. #33

@horos22reg

Description

@horos22reg

All,

I'm trying my level best to build this from scratch. The python module for this does not function on alpine because alpine is a musl-based system and hence incompatible- but I'll be d***d if I can actually build it.

I've:

  1. downloaded and installed version 2.4.4 of sbcl
  2. cloned https://github.com/GrammaTech/sel.git
  3. installed quicklisp.lisp via 'curl -o /tmp/ql.lisp http://beta.quicklisp.org/quicklisp.lisp; sbcl --no-sysinit --no-userinit --load /tmp/ql.lisp --eval '(quicklisp-quickstart:install :path "~/quicklisp"}' --eval '(ql:add-to-init-file)' --quit
  4. export quicklisp via 'export QUICK_LISP=/root/.quicklisp'
  5. run inside of /root/sel - make all

but this gives me:

:LOCAL-NICKNAMES fell through ECASE expression

which to me says that the quicklisp version that I have does not support local-nicknames, or there is some other error with the lisp compilation.

Is there a list of known, working versions here that I could use in compiling this? I didn't see anything obvious in the sel distribution.

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