
Code: Select all
for i in $(eix --only-names kde-plasma/*);do echo ">$i-6.5.5" >> /etc/portage/package.mask/plasma;done
emerge -uDUav @world

Code: Select all
eix --only-names kde-plasma/*
kde-plasma/aurorae
kde-plasma/bluedevil
kde-plasma/breeze
kde-plasma/breeze-grub
kde-plasma/breeze-gtk
kde-plasma/breeze-plymouth
kde-plasma/discover
kde-plasma/drkonqi
kde-plasma/drkonqi-legacy
kde-plasma/flatpak-kcm
kde-plasma/kactivitymanagerd
kde-plasma/kde-cli-tools
kde-plasma/kde-cli-tools-common
kde-plasma/kde-gtk-config
kde-plasma/kdecoration
kde-plasma/kdeplasma-addons
kde-plasma/kdesu-gui
kde-plasma/keditfiletype
kde-plasma/kgamma
kde-plasma/kglobalacceld
kde-plasma/kinfocenter
kde-plasma/kmenuedit
kde-plasma/knighttime
kde-plasma/kpipewire
kde-plasma/krdp
kde-plasma/kscreen
kde-plasma/kscreenlocker
kde-plasma/ksshaskpass
kde-plasma/ksystemstats
kde-plasma/kwallet-pam
kde-plasma/kwayland
kde-plasma/kwayland-integration
kde-plasma/kwin
kde-plasma/kwin-x11
kde-plasma/kwrited
kde-plasma/layer-shell-qt
kde-plasma/libkscreen
kde-plasma/libksysguard
kde-plasma/libplasma
kde-plasma/milou
kde-plasma/ocean-sound-theme
kde-plasma/oxygen
kde-plasma/oxygen-sounds
kde-plasma/plasma-activities
kde-plasma/plasma-activities-stats
kde-plasma/plasma-browser-integration
kde-plasma/plasma-desktop
kde-plasma/plasma-disks
kde-plasma/plasma-firewall
kde-plasma/plasma-integration
Only 50 matches displayed on terminal
Set EIX_LIMIT=0 to show all matches
This is normal and expected. alamahant intended for the glob to be passed literally to eix, but since it was not quoted, the shell tried to expand it. It appears that zsh defaults to failglob, whereas bash defaults to nofailglob. This is unfortunate, since failglob produces the less surprising result, and encourages people to quote globs that were not meant to be expanded. The bash approach would have passed the text as written on failure, or passed a list of matches if you happened to have run that in a directory that had a child directory named kde-plasma.JustCauseWhyNot wrote:I get this error zsh: no matches found: kde-plasma/*


Code: Select all
❯ doas emerge -p --verbose --verbose-conflict kwin
These are the packages that would be merged, in order:
Calculating dependencies... done!
Dependency resolution took 8.82 s (backtrack: 1/20).
[ebuild UD ] kde-plasma/kwin [6.5.5-r2:6::gentoo] [6.6.1:6::gentoo] USE="(X) (filecaps) handbook lock screencast shortcuts systemd -accessibility -debug -gles2-only -test (-gamepad%)" 0 KiB
Total: 1 package (1 downgrade), Size of downloads: 0 KiB
!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:
kde-plasma/kwin:6
(kde-plasma/kwin-6.5.5-r2:6/6::gentoo, ebuild scheduled for merge) USE="(X) (filecaps) handbook lock screencast shortcuts systemd -accessibility -debug -gles2-only -test" ABI_X86="(64)" pulled in by
kde-plasma/kwin (Argument)
(kde-plasma/kwin-6.6.1:6/6::gentoo, installed) USE="(X) (filecaps) handbook lock screencast shortcuts systemd -accessibility -debug -gamepad -gles2-only -test" ABI_X86="(64)" pulled in by
>=kde-plasma/kwin-6.6.1:6 required by (kde-plasma/plasma-workspace-6.6.1:6/6::gentoo, installed) USE="X fontconfig handbook ksysguard networkmanager policykit screencast semantic-desktop systemd wallpaper-metadata -appstream -debug -telemetry -test" ABI_X86="(64)"
^^ ^^^^^^^
It may be possible to solve this problem by using package.mask to
prevent one of those packages from being selected. However, it is also
possible that conflicting dependencies exist such that they are
impossible to satisfy simultaneously. If such a conflict exists in
the dependencies of two different packages, then those packages can
not be installed simultaneously. You may want to try a larger value of
the --backtrack option, such as --backtrack=30, in order to see if
that will solve this conflict automatically.
For more information, see MASKED PACKAGES section in the emerge man
page or refer to the Gentoo Handbook.
!!! The following installed packages are masked:
- kde-plasma/knighttime-6.6.1::gentoo (masked by: package.mask)
/etc/portage/package.mask:
#>=dev-qt/qtserialport-6.9.1
#games-util/xone::guru
- kde-plasma/plasma-activities-stats-6.6.1::gentoo (masked by: package.mask)
- kde-plasma/kdecoration-6.6.1::gentoo (masked by: package.mask)
- kde-plasma/kde-cli-tools-common-6.6.1::gentoo (masked by: package.mask)
- kde-plasma/plasma-login-sessions-6.6.1::gentoo (masked by: package.mask)
- kde-plasma/kwayland-6.6.1::gentoo (masked by: package.mask)
- kde-plasma/kscreen-6.6.1::gentoo (masked by: package.mask)
- kde-plasma/kwin-6.6.1::gentoo (masked by: package.mask)
- kde-plasma/layer-shell-qt-6.6.1::gentoo (masked by: package.mask)
- kde-plasma/plasma-activities-6.6.1::gentoo (masked by: package.mask)
- kde-plasma/libkscreen-6.6.1::gentoo (masked by: package.mask)
- kde-plasma/kactivitymanagerd-6.6.1::gentoo (masked by: package.mask)
- kde-plasma/milou-6.6.1::gentoo (masked by: package.mask)
- kde-plasma/plasma-integration-6.6.1::gentoo (masked by: package.mask)
- kde-plasma/qqc2-breeze-style-6.6.1::gentoo (masked by: package.mask)
- kde-plasma/aurorae-6.6.1::gentoo (masked by: package.mask)
- kde-plasma/kdesu-gui-6.6.1::gentoo (masked by: package.mask)
- kde-plasma/libplasma-6.6.1::gentoo (masked by: package.mask)
- kde-plasma/plasma-workspace-6.6.1::gentoo (masked by: package.mask)
- kde-plasma/libksysguard-6.6.1::gentoo (masked by: package.mask)
- kde-plasma/xdg-desktop-portal-kde-6.6.1::gentoo (masked by: package.mask)
- kde-plasma/breeze-6.6.1::gentoo (masked by: package.mask)
- kde-plasma/kscreenlocker-6.6.1::gentoo (masked by: package.mask)
- kde-plasma/kglobalacceld-6.6.1::gentoo (masked by: package.mask)
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
Code: Select all
kde-plasma/* -~amd64Code: Select all
emerge -avuDU @world
Code: Select all
❯ doas emerge --ask --verbose -1 --verbose-conflicts --backtrack=50 $(eix --only-names -I kde-plasma/\*)
These are the packages that would be merged, in order:
Calculating dependencies... done!
Dependency resolution took 9.76 s (backtrack: 1/50).
[ebuild R ] kde-plasma/plasma-mimeapps-list [3::gentoo] 0 KiB
[ebuild UD ] kde-plasma/kwayland [6.5.5:6::gentoo] [6.6.1:6::gentoo] USE="-debug -test" 0 KiB
[ebuild R ] kde-plasma/ocean-sound-theme [6.5.5:6::gentoo] USE="-debug" 0 KiB
[ebuild R ] kde-plasma/plasma-workspace-wallpapers [6.5.5:6::gentoo] 0 KiB
[ebuild UD ] kde-plasma/layer-shell-qt [6.5.5:6::gentoo] [6.6.1:6::gentoo] USE="-debug" 0 KiB
[ebuild UD ] kde-plasma/kdecoration [6.5.5:6::gentoo] [6.6.1:6::gentoo] USE="-debug -test" 0 KiB
[ebuild UD ] kde-plasma/plasma-activities [6.5.5:6/7::gentoo] [6.6.1:6/7::gentoo] USE="-debug -doc -test" 0 KiB
[ebuild UD ] kde-plasma/libkscreen [6.5.5-r1:6/8::gentoo] [6.6.1:6/8::gentoo] USE="-debug -doc -test" 0 KiB
[ebuild UD ] kde-plasma/knighttime [6.5.5:6::gentoo] [6.6.1:6::gentoo] USE="-debug -test" 0 KiB
[ebuild UD ] kde-plasma/kde-cli-tools-common [6.5.5::gentoo] [6.6.1::gentoo] USE="handbook" 0 KiB
[ebuild UD ] kde-plasma/plasma-activities-stats [6.5.5:6::gentoo] [6.6.1:6::gentoo] USE="-debug -doc -test" 0 KiB
[ebuild R ] kde-plasma/kde-gtk-config [6.5.5:6::gentoo] USE="-debug" 0 KiB
[ebuild UD ] kde-plasma/kdesu-gui [6.5.5::gentoo] [6.6.1::gentoo] USE="X -debug" 0 KiB
[ebuild UD ] kde-plasma/qqc2-breeze-style [6.5.5:6::gentoo] [6.6.1:6::gentoo] USE="-debug" 0 KiB
[ebuild R ] kde-plasma/kwrited [6.5.5:6::gentoo] USE="-debug" 0 KiB
[ebuild R ] kde-plasma/ksshaskpass [6.5.5:6::gentoo] USE="-debug" 0 KiB
[ebuild R ] kde-plasma/kwallet-pam [6.5.5:6::gentoo] USE="-debug" 0 KiB
[ebuild UD ] kde-plasma/libplasma [6.5.5:6::gentoo] [6.6.1:6::gentoo] USE="-debug -doc -gles2-only -test" 0 KiB
[ebuild UD ] kde-plasma/kglobalacceld [6.5.5:6::gentoo] [6.6.1:6::gentoo] USE="X -debug -test" 0 KiB
[ebuild R ] kde-plasma/plasma5support [6.5.5:6::gentoo] USE="X -activities -debug -doc -geolocation -ksysguard -test" 0 KiB
[ebuild UD ] kde-plasma/kactivitymanagerd [6.5.5-r1:6::gentoo] [6.6.1:6::gentoo] USE="-debug" 0 KiB
[ebuild R ] kde-plasma/kmenuedit [6.5.5:6::gentoo] USE="handbook -debug" 0 KiB
[ebuild R ] kde-plasma/keditfiletype [6.5.5::gentoo] USE="-debug -test" 0 KiB
[ebuild UD ] kde-plasma/milou [6.5.5:6::gentoo] [6.6.1:6::gentoo] USE="-debug -test" 0 KiB
[ebuild R ] kde-plasma/bluedevil [6.5.5:6::gentoo] USE="handbook -debug" 0 KiB
[ebuild R ] kde-plasma/kde-cli-tools [6.5.5:6::gentoo] USE="X -debug -kdesu" 0 KiB
[ebuild R ] kde-plasma/kgamma [6.5.5:6::gentoo] USE="handbook -debug" 0 KiB
[ebuild UD ] kde-plasma/kscreen [6.5.5:6::gentoo] [6.6.1:6::gentoo] USE="X -debug -test" 0 KiB
[ebuild R ] kde-plasma/plasma-nm [6.5.5:6::gentoo] USE="-debug -openconnect -teamd -test" 0 KiB
[ebuild UD ] kde-plasma/aurorae [6.5.5:6::gentoo] [6.6.1:6::gentoo] USE="-debug" 0 KiB
[ebuild UD ] kde-plasma/breeze [6.5.5:6::gentoo] [6.6.1:6::gentoo] USE="-debug" 0 KiB
[ebuild R ] kde-plasma/oxygen [6.5.5:6::gentoo] USE="X -debug" 0 KiB
[ebuild R ] kde-plasma/breeze-gtk [6.5.5:6::gentoo] USE="-debug" 0 KiB
[ebuild UD ] kde-plasma/kscreenlocker [6.5.5-r1:6::gentoo] [6.6.1:6::gentoo] USE="-debug -test" 0 KiB
[ebuild R ] kde-plasma/polkit-kde-agent [6.5.5:6::gentoo] USE="-debug" 0 KiB
[ebuild R ] kde-plasma/drkonqi [6.5.5:6::gentoo] USE="-debug -test" PYTHON_SINGLE_TARGET="python3_13 -python3_11 -python3_12" 0 KiB
[ebuild UD ] kde-plasma/libksysguard [6.5.5:6/9::gentoo] [6.6.1:6/9::gentoo] USE="filecaps -debug -test" 0 KiB
[ebuild R ] kde-plasma/systemsettings [6.5.5:6::gentoo] USE="handbook -debug" 0 KiB
[ebuild R ] kde-plasma/plasma-firewall [6.5.5:6::gentoo] USE="ufw -debug -firewalld -test" PYTHON_SINGLE_TARGET="python3_13 -python3_11 -python3_12 -python3_14" 0 KiB
[ebuild R ] kde-plasma/kinfocenter [6.5.5:6::gentoo] USE="handbook usb -debug -gles2-only" 0 KiB
[ebuild R ] kde-plasma/ksystemstats [6.5.5:6::gentoo] USE="filecaps handbook networkmanager -debug -test" 0 KiB
[ebuild R ] kde-plasma/plasma-vault [6.5.5-r2:6::gentoo] USE="networkmanager -debug" 0 KiB
[ebuild R ] kde-plasma/plasma-disks [6.5.5-r1:6::gentoo] USE="handbook -debug" 0 KiB
[ebuild UD ] kde-plasma/plasma-integration [6.5.5:6::gentoo] [6.6.1:6::gentoo] USE="-debug" 0 KiB
[ebuild R ] kde-plasma/kpipewire [6.5.5:6::gentoo] USE="-debug -test" 0 KiB
[ebuild UD ] kde-plasma/kwin [6.5.5-r2:6::gentoo] [6.6.1:6::gentoo] USE="(X) (filecaps) handbook lock screencast shortcuts systemd -accessibility -debug -gles2-only -test (-gamepad%)" 0 KiB
[ebuild R ] kde-plasma/kwin-x11 [6.5.5:6::gentoo] USE="handbook lock shortcuts systemd -accessibility -debug -gles2-only -test" 0 KiB
[ebuild R ] kde-plasma/kdeplasma-addons [6.5.5-r1:6::gentoo] USE="alternate-calendar handbook -debug -share -webengine" 0 KiB
[ebuild R ] kde-plasma/plasma-pa [6.5.5:6::gentoo] USE="handbook -debug -test" 0 KiB
[ebuild R ] kde-plasma/plasma-systemmonitor [6.5.5-r1:6::gentoo] USE="-debug -test" 0 KiB
[ebuild R ] kde-plasma/plasma-welcome [6.5.5-r1:6::gentoo] USE="-debug" 0 KiB
[ebuild R ] kde-plasma/spectacle [6.5.5:6::gentoo] USE="handbook -debug -share -test" 0 KiB
[ebuild UD ] kde-plasma/plasma-login-sessions [6.5.5:6::gentoo] [6.6.1:6::gentoo] USE="X wayland" 0 KiB
[ebuild UD ] kde-plasma/plasma-workspace [6.5.5-r1:6::gentoo] [6.6.1:6::gentoo] USE="X fontconfig handbook ksysguard networkmanager policykit screencast semantic-desktop systemd wallpaper-metadata -appstream -debug -telemetry -test" 0 KiB
[ebuild UD ] kde-plasma/xdg-desktop-portal-kde [6.5.5:6::gentoo] [6.6.1:6::gentoo] USE="-debug -test" 0 KiB
[ebuild R ] kde-plasma/plasma-browser-integration [6.5.5:6::gentoo] USE="-debug" 0 KiB
[ebuild R ] kde-plasma/plasma-desktop [6.5.5:6::gentoo] USE="handbook screencast sdl semantic-desktop -debug -ibus -scim -test -webengine" INPUT_DEVICES="-wacom" 0 KiB
[ebuild R ] kde-plasma/powerdevil [6.5.5:6::gentoo] USE="filecaps handbook -brightness-control -debug -test" 0 KiB
[ebuild R ] kde-plasma/plasma-meta [6.5.5-r1:6::gentoo] USE="X bluetooth browser-integration crash-handler crypt firewall gtk kwallet networkmanager pulseaudio smart systemd wallpapers xwayland -accessibility -cups -discover -display-manager (-elogind) -flatpak -grub -oxygen-theme -plymouth (-qt5) -rdp -sddm -sdk -thunderbolt -unsupported -wacom -webengine" 0 KiB
[ebuild UD#] kde-plasma/plasma-login-manager [6.5.91::local] [6.6.1::gentoo] USE="-debug -test" 0 KiB
Total: 60 packages (25 downgrades, 35 reinstalls), Size of downloads: 0 KiB
!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:
kde-plasma/plasma-workspace:6
(kde-plasma/plasma-workspace-6.5.5-r1:6/6::gentoo, ebuild scheduled for merge) USE="X fontconfig handbook ksysguard networkmanager policykit screencast semantic-desktop systemd wallpaper-metadata -appstream -debug -telemetry -test" ABI_X86="(64)" pulled in by
kde-plasma/plasma-workspace (Argument)
(kde-plasma/plasma-workspace-6.6.1:6/6::gentoo, installed) USE="X fontconfig handbook ksysguard networkmanager policykit screencast semantic-desktop systemd wallpaper-metadata -appstream -debug -telemetry -test" ABI_X86="(64)" pulled in by
>=kde-plasma/plasma-workspace-6.6.1:6 required by (kde-plasma/xdg-desktop-portal-kde-6.6.1:6/6::gentoo, installed) USE="-debug -test" ABI_X86="(64)"
^^ ^^^^^^^
>=kde-plasma/plasma-workspace-6.5.91:6 required by (kde-plasma/plasma-login-manager-6.5.91:0/0::local, ebuild scheduled for merge) USE="-debug -test" ABI_X86="(64)"
^^ ^^^^^^^^
>=kde-plasma/plasma-workspace-6.6.1:6[X?] required by (kde-plasma/plasma-login-sessions-6.6.1:6/6::gentoo, installed) USE="X wayland" ABI_X86="(64)"
^^ ^^^^^^^
>=kde-plasma/plasma-workspace-6.6.1:6 required by (kde-plasma/kscreenlocker-6.6.1:6/6::gentoo, installed) USE="-debug -test" ABI_X86="(64)"
^^ ^^^^^^^
kde-plasma/layer-shell-qt:6
(kde-plasma/layer-shell-qt-6.5.5:6/6::gentoo, ebuild scheduled for merge) USE="-debug" ABI_X86="(64)" pulled in by
kde-plasma/layer-shell-qt (Argument)
(kde-plasma/layer-shell-qt-6.6.1:6/6::gentoo, installed) USE="-debug" ABI_X86="(64)" pulled in by
>=kde-plasma/layer-shell-qt-6.5.91:6 required by (kde-plasma/plasma-login-manager-6.5.91:0/0::local, ebuild scheduled for merge) USE="-debug -test" ABI_X86="(64)"
^^ ^^^^^^^^
>=kde-plasma/layer-shell-qt-6.6.1:6 required by (kde-plasma/kscreenlocker-6.6.1:6/6::gentoo, installed) USE="-debug -test" ABI_X86="(64)"
^^ ^^^^^^^
>=kde-plasma/layer-shell-qt-6.6.1:6 required by (kde-plasma/plasma-workspace-6.6.1:6/6::gentoo, installed) USE="X fontconfig handbook ksysguard networkmanager policykit screencast semantic-desktop systemd wallpaper-metadata -appstream -debug -telemetry -test" ABI_X86="(64)"
^^ ^^^^^^^
kde-plasma/libplasma:6
(kde-plasma/libplasma-6.5.5:6/6::gentoo, ebuild scheduled for merge) USE="-debug -doc -gles2-only -test" ABI_X86="(64)" pulled in by
kde-plasma/libplasma (Argument)
(kde-plasma/libplasma-6.6.1:6/6::gentoo, installed) USE="-debug -doc -gles2-only -test" ABI_X86="(64)" pulled in by
>=kde-plasma/libplasma-6.6.1:6 required by (kde-plasma/kwin-6.6.1:6/6::gentoo, installed) USE="(X) (filecaps) handbook lock screencast shortcuts systemd -accessibility -debug -gamepad -gles2-only -test" ABI_X86="(64)"
^^ ^^^^^^^
>=kde-plasma/libplasma-6.5.91:6 required by (kde-plasma/plasma-login-manager-6.5.91:0/0::local, ebuild scheduled for merge) USE="-debug -test" ABI_X86="(64)"
^^ ^^^^^^^^
>=kde-plasma/libplasma-6.6.1:6 required by (kde-plasma/milou-6.6.1:6/6::gentoo, installed) USE="-debug -test" ABI_X86="(64)"
^^ ^^^^^^^
>=kde-plasma/libplasma-6.6.1:6 required by (kde-plasma/kscreenlocker-6.6.1:6/6::gentoo, installed) USE="-debug -test" ABI_X86="(64)"
^^ ^^^^^^^
>=kde-plasma/libplasma-6.6.1:6 required by (kde-plasma/plasma-workspace-6.6.1:6/6::gentoo, installed) USE="X fontconfig handbook ksysguard networkmanager policykit screencast semantic-desktop systemd wallpaper-metadata -appstream -debug -telemetry -test" ABI_X86="(64)"
^^ ^^^^^^^
kde-plasma/plasma-activities:6
(kde-plasma/plasma-activities-6.5.5:6/7::gentoo, ebuild scheduled for merge) USE="-debug -doc -test" ABI_X86="(64)" pulled in by
kde-plasma/plasma-activities (Argument)
=kde-plasma/plasma-activities-6.5.5*:6= required by (kde-plasma/libplasma-6.5.5:6/6::gentoo, ebuild scheduled for merge) USE="-debug -doc -gles2-only -test" ABI_X86="(64)"
^ ^^^^^^^^^
(kde-plasma/plasma-activities-6.6.1:6/7::gentoo, installed) USE="-debug -doc -test" ABI_X86="(64)" pulled in by
>=kde-plasma/plasma-activities-6.6.1:6= required by (kde-plasma/kwin-6.6.1:6/6::gentoo, installed) USE="(X) (filecaps) handbook lock screencast shortcuts systemd -accessibility -debug -gamepad -gles2-only -test" ABI_X86="(64)"
^^ ^^^^^^^^
>=kde-plasma/plasma-activities-6.6.1:6/7= required by (kde-plasma/plasma-workspace-6.6.1:6/6::gentoo, installed) USE="X fontconfig handbook ksysguard networkmanager policykit screencast semantic-desktop systemd wallpaper-metadata -appstream -debug -telemetry -test" ABI_X86="(64)"
^^ ^^^^^^^^^^
=kde-plasma/plasma-activities-6.6.1*:6= required by (kde-plasma/libplasma-6.6.1:6/6::gentoo, installed) USE="-debug -doc -gles2-only -test" ABI_X86="(64)"
^ ^^^^^^^^^
>=kde-plasma/plasma-activities-6.6.1:6/7= required by (kde-plasma/kwin-6.6.1:6/6::gentoo, installed) USE="(X) (filecaps) handbook lock screencast shortcuts systemd -accessibility -debug -gamepad -gles2-only -test" ABI_X86="(64)"
^^ ^^^^^^^^^^
>=kde-plasma/plasma-activities-6.6.1:6= required by (kde-plasma/plasma-workspace-6.6.1:6/6::gentoo, installed) USE="X fontconfig handbook ksysguard networkmanager policykit screencast semantic-desktop systemd wallpaper-metadata -appstream -debug -telemetry -test" ABI_X86="(64)"
^^ ^^^^^^^^
=kde-plasma/plasma-activities-6.6.1*:6/7= required by (kde-plasma/libplasma-6.6.1:6/6::gentoo, installed) USE="-debug -doc -gles2-only -test" ABI_X86="(64)"
^ ^^^^^^^^^^^
kde-plasma/breeze:6
(kde-plasma/breeze-6.5.5:6/6::gentoo, ebuild scheduled for merge) USE="-debug" ABI_X86="(64)" pulled in by
kde-plasma/breeze (Argument)
(kde-plasma/breeze-6.6.1:6/6::gentoo, installed) USE="-debug" ABI_X86="(64)" pulled in by
>=kde-plasma/breeze-6.6.1:6 required by (kde-plasma/kwin-6.6.1:6/6::gentoo, installed) USE="(X) (filecaps) handbook lock screencast shortcuts systemd -accessibility -debug -gamepad -gles2-only -test" ABI_X86="(64)"
^^ ^^^^^^^
>=kde-plasma/breeze-6.6.1:6 required by (kde-plasma/plasma-workspace-6.6.1:6/6::gentoo, installed) USE="X fontconfig handbook ksysguard networkmanager policykit screencast semantic-desktop systemd wallpaper-metadata -appstream -debug -telemetry -test" ABI_X86="(64)"
^^ ^^^^^^^
kde-plasma/knighttime:6
(kde-plasma/knighttime-6.5.5:6/6::gentoo, ebuild scheduled for merge) USE="-debug -test" ABI_X86="(64)" pulled in by
kde-plasma/knighttime (Argument)
(kde-plasma/knighttime-6.6.1:6/6::gentoo, installed) USE="-debug -test" ABI_X86="(64)" pulled in by
>=kde-plasma/knighttime-6.6.1:6 required by (kde-plasma/kwin-6.6.1:6/6::gentoo, installed) USE="(X) (filecaps) handbook lock screencast shortcuts systemd -accessibility -debug -gamepad -gles2-only -test" ABI_X86="(64)"
^^ ^^^^^^^
>=kde-plasma/knighttime-6.6.1:6 required by (kde-plasma/plasma-workspace-6.6.1:6/6::gentoo, installed) USE="X fontconfig handbook ksysguard networkmanager policykit screencast semantic-desktop systemd wallpaper-metadata -appstream -debug -telemetry -test" ABI_X86="(64)"
^^ ^^^^^^^
kde-plasma/kwayland:6
(kde-plasma/kwayland-6.5.5:6/6::gentoo, ebuild scheduled for merge) USE="-debug -test" ABI_X86="(64)" pulled in by
kde-plasma/kwayland (Argument)
(kde-plasma/kwayland-6.6.1:6/6::gentoo, installed) USE="-debug -test" ABI_X86="(64)" pulled in by
>=kde-plasma/kwayland-6.6.1:6 required by (kde-plasma/xdg-desktop-portal-kde-6.6.1:6/6::gentoo, installed) USE="-debug -test" ABI_X86="(64)"
^^ ^^^^^^^
>=kde-plasma/kwayland-6.6.1:6 required by (kde-plasma/kwin-6.6.1:6/6::gentoo, installed) USE="(X) (filecaps) handbook lock screencast shortcuts systemd -accessibility -debug -gamepad -gles2-only -test" ABI_X86="(64)"
^^ ^^^^^^^
>=kde-plasma/kwayland-6.6.1:6 required by (kde-plasma/plasma-workspace-6.6.1:6/6::gentoo, installed) USE="X fontconfig handbook ksysguard networkmanager policykit screencast semantic-desktop systemd wallpaper-metadata -appstream -debug -telemetry -test" ABI_X86="(64)"
^^ ^^^^^^^
kde-plasma/kwin:6
(kde-plasma/kwin-6.5.5-r2:6/6::gentoo, ebuild scheduled for merge) USE="(X) (filecaps) handbook lock screencast shortcuts systemd -accessibility -debug -gles2-only -test" ABI_X86="(64)" pulled in by
kde-plasma/kwin (Argument)
(kde-plasma/kwin-6.6.1:6/6::gentoo, installed) USE="(X) (filecaps) handbook lock screencast shortcuts systemd -accessibility -debug -gamepad -gles2-only -test" ABI_X86="(64)" pulled in by
>=kde-plasma/kwin-6.6.1:6 required by (kde-plasma/plasma-workspace-6.6.1:6/6::gentoo, installed) USE="X fontconfig handbook ksysguard networkmanager policykit screencast semantic-desktop systemd wallpaper-metadata -appstream -debug -telemetry -test" ABI_X86="(64)"
^^ ^^^^^^^
kde-plasma/libkscreen:6
(kde-plasma/libkscreen-6.5.5-r1:6/8::gentoo, ebuild scheduled for merge) USE="-debug -doc -test" ABI_X86="(64)" pulled in by
kde-plasma/libkscreen (Argument)
(kde-plasma/libkscreen-6.6.1:6/8::gentoo, installed) USE="-debug -doc -test" ABI_X86="(64)" pulled in by
>=kde-plasma/libkscreen-6.6.1:6 required by (kde-plasma/kscreenlocker-6.6.1:6/6::gentoo, installed) USE="-debug -test" ABI_X86="(64)"
^^ ^^^^^^^
>=kde-plasma/libkscreen-6.6.1:6 required by (kde-plasma/plasma-workspace-6.6.1:6/6::gentoo, installed) USE="X fontconfig handbook ksysguard networkmanager policykit screencast semantic-desktop systemd wallpaper-metadata -appstream -debug -telemetry -test" ABI_X86="(64)"
^^ ^^^^^^^
kde-plasma/plasma-activities-stats:6
(kde-plasma/plasma-activities-stats-6.5.5:6/6::gentoo, ebuild scheduled for merge) USE="-debug -doc -test" ABI_X86="(64)" pulled in by
kde-plasma/plasma-activities-stats (Argument)
(kde-plasma/plasma-activities-stats-6.6.1:6/6::gentoo, installed) USE="-debug -doc -test" ABI_X86="(64)" pulled in by
>=kde-plasma/plasma-activities-stats-6.6.1:6 required by (kde-plasma/plasma-workspace-6.6.1:6/6::gentoo, installed) USE="X fontconfig handbook ksysguard networkmanager policykit screencast semantic-desktop systemd wallpaper-metadata -appstream -debug -telemetry -test" ABI_X86="(64)"
^^ ^^^^^^^
kde-plasma/libksysguard:6
(kde-plasma/libksysguard-6.5.5:6/9::gentoo, ebuild scheduled for merge) USE="filecaps -debug -test" ABI_X86="(64)" pulled in by
kde-plasma/libksysguard (Argument)
(kde-plasma/libksysguard-6.6.1:6/9::gentoo, installed) USE="filecaps -debug -test" ABI_X86="(64)" pulled in by
>=kde-plasma/libksysguard-6.6.1:6 required by (kde-plasma/plasma-workspace-6.6.1:6/6::gentoo, installed) USE="X fontconfig handbook ksysguard networkmanager policykit screencast semantic-desktop systemd wallpaper-metadata -appstream -debug -telemetry -test" ABI_X86="(64)"
^^ ^^^^^^^
kde-plasma/kscreenlocker:6
(kde-plasma/kscreenlocker-6.5.5-r1:6/6::gentoo, ebuild scheduled for merge) USE="-debug -test" ABI_X86="(64)" pulled in by
kde-plasma/kscreenlocker (Argument)
(kde-plasma/kscreenlocker-6.6.1:6/6::gentoo, installed) USE="-debug -test" ABI_X86="(64)" pulled in by
>=kde-plasma/kscreenlocker-6.6.1:6 required by (kde-plasma/kwin-6.6.1:6/6::gentoo, installed) USE="(X) (filecaps) handbook lock screencast shortcuts systemd -accessibility -debug -gamepad -gles2-only -test" ABI_X86="(64)"
^^ ^^^^^^^
>=kde-plasma/kscreenlocker-6.6.1:6 required by (kde-plasma/plasma-workspace-6.6.1:6/6::gentoo, installed) USE="X fontconfig handbook ksysguard networkmanager policykit screencast semantic-desktop systemd wallpaper-metadata -appstream -debug -telemetry -test" ABI_X86="(64)"
^^ ^^^^^^^
kde-plasma/kactivitymanagerd:6
(kde-plasma/kactivitymanagerd-6.5.5-r1:6/6::gentoo, ebuild scheduled for merge) USE="-debug" ABI_X86="(64)" pulled in by
kde-plasma/kactivitymanagerd (Argument)
(kde-plasma/kactivitymanagerd-6.6.1:6/6::gentoo, installed) USE="-debug" ABI_X86="(64)" pulled in by
>=kde-plasma/kactivitymanagerd-6.6.1:6 required by (kde-plasma/plasma-workspace-6.6.1:6/6::gentoo, installed) USE="X fontconfig handbook ksysguard networkmanager policykit screencast semantic-desktop systemd wallpaper-metadata -appstream -debug -telemetry -test" ABI_X86="(64)"
^^ ^^^^^^^
kde-plasma/kdesu-gui:0
(kde-plasma/kdesu-gui-6.5.5:0/0::gentoo, ebuild scheduled for merge) USE="X -debug" ABI_X86="(64)" pulled in by
kde-plasma/kdesu-gui (Argument)
(kde-plasma/kdesu-gui-6.6.1:0/0::gentoo, installed) USE="X -debug" ABI_X86="(64)" pulled in by
>=kde-plasma/kdesu-gui-6.6.1:* required by (kde-plasma/plasma-workspace-6.6.1:6/6::gentoo, installed) USE="X fontconfig handbook ksysguard networkmanager policykit screencast semantic-desktop systemd wallpaper-metadata -appstream -debug -telemetry -test" ABI_X86="(64)"
^^ ^^^^^ ^
kde-plasma/milou:6
(kde-plasma/milou-6.5.5:6/6::gentoo, ebuild scheduled for merge) USE="-debug -test" ABI_X86="(64)" pulled in by
kde-plasma/milou (Argument)
(kde-plasma/milou-6.6.1:6/6::gentoo, installed) USE="-debug -test" ABI_X86="(64)" pulled in by
>=kde-plasma/milou-6.6.1:6 required by (kde-plasma/plasma-workspace-6.6.1:6/6::gentoo, installed) USE="X fontconfig handbook ksysguard networkmanager policykit screencast semantic-desktop systemd wallpaper-metadata -appstream -debug -telemetry -test" ABI_X86="(64)"
^^ ^^^^^^^
kde-plasma/plasma-integration:6
(kde-plasma/plasma-integration-6.5.5:6/6::gentoo, ebuild scheduled for merge) USE="-debug" ABI_X86="(64)" pulled in by
kde-plasma/plasma-integration (Argument)
(kde-plasma/plasma-integration-6.6.1:6/6::gentoo, installed) USE="-debug" ABI_X86="(64)" pulled in by
>=kde-plasma/plasma-integration-6.6.1:6 required by (kde-plasma/plasma-workspace-6.6.1:6/6::gentoo, installed) USE="X fontconfig handbook ksysguard networkmanager policykit screencast semantic-desktop systemd wallpaper-metadata -appstream -debug -telemetry -test" ABI_X86="(64)"
^^ ^^^^^^^
kde-plasma/plasma-login-sessions:6
(kde-plasma/plasma-login-sessions-6.5.5:6/6::gentoo, ebuild scheduled for merge) USE="X wayland" ABI_X86="(64)" pulled in by
kde-plasma/plasma-login-sessions (Argument)
(kde-plasma/plasma-login-sessions-6.6.1:6/6::gentoo, installed) USE="X wayland" ABI_X86="(64)" pulled in by
>=kde-plasma/plasma-login-sessions-6.6.1:6 required by (kde-plasma/plasma-workspace-6.6.1:6/6::gentoo, installed) USE="X fontconfig handbook ksysguard networkmanager policykit screencast semantic-desktop systemd wallpaper-metadata -appstream -debug -telemetry -test" ABI_X86="(64)"
^^ ^^^^^^^
kde-plasma/qqc2-breeze-style:6
(kde-plasma/qqc2-breeze-style-6.5.5:6/6::gentoo, ebuild scheduled for merge) USE="-debug" ABI_X86="(64)" pulled in by
kde-plasma/qqc2-breeze-style (Argument)
(kde-plasma/qqc2-breeze-style-6.6.1:6/6::gentoo, installed) USE="-debug" ABI_X86="(64)" pulled in by
>=kde-plasma/qqc2-breeze-style-6.6.1:6 required by (kde-plasma/plasma-integration-6.6.1:6/6::gentoo, installed) USE="-debug" ABI_X86="(64)"
^^ ^^^^^^^
kde-plasma/xdg-desktop-portal-kde:6
(kde-plasma/xdg-desktop-portal-kde-6.5.5:6/6::gentoo, ebuild scheduled for merge) USE="-debug -test" ABI_X86="(64)" pulled in by
kde-plasma/xdg-desktop-portal-kde (Argument)
(kde-plasma/xdg-desktop-portal-kde-6.6.1:6/6::gentoo, installed) USE="-debug -test" ABI_X86="(64)" pulled in by
>=kde-plasma/xdg-desktop-portal-kde-6.6.1:6 required by (kde-plasma/plasma-integration-6.6.1:6/6::gentoo, installed) USE="-debug" ABI_X86="(64)"
^^ ^^^^^^^
kde-plasma/kde-cli-tools-common:0
(kde-plasma/kde-cli-tools-common-6.5.5:0/0::gentoo, ebuild scheduled for merge) USE="handbook" ABI_X86="(64)" pulled in by
kde-plasma/kde-cli-tools-common (Argument)
(kde-plasma/kde-cli-tools-common-6.6.1:0/0::gentoo, installed) USE="handbook" ABI_X86="(64)" pulled in by
>=kde-plasma/kde-cli-tools-common-6.6.1 required by (kde-plasma/kdesu-gui-6.6.1:0/0::gentoo, installed) USE="X -debug" ABI_X86="(64)"
^^ ^^^^^
kde-plasma/kdecoration:6
(kde-plasma/kdecoration-6.5.5:6/6::gentoo, ebuild scheduled for merge) USE="-debug -test" ABI_X86="(64)" pulled in by
kde-plasma/kdecoration (Argument)
(kde-plasma/kdecoration-6.6.1:6/6::gentoo, installed) USE="-debug -test" ABI_X86="(64)" pulled in by
>=kde-plasma/kdecoration-6.6.1:6 required by (kde-plasma/kwin-6.6.1:6/6::gentoo, installed) USE="(X) (filecaps) handbook lock screencast shortcuts systemd -accessibility -debug -gamepad -gles2-only -test" ABI_X86="(64)"
^^ ^^^^^^^
>=kde-plasma/kdecoration-6.6.1:6 required by (kde-plasma/breeze-6.6.1:6/6::gentoo, installed) USE="-debug" ABI_X86="(64)"
^^ ^^^^^^^
>=kde-plasma/kdecoration-6.6.1:6 required by (kde-plasma/aurorae-6.6.1:6/6::gentoo, installed) USE="-debug" ABI_X86="(64)"
^^ ^^^^^^^
kde-plasma/kglobalacceld:6
(kde-plasma/kglobalacceld-6.5.5:6/6::gentoo, ebuild scheduled for merge) USE="X -debug -test" ABI_X86="(64)" pulled in by
kde-plasma/kglobalacceld (Argument)
(kde-plasma/kglobalacceld-6.6.1:6/6::gentoo, installed) USE="X -debug -test" ABI_X86="(64)" pulled in by
>=kde-plasma/kglobalacceld-6.6.1:6 required by (kde-plasma/kwin-6.6.1:6/6::gentoo, installed) USE="(X) (filecaps) handbook lock screencast shortcuts systemd -accessibility -debug -gamepad -gles2-only -test" ABI_X86="(64)"
^^ ^^^^^^^
kde-plasma/aurorae:6
(kde-plasma/aurorae-6.5.5:6/6::gentoo, ebuild scheduled for merge) USE="-debug" ABI_X86="(64)" pulled in by
kde-plasma/aurorae (Argument)
(kde-plasma/aurorae-6.6.1:6/6::gentoo, installed) USE="-debug" ABI_X86="(64)" pulled in by
>=kde-plasma/aurorae-6.6.1:6 required by (kde-plasma/kwin-6.6.1:6/6::gentoo, installed) USE="(X) (filecaps) handbook lock screencast shortcuts systemd -accessibility -debug -gamepad -gles2-only -test" ABI_X86="(64)"
^^ ^^^^^^^


Code: Select all
❯ doas emerge -u @world
These are the packages that would be merged, in order:
Calculating dependencies \!!! /etc/portage/package.env references non-existent file: /etc/portage/env/eix-extra-econf
... done!
Dependency resolution took 59.89 s (backtrack: 3/20).
[ebuild r U ] dev-libs/flatbuffers [25.12.19:0/25.12.19::gentoo] [25.9.23:0/25.9.23::gentoo] USE="-static-libs -test" 0 KiB
[ebuild N ] dev-libs/leancrypto [1.6.0-r3:0/1::gentoo] USE="asm -test -tools -verify-sig" ABI_X86="32 (64) (-x32)" 0 KiB
[ebuild U ] net-libs/gnutls [3.8.12-r1:0/30.30::gentoo] [3.8.12:0/30.30::gentoo] USE="cxx idn nls openssl pkcs11 post-quantum%* tls-heartbeat tools zlib -brotli -dane -doc -examples -sslv2 -sslv3 -static-libs -systemtap -test -test-full -verify-sig -zstd" ABI_X86="32 (64) (-x32)" 0 KiB
[ebuild U ] dev-util/maturin [1.12.5::gentoo] [1.12.4::gentoo] USE="ssl -debug -doc -test" PYTHON_TARGETS="python3_13 -pypy3_11 -python3_11 -python3_12 -python3_14" 19,504 KiB
[ebuild U ] dev-python/virtualenv [21.1.0::gentoo] [21.0.0::gentoo] USE="-test -verify-provenance" PYTHON_TARGETS="python3_13 -pypy3_11 -python3_11 -python3_12 -python3_13t -python3_14 -python3_14t" 5,704 KiB
[ebuild U ] sys-fs/udisks [2.11.1:2::gentoo] [2.11.0-r1:2::gentoo] USE="acl daemon introspection nls systemd -debug (-elogind) -lvm (-selinux) -smart" 1,927 KiB
[ebuild UD ] kde-plasma/kscreen [6.5.5:6::gentoo] [6.6.1:6::gentoo] USE="X -debug -test" 0 KiB
[ebuild rR ] media-libs/opencv [4.12.0-r1:0/4.12.0::gentoo] USE="avif contrib contribdnn cuda eigen features2d ffmpeg gif jpeg jpeg2k opengl openmp png qt6 tiff truetype v4l vaapi vulkan wayland webp -atlas -contribcvv -contribfreetype -contribhdf (-contribovis) -contribsfm -contribxfeatures2d -cudnn -debug -doc -examples -gdal -gflags -glog -gphoto2 -gstreamer -gtk3 -ieee1394 -jasper -java -lapack -mkl -non-free -opencl -opencvapps -openexr -openni -openni2 -python -quirc -spng -tbb -tesseract -test -testprograms -vtk -wechat-qrcode -xine" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="avx avx2 avx512_bitalg avx512_vbmi2 avx512_vnni avx512_vpopcntdq avx512bw avx512cd avx512dq avx512f avx512ifma avx512vbmi avx512vl f16c fma3 popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3 -avx512_4fmaps -avx512_4vnniw -avx512er -avx512pf" PYTHON_TARGETS="python3_13 -python3_11 -python3_12" VIDEO_CARDS="-intel" 0 KiB
[ebuild U ] games-util/steam-launcher [1.0.0.85-r3::steam-overlay] [1.0.0.85-r2::steam-overlay] USE="desktop-portal dialogs joystick pulseaudio steamruntime steamvr trayicon udev vulkan wayland" VIDEO_CARDS="nvidia" 0 KiB
[ebuild UD#] kde-plasma/plasma-login-manager [6.5.91::local] [6.6.1::gentoo] USE="-debug -test" 0 KiB
Total: 10 packages (6 upgrades, 2 downgrades, 1 new, 1 reinstall), Size of downloads: 27,134 KiB
WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict:
sys-auth/polkit-qt:0
(sys-auth/polkit-qt-0.200.0-r1:0/0::gentoo, ebuild scheduled for merge) USE="" ABI_X86="(64)" conflicts with
sys-auth/polkit-qt[qt6] required by (app-benchmarks/kdiskmark-3.2.0:0/0::guru, installed) USE="" ABI_X86="(64)"
^^^
The following packages are causing rebuilds:
(dev-libs/flatbuffers-25.12.19:0/25.12.19::gentoo, ebuild scheduled for merge) causes rebuilds for:
(media-libs/opencv-4.12.0-r1:0/4.12.0::gentoo, ebuild scheduled for merge)
Would you like to merge these packages? [Yes/No] n
Code: Select all
❯ doas emerge -uN @world
These are the packages that would be merged, in order:
Calculating dependencies \!!! /etc/portage/package.env references non-existent file: /etc/portage/env/eix-extra-econf
... done!
Dependency resolution took 59.11 s (backtrack: 3/20).
[ebuild r U ] dev-libs/flatbuffers [25.12.19:0/25.12.19::gentoo] [25.9.23:0/25.9.23::gentoo] USE="-static-libs -test" 0 KiB
[ebuild N ] dev-libs/leancrypto [1.6.0-r3:0/1::gentoo] USE="asm -test -tools -verify-sig" ABI_X86="32 (64) (-x32)" 0 KiB
[ebuild U ] net-libs/gnutls [3.8.12-r1:0/30.30::gentoo] [3.8.12:0/30.30::gentoo] USE="cxx idn nls openssl pkcs11 post-quantum%* tls-heartbeat tools zlib -brotli -dane -doc -examples -sslv2 -sslv3 -static-libs -systemtap -test -test-full -verify-sig -zstd" ABI_X86="32 (64) (-x32)" 0 KiB
[ebuild U ] dev-util/maturin [1.12.5::gentoo] [1.12.4::gentoo] USE="ssl -debug -doc -test" PYTHON_TARGETS="python3_13 -pypy3_11 -python3_11 -python3_12 -python3_14" 19,504 KiB
[ebuild U ] dev-python/virtualenv [21.1.0::gentoo] [21.0.0::gentoo] USE="-test -verify-provenance" PYTHON_TARGETS="python3_13 -pypy3_11 -python3_11 -python3_12 -python3_13t -python3_14 -python3_14t" 5,704 KiB
[ebuild U ] sys-fs/udisks [2.11.1:2::gentoo] [2.11.0-r1:2::gentoo] USE="acl daemon introspection nls systemd -debug (-elogind) -lvm (-selinux) -smart" 1,927 KiB
[ebuild R *] dev-lang/rust [9999:9999::gentoo] USE="clippy* doc* lto rust-src rustfmt* system-llvm (-big-endian) -debug -dist (-llvm-libunwind) (-miri) -rust-analyzer -test -verify-sig" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="sse2" LLVM_SLOT="22%* (-21%*)" LLVM_TARGETS="AMDGPU NVPTX (X86) -AArch64 -ARC -ARM -AVR -BPF -CSKY -DirectX -Hexagon -Lanai -LoongArch -M68k -MSP430 -Mips -PowerPC -RISCV -SPIRV -Sparc -SystemZ -VE -WebAssembly -XCore -Xtensa" RUST_SYSROOTS="-bpf -wasm" 0 KiB
[ebuild UD ] kde-plasma/kscreen [6.5.5:6::gentoo] [6.6.1:6::gentoo] USE="X -debug -test" 0 KiB
[ebuild rR ] media-libs/opencv [4.12.0-r1:0/4.12.0::gentoo] USE="avif contrib contribdnn cuda eigen features2d ffmpeg gif jpeg jpeg2k opengl openmp png qt6 tiff truetype v4l vaapi vulkan wayland webp -atlas -contribcvv -contribfreetype -contribhdf (-contribovis) -contribsfm -contribxfeatures2d -cudnn -debug -doc -examples -gdal -gflags -glog -gphoto2 -gstreamer -gtk3 -ieee1394 -jasper -java -lapack -mkl -non-free -opencl -opencvapps -openexr -openni -openni2 -python -quirc -spng -tbb -tesseract -test -testprograms -vtk -wechat-qrcode -xine" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="avx avx2 avx512_bitalg avx512_vbmi2 avx512_vnni avx512_vpopcntdq avx512bw avx512cd avx512dq avx512f avx512ifma avx512vbmi avx512vl f16c fma3 popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3 -avx512_4fmaps -avx512_4vnniw -avx512er -avx512pf" PYTHON_TARGETS="python3_13 -python3_11 -python3_12" VIDEO_CARDS="-intel" 0 KiB
[ebuild R ] dev-python/pyqt5 [5.15.11::gentoo] USE="dbus gui multimedia network opengl printsupport ssl svg widgets -debug -declarative -examples -gles2-only -sql -testlib -x11extras (-designer%)" PYTHON_TARGETS="python3_12 python3_13 -python3_11 -python3_14" 0 KiB
[ebuild U ] games-util/steam-launcher [1.0.0.85-r3::steam-overlay] [1.0.0.85-r2::steam-overlay] USE="desktop-portal dialogs joystick pulseaudio steamruntime steamvr trayicon udev vulkan wayland" VIDEO_CARDS="nvidia" 0 KiB
[ebuild UD#] kde-plasma/plasma-login-manager [6.5.91::local] [6.6.1::gentoo] USE="-debug -test" 0 KiB
Total: 12 packages (6 upgrades, 2 downgrades, 1 new, 3 reinstalls), Size of downloads: 27,134 KiB
WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict:
sys-auth/polkit-qt:0
(sys-auth/polkit-qt-0.200.0-r1:0/0::gentoo, ebuild scheduled for merge) USE="" ABI_X86="(64)" conflicts with
sys-auth/polkit-qt[qt6] required by (app-benchmarks/kdiskmark-3.2.0:0/0::guru, installed) USE="" ABI_X86="(64)"
^^^
The following packages are causing rebuilds:
(dev-libs/flatbuffers-25.12.19:0/25.12.19::gentoo, ebuild scheduled for merge) causes rebuilds for:
(media-libs/opencv-4.12.0-r1:0/4.12.0::gentoo, ebuild scheduled for merge)
Would you like to merge these packages? [Yes/No]
Code: Select all
emerge -uDUav @world
Better not.I've set -D in as default in make.conf

Yeah, Zsh's equivalent to `failglob` is `NOMATCH`, which is indeed enabled by default. (And is, according to the zshoptions(1) man page, also the default in Csh). i've just updated the "Shell/Scripting" page on the wiki to reflect this. Thanks for bringing this up!Hu wrote:It appears that zsh defaults to failglob, whereas bash defaults to nofailglob.JustCauseWhyNot wrote:I get this error zsh: no matches found: kde-plasma/*
i'm a Zsh user myself, and i tend to agree.Hu wrote:This is unfortunate, since failglob produces the less surprising result, and encourages people to quote globs that were not meant to be expanded.