Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 487320 - dev-libs/DirectFB has an automagic dependency on libsysfs (sysfs/sysfsutils)
Summary: dev-libs/DirectFB has an automagic dependency on libsysfs (sysfs/sysfsutils)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-08 14:34 UTC by Georgi Georgiev
Modified: 2014-10-18 21:14 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 Georgi Georgiev 2013-10-08 14:34:39 UTC
Installing dev-libs/DirectFB will automatically link against libsysfs. I noticed this after cleaning up some packages and sysfsutils got uninstalled as a packaged that was not required anymore. DirectFB was linked against it.



Reproducible: Always

Steps to Reproduce:
1. install sys-fs/sysfsutils
2. install dev-libs/DirectFB
3. uninstall sys-fs/sysfsutils
4. Run "cave fix-linkage" (I am guessing revdep-rebuild would do the same)

Actual Results:  
/usr/lib64/directfb-1.4-5/systems/libdirectfb_fbdev.so is broken

$ sudo cave fix-linkage
Searching: 19 directories, 87544 files


* dev-libs/DirectFB-1.4.9-r1::installed
    /usr/lib64/directfb-1.4-5/systems/libdirectfb_fbdev.so (requires libsysfs.so.2)
Done: 1782 steps


Expected Results:  
Nothing is broken.