Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 469280 - dev-libs/libnl:1.1 - support of static-libs IUSE
Summary: dev-libs/libnl:1.1 - support of static-libs IUSE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-10 09:32 UTC by Agostino Sarubbo
Modified: 2013-05-10 15:44 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 Agostino Sarubbo gentoo-dev 2013-05-10 09:32:35 UTC
You receive this bug because this package installs '.a' file which should be handled by static-libs IUSE.
Please also punt the '.la' file if they are not needed.


From 'qlist -e ${package}':

/usr/lib64/libnl.so
/usr/lib64/libnl.a
/usr/lib64/libnl.so.1.1.3
/usr/lib64/libnl.so.1
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-05-10 15:17:22 UTC
Most users of dev-libs/libnl:1.1 currently expect static library, so I've added IUSE=+static-libs. People filing bug reports against dependent packages (who have USE=-static-libs forced) shouldn't be surprised.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2013-05-10 15:44:18 UTC
I've gone back on that one. I was perhaps confusing libnl with another package. IUSE=static-libs now, not +static-libs.