pkgcheck
pkgcheck copied to clipboard
[wip] RDEPEND cycle check
This is WIP, showing results across the repo, but with possible false positives (since we compare on cat/pkg level instead of cat/pkg-ver levels).
Resolves: https://github.com/pkgcore/pkgcheck/issues/400
- net-libs/gssdp has a FP: gssdp-1.6.2 depends on gssdp-1.4:0, but it thinks there's a cycle
- dev-libs/libusb-compat has a FP: libusb-compat-0.1.5-r3 depends on virtual/libusb:1, which depends on >=dev-libs/libusb-1.0.19:1 (so it's ignoring slots, or it's confused by the blocker in libusb-compat; we should ignore blockers for now, that's subject of another bug: https://github.com/pkgcore/pkgcheck/issues/507)
not checked others yet