Paste #268077 |
pasted on 29.01.2023 00:05
- Edit to this paste
- Raw
- The following pastes replied to this paste: # 278650
- Show paste tree
-
Compare with paste
#
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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 | * Always study the list of packages to be cleaned for any obvious * mistakes. Packages that are part of the world set will always * be kept. They can be manually added to this set with * `emerge --noreplace <atom>`. Packages that are listed in * package.provided (see portage(5)) will be removed by * depclean, even if they are part of the world set. * * As a safety measure, depclean will not remove any packages * unless *all* required dependencies have been resolved. As a * consequence of this, it often becomes necessary to run * `emerge --update --newuse --deep @world` prior to depclean. Calculating dependencies .... done! * Dependencies could not be completely resolved due to * the following required packages not being installed: * * media-libs/mesa[egl(+),X,abi_x86_32(-),abi_x86_64(-)] pulled in by: * media-plugins/gst-plugins-vaapi-1.20.4 * * >=media-libs/mesa-9.1.6[egl(+),X(+),abi_x86_32(-),abi_x86_64(-)] pulled in by: * x11-libs/cairo-1.17.6 * * media-libs/mesa[gbm(+)] pulled in by: * net-im/zoom-5.13.4.711 * * media-libs/mesa[egl(+)] pulled in by: * gui-libs/libwpe-1.14.0 * * >=media-libs/mesa-9.1.6[abi_x86_32(-),abi_x86_64(-),gles2] pulled in by: * media-libs/libsdl2-2.24.2 * * media-libs/mesa[X(+)] pulled in by: * gui-libs/gtk-4.8.2-r1 * * media-libs/mesa pulled in by: * www-client/firefox-109.0 * * >=media-libs/mesa-18[X(+),egl(+),gbm(+)] pulled in by: * x11-base/xorg-server-21.1.6 * * media-libs/mesa[wayland,abi_x86_32(-),abi_x86_64(-)] pulled in by: * x11-libs/gtk+-3.24.35 * * media-libs/mesa[gbm(+)] pulled in by: * www-client/google-chrome-109.0.5414.74 * * media-libs/mesa[egl(+)] pulled in by: * media-tv/kodi-19.5 * * >=media-libs/mesa-21.2[gbm(+)] pulled in by: * gui-libs/egl-gbm-1.1.0 * * >=media-libs/mesa-9.0[egl(+),wayland,abi_x86_32(-),abi_x86_64(-)] pulled in by: * media-libs/gst-plugins-base-1.20.4 * * media-libs/mesa[wayland] pulled in by: * gui-libs/gtk-4.8.2-r1 * * media-libs/mesa[egl(+)] pulled in by: * app-office/libreoffice-7.4.4.2 * * media-libs/mesa[egl(+),abi_x86_32(-),abi_x86_64(-)] pulled in by: * media-libs/libepoxy-1.5.10-r1 * * media-libs/mesa[gbm(+)] pulled in by: * media-video/mpv-0.35.0-r1 * * media-libs/mesa pulled in by: * app-emulation/qemu-7.2.0 * * media-libs/mesa[egl(+)] pulled in by: * net-libs/webkit-gtk-2.38.3 * * >=media-libs/mesa-9.1.6[X(+),abi_x86_32(-),abi_x86_64(-)] pulled in by: * virtual/opengl-7.0-r2 * * media-libs/mesa[gbm(+)] pulled in by: * www-client/opera-94.0.4606.76 * * media-libs/mesa[abi_x86_64(-),egl(+),wayland,X] pulled in by: * x11-apps/mesa-progs-8.5.0 * * media-libs/mesa[X] pulled in by: * media-tv/kodi-19.5 * * media-libs/mesa[gbm(+)] pulled in by: * net-im/discord-0.0.24 * * media-libs/mesa[xa] pulled in by: * x11-drivers/xf86-video-vmware-13.3.0-r1 * * >=media-libs/mesa-9.1.6[abi_x86_32(-),abi_x86_64(-),egl(+),gles2,wayland] pulled in by: * media-libs/libsdl2-2.24.2 * * media-libs/mesa[egl(+),gbm(+)] pulled in by: * app-emulation/qemu-7.2.0 * * Have you forgotten to do a complete update prior to depclean? The * most comprehensive command for this purpose is as follows: * * emerge --update --newuse --deep --with-bdeps=y @world * * Note that the --with-bdeps=y option is not required in many * situations. Refer to the emerge manual page (run `man emerge`) * for more information about --with-bdeps. * * Also, note that it may be necessary to manually uninstall * packages that no longer exist in the repository, since it may not * be possible to satisfy their dependencies. |