Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 395783

Summary: =net-dns/bind-9.8.1_p1 BIND will not start if compiled with USE="threads -caps"
Product: Gentoo Linux Reporter: dwfreed <dwfreed>
Component: Current packagesAssignee: Christian Ruppert (idl0r) <idl0r>
Status: RESOLVED FIXED    
Severity: normal CC: bind+disabled, bug
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.