Question

I am trying to load up "cl+ssl" via

(asdf:oos 'asdf:load-op :cl+ssl)

resulting in

Component :TRIVIAL-GARBAGE not found, required by #<SYSTEM "cl+ssl">

is this problem known to anybody and if yes/no how can I fix this, or how can I approach to fix it?

Was it helpful?

Solution

asdf:load-op doesn't automatically install dependencies for you (though I think it does automatically load them if you've already got them installed).

Really, the best way of handling this is by using quicklisp.

If you don't want to do that, you can probably install trivial-garbage via asdf-install, or manually install it from the source.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top