Paste #160485

   
pasted on 11.01.2021 11:05
  • Edit to this paste
  • Print
  • Raw
  • The following pastes replied to this paste:  # 266435
  • Show paste tree
  • Compare with paste
    #  
  • Toggle line numbers
  • Syntax highlighting  
Text paste
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# emerge --oneshot sys-apps/portage
Calculating dependencies... done!
[ebuild  N     ] acct-group/portage-0 
[ebuild  N     ] acct-user/portage-0 
[ebuild  N     ] dev-python/idna-2.10-r1  PYTHON_TARGETS="python3_7 (-pypy3) (-python3_6) -python3_8 -python3_9" 
[ebuild  N     ] dev-python/six-1.15.0-r1  USE="-doc -test" PYTHON_TARGETS="python3_7 (-pypy3) (-python3_6) -python3_8 -python3_9" 
[ebuild  N     ] dev-python/chardet-3.0.4-r1  USE="-test" PYTHON_TARGETS="python3_7 (-pypy3) (-python3_6) -python3_8 -python3_9" 
[ebuild  N     ] dev-python/cffi-1.14.4  USE="-doc -test" PYTHON_TARGETS="python3_7 (-python3_6) -python3_8 -python3_9" 
[ebuild  N     ] dev-python/PySocks-1.7.1-r1  PYTHON_TARGETS="python3_7 (-pypy3) (-python3_6) -python3_8 -python3_9" 
[ebuild  N     ] dev-python/cryptography-3.2.1  USE="-idna -libressl -test" PYTHON_TARGETS="python3_7 (-pypy3) (-python3_6) -python3_8 -python3_9" 
[ebuild  N     ] dev-python/pyopenssl-20.0.0-r1  USE="-doc -test" PYTHON_TARGETS="python3_7 (-pypy3) (-python3_6) -python3_8 -python3_9" 
[ebuild  N     ] dev-python/urllib3-1.26.2  USE="-brotli -test" PYTHON_TARGETS="python3_7 (-pypy3) (-python3_6) -python3_8 -python3_9" 
[ebuild  N     ] dev-python/requests-2.25.1  USE="ssl -socks5 -test" PYTHON_TARGETS="python3_7 (-pypy3) (-python3_6) -python3_8 -python3_9" 
[ebuild  N     ] app-portage/gemato-16.2  USE="gpg -test -tools" PYTHON_TARGETS="python3_7 (-pypy3) (-python3_6) -python3_8 -python3_9" 
[ebuild     U  ] sys-apps/portage-3.0.12 [3.0.9] PYTHON_TARGETS="(-python3_6*)" 

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

sys-apps/portage:0

  (sys-apps/portage-3.0.12:0/0::gentoo, ebuild scheduled for merge) USE="(ipc) native-extensions rsync-verify xattr -apidoc -build -doc -gentoo-dev (-selinux) -test" ABI_X86="(64)" PYTHON_TARGETS="python3_7 (-pypy3) (-python3_6) -python3_8 -python3_9" pulled in by
    sys-apps/portage (Argument)

  (sys-apps/portage-3.0.9:0/0::gentoo, installed) USE="(ipc) native-extensions rsync-verify xattr -apidoc -build -doc -gentoo-dev (-selinux) -test" ABI_X86="(64)" PYTHON_TARGETS="(python3_6) python3_7 (-pypy3) -python3_8 -python3_9" pulled in by
    sys-apps/portage[python_targets_pypy3(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_pypy3(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] required by (app-portage/gentoolkit-0.5.0-r2:0/0::gentoo, installed) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="(python3_6) python3_7 (-pypy3) -python3_8 -python3_9"
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         


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.
Add Comment
Author