Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 395783 - =net-dns/bind-9.8.1_p1 BIND will not start if compiled with USE="threads -caps"
Summary: =net-dns/bind-9.8.1_p1 BIND will not start if compiled with USE="threads -caps"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Christian Ruppert (idl0r)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-23 07:53 UTC by dwfreed
Modified: 2011-12-24 22:59 UTC (History)
2 users (show)

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 dwfreed 2011-12-23 07:53:51 UTC
BIND will not start if it's compiled with USE="threads -caps" because it needs capabilities support in order to use -u with threads.  As a test, merging with USE="threads caps" works just fine, so the easy fix would be to add to REQUIRED_USE "threads? ( caps )"

Reproducible: Always

Steps to Reproduce:
1. Merge BIND with USE="threads -caps"
2. Start BIND
Actual Results:  
named: -u with Linux threads not supported: no capabilities support or capabilities disabled at build time

Expected Results:  
BIND should have started
Comment 1 Christian Ruppert (idl0r) gentoo-dev 2011-12-24 22:59:29 UTC
Fixed in CVS.