Frage

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?

War es hilfreich?

Lösung

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top