Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 446846 - circular blocking:virtual/udev/udev-171.ebuild depend on udev and eudev, but sys-fs/udev is blocking sys-fs/eudev-0
Summary: circular blocking:virtual/udev/udev-171.ebuild depend on udev and eudev, but ...
Status: RESOLVED DUPLICATE of bug 446836
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-11 07:32 UTC by mike
Modified: 2012-12-11 15:08 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mike 2012-12-11 07:32:33 UTC
# grep -A2 DEPEND /usr/portage/virtual/udev/udev-171.ebuild 
DEPEND=""
RDEPEND="~sys-fs/udev-171[gudev?,hwdb?,introspection?,keymap?,selinux?]
        ~sys-fs/eudev-0[gudev?,hwdb?,introspection?,keymap?,selinux?]"
# grep -A15 '^RDEPEND' /usr/portage/sys-fs/eudev/eudev-0.ebuild 
RDEPEND="${COMMON_DEPEND}
        hwdb?
        (
                >=sys-apps/usbutils-0.82
                || (
                        ( sys-apps/hwids >=sys-apps/pciutils-3.1.9-r2 )
                        >=sys-apps/pciutils-3.1.9-r1[-compress-db]
                        <sys-apps/pciutils-3.1.9-r1[-zlib]
                        )
        )
        extras?
        (
                >=sys-apps/usbutils-0.82
                sys-apps/pciutils
        )
        !sys-fs/udev


Reproducible: Always




Possible in /usr/portage/virtual/udev/udev-171.ebuild must be
RDEPEND="|| ( ~sys-fs/udev-171[gudev?,hwdb?,introspection?,keymap?,selinux?]
        ~sys-fs/eudev-0[gudev?,hwdb?,introspection?,keymap?,selinux?] )"
Comment 1 Patrick Lauer gentoo-dev 2012-12-11 07:35:15 UTC
Already fixed, thanks for reporting
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2012-12-11 15:08:46 UTC

*** This bug has been marked as a duplicate of bug 446836 ***