Gentoo Archives: gentoo-user

From: Paul Hartman <paul.hartman+gentoo@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Dependency Problem with Bind and Mysql
Date: Tue, 06 Sep 2011 14:34:18
Message-Id: CAEH5T2NrFMaDSqHF1VqZvpp7oZMZR+P5JEHC=KpQsLLjnMGwoA@mail.gmail.com
In Reply to: [gentoo-user] Dependency Problem with Bind and Mysql by Todd Goodman
1 On Tue, Sep 6, 2011 at 6:41 AM, Todd Goodman <tsg@×××××××××.net> wrote:
2 > I've been getting the following problem trying to emerge world for the
3 > past few days:
4 >
5 > !!! Problem resolving dependencies for net-dns/bind from @selected
6 > ... done!
7 >
8 > !!! The ebuild selected to satisfy "net-dns/bind" has unmet
9 > requirements.
10 > - net-dns/bind-9.8.1::gentoo USE="berkdb dlz mysql odbc ssl threads xml
11 >  -caps -doc -geoip -gost -gssapi -idn -ipv6 -ldap -pkcs11 -postgres
12 > -rpz -sdb-ldap (-selinux) -urandom"
13 >
14 >  The following REQUIRED_USE flag constraints are unsatisfied:
15 >    mysql? ( !threads )
16 >
17 >  The above constraints are a subset of the following complete
18 > expression:
19 >    postgres? ( dlz ) berkdb? ( dlz ) mysql? ( dlz !threads ) odbc? (
20 > dlz ) ldap? ( dlz ) sdb-ldap? ( dlz ) gost? ( ssl )
21 >
22 > (dependency required by "@selected" [set])
23 > (dependency required by "@world" [argument])
24 >
25 >
26 > So it looks like bind-9.8.1 wants mysql with the threads use flag
27 > disabled.  I have added:
28 >
29 >>=dev-db/mysql-5.1.58-r1 -threads
30 >
31 > to /etc/portage/package.use
32 >
33 > However, I don't believe mysql-5.1.58-r1 uses the threads use flag?
34 >
35 > Anyone have any ideas (aside from down-reving mysql?)
36
37 I think you need to set bind -threads, not mysql.

Replies

Subject Author
Re: [gentoo-user] Dependency Problem with Bind and Mysql Paul Hartman <paul.hartman+gentoo@×××××.com>
Re: [gentoo-user] Dependency Problem with Bind and Mysql Alan McKinnon <alan.mckinnon@×××××.com>
Re: [gentoo-user] Dependency Problem with Bind and Mysql Adam Carter <adamcarter3@×××××.com>