I'm getting the following error when trying to emerge bitcoind:
# emerge -pv bitcoind
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] dev-libs/leveldb-1.9.0-r5 USE="-snappy* -static-libs" 0 kB
[ebuild R ] dev-libs/openssl-1.0.1c USE="kerberos (sse2) zlib -bindist* -gmp -rfc3779 -static-libs {-test} -vanilla" 0 kB
[ebuild N ] net-p2p/bitcoind-0.8.1 USE="ipv6 -examples -logrotate -upnp" 1,920 kB
Total: 3 packages (1 new, 2 reinstalls), Size of downloads: 1,920 kB
!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:
dev-libs/openssl:0
(dev-libs/openssl-1.0.1c::gentoo, ebuild scheduled for merge) pulled in by
dev-libs/openssl:0[-bindist] required by (net-p2p/bitcoind-0.8.1::gentoo, ebuild scheduled for merge)
(dev-libs/openssl-1.0.1c::gentoo, installed) pulled in by
>=dev-libs/openssl-0.9.6d:0[bindist=] required by (net-misc/openssh-5.9_p1-r4::gentoo, installed)
It may be possible to solve this problem by using package.mask to
prevent one of those packages from being selected. However, it is also
possible that conflicting dependencies exist such that they are
impossible to satisfy simultaneously. If such a conflict exists in
the dependencies of two different packages, then those packages can
not be installed simultaneously. You may want to try a larger value of
the --backtrack option, such as --backtrack=30, in order to see if
that will solve this conflict automatically.
For more information, see MASKED PACKAGES section in the emerge man
page or refer to the Gentoo Handbook.
How can this be resolved using the --backtrack or other option? emerge -pv bitcoind --backtrack=300 gives the same error message