pkgcheck icon indicating copy to clipboard operation
pkgcheck copied to clipboard

[wip] RDEPEND cycle check

Open arthurzam opened this issue 2 years ago • 1 comments

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

arthurzam avatar Jul 15 '23 10:07 arthurzam

  • 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

thesamesam avatar Sep 01 '23 08:09 thesamesam