Gentoo Archives: gentoo-user

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

Replies

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