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 1R0wmq-0006fF-Vy for garchives@archives.gentoo.org; Tue, 06 Sep 2011 14:38:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E02221C146; Tue, 6 Sep 2011 14:37:49 +0000 (UTC) Received: from mail-vx0-f181.google.com (mail-vx0-f181.google.com [209.85.220.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 910A921C129 for ; Tue, 6 Sep 2011 14:36:44 +0000 (UTC) Received: by vxh7 with SMTP id 7so5744452vxh.40 for ; Tue, 06 Sep 2011 07:36:44 -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=+O+fyhE+NFDrD27e575lDjEVjEEcGFS9AzzUBjoeU9M=; b=MNGXUiBRqRo3PAjmZvdCVxAszbtqTPp6xY+0I8JS075+D9AAnxma0fIYD6Pcd2opJO j//ulQzYzTNbwMMW5kBAd2QgUV3MLVkRwYVpcMHjIXGvOy2Xeq8n81cxRMH8GF40c8Kc 3Vq0YuhbnvP4v7Yz6fXJNM4k3zNrzryFQnBmE= Received: by 10.52.36.52 with SMTP id n20mr2163454vdj.388.1315319804064; Tue, 06 Sep 2011 07:36:44 -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:36:24 -0700 (PDT) In-Reply-To: References: <20110906114104.GK3438@ns1.bonedaddy.net> From: Paul Hartman Date: Tue, 6 Sep 2011 09:36:24 -0500 X-Google-Sender-Auth: ZEg4R3ggXc_8BAQNFxjTZPMmTWk 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: 259246a2acf9cfb3d1edc6335ee4e8fa On Tue, Sep 6, 2011 at 9:32 AM, Paul Hartman wrote: > 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 xm= l >> =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. I just tried and setting these USE flags for bind satisfied it: net-dns/bind mysql dlz -threads