Summary: | dev-lisp/asdf-3.1.5 fails tests | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Patrick Lauer <patrick> |
Component: | Current packages | Assignee: | Common Lisp Bugs <common-lisp> |
Status: | CONFIRMED --- | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Patrick Lauer
![]() dev-lisp/asdf relies on dev-lisp/clozurecl for test (clozurecl providing ccl binary). But dev-lisp/clozurecl depends on dev-lisp/asdf. I emerged first clozurecl and then re-emerged asdf with FEATURES=test, and the output is weird: >>> Test phase: dev-lisp/asdf-3.1.5 make -j5 check ./tools/asdf-tools env l='' L='' u='' U='' v='' s='' t='' check > Error: Error Component "inferior-shell" not found, required by #<SYSTEM "asdf-tools"> > While executing: RESOLVE-DEPENDENCY-NAME, in process listener(1). > Type :GO to continue, :POP to abort, :R for a list of available restarts. > If continued: Skip loading "./tools/asdf-tools" > Type :? for other options. 1 > >>> Completed testing dev-lisp/asdf-3.1.5 Does not looks right. To my knowledge, the only solution for the egg-chicken issue would be to add RESTRICT=test to dev-lisp/asdf. |