On Tue, 10 Dec 2024 10:43:04 -0500, Eli Schwartz wrote: > > [1 <multipart/mixed (7bit)>] > [1.1 <text/plain; UTF-8 (quoted-printable)>] > On 12/10/24 10:28 AM, cov...@ccs.covici.com wrote: > > Hi. So, in my attempt at the recent world update, I would like not to > > use wayland because of accessibility problems and yet I see: > > > > Script started on 2024-12-10 10:09:20-05:00 [COMMAND="emerge --update > > --deep --changed-use --with-bdeps=y --keep-going world" > > TERM="xterm-256color" TTY="/dev/pts/0" COLUMNS="80" LINES="24"] > > ]0;emerge > > These are the packages that would be merged, in order: > > > > Calculating dependencies > > > > !!! Problem resolving dependencies for www-client/chromium from @selected > > ... done! > > Dependency resolution took 5.70 s (backtrack: 0/200). > > > > > > !!! The ebuild selected to satisfy "www-client/chromium" has unmet > > requirements. > > - www-client/chromium-132.0.6834.32::gentoo USE="X cups hangouts official > > proprietary-codecs qt5 qt6 screencast system-harfbuzz system-zstd vaapi > > widevine -bindist -custom-cflags -debug -ffmpeg-chromium -gtk4 (-headless) > > -kerberos -pax-kernel (-pgo) -pulseaudio (-selinux) (-system-icu) > > -system-png -test -wayland" ABI_X86="(64)" L10N="af am ar bg bn ca cs da de > > el en-GB es es-419 et fa fi fil fr gu he hi hr hu id it 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" LLVM_SLOT="19" > > > > The following REQUIRED_USE flag constraints are unsatisfied: > > screencast? ( wayland ) > > > You see portage telling you that the "screencast" USE flag is enabled by > default, and that it depends on the "wayland" USE flag, and you cannot > disable wayland unless you also disable screencast. > > You can just disable screencast. It is enabled as a default by some > desktop profiles, but nothing requires you to use those defaults. > > > > The above constraints are a subset of the following complete expression: > > !headless? ( any-of ( X wayland ) ) pgo? ( X !wayland ) qt6? ( qt5 ) > > screencast? ( wayland ) ffmpeg-chromium? ( bindist proprietary-codecs ) > > exactly-one-of ( llvm_slot_19 ) > > > > (dependency required by "@selected" [set]) > > (dependency required by "@world" [argument]) > > ]0;root@:/usr/src > > Script done on 2024-12-10 10:09:26-05:00 [COMMAND_EXIT_CODE="1"] > > > > Also, where do I put lvm19 --what is portage looking for? > > > Portage isn't asking you to do anything with llvm19. "A subset of the > following complete expression" just means that portage is providing > additional full diagnostic information about the *entire* package > details. The screencast part is the only issue. > > llvm19 is enabled and forced by default anyway.
Thanks much, I will definitly try that!