Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 460878 - dev-libs/DirectFB-1.4.9-r1 should have sysfs USE flag
Summary: dev-libs/DirectFB-1.4.9-r1 should have sysfs USE flag
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-09 06:55 UTC by Erik
Modified: 2013-03-10 11:06 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 Erik 2013-03-09 06:55:14 UTC
The package dev-libs/DirectFB-1.4.9-r1 should have a USE flag called sysfs, which controls whether the package depends on sys-fs/sysfsutils.

Right now, this is implicit. The build (without sysfsutils) will do this:
checking for sysfs_get_mnt_path in -lsysfs... no
configure: WARNING:  *** libsysfs not found -- Building without sysfs support.

If DirectFB is built with when sysfsutils is installed, DirectFB will depend on sysfsutils and break when it is uninstalled. It will be found by revdep-rebuild, but I would prefer the dependency on sysfs to be explicit so that it will be handled by emerge.
Comment 1 Tupone Alfredo gentoo-dev 2013-03-10 11:06:18 UTC
according to bug #377681 sys-fs/sysfsutils is going to be removed from the tree