From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1R0uXR-0007rp-Uu for garchives@archives.gentoo.org; Tue, 06 Sep 2011 12:14:02 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E37A21C159; Tue, 6 Sep 2011 12:13:53 +0000 (UTC) Received: from ns1.bonedaddy.net (ns1.bonedaddy.net [70.91.141.202]) by pigeon.gentoo.org (Postfix) with ESMTP id BBF1321C14B for ; Tue, 6 Sep 2011 12:12:49 +0000 (UTC) Received: from ns1.bonedaddy.net (localhost [127.0.0.1]) by ns1.bonedaddy.net (8.14.5/8.14.4) with ESMTP id p86Bf4HX014172 for ; Tue, 6 Sep 2011 07:41:04 -0400 Received: (from tgoodman@localhost) by ns1.bonedaddy.net (8.14.5/8.14.5/Submit) id p86Bf4UK014171 for gentoo-user@lists.gentoo.org; Tue, 6 Sep 2011 07:41:04 -0400 X-Authentication-Warning: ns1.bonedaddy.net: tgoodman set sender to tsg@bonedaddy.net using -f Date: Tue, 6 Sep 2011 07:41:04 -0400 From: Todd Goodman To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Dependency Problem with Bind and Mysql Message-ID: <20110906114104.GK3438@ns1.bonedaddy.net> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Archives-Salt: X-Archives-Hash: ccdbba9e4cdb180dd04c65b7e5f291ba I've been getting the following problem trying to emerge world for the past few days: !!! Problem resolving dependencies for net-dns/bind from @selected ... done! !!! The ebuild selected to satisfy "net-dns/bind" has unmet requirements. - net-dns/bind-9.8.1::gentoo USE="berkdb dlz mysql odbc ssl threads xml -caps -doc -geoip -gost -gssapi -idn -ipv6 -ldap -pkcs11 -postgres -rpz -sdb-ldap (-selinux) -urandom" The following REQUIRED_USE flag constraints are unsatisfied: mysql? ( !threads ) The above constraints are a subset of the following complete expression: postgres? ( dlz ) berkdb? ( dlz ) mysql? ( dlz !threads ) odbc? ( dlz ) ldap? ( dlz ) sdb-ldap? ( dlz ) gost? ( ssl ) (dependency required by "@selected" [set]) (dependency required by "@world" [argument]) So it looks like bind-9.8.1 wants mysql with the threads use flag disabled. I have added: >=dev-db/mysql-5.1.58-r1 -threads to /etc/portage/package.use However, I don't believe mysql-5.1.58-r1 uses the threads use flag? Anyone have any ideas (aside from down-reving mysql?) Thanks, Todd