* [gentoo-user] problems with world update and chromium and maybe something else
@ 2024-12-10 15:28 covici
2024-12-10 15:43 ` Eli Schwartz
0 siblings, 1 reply; 3+ messages in thread
From: covici @ 2024-12-10 15:28 UTC (permalink / raw
To: gentoo-user
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\a
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 )
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\a
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?
Thanks in advance for any suggestions.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] problems with world update and chromium and maybe something else
2024-12-10 15:28 [gentoo-user] problems with world update and chromium and maybe something else covici
@ 2024-12-10 15:43 ` Eli Schwartz
2024-12-10 17:58 ` covici
0 siblings, 1 reply; 3+ messages in thread
From: Eli Schwartz @ 2024-12-10 15:43 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1.1: Type: text/plain, Size: 2564 bytes --]
On 12/10/24 10:28 AM, covici@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\a
> 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\a
> 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.
--
Eli Schwartz
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] problems with world update and chromium and maybe something else
2024-12-10 15:43 ` Eli Schwartz
@ 2024-12-10 17:58 ` covici
0 siblings, 0 replies; 3+ messages in thread
From: covici @ 2024-12-10 17:58 UTC (permalink / raw
To: gentoo-user
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, covici@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\a
> > 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\a
> > 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!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-12-10 17:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-10 15:28 [gentoo-user] problems with world update and chromium and maybe something else covici
2024-12-10 15:43 ` Eli Schwartz
2024-12-10 17:58 ` covici
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox