Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 502548 - sys-fs/udev-210 should DEPEND on sys-libs/libcap
Summary: sys-fs/udev-210 should DEPEND on sys-libs/libcap
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: 2014-02-26 18:11 UTC by ViliusSutkus89
Modified: 2014-02-26 19:12 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 ViliusSutkus89 2014-02-26 18:11:45 UTC
Steps to reproduce:
1. Have a working minimal system
2. emerge --depclean --with-bdeps=n  (this gets rid of sys-libs/libcap)
3. emerge sys-fs/udev
4. Fail hard due to missing sys/capability.h
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2014-02-26 18:30:50 UTC
I see. The ebuild has:

ac_cv_header_sys_capability_h=yes

Which prevented the header from being used before, but now this code is new:

http://cgit.freedesktop.org/systemd/systemd/commit/src/shared/capability.h?id=5ce70e5bcd62e89b52485961c3699312ee4a7e0e
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2014-02-26 18:40:44 UTC
okay, dep added to 210 and 9999
Comment 3 ViliusSutkus89 2014-02-26 19:12:37 UTC
Awesome, thanks.