Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 411737 - sys-fs/udev-171-r5: handle sys-apps/pciutils-3.1.9-r2 dropping compress-db USE flag
Summary: sys-fs/udev-171-r5: handle sys-apps/pciutils-3.1.9-r2 dropping compress-db US...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: udev maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-12 14:05 UTC by Martin von Gagern
Modified: 2012-04-12 16:32 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 Martin von Gagern 2012-04-12 14:05:30 UTC
My ~amd64 system currently fails to update, and part of the problem appears to be the fact that pciutils won't upgrade from 3.1.9-r1 to 3.1.9-r2. This is due to udev-171-r5, which RDEPENDs on pciutils with specific USE flags:

  || ( >=sys-apps/pciutils-3.1.9-r1[-compress-db]
      <sys-apps/pciutils-3.1.9-r1[-zlib] )

But there no longer is a compress-db USE flag in pciutils 3.1.9-r2, so this dep cannot be satisifed by a more recent pciutils version.

I've got >=udev-182 masked on my system, as I've got /usr on a separate mount, and I'm still not happy with having to use an initramfs, so I'd like to keep the older udev around until I'm happy with my setup.

But it would be great if I could update pciutils even with that old udev around. I guess that this is just something wrong with the dependency, and that a simple adjustment to the udev ebuild could probably fix this. Am I right?
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2012-04-12 16:32:29 UTC
I've tried to comply with your request _for now_:

http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-171-r5.ebuild?r1=1.10&r2=1.11

After stabilization of >= 180 these type of requests will just get closed as WONTFIX.