Summary: | portage cannot resolve dependencies for firefox and exits | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | he.ousia <he.ousia> |
Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED INVALID | ||
Severity: | major | CC: | cyrilmaley, he.ousia |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
he.ousia
2024-12-08 15:58:17 UTC
Right now you have 2 llvm slots selected, but firefox only allows 1. I know it, but: vt@vt ~ $ USE="llvm_slot_18 -llvm_slot_19" emerge -puDN @world 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 1.75 s (backtrack: 0/20). !!! 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 pulseaudio qt5 qt6 screencast system-harfbuzz system-zstd vaapi wayland widevine -bindist -custom-cflags -debug -ffmpeg-chromium -gtk4 (-headless) -kerberos -pax-kernel (-pgo) (-selinux) (-system-icu) -system-png -test" 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: llvm_slot_19 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]) vt@vt ~ $ USE="-llvm_slot_18 llvm_slot_19" emerge -puDN @world These are the packages that would be merged, in order: Calculating dependencies - !!! Problem resolving dependencies for app-editors/imhex from @selected ... done! Dependency resolution took 0.91 s (backtrack: 0/20). !!! The ebuild selected to satisfy "app-editors/imhex" has unmet requirements. - app-editors/imhex-1.35.4-r1::guru USE="lto system-llvm -desktop-portal -test" LLVM_SLOT="-15 -16 -17 -18" The following REQUIRED_USE flag constraints are unsatisfied: exactly-one-of ( llvm_slot_15 llvm_slot_16 llvm_slot_17 llvm_slot_18 ) (dependency required by "@selected" [set]) (dependency required by "@world" [argument]) This is a support issue. Please run: grep -rsin llvm /etc/portage and clean out any stale entries. Oh, a fool of me... |