View previous topic :: View next topic |
Author |
Message |
zafiron n00b
Joined: 01 Apr 2016 Posts: 1
|
Posted: Fri Apr 01, 2016 5:32 pm Post subject: GNOME error bindist |
|
|
I try install gnome
Code: |
emerge --ask gnome-base/gnome
|
and return this error
Code: |
!!! 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.2g-r2:0/0::gentoo, installed) pulled in by
>=dev-libs/openssl-0.9.8f:0[bindist=] required by (net-misc/openssh-7.2_p2:0/0::gentoo, installed)
^^^^^^^^
(dev-libs/openssl-1.0.2g-r2:0/0::gentoo, ebuild scheduled for merge) pulled in by
>=dev-libs/openssl-0.9.8g:0[-bindist] required by (net-voip/telepathy-gabble-0.18.3:0/0::gentoo, ebuild scheduled for merge)
^^^^^^^^
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.
|
Then i try this:
Code: |
USE="-bindist" emerge --ask gnome-base/gnome
|
but return same error |
|
Back to top |
|
|
markisthejob Tux's lil' helper
Joined: 04 Aug 2008 Posts: 143 Location: Cork, Republic of Ireland
|
Posted: Fri Apr 01, 2016 5:52 pm Post subject: |
|
|
I might be wrong but I think openssh and openssl both need to have the same bindinst USE flag set (either bindinst or -bindinst)
I would try adding -bindinst into your global use flags in /etc/portage/make.conf if you dont need it for any other packages or alternatively set it the same for both packages in /etc/portage/package.use |
|
Back to top |
|
|
Ant P. Watchman
Joined: 18 Apr 2009 Posts: 6920
|
Posted: Fri Apr 01, 2016 7:10 pm Post subject: |
|
|
You've installed openssl with bindist - the question is, why?
Turning it off if you had a reason to turn it on in the first place will put you in legal hot water. |
|
Back to top |
|
|
|