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

Replies

Subject Author
Re: [gentoo-user] Dependency Problem with Bind and Mysql Todd Goodman <tsg@×××××××××.net>