Advertisement
Guest User

Untitled

a guest
Jan 6th, 2023
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.19 KB | None | 0 0
  1. emerge --ask --update --deep --changed-use --with-bdeps=y @world
  2.  
  3. These are the packages that would be merged, in order:
  4.  
  5. Calculating dependencies ... done!
  6.  
  7. !!! Multiple package instances within a single package slot have been pulled
  8. !!! into the dependency graph, resulting in a slot conflict:
  9.  
  10. media-libs/libpng:0
  11.  
  12. (media-libs/libpng-1.6.39:0/16::gentoo, ebuild scheduled for merge) USE="apng -static-libs" ABI_X86="32 (64) (-x32)" CPU_FLAGS_X86="sse" pulled in by
  13. (no parents that aren't satisfied by other packages in this slot)
  14.  
  15. (media-libs/libpng-1.6.39:0/16::gentoo, installed) USE="-apng -static-libs" ABI_X86="32 (64) (-x32)" CPU_FLAGS_X86="sse" pulled in by
  16. media-libs/libpng:=[-apng(-)] required by (www-client/chromium-108.0.5359.124:0/stable::gentoo, installed) USE="X cups hangouts js-type-check official (pic) proprietary-codecs pulseaudio qt5 suid system-av1 system-harfbuzz system-icu system-png vaapi wayland (-component-build) -custom-cflags -debug -gtk4 (-headless) -kerberos -libcxx -lto (-pgo) -screencast (-selinux) (-system-ffmpeg) -widevine" ABI_X86="(64)" L10N="de el fr it -af -am -ar -bg -bn -ca -cs -da -en-GB -es -es-419 -et -fa -fi -fil -gu -he -hi -hr -hu -id -ja -kn -ko -lt -lv -ml -mr -ms -nb -nl -pl -pt-BR -pt-PT -ro -ru -sk -sl -sr -sv -sw -ta -te -th -tr -uk -ur -vi -zh-CN -zh-TW"
  17.  
  18. media-libs/libpng:0/16=[-apng(-)] required by (www-client/chromium-108.0.5359.124:0/stable::gentoo, installed) USE="X cups hangouts js-type-check official (pic) proprietary-codecs pulseaudio qt5 suid system-av1 system-harfbuzz system-icu system-png vaapi wayland (-component-build) -custom-cflags -debug -gtk4 (-headless) -kerberos -libcxx -lto (-pgo) -screencast (-selinux) (-system-ffmpeg) -widevine" ABI_X86="(64)" L10N="de el fr it -af -am -ar -bg -bn -ca -cs -da -en-GB -es -es-419 -et -fa -fi -fil -gu -he -hi -hr -hu -id -ja -kn -ko -lt -lv -ml -mr -ms -nb -nl -pl -pt-BR -pt-PT -ro -ru -sk -sl -sr -sv -sw -ta -te -th -tr -uk -ur -vi -zh-CN -zh-TW"
  19.  
  20.  
  21. dev-libs/glib:2
  22.  
  23. (dev-libs/glib-2.72.4:2/72::dantrell-gnome, ebuild scheduled for merge) USE="dbus elf fam (mime) xattr -debug -gtk-doc (-selinux) -static-libs -sysprof -systemtap -test" ABI_X86="32 (64) (-x32)" PYTHON_SINGLE_TARGET="python3_10 -python3_11 -python3_8 -python3_9" pulled in by
  24. (no parents that aren't satisfied by other packages in this slot)
  25.  
  26. (dev-libs/glib-2.74.4:2/2::gentoo, installed) USE="dbus elf (mime) xattr -debug -gtk-doc (-selinux) -static-libs -sysprof -systemtap -test -utils" ABI_X86="32 (64) (-x32)" pulled in by
  27. dev-libs/glib:2/2= required by (net-libs/libslirp-4.6.1:0/0::gentoo, installed) USE="-static-libs" ABI_X86="(64)"
  28. ^^^^^
  29.  
  30.  
  31. It may be possible to solve this problem by using package.mask to
  32. prevent one of those packages from being selected. However, it is also
  33. possible that conflicting dependencies exist such that they are
  34. impossible to satisfy simultaneously. If such a conflict exists in
  35. the dependencies of two different packages, then those packages can
  36. not be installed simultaneously.
  37.  
  38. For more information, see MASKED PACKAGES section in the emerge man
  39. page or refer to the Gentoo Handbook.
  40.  
  41.  
  42. The following USE changes are necessary to proceed:
  43. (see "package.use" in the portage(5) man page for more details)
  44. # required by app-accessibility/orca-42.3::dantrell-gnome-42
  45. # required by kde-plasma/plasma-meta-5.25.5::gentoo[accessibility]
  46. # required by @selected
  47. # required by @world (argument)
  48. >=app-accessibility/at-spi2-atk-2.38.0 -abi_x86_32
  49.  
  50. Would you like to add these changes to your config files? [Yes/No]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement