I'm getting an emerge error that bind has unmet requirements.

Command:
    emerge -v --update --deep --newuse --ask @world

Result:

> wolves ~ # cat eme.log
>
> These are the packages that would be merged, in order:
>
> Calculating dependencies  ... done!
>
> !!! The ebuild selected to satisfy "net-dns/bind" has unmet requirements.
> - net-dns/bind-9.8.1::gentoo USE="berkdb ipv6 ldap (multilib) ssl xml
> -caps -dlz -doc -geoip -gost -gssapi -idn -mysql -odbc -pkcs11
> -postgres -rpz -sdb-ldap (-selinux) -threads -urandom"
>
>   The following REQUIRED_USE flag constraints are unsatisfied:
>     berkdb? ( dlz ) ldap? ( dlz )
>
>   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])

Hints on solving this one would be appreciated.

I have berkdb and ldap flags in make.conf:

> # These settings were set by the catalyst build script that automatically
> # built this stage.
> # Please consult /usr/share/portage/config/make.conf.example for a more
> # detailed example.
> CFLAGS="-O2 -pipe"
> CXXFLAGS="${CFLAGS}"
> MAKEOPTS="-j3"
>
> ACCEPT_LICENSE="*"
> ACCEPT_KEYWORDS="~amd64 ~x86"
>
> VIDEO_CARDS="radeon"
> INPUT_DEVICES="evdev"
>
> EMERGE_DEFAULT_OPTS="--autounmask=y --ask-enter-invalid
> --autounmask-write=y"
> PORTDIR_OVERLAY="${PORTDIR_OVERLAY} /usr/local/portage/"
>
> # WARNING: Changing your CHOST is not something that should be done
> lightly.
> # Please consult http://www.gentoo.org/doc/en/change-chost.xml before
> changing.
> CHOST="x86_64-pc-linux-gnu"
>
> # These are the USE flags that were used in addition to what is
> provided by the
> # profile used for building.
> USE="mmx sse sse2 X gtk gnome qt kde dvr dbus sql sqlite declarative
> gdu x264 introspection berkdb"
>
> GENTOO_MIRRORS="http://gentoo.mirrors.tds.net/gentoo";
>
> SYNC="rsync://rsync26.us.gentoo.org/gentoo-portage"

-- 
G.Wolfe Woodbury
redwo...@gmail.com




Reply via email to