Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing dependencies when loading quicklisp on its own #125

Closed
ralt opened this issue Dec 5, 2015 · 1 comment
Closed

Missing dependencies when loading quicklisp on its own #125

ralt opened this issue Dec 5, 2015 · 1 comment

Comments

@ralt
Copy link

ralt commented Dec 5, 2015

I have a fairly self-contained scenario where I load quicklisp as a dependency of another project (to use ql-dist et al).

My process is the following:

  • Load quicklisp in a local folder
  • Load all the dependencies of my system in the local quicklisp folder
  • Run buildapp by pointing to my local quicklisp folder

When using this way, if my system depends on quicklisp, I'll get this error when running buildapp:

Fatal UNDEFINED-FUNCTION:
  The function QL-SETUP:QMERGE is undefined.

I think quicklisp shouldn't depend on the setup.lisp file being loaded.

@quicklisp
Copy link
Owner

Quicklisp can't be loaded as a regular ASDF system, sorry. It can only be loaded via its bootstrapping setup.lisp file, which establishes pathnames for Quicklisp to search for stuff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants