I'm a newbie in using gentoo and I have difficulties to install the atom editor.
I'm using KDE, and here is my last result when typing emerge app-editors/atom:
Code: Select all
[ebuild N ~] app-editors/atom-1.8.0
!!! 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.2h-r2:0/0::gentoo, ebuild scheduled for merge) pulled in by
>=dev-libs/openssl-1.0.2g:0=[-bindist] required by (dev-util/electron-0.36.12-r3:0/36::gentoo, ebuild scheduled for merge)
^^^^^^^^
(dev-libs/openssl-1.0.2h-r2:0/0::gentoo, installed) pulled in by
dev-libs/openssl:0[bindist=] required by (dev-qt/qtnetwork-5.6.1:5/5.6::gentoo, installed)
^^^^^^^^
>=dev-libs/openssl-0.9.8f:0[bindist=] required by (net-misc/openssh-7.2_p2-r1:0/0::gentoo, installed)
^^^^^^^^
dev-libs/libxml2:2
(dev-libs/libxml2-2.9.4:2/2::gentoo, ebuild scheduled for merge) pulled in by
dev-libs/libxml2:=[icu] required by (dev-util/electron-0.36.12-r3:0/36::gentoo, ebuild scheduled for merge)
^^^
(dev-libs/libxml2-2.9.4:2/2::gentoo, installed) pulled in by
dev-libs/libxml2:2[!icu?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,
abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] required by (dev-qt/qtwebkit-4.8.6-r1:4/4::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.
The following keyword changes are necessary to proceed:
(see "package.accept_keywords" in the portage(5) man page for more details)
# required by app-editors/atom (argument)
Code: Select all
# 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 -march=native"
CXXFLAGS="${CFLAGS}"
# 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 and USE_EXPAND flags that were used for
# buidling in addition to what is provided by the profile.
USE="bindist alsa usb -gnome -gtk kde Xy
wayland -bluetooth cpu_flags_x86_mmxext qt5 sqlite webkit cpu_flags_x86_mmx cpu_flags_x86_mmxext"
CPU_FLAGS_X86="mmx sse sse2"
PORTDIR="/usr/portage"
DISTDIR="${PORTDIR}/distfiles"
PKGDIR="${PORTDIR}/packages"
GRUB_PLATFORMS="pc"
VIDEO_CARDS="radeon r300"
LINGUAS="fr_FR"
INPUT_DEVICES="evdev synaptics"
L10N="fr"
ACCEPTED_KEYWORDS="~amd64"
Code: Select all
*/* -qt4
media-video/vlc dbug ogg vorbis qt5
app-crypt/qca qt4
media-libs/phonon-vlc qt4
media-libs/phonon qt4
dev-libs/libdbusmenu-qt qt4
dev-util/kdevelop -gdbui
app-editors/atom gtk icu gnome-keyring ssh
dev-libs/openssl -bindist
media-libs/harfbuzz icu
dev-libs/libgit2 ssh
app-crypt/gcr gtk
dev-libs/libxml2 icu
app-crypt/pinentry gnome-keyring
media-video/ffmpeg vpx opus
why the "accept_keywords" in make.conf seems to have no effect?
how to resolve these conflicts?
thanks you
olivier
[Moderator edit: broke long whitespace-free lines in code tags to fix thread layout. -Hu]

