* [gentoo-user] Dependency Problem with Bind and Mysql
@ 2011-09-06 11:41 Todd Goodman
2011-09-06 13:58 ` Adam Carter
2011-09-06 14:32 ` Paul Hartman
0 siblings, 2 replies; 7+ messages in thread
From: Todd Goodman @ 2011-09-06 11:41 UTC (permalink / raw
To: gentoo-user
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
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Dependency Problem with Bind and Mysql
2011-09-06 11:41 [gentoo-user] Dependency Problem with Bind and Mysql Todd Goodman
@ 2011-09-06 13:58 ` Adam Carter
2011-09-06 14:32 ` Paul Hartman
1 sibling, 0 replies; 7+ messages in thread
From: Adam Carter @ 2011-09-06 13:58 UTC (permalink / raw
To: gentoo-user
On Tue, Sep 6, 2011 at 9:41 PM, Todd Goodman <tsg@bonedaddy.net> 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!
<snip>
> However, I don't believe mysql-5.1.58-r1 uses the threads use flag?
>
> Anyone have any ideas (aside from down-reving mysql?)
Since i'm not using the mysql stuff with bind, i just added
net-dns/bind -mysql
to /etc/portage/package.use
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Dependency Problem with Bind and Mysql
2011-09-06 11:41 [gentoo-user] Dependency Problem with Bind and Mysql Todd Goodman
2011-09-06 13:58 ` Adam Carter
@ 2011-09-06 14:32 ` Paul Hartman
2011-09-06 14:36 ` Paul Hartman
` (2 more replies)
1 sibling, 3 replies; 7+ messages in thread
From: Paul Hartman @ 2011-09-06 14:32 UTC (permalink / raw
To: gentoo-user
On Tue, Sep 6, 2011 at 6:41 AM, Todd Goodman <tsg@bonedaddy.net> 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="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?)
I think you need to set bind -threads, not mysql.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Dependency Problem with Bind and Mysql
2011-09-06 14:32 ` Paul Hartman
@ 2011-09-06 14:36 ` Paul Hartman
2011-09-07 14:04 ` Todd Goodman
2011-09-06 14:53 ` Alan McKinnon
2011-09-07 7:39 ` Adam Carter
2 siblings, 1 reply; 7+ messages in thread
From: Paul Hartman @ 2011-09-06 14:36 UTC (permalink / raw
To: gentoo-user
On Tue, Sep 6, 2011 at 9:32 AM, Paul Hartman
<paul.hartman+gentoo@gmail.com> wrote:
> On Tue, Sep 6, 2011 at 6:41 AM, Todd Goodman <tsg@bonedaddy.net> 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="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?)
>
> 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
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Dependency Problem with Bind and Mysql
2011-09-06 14:36 ` Paul Hartman
@ 2011-09-07 14:04 ` Todd Goodman
0 siblings, 0 replies; 7+ messages in thread
From: Todd Goodman @ 2011-09-07 14:04 UTC (permalink / raw
To: gentoo-user
* Paul Hartman <paul.hartman+gentoo@gmail.com> [110906 10:08]:
> On Tue, Sep 6, 2011 at 9:32 AM, Paul Hartman
> <paul.hartman+gentoo@gmail.com> wrote:
> > On Tue, Sep 6, 2011 at 6:41 AM, Todd Goodman <tsg@bonedaddy.net> 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="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?)
> >
> > 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
>
Thanks everyone for pointing out my dumb mistake in interpreting the
output. :-)
Todd
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Dependency Problem with Bind and Mysql
2011-09-06 14:32 ` Paul Hartman
2011-09-06 14:36 ` Paul Hartman
@ 2011-09-06 14:53 ` Alan McKinnon
2011-09-07 7:39 ` Adam Carter
2 siblings, 0 replies; 7+ messages in thread
From: Alan McKinnon @ 2011-09-06 14:53 UTC (permalink / raw
To: gentoo-user
On Tue, 6 Sep 2011 09:32:39 -0500
Paul Hartman <paul.hartman+gentoo@gmail.com> wrote:
> On Tue, Sep 6, 2011 at 6:41 AM, Todd Goodman <tsg@bonedaddy.net>
> 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="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?)
>
> I think you need to set bind -threads, not mysql.
>
Correct. The meaning of this line:
> > mysql? ( !threads )
is: for the package mentioned immediately above
(net-dns/bind-9.8.1::gentoo), USE="mysql" requires USE="-threads"
The USEs are just for the bind package, not global.
--
Alan McKinnnon
alan.mckinnon@gmail.com
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Dependency Problem with Bind and Mysql
2011-09-06 14:32 ` Paul Hartman
2011-09-06 14:36 ` Paul Hartman
2011-09-06 14:53 ` Alan McKinnon
@ 2011-09-07 7:39 ` Adam Carter
2 siblings, 0 replies; 7+ messages in thread
From: Adam Carter @ 2011-09-07 7:39 UTC (permalink / raw
To: gentoo-user
> I think you need to set bind -threads, not mysql.
You have to resolve the build issue in the way that suits you best.
Since i'm not using the mysql integration features with bind, there's
no reason to forego threads in bind to permit support for something
i'm not using.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2011-09-07 14:06 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-06 11:41 [gentoo-user] Dependency Problem with Bind and Mysql Todd Goodman
2011-09-06 13:58 ` Adam Carter
2011-09-06 14:32 ` Paul Hartman
2011-09-06 14:36 ` Paul Hartman
2011-09-07 14:04 ` Todd Goodman
2011-09-06 14:53 ` Alan McKinnon
2011-09-07 7:39 ` Adam Carter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox