Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 106361 - Bind ebuild should have added a use flag for caps to disable linux capabilities module support
Summary: Bind ebuild should have added a use flag for caps to disable linux capabiliti...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-18 06:48 UTC by Christopher Lee Thomas
Modified: 2005-09-18 06:53 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 Christopher Lee Thomas 2005-09-18 06:48:39 UTC
When running bind in a vserver, you need to disable capabilities support for
bind using the compile parameter "--disable-linux-caps", but the ebuild doesn't
provide this function.

I've worked around the problem by changing the existing ebuild and building a
custom one, but I'd like to see this parameter added if possible.

Reproducible: Always
Steps to Reproduce:
1. add "-caps" to your use variable
2. run "ebuild bind"
Actual Results:  
bind will still be compiled with capabilities support and cannot be started in a
vserver

Expected Results:  
capabilities support should have been disabled to make it work in a vserver
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-09-18 06:53:39 UTC
USE="-threads" emerge bind

bind needs caps for threads (SMP) support, so this flag was removed.