Gentoo Archives: gentoo-user

From: Pandu Poluan <pandu@××××××.info>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: emerge --update won't solve bind?
Date: Sun, 06 Nov 2011 07:13:21
Message-Id: CAA2qdGXLAWVVkOUp9EVZKCMvbwT2tkMHeiLRfMBy1vHuU=PBeQ@mail.gmail.com
In Reply to: [gentoo-user] Re: emerge --update won't solve bind? by Hartmut Figge
1 On Nov 6, 2011 12:54 PM, "Hartmut Figge" <h.figge@×××.de> wrote:
2 >
3 > G.Wolfe Woodbury:
4 >
5 > >> The following REQUIRED_USE flag constraints are unsatisfied:
6 > >> berkdb? ( dlz ) ldap? ( dlz )
7 > >>
8 > >> The above constraints are a subset of the following complete
9 expression:
10 > >> postgres? ( dlz ) berkdb? ( dlz ) mysql? ( dlz !threads ) odbc? (
11 > >> dlz ) ldap? ( dlz ) sdb-ldap? ( dlz ) gost? ( ssl )
12 >
13 > I am getting these messages after
14 > hafi@i5 ~ $ ACCEPT_KEYWORDS="~x86" emerge -pv bind
15 >
16 > >Hints on solving this one would be appreciated.
17 >
18 > hafi@i5 ~ $ USE="dlz" ACCEPT_KEYWORDS="~x86" emerge -pv bind
19 >
20 > These are the packages that would be merged, in order:
21 >
22 > Calculating dependencies... done!
23 > [ebuild N ] net-dns/bind-9.8.1 USE="berkdb dlz doc ipv6 ssl xml
24 > -caps -geoip -gost -gssapi -idn -ldap -mysql -odbc -pkcs11 -postgres
25 > -rpz -sdb-ldap (-selinux) -threads -urandom" 8,275 kB
26 >
27 > Total: 1 package (1 new), Size of downloads: 8,275 kB
28 >
29
30 I recommend using package.use and package.accept_keyword files in
31 /etc/portage rather than specifying them on the command line.
32
33 That way, you can fully document your installs (the files in /etc/portage
34 accept #hash comments), helping you understand why you specified certain
35 keywords and/or use flags.
36
37 Rgds,

Replies

Subject Author
[gentoo-user] Re: emerge --update won't solve bind? Hartmut Figge <h.figge@×××.de>