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 1R0wjC-00063k-Iu for garchives@archives.gentoo.org; Tue, 06 Sep 2011 14:34:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B039321C119; Tue, 6 Sep 2011 14:34:04 +0000 (UTC) Received: from mail-vw0-f53.google.com (mail-vw0-f53.google.com [209.85.212.53]) by pigeon.gentoo.org (Postfix) with ESMTP id AFF6E21C080 for ; Tue, 6 Sep 2011 14:32:59 +0000 (UTC) Received: by vws13 with SMTP id 13so5864496vws.40 for ; Tue, 06 Sep 2011 07:32:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type :content-transfer-encoding; bh=Hc7dYCqqVas3ZM8seryJKu1Ou5AA96INixMyIQgglB4=; b=s7q7m+0BwT7OFHeCJfMaDDBpeTCMgqzFuz6aqTR9k3w5EAYjozfk04GZXKXaZns+rI R8AV81OY2369YToNOqnQFyjV8DPk10KFQtzlxYbgTnLWNlyFnaBOInjJUgYOCnr392+v Wr704GMJ3KFHW8LPa+QRFpuE5puPmMOqb+HO4= Received: by 10.220.7.68 with SMTP id c4mr1532076vcc.26.1315319579140; Tue, 06 Sep 2011 07:32:59 -0700 (PDT) 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 Sender: paul.hartman@gmail.com Received: by 10.220.107.209 with HTTP; Tue, 6 Sep 2011 07:32:39 -0700 (PDT) In-Reply-To: <20110906114104.GK3438@ns1.bonedaddy.net> References: <20110906114104.GK3438@ns1.bonedaddy.net> From: Paul Hartman Date: Tue, 6 Sep 2011 09:32:39 -0500 X-Google-Sender-Auth: JhcezhmDm2G_plrNv9bHDcQWAq4 Message-ID: Subject: Re: [gentoo-user] Dependency Problem with Bind and Mysql To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: d062e741c41dbb5764bb47309b94037c On Tue, Sep 6, 2011 at 6:41 AM, Todd Goodman wrote: > 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=3D"berkdb dlz mysql odbc ssl threads xml > =A0-caps -doc -geoip -gost -gssapi -idn -ipv6 -ldap -pkcs11 -postgres > -rpz -sdb-ldap (-selinux) -urandom" > > =A0The following REQUIRED_USE flag constraints are unsatisfied: > =A0 =A0mysql? ( !threads ) > > =A0The above constraints are a subset of the following complete > expression: > =A0 =A0postgres? ( 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. =A0I have added: > >>=3Ddev-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?) I think you need to set bind -threads, not mysql.