Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Rust virtual profiler problem
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
ritzmax72
Tux's lil' helper
Tux's lil' helper


Joined: 10 Aug 2014
Posts: 82

PostPosted: Sun Apr 14, 2024 5:41 pm    Post subject: Rust virtual profiler problem Reply with quote

While trying to update @world or just www-client/chromium, virtual/rust is toggling between profiler and ~profiler

First it recommends to remove profiler
Code:

emerge --update chromium
!!! Section 'guru' in repos.conf has name different from repository name 'ultrabug' set inside repository

 * IMPORTANT: 6 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.

Calculating dependencies... done!
Dependency resolution took 2.23 s (backtrack: 0/20).


The following USE changes are necessary to proceed:
 (see "package.use" in the portage(5) man page for more details)
# required by www-client/chromium-123.0.6312.105::gentoo[system-toolchain]
# required by chromium (argument)
>=virtual/rust-1.75.0-r1 profiler

Use --autounmask-write to write changes to config files (honoring
CONFIG_PROTECT). Carefully examine the list of proposed changes,
paying special attention to mask or keyword changes that may expose
experimental or unstable packages.

 * In order to avoid wasting time, backtracking has terminated early
 * due to the above autounmask change(s). The --autounmask-backtrack=y
 * option can be used to force further backtracking, but there is no
 * guarantee that it will produce a solution.

emerge: there are no ebuilds built with USE flags to satisfy "~dev-lang/rust-bin-1.75.0[profiler(-)?,rustfmt?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?]".
!!! One of the following packages is required to complete your request:
- virtual/rust-1.75.0-r1::gentoo (Change USE: -profiler)




Then after updating in use flags "-profiler", it again ask but this time to use "profiler"

Code:


emerge -U chromium
!!! Section 'guru' in repos.conf has name different from repository name 'ultrabug' set inside repository

 * IMPORTANT: 6 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.

Calculating dependencies... done!
Dependency resolution took 2.30 s (backtrack: 0/20).


The following USE changes are necessary to proceed:
 (see "package.use" in the portage(5) man page for more details)
# required by www-client/chromium-123.0.6312.105::gentoo
# required by chromium (argument)
>=virtual/rust-1.75.0-r1 -profiler

Use --autounmask-write to write changes to config files (honoring
CONFIG_PROTECT). Carefully examine the list of proposed changes,
paying special attention to mask or keyword changes that may expose
experimental or unstable packages.

 * In order to avoid wasting time, backtracking has terminated early
 * due to the above autounmask change(s). The --autounmask-backtrack=y
 * option can be used to force further backtracking, but there is no
 * guarantee that it will produce a solution.



My world updates are blocked due to qt packages. I am working on it; meanwhile virtual/rust is giving some weird issues with chromium and other packages
dependent on rust.
Back to top
View user's profile Send private message
grknight
Retired Dev
Retired Dev


Joined: 20 Feb 2015
Posts: 1663

PostPosted: Sun Apr 14, 2024 7:33 pm    Post subject: Reply with quote

Because dev-lang/rust-bin gained profiler in 1.76.0
Back to top
View user's profile Send private message
Josef.95
Advocate
Advocate


Joined: 03 Sep 2007
Posts: 4558
Location: Germany

PostPosted: Mon Apr 15, 2024 1:33 am    Post subject: Reply with quote

Hm yes, i think with the self compiled rust (no rust-bin) it should work.
Set in
package.use:
dev-lang/rust profiler
virtual/rust profiler
then compile it
Code:
emerge --deselect dev-lang/rust-bin
emerge -av1 dev-lang/rust virtual/rust
after this select it via eselect rust (the no -bin)
then try your chromium or @world update.
Back to top
View user's profile Send private message
ritzmax72
Tux's lil' helper
Tux's lil' helper


Joined: 10 Aug 2014
Posts: 82

PostPosted: Mon Apr 15, 2024 3:45 am    Post subject: Reply with quote

Josef.95 wrote:
Hm yes, i think with the self compiled rust (no rust-bin) it should work.
Set in
package.use:
dev-lang/rust profiler
virtual/rust profiler
then compile it
Code:
emerge --deselect dev-lang/rust-bin
emerge -av1 dev-lang/rust virtual/rust
after this select it via eselect rust (the no -bin)
then try your chromium or @world update.


I compiled dev-lang/rust and virtual/rust with profiler use flag.
Code:

>=dev-lang/rust-1.75.0 profiler
>=virtual/rust-1.75.0-r1 profiler

emerge --info dev-lang/rust

Code:

dev-lang/rust-1.75.0-r1::gentoo was built with the following:
USE="lto profiler (-big-endian) -clippy -debug -dist -doc (-llvm-libunwind) (-miri) (-nightly) (-parallel-compiler) -rust-analyzer -rust-src -rustfmt (-system-bootstrap) (-system-llvm) -test -verify-sig -wasm" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="sse2" LLVM_TARGETS="(X86) -AArch64 -AMDGPU -ARC -ARM -AVR -BPF -CSKY -DirectX -Hexagon -Lanai -LoongArch -M68k -MSP430 -Mips -NVPTX -PowerPC -RISCV -SPIRV -Sparc -SystemZ -VE -WebAssembly -XCore -Xtensa"
FEATURES="sandbox multilib-strict parallel-fetch pkgdir-index-trusted qa-unresolved-soname-deps merge-sync binpkg-docompress unknown-features-warn protect-owned userpriv news binpkg-logs strict userfetch fixlafiles distlocks ipc-sandbox binpkg-dostrip unmerge-logs config-protect-if-modified buildpkg-live xattr ebuild-locks pid-sandbox sfperms network-sandbox preserve-libs usersync usersandbox unmerge-orphans assume-digests"



Now that I compiled them using "profiler" portage is asking for "-profiler" for >=virtual/rust-1.75.0-r1 -profiler while doing emerge -U chromium

my eselect is dev-lang/rust
eselect rust list
Code:

eselect rust list
Available Rust versions:
  [1]   rust-bin-1.75.0
  [2]   rust-1.75.0 *



I have deselect rust-bin as well. While trying to depclean it some dependencies are pulled in .

Code:


equery d dev-lang/rust-bin
!!! Section 'guru' in repos.conf has name different from repository name 'ultrabug' set inside repository
!!! Section 'guru' in repos.conf has name different from repository name 'ultrabug' set inside repository
 * These packages depend on dev-lang/rust-bin:
!!! Section 'guru' in repos.conf has name different from repository name 'ultrabug' set inside repository
dev-lang/rust-1.75.0-r1 (system-bootstrap ? =dev-lang/rust-bin-1.74*)
                        (system-bootstrap ? =dev-lang/rust-bin-1.75*)
virtual/rust-1.75.0 (~dev-lang/rust-bin-1.75.0[abi_x86_32(-),abi_x86_64(-)])
www-client/firefox-115.9.1 (!elibc_glibc ? <dev-lang/rust-bin-1.73)



I don't use rust at all. I want a single rust implementation and all the packages that requires rust to use that implementation "dev-lang/rust" or "dev-lang/rust-bin". Something very weird going on in my system with current month's "emerge --sync". I don't know why profiler is being pulled for chromium and why can't portage stick to either using it or not using it instead of toggling between "profiler" and "-profiler"
Back to top
View user's profile Send private message
Josef.95
Advocate
Advocate


Joined: 03 Sep 2007
Posts: 4558
Location: Germany

PostPosted: Mon Apr 15, 2024 1:30 pm    Post subject: Reply with quote

Can you please post the full output from a @world update and emerge --info ?
Is it large, then please via wgetpaste
like
Code:
wgetpaste -s pgz --command "emerge -pvuDU @world" --info
Back to top
View user's profile Send private message
ritzmax72
Tux's lil' helper
Tux's lil' helper


Joined: 10 Aug 2014
Posts: 82

PostPosted: Mon Apr 15, 2024 4:31 pm    Post subject: Reply with quote

Josef.95 wrote:
Can you please post the full output from a @world update and emerge --info ?
Is it large, then please via wgetpaste
like
Code:
wgetpaste -s pgz --command "emerge -pvuDU @world" --info


Here is the paste: https://paste.gentoo.zip/Y3fQcjyt
Also, due to qt-dev/* conflicts I've done this:
Code:
 emerge -aC $(portageq match / 'dev-qt/*:5')

following:
Code:
 https://forums.gentoo.org/viewtopic-t-1168428-highlight-devqt.html

which is why there are bunch of dev-qt/* dependency issues.
Back to top
View user's profile Send private message
Josef.95
Advocate
Advocate


Joined: 03 Sep 2007
Posts: 4558
Location: Germany

PostPosted: Mon Apr 15, 2024 6:19 pm    Post subject: Reply with quote

I think the main problem for portage is:
Code:
!!! The slot conflict(s) shown above involve package(s) which may need to
!!! be rebuilt in order to solve the conflict(s). However, the following
!!! package(s) cannot be rebuilt for the reason(s) shown:

  (dev-lang/spidermonkey-91.13.0-r1:91/91::gentoo, installed): ebuild is masked or unavailable
  (media-libs/libopenshot-0.3.2-r1:0/21::gentoo, installed): ebuild is masked or unavailable
media-libs/libopenshot (and media-video/openshot) is hard masked, see Bug 909996
Please deselect it (for this @world update):
Code:
emerge --deselect media-libs/libopenshot media-video/openshot


Then lets try figure out which package depends on the old already removed dev-lang/spidermonkey-91.13.0-r1:91/91
Please post the output from
Code:
emerge -av --depclean dev-lang/spidermonkey

And for
Code:
!!! The following updates are masked by LICENSE changes:
- sys-kernel/linux-firmware-20240410::gentoo (masked by: || ( ) linux-fw-redistributable license(s))
A copy of the 'linux-fw-redistributable' license is located at '/var/db/repos/gentoo/licenses/linux-fw-redistributable'.
Please accept the license via
Code:
echo "sys-kernel/linux-firmware linux-fw-redistributable" >> /etc/portage/package.license


Then please post the new status:
Code:
wgetpaste -s pgz --command "emerge -pvuDU @world"
Back to top
View user's profile Send private message
ritzmax72
Tux's lil' helper
Tux's lil' helper


Joined: 10 Aug 2014
Posts: 82

PostPosted: Tue Apr 16, 2024 5:49 am    Post subject: Reply with quote

Removed old version of spidermonkey and added license for linux-firmware.
Getting similar errors.

Note that I mentioned in previous post I decplean old qt-packages and now they are showing
up as "there are no ebuilds to satify"

https://paste.gentoo.zip/rLj6oTDt
Back to top
View user's profile Send private message
Josef.95
Advocate
Advocate


Joined: 03 Sep 2007
Posts: 4558
Location: Germany

PostPosted: Tue Apr 16, 2024 8:51 am    Post subject: Reply with quote

ritzmax72 wrote:
Removed old version of spidermonkey and added license for linux-firmware.
Getting similar errors.

Note that I mentioned in previous post I decplean old qt-packages and now they are showing
up as "there are no ebuilds to satify"

https://paste.gentoo.zip/rLj6oTDt
Yes, i noticed it, but this was no depclean, it was a --unmerge (-C)
please don't unmerge packages - it is not helpful, and can breaks deps on your running system.

Please post the output from
Code:
emerge -pve @world --backtrack=0
(via wgetpaste) too.
Back to top
View user's profile Send private message
Banana
Veteran
Veteran


Joined: 21 May 2004
Posts: 1393
Location: Germany

PostPosted: Tue Apr 16, 2024 9:16 am    Post subject: Reply with quote

Not sure if this can be related, but solve this !!! Section 'guru' in repos.conf has name different from repository name 'ultrabug' set inside repository, too.
_________________
My personal space
My delta-labs.org snippets do expire

PFL - Portage file list - find which package a file or command belongs to.
Back to top
View user's profile Send private message
ritzmax72
Tux's lil' helper
Tux's lil' helper


Joined: 10 Aug 2014
Posts: 82

PostPosted: Tue Apr 16, 2024 12:38 pm    Post subject: Reply with quote

Banana wrote:
Not sure if this can be related, but solve this !!! Section 'guru' in repos.conf has name different from repository name 'ultrabug' set inside repository, too.


"ultrabug" may be in some cache. I don't have anything like "ultrabug" in /etc/portage/repos.conf/ folder
Back to top
View user's profile Send private message
ritzmax72
Tux's lil' helper
Tux's lil' helper


Joined: 10 Aug 2014
Posts: 82

PostPosted: Tue Apr 16, 2024 12:50 pm    Post subject: Reply with quote

Josef.95 wrote:
ritzmax72 wrote:
Removed old version of spidermonkey and added license for linux-firmware.
Getting similar errors.

Note that I mentioned in previous post I decplean old qt-packages and now they are showing
up as "there are no ebuilds to satify"

https://paste.gentoo.zip/rLj6oTDt
Yes, i noticed it, but this was no depclean, it was a --unmerge (-C)
please don't unmerge packages - it is not helpful, and can breaks deps on your running system.

Please post the output from
Code:
emerge -pve @world --backtrack=0
(via wgetpaste) too.


I mistook "--unmerge" for "--depclean". Big mistake; but the author of that post wrote it helped him fix his blocking
which made me overlook the "--unmerge".

I guess I have broken packages in my system now especially those dependent on dev-qt/* packages.

Here's my paste: https://paste.gentoo.zip/fvSbRiZk
Back to top
View user's profile Send private message
Josef.95
Advocate
Advocate


Joined: 03 Sep 2007
Posts: 4558
Location: Germany

PostPosted: Tue Apr 16, 2024 1:10 pm    Post subject: Reply with quote

Huh yes, this output looks much better
Code:

The following USE changes are necessary to proceed:
 (see "package.use" in the portage(5) man page for more details)
# required by dev-python/setuptools-69.2.0-r1::gentoo
# required by dev-python/fasteners-0.19::gentoo
# required by app-backup/duplicity-2.1.4::gentoo
# required by app-backup/deja-dup-44.2::gentoo
# required by @selected
# required by @world (argument)
>=dev-python/tomli-2.0.1-r1 python_targets_python3_10
# required by media-libs/tiff-4.6.0::gentoo[lzma]
# required by app-editors/emacs-29.3-r1::gentoo[tiff,gui]
# required by virtual/editor-0-r7::gentoo
# required by app-admin/sudo-1.9.15_p5::gentoo
# required by app-admin/testdisk-7.2::gentoo[-static,sudo]
# required by @selected
# required by @world (argument)
>=app-arch/xz-utils-5.4.2 abi_x86_32
# required by app-antivirus/clamav-1.2.2::gentoo
# required by @selected
# required by @world (argument)
>=virtual/rust-1.75.0-r1 -profiler

!!! All ebuilds that could satisfy "cross-i686-w64-mingw32/mingw64-runtime" have been masked.
!!! One of the following masked packages is required to complete your request:
- cross-i686-w64-mingw32/mingw64-runtime-11.0.0::crossdev (masked by: missing keyword)

(dependency required by "@selected" [set])
(dependency required by "@world" [argument])
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.


!!! All ebuilds that could satisfy "cross-x86_64-w64-mingw32/mingw64-runtime" have been masked.
!!! One of the following masked packages is required to complete your request:
- cross-x86_64-w64-mingw32/mingw64-runtime-11.0.0::crossdev (masked by: missing keyword)

(dependency required by "@selected" [set])
(dependency required by "@world" [argument])
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.


emerge: there are no ebuilds to satisfy "dev-build/bazel".
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])

emerge: there are no ebuilds to satisfy "dev-java/gradle-bin:7.5.1".
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])

emerge: there are no ebuilds to satisfy "dev-java/gradle-bin:7.6_rc3".
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])

emerge: there are no ebuilds to satisfy "games-util/legendary".
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])

emerge: there are no ebuilds to satisfy "media-fonts/symbola".
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])

!!! All ebuilds that could satisfy "net-misc/kafka-bin" have been masked.
!!! One of the following masked packages is required to complete your request:
- net-misc/kafka-bin-3.7.0::gentoo (masked by: ~amd64 keyword)
- net-misc/kafka-bin-3.6.1::gentoo (masked by: ~amd64 keyword)
- net-misc/kafka-bin-3.5.2::gentoo (masked by: ~amd64 keyword)

(dependency required by "@selected" [set])
(dependency required by "@world" [argument])
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.


emerge: there are no ebuilds to satisfy "net-wireless/crda".
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])

emerge: there are no ebuilds to satisfy "sys-devel/clang:14".
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])

!!! All ebuilds that could satisfy "sys-devel/gcc:10" have been masked.
!!! One of the following masked packages is required to complete your request:
- sys-devel/gcc-10.5.0::gentoo (masked by: package.mask)
/var/db/repos/gentoo/profiles/package.mask:
# Sam James <sam@gentoo.org> (2023-11-19)
# GCC 10 and older no longer receive upstream support or fixes for
# bugs. Please switch to a newer GCC version using gcc-config.
# The lowest supported version of GCC is GCC 11.


(dependency required by "@selected" [set])
(dependency required by "@world" [argument])
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.


emerge: there are no ebuilds to satisfy "sys-devel/llvm:14".
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])

emerge: there are no ebuilds to satisfy "sys-kernel/gentoo-sources:6.1.19".
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])

emerge: there are no ebuilds to satisfy "x11-misc/gcolor2".
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])

emerge: there are no ebuilds to satisfy "x11-terms/mrxvt".
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])

 * IMPORTANT: 6 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.
do you need help for this?
"(dependency required by "@selected" [set])"
means, it is in your world file.

Example:
Code:
emerge: there are no ebuilds to satisfy "dev-build/bazel".
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])
This means dev-build/bazel is in your world file, but the package don't exist anymore - so please deselect it:
Code:
emerge --deselect dev-build/bazel


I think after fix all this it should work then.

/edit: and for
Code:
 * IMPORTANT: 6 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.
please read the news items before updating - it has important helpful info.
Back to top
View user's profile Send private message
ritzmax72
Tux's lil' helper
Tux's lil' helper


Joined: 10 Aug 2014
Posts: 82

PostPosted: Tue Apr 16, 2024 3:38 pm    Post subject: Reply with quote

These were installed for some reason and was asking for "-profiler"

Code:

# required by dev-util/maturin-1.5.1-r1::gentoo
# required by dev-python/pydantic-core-2.16.3::gentoo
# required by dev-python/pydantic-2.6.4::gentoo
# required by dev-python/inflect-7.0.0::gentoo
# required by @selected
# required by @world (argument)
#>=virtual/rust-1.75.0-r1 profiler



They were co-dependent and nothing was dependent outside of them so I depcleaned them.
Now portage asks me that I need to have "profiler" for www-client/chromium.
After setting it I no longer get recommendation from above but I get recommendation like this:

Code:

The following USE changes are necessary to proceed:
 (see "package.use" in the portage(5) man page for more details)
# required by @selected
# required by @world (argument)
>=virtual/rust-1.75.0-r1 -profiler



It says required by @world and @selected but does not mention which packages.
My dev-lang/rust is built with "profiler" use flag.
Now I am dead lock again. Chromium asking for "profiler" and above message asking me "-profiler"
Back to top
View user's profile Send private message
ritzmax72
Tux's lil' helper
Tux's lil' helper


Joined: 10 Aug 2014
Posts: 82

PostPosted: Tue Apr 16, 2024 3:49 pm    Post subject: Reply with quote

Here's the world updated now.
Code:

emerge --update --deep --with-bdeps=y --ask @world
!!! Section 'guru' in repos.conf has name different from repository name 'ultrabug' set inside repository

 * IMPORTANT: 6 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.


These are the packages that would be merged, in order:

Calculating dependencies... done!
Dependency resolution took 29.35 s (backtrack: 0/20).

[ebuild     U  ] sys-kernel/linux-headers-6.6-r1 [6.6]
[ebuild     U  ] sys-libs/glibc-2.38-r11 [2.38-r10]
[ebuild     U  ] dev-python/ensurepip-setuptools-69.2.0 [69.1.1]
[ebuild  N     ] app-arch/lzlib-1.14  USE="-verify-sig"
[ebuild     U  ] app-text/pandoc-bin-3.1.12.2 [3.1.12.1]
[ebuild     U  ] sys-kernel/linux-firmware-20240410 [20240312]
[ebuild     U  ] sys-libs/libseccomp-2.5.5-r1 [2.5.5] USE="-debug%" PYTHON_TARGETS="-python3_12%"
[ebuild  N     ] app-arch/plzip-1.11  USE="-verify-sig"
[ebuild     U  ] dev-libs/vala-common-0.56.16 [0.56.14]
[ebuild     U  ] app-eselect/eselect-ruby-20231226 [20230616]
[ebuild     U  ] sys-libs/slang-2.3.3-r1 [2.3.3]
[ebuild     U  ] virtual/rust-1.75.0-r1 [1.75.0] USE="profiler%*"
[ebuild     U  ] sys-devel/clang-common-17.0.6-r5 [17.0.6-r1] USE="-cet%"
[ebuild     U  ] sys-apps/util-linux-2.39.3-r7 [2.39.3-r2] PYTHON_TARGETS="-python3_12%"
[ebuild     U  ] dev-lang/python-3.10.14_p1 [3.10.13_p3]
[ebuild     U  ] app-accessibility/at-spi2-core-2.50.2 [2.50.1]
[ebuild     U  ] sys-libs/libxcrypt-4.4.36-r3 [4.4.36]
[ebuild     U  ] dev-build/libtool-2.4.7-r4 [2.4.7-r3]
[ebuild     U  ] x11-libs/libXdmcp-1.1.5 [1.1.4-r2]
[ebuild     U  ] dev-lang/python-3.12.3 [3.12.2_p1]
[ebuild     U  ] x11-libs/libxcb-1.16.1 [1.16-r1]
[ebuild     U  ] dev-python/wheel-0.43.0 [0.42.0]
[ebuild     U  ] dev-python/setuptools-69.2.0-r1 [69.1.1]
[ebuild     U ~] dev-python/cython-3.0.10 [3.0.9]
[ebuild     U  ] dev-python/lxml-5.1.1 [5.1.0]
[ebuild     U  ] sys-apps/systemd-utils-254.8-r1 [254.8]
[ebuild     U  ] x11-libs/pixman-0.43.4 [0.43.2]
[ebuild     U  ] app-text/iso-codes-4.16.0 [4.15.0]
[ebuild     U  ] dev-python/idna-3.7 [3.6]
[ebuild     U  ] dev-util/itstool-2.0.7-r2 [2.0.7-r1] PYTHON_SINGLE_TARGET="-python3_12%"
[ebuild     U  ] media-libs/opus-1.5.1-r1 [1.4]
[ebuild     U  ] dev-libs/nss-3.99 [3.91]
[ebuild     U  ] dev-cpp/glibmm-2.66.7 [2.66.6]
[ebuild     U  ] x11-libs/libfontenc-1.1.8 [1.1.7]
[ebuild     U  ] app-admin/rsyslog-8.2402.0 [8.2312.0]
[ebuild     U  ] dev-python/trove-classifiers-2024.3.25 [2024.3.3]
[ebuild     U  ] x11-apps/iceauth-1.0.10 [1.0.9]
[ebuild     U  ] dev-build/gn-0.2157 [0.2143]
[ebuild     U  ] dev-python/pyasn1-0.6.0 [0.5.1]
[ebuild     U ~] app-emulation/dxvk-2.3.1-r1 [2.3.1]
[ebuild     U  ] dev-lang/python-3.9.19_p2 [3.9.18_p2]
[ebuild     U  ] dev-python/markdown-3.6 [3.5.2]
[ebuild     U  ] net-misc/memcached-1.6.24 [1.6.22]
[ebuild     U  ] net-proxy/haproxy-2.9.6 [2.7.9] USE="-test%"
[ebuild     U  ] dev-libs/apr-1.7.4-r2 [1.7.4]
[ebuild     U  ] dev-build/scons-4.7.0 [4.6.0-r1]
[ebuild     U  ] dev-python/tzdata-10001 [9999]
[ebuild     UD ] dev-libs/protobuf-21.9 [21.12] USE="-static-libs%"
[ebuild  N     ] dev-qt/qtnetwork-5.15.13  USE="ssl -debug -gssapi -libproxy -sctp -test"
[ebuild  N     ] dev-qt/qtxml-5.15.13  USE="-debug -test"
[ebuild  N     ] dev-qt/qtconcurrent-5.15.13  USE="-debug -test"
[ebuild     U  ] x11-libs/libXcursor-1.2.2 [1.2.1]
[ebuild  N     ] dev-qt/qttest-5.15.13  USE="-debug -test"
[ebuild  N     ] dev-qt/qtwaylandscanner-5.15.13  USE="-debug -test"
[ebuild  N     ] dev-qt/qtsql-5.15.13  USE="mysql sqlite -debug -freetds -oci8 -odbc -postgres -test"
[ebuild     U  ] x11-libs/libXaw-1.0.16 [1.0.15-r1]
[ebuild     U  ] x11-apps/xauth-1.1.3 [1.1.2]
[ebuild  NS    ] dev-qt/qtserialport-5.15.13 [6.6.2] USE="-debug%"
[ebuild     U  ] dev-db/mysql-init-scripts-2.3-r8 [2.3-r7]
[ebuild     U  ] dev-python/pyasn1-modules-0.4.0 [0.3.0]
[ebuild     U  ] dev-python/fonttools-4.50.0 [4.49.0]
[ebuild     U  ] dev-qt/qdbus-5.15.13 [5.15.12]
[ebuild     U  ] x11-apps/xmessage-1.0.7 [1.0.6]
[ebuild     U  ] dev-python/hatchling-1.21.1-r1 [1.21.1]
[ebuild     U  ] app-text/enchant-2.6.1 [2.5.0]
[ebuild     U  ] net-misc/yt-dlp-2024.04.09 [2024.03.10]
[ebuild     U  ] dev-python/filelock-3.13.3 [3.13.1]
[ebuild     U  ] dev-util/gtk-update-icon-cache-3.24.40 [3.24.39]
[ebuild     U  ] dev-python/trio-0.25.0 [0.24.0]
[ebuild     U  ] dev-python/selenium-4.19.0 [4.18.1]
[ebuild     U  ] virtual/rubygems-19 [17] RUBY_TARGETS="(-ruby32)"
[ebuild     U  ] virtual/ruby-ssl-13 [12] RUBY_TARGETS="(-ruby32)"
[ebuild     U  ] media-libs/mesa-24.0.4 [23.3.6] USE="(opengl%*)" LLVM_SLOT="17%* -15% -16%"
[ebuild     U  ] dev-lang/vala-0.56.16 [0.56.14]
[ebuild     U  ] gui-libs/libwpe-1.14.2 [1.14.1]
[ebuild     U  ] sys-apps/openrc-0.54 [0.53]
[ebuild     U  ] net-libs/nghttp2-1.61.0 [1.57.0]
[ebuild     U  ] net-misc/curl-8.7.1-r1 [8.6.0-r1]
[ebuild     U  ] media-libs/assimp-5.3.1 [5.2.5-r1] USE="-doc%"
[ebuild     U  ] dev-libs/imath-3.1.11 [3.1.6] PYTHON_SINGLE_TARGET="-python3_12%"
[ebuild     U  ] media-libs/libreplaygain-483 [477-r2]
[ebuild     U  ] dev-libs/libgit2-1.8.0 [1.7.2]
[ebuild     U ~] net-analyzer/netdata-1.45.3 [1.45.0]
[ebuild     U  ] media-gfx/exiv2-0.28.2 [0.28.1-r2]
[ebuild     U  ] media-libs/opensubdiv-3.6.0-r1 [3.4.4-r3] USE="X%* glew%* glfw%* opengl%* -doc% -python%"
[ebuild     U ~] dev-lang/typescript-5.4.5 [5.4.3]
[ebuild     U  ] media-sound/musepack-tools-495 [465-r2]
[ebuild     U  ] app-portage/gentoolkit-0.6.5 [0.6.3-r1]
[ebuild     U  ] x11-libs/pango-1.52.1 [1.51.0]
[ebuild     U  ] app-editors/emacs-29.3-r1 [29.2-r1]
[ebuild  N     ] app-admin/sudo-1.9.15_p5  USE="nls pam secure-path sendmail ssl -gcrypt -ldap -offensive -sasl (-selinux) -skey -sssd -verify-sig"
[ebuild     U  ] x11-apps/mkfontscale-1.2.3 [1.2.2]
[ebuild     U  ] dev-java/openjdk-bin-17.0.10_p7 [17.0.8.1_p1]
[ebuild     U  ] dev-python/pillow-10.3.0 [10.2.0-r1]
[ebuild     U  ] sys-boot/grub-2.12-r4 [2.12-r2]
[ebuild     U  ] media-libs/imlib2-1.11.0 [1.9.1-r1] USE="filters%* text%* -packing%"
[ebuild     U  ] gui-libs/libhandy-1.8.3 [1.8.2]
[ebuild     U  ] dev-java/openjdk-bin-11.0.22_p7 [11.0.20.1_p1]
[ebuild     U  ] media-fonts/encodings-1.1.0 [1.0.7]
[ebuild     U  ] x11-base/xwayland-23.2.6 [23.2.4]
[ebuild     U  ] dev-java/openjdk-17.0.10_p7 [17.0.8.1_p1]
[ebuild     U  ] virtual/jdk-1.8.0-r9 [1.8.0-r8]
[ebuild     U  ] gui-libs/gtk-4.12.5 [4.12.4]
[ebuild     U  ] gnome-extra/libgsf-1.14.52 [1.14.51]
[ebuild     U  ] media-fonts/noto-emoji-20231130-r1 [20231130]
[ebuild     U  ] x11-misc/screenkey-1.5_p20230109-r1 [1.5_p20230109] PYTHON_TARGETS="-python3_12%"
[ebuild     U  ] dev-cpp/gtkmm-3.24.9 [3.24.8]
[ebuild     U  ] gui-libs/libadwaita-1.4.4 [1.4.2]
[ebuild     U  ] x11-libs/goffice-0.10.57 [0.10.55]
[ebuild  NS   ~] dev-java/gradle-bin-8.7 [7.5.1, 7.6_rc3, 8.2, 8.2.1, 8.4, 8.5]
[ebuild     U  ] app-office/gnumeric-1.12.57 [1.12.55] PYTHON_TARGETS="-python3_12%"
[ebuild     U  ] dev-lang/clojure-1.11.1-r1 [1.11.1]
[ebuild     U  ] gnome-extra/zenity-4.0.1 [3.44.2] USE="-man%"
[ebuild  N     ] dev-qt/qtwidgets-5.15.13  USE="X dbus gtk png -debug -gles2-only -test"
[ebuild  N     ] dev-qt/qtx11extras-5.15.13  USE="-debug -test"
[ebuild     U  ] media-libs/simage-1.8.3 [1.8.1-r3] USE="-qt6%"
[ebuild  NS    ] dev-qt/qtdeclarative-5.15.13 [6.6.2-r1] USE="jit%* -debug% -gles2-only% -localstorage%"
[ebuild  NS    ] dev-qt/qtsvg-5.15.13 [6.6.2] USE="-debug%"
[ebuild  N     ] dev-qt/qtprintsupport-5.15.13  USE="cups -debug -gles2-only -test"
[ebuild  N     ] dev-qt/qtopengl-5.15.13  USE="-debug -gles2-only -test"
[ebuild     U  ] media-libs/coin-4.0.2 [4.0.0]
[ebuild  N     ] dev-qt/qthelp-5.15.13  USE="-debug -test"
[ebuild     U  ] sci-libs/gdal-3.8.0-r1 [3.8.0]
[ebuild  N     ] dev-qt/linguist-tools-5.15.13  USE="qml -debug -test"
[ebuild  N     ] dev-qt/designer-5.15.13  USE="declarative -debug -test"
[ebuild  NS    ] dev-qt/qtwebchannel-5.15.13 [6.6.2] USE="-debug%"
[ebuild  NS    ] dev-qt/qtpositioning-5.15.13 [6.6.2] USE="-debug%"
[ebuild  N     ] dev-qt/qtxmlpatterns-5.15.13  USE="qml -debug -test"
[ebuild  N     ] dev-qt/qtgraphicaleffects-5.15.13  USE="-debug -test"
[ebuild  N     ] dev-qt/qtquickcontrols-5.15.13  USE="widgets -debug -test"
[ebuild  N     ] dev-qt/qtbluetooth-5.15.13  USE="qml -debug -test"
[ebuild     U  ] media-libs/quarter-1.2.1 [1.1.0-r1] USE="-qt6%"
[ebuild  NS    ] dev-qt/qt3d-5.15.13 [6.6.2] USE="-debug% -gamepad%"
[ebuild  NS    ] dev-qt/qttranslations-5.15.13 [6.6.2] USE="-debug% -test%"
[ebuild  N     ] dev-qt/qtquickcontrols2-5.15.13  USE="widgets -debug -test"
[ebuild     U  ] dev-python/shiboken2-5.15.13 [5.15.12]
[ebuild  NS    ] dev-qt/qtlocation-5.15.13 [6.6.2] USE="-debug%"
[ebuild     U  ] app-admin/testdisk-7.2 [7.1-r2] USE="sudo%*"
[ebuild     U  ] media-libs/osl-1.12.14.0 [1.12.7.0] USE="gui%* -qt6%" PYTHON_SINGLE_TARGET="-python3_12%"
[ebuild     U  ] gnome-base/gvfs-1.52.2 [1.52.1]
[ebuild     U  ] net-libs/webkit-gtk-2.42.5-r600 [2.42.4-r600]
[ebuild     U  ] net-libs/webkit-gtk-2.42.5-r410 [2.42.4-r410]
[ebuild     U  ] app-editors/gedit-46.2 [46.1-r1]
[ebuild     U  ] dev-qt/qtbase-6.7.0-r1 [6.6.2] USE="libproxy* (zstd*) -renderdoc%"
[ebuild     U  ] dev-qt/qtwayland-6.7.0 [6.6.2-r1]
[ebuild     U  ] dev-qt/qtshadertools-6.7.0 [6.6.2]
[ebuild     U  ] dev-qt/qtsvg-6.7.0 [6.6.2]
[ebuild     U  ] dev-qt/qtdeclarative-6.7.0 [6.6.2-r1] USE="network%* ssl%* svg%*"
[ebuild     U  ] dev-qt/qttools-6.7.0 [6.6.2] USE="qdbus* (zstd*)"
[ebuild     U  ] dev-qt/qttranslations-6.7.0 [6.6.2]
[ebuild     U  ] dev-qt/qtpositioning-6.7.0 [6.6.2]
[ebuild     U  ] dev-qt/qtwebchannel-6.7.0 [6.6.2]
[ebuild     U  ] dev-qt/qtquicktimeline-6.7.0 [6.6.2]
[ebuild     U  ] dev-qt/qt3d-6.7.0 [6.6.2]
[ebuild     U  ] dev-qt/qtsensors-6.7.0 [6.6.2]
[ebuild     U  ] dev-qt/qtserialport-6.7.0 [6.6.2]
[ebuild     U  ] dev-qt/qtvirtualkeyboard-6.7.0 [6.6.2]
[ebuild     U  ] dev-qt/qtwebsockets-6.7.0 [6.6.2]
[ebuild     U  ] dev-qt/qtimageformats-6.7.0 [6.6.2]
[ebuild     U  ] dev-qt/qtconnectivity-6.7.0 [6.6.2]
[ebuild     U  ] dev-qt/qtquick3d-6.7.0 [6.6.2]
[ebuild     U  ] dev-qt/qtlocation-6.7.0 [6.6.2]
[ebuild  NS    ] dev-qt/qtmultimedia-5.15.13 [6.6.2] USE="gstreamer* widgets%* -debug% -gles2-only% -openal%"
[ebuild  NS    ] dev-qt/qtwebengine-5.15.13_p20240322 [6.6.2] USE="-debug%"
[ebuild     U  ] dev-qt/qtwebengine-6.7.0 [6.6.2] USE="-accessibility% -webdriver%"
[ebuild     U  ] www-client/chromium-123.0.6312.105 [122.0.6261.111] USE="vaapi* widevine* -bindist% -ffmpeg-chromium%"
[ebuild     U  ] dev-python/pyside2-5.15.13 [5.15.12]
[ebuild     U  ] sci-libs/opencascade-7.7.0-r2 [7.6.3-r2]
[ebuild     U  ] dev-python/pyside2-tools-5.15.13 [5.15.12]
[ebuild     U  ] dev-qt/qtmultimedia-6.7.0 [6.6.2]
[ebuild     U ~] media-video/obs-studio-30.1.1 [30.1.0]
[ebuild     U  ] media-video/aegisub-3.3.3 [3.2.2_p20160518-r105]
[ebuild     U  ] media-gfx/freecad-0.21.2-r2 [0.20.2-r1] USE="(-qt6)"
[ebuild     U  ] dev-qt/qtbase-6.6.2-r1 [6.6.2] USE="libproxy* (zstd*)"
[ebuild     U  ] net-dialup/ppp-2.5.0-r7 [2.5.0-r6]
[ebuild     U  ] media-sound/ardour-8.4 [8.2]
[ebuild     U  ] net-misc/networkmanager-1.46.0-r1 [1.42.6-r2]
[blocks B      ] <media-plugins/imlib2_loaders-1.10.0 ("<media-plugins/imlib2_loaders-1.10.0" is soft blocking media-libs/imlib2-1.11.0)

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

dev-qt/qtdeclarative:6

  (dev-qt/qtdeclarative-6.7.0:6/6.7.0::gentoo, ebuild scheduled for merge) USE="network opengl sql ssl svg vulkan widgets -accessibility -test" ABI_X86="(64)" pulled in by
    ~dev-qt/qtdeclarative-6.7.0:6 required by (dev-qt/qt3d-6.7.0:6/6.7.0::gentoo, ebuild scheduled for merge) USE="qml vulkan -gles2-only -test" ABI_X86="(64)"
    ^                     ^^^^^^^                                                                                                                                                                                                                                                                                                       
    (and 11 more with the same problem)

  (dev-qt/qtdeclarative-6.6.2-r1:6/6.6.2::gentoo, installed) USE="opengl sql vulkan widgets -accessibility -test" ABI_X86="(64)" pulled in by
    ~dev-qt/qtdeclarative-6.6.2:6[widgets?] required by (dev-qt/qttools-6.6.2:6/6.6.2::gentoo, installed) USE="assistant linguist opengl qml vulkan widgets -clang -designer -distancefieldgenerator -gles2-only -pixeltool -qdbus -qdoc -qtattributionsscanner -qtdiag -qtplugininfo -test (-zstd)" ABI_X86="(64)" LLVM_SLOT="17 -15 -16 (-18)"
    ^                     ^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             

dev-qt/qtwayland:6

  (dev-qt/qtwayland-6.7.0:6/6.7.0::gentoo, ebuild scheduled for merge) USE="qml vulkan -accessibility -compositor -test" ABI_X86="(64)" pulled in by
    ~dev-qt/qtwayland-6.7.0:6 required by (dev-qt/qtbase-6.7.0-r1:6/6.7.0::gentoo, ebuild scheduled for merge) USE="X concurrent cups dbus gtk gui icu libinput libproxy network nls opengl sql sqlite ssl udev vulkan wayland widgets xml (zstd) -accessibility -brotli -eglfs -evdev -gles2-only -gssapi -mysql -oci8 -odbc -postgres -renderdoc -sctp -test -tslib" ABI_X86="(64)"
    ^                 ^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             

  (dev-qt/qtwayland-6.6.2-r1:6/6.6.2::gentoo, installed) USE="qml vulkan -accessibility -compositor -test" ABI_X86="(64)" pulled in by
    ~dev-qt/qtwayland-6.6.2:6 required by (dev-qt/qtbase-6.6.2-r1:6/6.6.2::gentoo, ebuild scheduled for merge) USE="X concurrent cups dbus gtk gui icu libinput libproxy network nls opengl sql sqlite ssl udev vulkan wayland widgets xml (zstd) -accessibility -brotli -eglfs -evdev -gles2-only -gssapi -mysql -oci8 -odbc -postgres -sctp -test -tslib" ABI_X86="(64)"
    ^                 ^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

dev-libs/protobuf:0

  (dev-libs/protobuf-21.12:0/3.21.12.0::gentoo, installed) USE="zlib -emacs -examples -test" ABI_X86="(64) -32 (-x32)" pulled in by
    dev-libs/protobuf:0/3.21.12.0 required by (dev-python/protobuf-python-4.21.12:0/3.21.12.0::gentoo, installed) USE="-debug -test" ABI_X86="(64)" PYTHON_TARGETS="python3_10 python3_11"
                     ^^^^^^^^^^^^                                                                                                                                                                                                                                                                                           
    dev-libs/protobuf:0/3.21.12.0=[abi_x86_64(-)] required by (media-libs/opencv-4.8.1-r1:0/4.8.1::gentoo, installed) USE="contrib contribdnn eigen features2d jpeg opengl openmp png python qt5 tiff (-contribcvv) -contribfreetype (-contribhdf) (-contribovis) (-contribsfm) (-contribxfeatures2d) (-cuda) (-cudnn) -debug -dnnsamples -examples -ffmpeg -gdal (-gflags) (-glog) -gphoto2 -gstreamer -gtk3 -ieee1394 -java -jpeg2k -lapack -non-free -opencl -opencvapps -openexr -qt6 -tbb (-tesseract) -testprograms -v4l -vaapi (-vtk) -webp -xine" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="sse sse2 -avx -avx2 -avx512f -f16c -fma3 -popcnt -sse3 -sse4_1 -sse4_2 -ssse3" PYTHON_TARGETS="python3_11 -python3_10 -python3_12" VIDEO_CARDS="-intel"
                     ^^^^^^^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
    (and 1 more with the same problems)

  (dev-libs/protobuf-21.9:0/32::gentoo, ebuild scheduled for merge) USE="zlib -emacs -examples -static-libs -test" ABI_X86="(64) -32 (-x32)" pulled in by
    >=dev-libs/protobuf-3.8:0/32= required by (dev-db/mysql-8.0.32-r2:8.0/8.0::gentoo, installed) USE="perl profiling router server -cjk -cracklib -debug -jemalloc -latin1 -numa (-selinux) -tcmalloc -test" ABI_X86="(64)"
                           ^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         

dev-qt/qttranslations:6

  (dev-qt/qttranslations-6.7.0:6/6.7.0::gentoo, ebuild scheduled for merge) USE="" ABI_X86="(64)" pulled in by
    ~dev-qt/qttranslations-6.7.0:6 required by (dev-qt/qtbase-6.7.0-r1:6/6.7.0::gentoo, ebuild scheduled for merge) USE="X concurrent cups dbus gtk gui icu libinput libproxy network nls opengl sql sqlite ssl udev vulkan wayland widgets xml (zstd) -accessibility -brotli -eglfs -evdev -gles2-only -gssapi -mysql -oci8 -odbc -postgres -renderdoc -sctp -test -tslib" ABI_X86="(64)"
    ^                      ^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             

  (dev-qt/qttranslations-6.6.2:6/6.6.2::gentoo, installed) USE="" ABI_X86="(64)" pulled in by
    ~dev-qt/qttranslations-6.6.2:6 required by (dev-qt/qtbase-6.6.2-r1:6/6.6.2::gentoo, ebuild scheduled for merge) USE="X concurrent cups dbus gtk gui icu libinput libproxy network nls opengl sql sqlite ssl udev vulkan wayland widgets xml (zstd) -accessibility -brotli -eglfs -evdev -gles2-only -gssapi -mysql -oci8 -odbc -postgres -sctp -test -tslib" ABI_X86="(64)"
    ^                      ^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

dev-qt/qtbase:6

  (dev-qt/qtbase-6.7.0-r1:6/6.7.0::gentoo, ebuild scheduled for merge) USE="X concurrent cups dbus gtk gui icu libinput libproxy network nls opengl sql sqlite ssl udev vulkan wayland widgets xml (zstd) -accessibility -brotli -eglfs -evdev -gles2-only -gssapi -mysql -oci8 -odbc -postgres -renderdoc -sctp -test -tslib" ABI_X86="(64)" pulled in by
    ~dev-qt/qtbase-6.7.0:6[concurrent,gui,opengl=,vulkan=,widgets] required by (dev-qt/qtquick3d-6.7.0:6/6.7.0::gentoo, ebuild scheduled for merge) USE="opengl vulkan -test" ABI_X86="(64)"
    ^              ^^^^^^^                                                                                                                                                                                                                                                                                                                       
    (and 24 more with the same problem)

  (dev-qt/qtbase-6.6.2-r1:6/6.6.2::gentoo, ebuild scheduled for merge) USE="X concurrent cups dbus gtk gui icu libinput libproxy network nls opengl sql sqlite ssl udev vulkan wayland widgets xml (zstd) -accessibility -brotli -eglfs -evdev -gles2-only -gssapi -mysql -oci8 -odbc -postgres -sctp -test -tslib" ABI_X86="(64)" pulled in by
    >=dev-qt/qtbase-6.6:6/6.6.2=[dbus,-gles2-only,gui,network,opengl,sql,ssl,widgets,xml] required by (dev-python/PyQt6-6.6.1:0/0::gentoo, installed) USE="bluetooth dbus gui network opengl printsupport qml quick sql ssl svg webchannel widgets xml -debug -designer -examples -gles2-only -help -multimedia -nfc -pdfium -positioning -quick3d -sensors -serialport -spatialaudio -speech -testlib -websockets" ABI_X86="(64)" PYTHON_TARGETS="python3_11 -python3_10 -python3_12"
                       ^^^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
    ~dev-qt/qtbase-6.6.2:6[sql,sqlite] required by (dev-qt/qttools-6.6.2:6/6.6.2::gentoo, installed) USE="assistant linguist opengl qml vulkan widgets -clang -designer -distancefieldgenerator -gles2-only -pixeltool -qdbus -qdoc -qtattributionsscanner -qtdiag -qtplugininfo -test (-zstd)" ABI_X86="(64)" LLVM_SLOT="17 -15 -16 (-18)"
    ^              ^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
    (and 7 more with the same problems)

dev-qt/qttools:6

  (dev-qt/qttools-6.7.0:6/6.7.0::gentoo, ebuild scheduled for merge) USE="assistant linguist opengl qdbus qml vulkan widgets (zstd) -clang -designer -distancefieldgenerator -gles2-only -pixeltool -qdoc -qtattributionsscanner -qtdiag -qtplugininfo -test" ABI_X86="(64)" LLVM_SLOT="17 -15 -16 (-18)" pulled in by
    ~dev-qt/qttools-6.7.0:6[linguist] required by (dev-qt/qttranslations-6.7.0:6/6.7.0::gentoo, ebuild scheduled for merge) USE="" ABI_X86="(64)"
    ^               ^^^^^^^                                                                                                                                                                                                                   

  (dev-qt/qttools-6.6.2:6/6.6.2::gentoo, installed) USE="assistant linguist opengl qml vulkan widgets -clang -designer -distancefieldgenerator -gles2-only -pixeltool -qdbus -qdoc -qtattributionsscanner -qtdiag -qtplugininfo -test (-zstd)" ABI_X86="(64)" LLVM_SLOT="17 -15 -16 (-18)" pulled in by
    ~dev-qt/qttools-6.6.2:6[linguist] required by (dev-qt/qttranslations-6.6.2:6/6.6.2::gentoo, installed) USE="" ABI_X86="(64)"
    ^               ^^^^^^^                                                                                                                                                                                                 

dev-qt/qtshadertools:6

  (dev-qt/qtshadertools-6.7.0:6/6.7.0::gentoo, ebuild scheduled for merge) USE="-test" ABI_X86="(64)" pulled in by
    ~dev-qt/qtshadertools-6.7.0:6 required by (dev-qt/qtdeclarative-6.7.0:6/6.7.0::gentoo, ebuild scheduled for merge) USE="network opengl sql ssl svg vulkan widgets -accessibility -test" ABI_X86="(64)"
    ^                     ^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                 
    (and 3 more with the same problem)

  (dev-qt/qtshadertools-6.6.2:6/6.6.2::gentoo, installed) USE="-test" ABI_X86="(64)" pulled in by
    ~dev-qt/qtshadertools-6.6.2:6 required by (dev-qt/qtdeclarative-6.6.2-r1:6/6.6.2::gentoo, installed) USE="opengl sql vulkan widgets -accessibility -test" ABI_X86="(64)"
    ^                     ^^^^^^^                                                                                                                                                                                                                                                                                                                                                         

NOTE: Use the '--verbose-conflicts' option to display parents omitted above

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.

For more information, see MASKED PACKAGES section in the emerge man
page or refer to the Gentoo Handbook.


 * Error: The above package list contains packages which cannot be
 * installed at the same time on the same system.

  (media-plugins/imlib2_loaders-1.9.1:0/0::gentoo, installed) pulled in by
    media-plugins/imlib2_loaders required by @selected

  (media-libs/imlib2-1.11.0:0/0::gentoo, ebuild scheduled for merge) pulled in by
    media-libs/imlib2[X,text(+)] required by (media-gfx/feh-3.10.2:0/0::gentoo, installed) USE="exif xinerama -curl -debug -inotify -test" ABI_X86="(64)"
    media-libs/imlib2[png] required by (media-gfx/scrot-1.10:0/0::gentoo, installed) USE="" ABI_X86="(64)"
    media-libs/imlib2[X,filters(+),text(+)] required by (media-gfx/scrot-1.10:0/0::gentoo, installed) USE="" ABI_X86="(64)"
    >=media-libs/imlib2-1.9.1 required by (media-plugins/imlib2_loaders-1.9.1:0/0::gentoo, installed) USE="userland_GNU -xcf" ABI_X86="(64)"


For more information about Blocked Packages, please refer to the following
section of the Gentoo Linux x86 Handbook (architecture is irrelevant):

https://wiki.gentoo.org/wiki/Handbook:X86/Working/Portage#Blocked_packages


The following USE changes are necessary to proceed:
 (see "package.use" in the portage(5) man page for more details)
# required by www-client/chromium-123.0.6312.105::gentoo[system-toolchain]
# required by @selected
# required by @world (argument)
>=virtual/rust-1.75.0-r1 profiler

Would you like to add these changes to your config files? [Yes/No]
Back to top
View user's profile Send private message
Josef.95
Advocate
Advocate


Joined: 03 Sep 2007
Posts: 4558
Location: Germany

PostPosted: Tue Apr 16, 2024 6:49 pm    Post subject: Reply with quote

Code:
[ebuild     U  ] media-libs/imlib2-1.11.0 [1.9.1-r1] USE="filters%* text%* -packing%"
Code:
[blocks B      ] <media-plugins/imlib2_loaders-1.10.0 ("<media-plugins/imlib2_loaders-1.10.0" is soft blocking media-libs/imlib2-1.11.0)
Code:
 * Error: The above package list contains packages which cannot be
 * installed at the same time on the same system.

  (media-plugins/imlib2_loaders-1.9.1:0/0::gentoo, installed) pulled in by
    media-plugins/imlib2_loaders required by @selected

  (media-libs/imlib2-1.11.0:0/0::gentoo, ebuild scheduled for merge) pulled in by
    media-libs/imlib2[X,text(+)] required by (media-gfx/feh-3.10.2:0/0::gentoo, installed) USE="exif xinerama -curl -debug -inotify -test" ABI_X86="(64)"
    media-libs/imlib2[png] required by (media-gfx/scrot-1.10:0/0::gentoo, installed) USE="" ABI_X86="(64)"
    media-libs/imlib2[X,filters(+),text(+)] required by (media-gfx/scrot-1.10:0/0::gentoo, installed) USE="" ABI_X86="(64)"
    >=media-libs/imlib2-1.9.1 required by (media-plugins/imlib2_loaders-1.9.1:0/0::gentoo, installed) USE="userland_GNU -xcf" ABI_X86="(64)"
Sounds like USE=png is not enabled on media-libs/imlib2 package?
Without --verbose on your emerge command it is not visible.
Please add --verbose and --changed-use to your emerge update command, like
Code:
emerge -avuDU @world


And please post the new
Code:
emerge -pve @world --backtrack=0
output too.
Back to top
View user's profile Send private message
ritzmax72
Tux's lil' helper
Tux's lil' helper


Joined: 10 Aug 2014
Posts: 82

PostPosted: Tue Apr 16, 2024 10:13 pm    Post subject: Reply with quote

Josef.95 wrote:
Code:
[ebuild     U  ] media-libs/imlib2-1.11.0 [1.9.1-r1] USE="filters%* text%* -packing%"
Code:
[blocks B      ] <media-plugins/imlib2_loaders-1.10.0 ("<media-plugins/imlib2_loaders-1.10.0" is soft blocking media-libs/imlib2-1.11.0)
Code:
 * Error: The above package list contains packages which cannot be
 * installed at the same time on the same system.

  (media-plugins/imlib2_loaders-1.9.1:0/0::gentoo, installed) pulled in by
    media-plugins/imlib2_loaders required by @selected

  (media-libs/imlib2-1.11.0:0/0::gentoo, ebuild scheduled for merge) pulled in by
    media-libs/imlib2[X,text(+)] required by (media-gfx/feh-3.10.2:0/0::gentoo, installed) USE="exif xinerama -curl -debug -inotify -test" ABI_X86="(64)"
    media-libs/imlib2[png] required by (media-gfx/scrot-1.10:0/0::gentoo, installed) USE="" ABI_X86="(64)"
    media-libs/imlib2[X,filters(+),text(+)] required by (media-gfx/scrot-1.10:0/0::gentoo, installed) USE="" ABI_X86="(64)"
    >=media-libs/imlib2-1.9.1 required by (media-plugins/imlib2_loaders-1.9.1:0/0::gentoo, installed) USE="userland_GNU -xcf" ABI_X86="(64)"
Sounds like USE=png is not enabled on media-libs/imlib2 package?
Without --verbose on your emerge command it is not visible.
Please add --verbose and --changed-use to your emerge update command, like
Code:
emerge -avuDU @world


And please post the new
Code:
emerge -pve @world --backtrack=0
output too.



png is enabled on imlib2. I can view png images using feh.
imlib2-loaders didn't have any dependency so I depcleaned it.

Code:

emerge --info media-libs/imlib2
media-libs/imlib2-1.9.1-r1::gentoo was built with the following:
USE="X bzip2 gif jpeg mp3 png shm svg tiff webp zlib -apidoc -debug -eps -heif -jpeg2k -jpegxl -lzma -static-libs" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="sse2 (-mmx)"



This is going nowhere. :cry: Nothing is consistent.
For:
Code:
emerge -avuDU @world


Code:




For:
Code:
emerge -pve @world --backtrack=0


Code:

https://paste.gentoo.zip/nxAOLjaw
Back to top
View user's profile Send private message
Josef.95
Advocate
Advocate


Joined: 03 Sep 2007
Posts: 4558
Location: Germany

PostPosted: Wed Apr 17, 2024 1:02 am    Post subject: Reply with quote

ritzmax72,

lets try resolving the known issues from the "emerge -pve @world --backtrack=0" output:

1) for this
Code:
The following USE changes are necessary to proceed:
 (see "package.use" in the portage(5) man page for more details)
# required by dev-python/setuptools-69.2.0-r1::gentoo
# required by www-client/chromium-123.0.6312.105::gentoo
# required by @selected
# required by @world (argument)
>=dev-python/tomli-2.0.1-r1 python_targets_python3_10
# required by media-libs/tiff-4.6.0::gentoo[lzma]
# required by app-editors/emacs-29.3-r1::gentoo[gui,tiff]
# required by virtual/editor-0-r7::gentoo
# required by app-admin/sudo-1.9.15_p5::gentoo
# required by app-admin/testdisk-7.2::gentoo[sudo,-static]
# required by @selected
# required by @world (argument)
>=app-arch/xz-utils-5.4.2 abi_x86_32
# required by www-client/chromium-123.0.6312.105::gentoo[system-toolchain]
# required by @selected
# required by @world (argument)
>=virtual/rust-1.75.0-r1 profiler
Set in
/etc/portage/package.use:
dev-python/tomli python_targets_python3_10
app-arch/xz-utils abi_x86_32
virtual/rust profiler

2) for this
Code:
!!! All ebuilds that could satisfy "cross-i686-w64-mingw32/mingw64-runtime" have been masked.
!!! One of the following masked packages is required to complete your request:
- cross-i686-w64-mingw32/mingw64-runtime-11.0.0::crossdev (masked by: missing keyword)

(dependency required by "@selected" [set])
(dependency required by "@world" [argument])
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.


!!! All ebuilds that could satisfy "cross-x86_64-w64-mingw32/mingw64-runtime" have been masked.
!!! One of the following masked packages is required to complete your request:
- cross-x86_64-w64-mingw32/mingw64-runtime-11.0.0::crossdev (masked by: missing keyword)

(dependency required by "@selected" [set])
(dependency required by "@world" [argument])
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
Not sure, it is from overlay
Set in
/etc/portage/package.accept_keywords:
cross-i686-w64-mingw32/mingw64-runtime::crossdev
cross-x86_64-w64-mingw32/mingw64-runtime::crossdev

3) for this:
Code:
emerge: there are no ebuilds to satisfy "dev-build/bazel".
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])

emerge: there are no ebuilds to satisfy "dev-java/gradle-bin:7.5.1".
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])

emerge: there are no ebuilds to satisfy "dev-java/gradle-bin:7.6_rc3".
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])

emerge: there are no ebuilds to satisfy "games-util/legendary".
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])

emerge: there are no ebuilds to satisfy "media-fonts/symbola".
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])

Please deselect it via:
Code:
emerge --deselect dev-build/bazel dev-java/gradle-bin:7.5.1 dev-java/gradle-bin:7.6_rc3 games-util/legendary media-fonts/symbola
(you can it add back after the @world update is finish)

4) for this:
Code:
!!! All ebuilds that could satisfy "net-misc/kafka-bin" have been masked.
!!! One of the following masked packages is required to complete your request:
- net-misc/kafka-bin-3.7.0::gentoo (masked by: ~amd64 keyword)
- net-misc/kafka-bin-3.6.1::gentoo (masked by: ~amd64 keyword)
- net-misc/kafka-bin-3.5.2::gentoo (masked by: ~amd64 keyword)

(dependency required by "@selected" [set])
(dependency required by "@world" [argument])
Set in
/etc/portage/package.accept_keywords:
net-misc/kafka-bin


5) for this:
Code:
emerge: there are no ebuilds to satisfy "net-wireless/crda".
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])

emerge: there are no ebuilds to satisfy "sys-devel/clang:14".
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])
deselect it via
Code:
emerge --deselect net-wireless/crda sys-devel/clang:14


6) for this:
Code:
!!! All ebuilds that could satisfy "sys-devel/gcc:10" have been masked.
!!! One of the following masked packages is required to complete your request:
- sys-devel/gcc-10.5.0::gentoo (masked by: package.mask)
/var/db/repos/gentoo/profiles/package.mask:
# Sam James <sam@gentoo.org> (2023-11-19)
# GCC 10 and older no longer receive upstream support or fixes for
# bugs. Please switch to a newer GCC version using gcc-config.
# The lowest supported version of GCC is GCC 11.
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])
Please unmask or (probably better) deselect sys-devel/gcc:10

7)
for this:
Code:
emerge: there are no ebuilds to satisfy "sys-devel/llvm:14".
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])

emerge: there are no ebuilds to satisfy "sys-kernel/gentoo-sources:6.1.19".
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])

emerge: there are no ebuilds to satisfy "x11-misc/gcolor2".
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])

emerge: there are no ebuilds to satisfy "x11-terms/mrxvt".
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])
Please deselect it via
Code:
emerge --deselect sys-devel/llvm:14 sys-kernel/gentoo-sources:6.1.19 x11-misc/gcolor2 x11-terms/mrxvt


8) for this:
Code:
 * IMPORTANT: 6 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.
Please read the news items before updating via
Code:
eselect news read


Then please post the new output from
Code:
emerge -pve @world --backtrack=0
Back to top
View user's profile Send private message
ritzmax72
Tux's lil' helper
Tux's lil' helper


Joined: 10 Aug 2014
Posts: 82

PostPosted: Wed Apr 17, 2024 10:33 am    Post subject: Reply with quote

I am done with chromium for now.
I can't figure out why is it toggling "-profiler" use flag on virtual/rust
For now I have deselected Chromium and did world update. It's letting me proceed.
Here's the output.

Code:

emerge --deselect chromium
!!! Section 'guru' in repos.conf has name different from repository name 'ultrabug' set inside repository
>>> Removing www-client/chromium from "world" favorites file...
(NiveaMen #): emerge --update --deep --with-bdeps=y --ask @world
!!! Section 'guru' in repos.conf has name different from repository name 'ultrabug' set inside repository

 * IMPORTANT: 6 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.


These are the packages that would be merged, in order:

Calculating dependencies... done!
Dependency resolution took 116.00 s (backtrack: 6/20).

[ebuild     U  ] sys-kernel/linux-headers-6.6-r1 [6.6]
[ebuild     U  ] sys-libs/glibc-2.38-r11 [2.38-r10]
[ebuild     U  ] dev-python/ensurepip-setuptools-69.2.0 [69.1.1]
[ebuild  r  U  ] dev-lang/go-1.22.2 [1.22.1]
[ebuild  N     ] app-arch/lzlib-1.14  USE="-verify-sig"
[ebuild     U  ] app-text/pandoc-bin-3.1.12.2 [3.1.12.1]
[ebuild     U  ] sys-kernel/linux-firmware-20240410 [20240312]
[ebuild     U  ] sys-libs/libseccomp-2.5.5-r1 [2.5.5] USE="-debug%" PYTHON_TARGETS="-python3_12%"
[ebuild  N     ] app-arch/plzip-1.11  USE="-verify-sig"
[ebuild     U  ] dev-libs/vala-common-0.56.16 [0.56.14]
[ebuild  rR    ] sys-cluster/kubectl-1.29.1
[ebuild  rR    ] dev-go/go-md2man-2.0.3
[ebuild     U  ] app-eselect/eselect-ruby-20231226 [20230616]
[ebuild     U  ] sys-libs/slang-2.3.3-r1 [2.3.3]
[ebuild     U  ] virtual/rust-1.75.0-r1 [1.75.0] USE="-profiler%"
[ebuild     U  ] sys-devel/clang-common-17.0.6-r5 [17.0.6-r1] USE="-cet%"
[ebuild     U  ] media-libs/assimp-5.3.1 [5.2.5-r1] USE="-doc%"
[ebuild     U  ] dev-libs/imath-3.1.11 [3.1.6] PYTHON_SINGLE_TARGET="-python3_12%"
[ebuild  r  U  ] dev-libs/flatbuffers-24.3.25 [24.3.7]
[ebuild     U  ] media-libs/libreplaygain-483 [477-r2]
[ebuild     U  ] media-sound/musepack-tools-495 [465-r2]
[ebuild     U  ] x11-libs/pixman-0.43.4 [0.43.2]
[ebuild     U  ] dev-db/mysql-init-scripts-2.3-r8 [2.3-r7]
[ebuild     U  ] virtual/jdk-1.8.0-r9 [1.8.0-r8]
[ebuild     U  ] dev-java/openjdk-bin-17.0.10_p7 [17.0.8.1_p1]
[ebuild  NS   ~] dev-java/gradle-bin-8.7 [7.5.1, 7.6_rc3, 8.2, 8.2.1, 8.4, 8.5]
[ebuild     U  ] dev-lang/clojure-1.11.1-r1 [1.11.1]
[ebuild     U  ] sys-libs/libxcrypt-4.4.36-r3 [4.4.36]
[ebuild     U  ] net-proxy/haproxy-2.9.6 [2.7.9] USE="-test%"
[ebuild     U  ] virtual/rubygems-19 [17] RUBY_TARGETS="(-ruby32)"
[ebuild     U  ] virtual/ruby-ssl-13 [12] RUBY_TARGETS="(-ruby32)"
[ebuild  N     ] app-admin/sudo-1.9.15_p5  USE="nls pam secure-path sendmail ssl -gcrypt -ldap -offensive -sasl (-selinux) -skey -sssd -verify-sig"
[ebuild     U  ] dev-build/libtool-2.4.7-r4 [2.4.7-r3]
[ebuild     U  ] x11-libs/libXdmcp-1.1.5 [1.1.4-r2]
[ebuild     U  ] x11-libs/libfontenc-1.1.8 [1.1.7]
[ebuild     U  ] x11-apps/iceauth-1.0.10 [1.0.9]
[ebuild     U  ] net-misc/memcached-1.6.24 [1.6.22]
[ebuild     U  ] sys-apps/openrc-0.54 [0.53]
[ebuild     U  ] app-portage/gentoolkit-0.6.5 [0.6.3-r1]
[ebuild     U  ] net-dialup/ppp-2.5.0-r7 [2.5.0-r6]
[ebuild     U  ] media-gfx/exiv2-0.28.2 [0.28.1-r2]
[ebuild     U  ] x11-libs/libXaw-1.0.16 [1.0.15-r1]
[ebuild     U  ] x11-apps/xauth-1.1.3 [1.1.2]
[ebuild     U  ] x11-libs/libXcursor-1.2.2 [1.2.1]
[ebuild     U  ] x11-apps/xmessage-1.0.7 [1.0.6]
[ebuild     U  ] media-libs/opensubdiv-3.6.0-r1 [3.4.4-r3] USE="X%* glew%* glfw%* opengl%* -doc% -python%"
[ebuild     U  ] sys-apps/util-linux-2.39.3-r7 [2.39.3-r2] PYTHON_TARGETS="-python3_12%"
[ebuild     U  ] app-admin/rsyslog-8.2402.0 [8.2312.0]
[ebuild     U  ] dev-libs/apr-1.7.4-r2 [1.7.4]
[ebuild     U  ] dev-util/gtk-update-icon-cache-3.24.40 [3.24.39]
[ebuild     U  ] dev-lang/vala-0.56.16 [0.56.14]
[ebuild     U  ] dev-cpp/glibmm-2.66.7 [2.66.6]
[ebuild     U  ] app-text/enchant-2.6.1 [2.5.0]
[ebuild     U  ] app-accessibility/at-spi2-core-2.50.2 [2.50.1]
[ebuild     U  ] app-editors/emacs-29.3-r1 [29.2-r1]
[ebuild     U  ] app-text/iso-codes-4.16.0 [4.15.0]
[ebuild  r  U  ] dev-libs/icu-74.2 [73.2]
[ebuild  rR    ] dev-qt/qtcore-5.15.13
[ebuild  rR    ] dev-db/sqlite-3.45.1-r1
[ebuild  rR    ] dev-libs/boost-1.84.0-r3
[ebuild  rR    ] dev-libs/xerces-c-3.2.4-r2
[ebuild  rR    ] dev-tex/bibtexu-3.71_p20210325
[ebuild  rR    ] dev-libs/re2-0.2022.12.01
[ebuild  rR    ] gui-libs/tepl-6.8.0
[ebuild  rR    ] x11-misc/slop-7.6-r1
[ebuild  rR    ] dev-db/mysql-8.0.32-r2
[ebuild  rR    ] dev-lang/spidermonkey-115.9.1
[ebuild     U  ] dev-lang/python-3.10.14_p1 [3.10.13_p3]
[ebuild  N     ] dev-qt/qtconcurrent-5.15.13  USE="-debug -test"
[ebuild  NS    ] dev-qt/qtsvg-5.15.13 [6.6.2] USE="-debug%"
[ebuild  NS    ] dev-qt/qttranslations-5.15.13 [6.6.2] USE="-debug% -test%"
[ebuild     U  ] dev-lang/python-3.12.3 [3.12.2_p1]
[ebuild  N     ] dev-qt/qtprintsupport-5.15.13  USE="cups -debug -gles2-only -test"
[ebuild  N     ] dev-qt/qtopengl-5.15.13  USE="-debug -gles2-only -test"
[ebuild  N     ] dev-qt/qtsql-5.15.13  USE="mysql sqlite -debug -freetds -oci8 -odbc -postgres -test"
[ebuild  N     ] dev-qt/qtwaylandscanner-5.15.13  USE="-debug -test"
[ebuild     U  ] dev-libs/nss-3.99 [3.91]
[ebuild  NS    ] dev-qt/qtmultimedia-5.15.13 [6.6.2] USE="gstreamer* widgets%* -debug% -gles2-only% -openal%"
[ebuild  NS    ] dev-qt/qtwebchannel-5.15.13 [6.6.2] USE="-debug%"
[ebuild  N     ] dev-qt/qtgraphicaleffects-5.15.13  USE="-debug -test"
[ebuild  N     ] dev-qt/qtquickcontrols-5.15.13  USE="widgets -debug -test"
[ebuild  NS    ] dev-qt/qtpositioning-5.15.13 [6.6.2] USE="-debug%"
[ebuild  N     ] dev-qt/qtxmlpatterns-5.15.13  USE="qml -debug -test"
[ebuild  NS    ] dev-qt/qtserialport-5.15.13 [6.6.2] USE="-debug%"
[ebuild     U  ] app-admin/testdisk-7.2 [7.1-r2] USE="sudo%*"
[ebuild  rR    ] app-containers/lxd-5.0.3-r2
[ebuild     U  ] dev-lang/python-3.9.19_p2 [3.9.18_p2]
[ebuild     U  ] dev-qt/qdbus-5.15.13 [5.15.12]
[ebuild  rR    ] media-libs/libcdr-0.1.7
[ebuild  rR    ] dev-libs/libxml2-2.12.5
[ebuild     U  ] x11-libs/libxcb-1.16.1 [1.16-r1]
[ebuild  rR    ] kde-plasma/kwayland-5.115.0
[ebuild     U  ] dev-python/idna-3.7 [3.6]
[ebuild  N     ] dev-qt/qtquickcontrols2-5.15.13  USE="widgets -debug -test"
[ebuild     U  ] media-libs/opus-1.5.1-r1 [1.4]
[ebuild  N     ] dev-qt/designer-5.15.13  USE="declarative -debug -test"
[ebuild     U  ] dev-python/wheel-0.43.0 [0.42.0]
[ebuild  rR    ] kde-plasma/layer-shell-qt-5.27.11
[ebuild     U  ] dev-python/trove-classifiers-2024.3.25 [2024.3.3]
[ebuild  N     ] dev-qt/qtbluetooth-5.15.13  USE="qml -debug -test"
[ebuild  NS    ] dev-qt/qt3d-5.15.13 [6.6.2] USE="-debug% -gamepad%"
[ebuild  NS    ] dev-qt/qtlocation-5.15.13 [6.6.2] USE="-debug%"
[ebuild     U ~] app-emulation/dxvk-2.3.1-r1 [2.3.1]
[ebuild     U  ] dev-libs/libgit2-1.8.0 [1.7.2]
[ebuild  rR    ] media-libs/opencv-4.8.1-r1
[ebuild  N     ] dev-qt/qthelp-5.15.13  USE="-debug -test"
[ebuild     U  ] dev-cpp/gtkmm-3.24.9 [3.24.8]
[ebuild     U  ] dev-python/tzdata-10001 [9999]
[ebuild     U  ] media-libs/mesa-24.0.4 [23.3.6] USE="(opengl%*)" LLVM_SLOT="17%* -15% -16%"
[ebuild  rR    ] kde-frameworks/kguiaddons-5.115.0
[ebuild     U  ] net-libs/nghttp2-1.61.0 [1.57.0]
[ebuild  rR    ] kde-plasma/kwayland-integration-5.27.11
[ebuild     U  ] dev-python/setuptools-69.2.0-r1 [69.1.1]
[ebuild     U  ] dev-python/hatchling-1.21.1-r1 [1.21.1]
[ebuild     U  ] dev-util/itstool-2.0.7-r2 [2.0.7-r1] PYTHON_SINGLE_TARGET="-python3_12%"
[ebuild     U  ] dev-python/shiboken2-5.15.13 [5.15.12]
[ebuild  rR    ] app-text/gspell-1.12.2
[ebuild  rR    ] kde-frameworks/kidletime-5.115.0
[ebuild     U  ] gnome-extra/libgsf-1.14.52 [1.14.51]
[ebuild  rR    ] dev-libs/libical-3.0.17
[ebuild     U  ] media-libs/simage-1.8.3 [1.8.1-r3] USE="-qt6%"
[ebuild     U  ] gnome-base/gvfs-1.52.2 [1.52.1]
[ebuild  rR    ] dev-db/postgresql-16.2
[ebuild  rR    ] sci-libs/libqalculate-4.8.1
[ebuild     U  ] gui-libs/libhandy-1.8.3 [1.8.2]
[ebuild     U  ] net-misc/curl-8.7.1-r1 [8.6.0-r1]
[ebuild  rR    ] kde-frameworks/kxmlgui-5.115.0
[ebuild     U ~] dev-python/cython-3.0.10 [3.0.9]
[ebuild  rR    ] net-libs/nodejs-20.11.0
[ebuild  r  U  ] x11-base/xorg-server-21.1.13 [21.1.11]
[ebuild     U  ] gui-libs/libwpe-1.14.2 [1.14.1]
[ebuild     U  ] dev-python/trio-0.25.0 [0.24.0]
[ebuild     U  ] dev-python/markdown-3.6 [3.5.2]
[ebuild     U  ] x11-base/xwayland-23.2.6 [23.2.4]
[ebuild     U  ] dev-python/pyasn1-0.6.0 [0.5.1]
[ebuild     U  ] app-editors/gedit-46.2 [46.1-r1]
[ebuild     U  ] net-misc/yt-dlp-2024.04.09 [2024.03.10]
[ebuild     U  ] x11-misc/screenkey-1.5_p20230109-r1 [1.5_p20230109] PYTHON_TARGETS="-python3_12%"
[ebuild     U  ] dev-build/scons-4.7.0 [4.6.0-r1]
[ebuild     U  ] dev-python/filelock-3.13.3 [3.13.1]
[ebuild     U  ] dev-python/lxml-5.1.1 [5.1.0]
[ebuild  rR    ] media-libs/raptor-2.0.15-r8
[ebuild     U  ] dev-python/fonttools-4.50.0 [4.49.0]
[ebuild  rR    ] x11-drivers/xf86-input-joystick-1.6.4
[ebuild     U  ] net-misc/networkmanager-1.46.0-r1 [1.42.6-r2]
[ebuild     U ~] dev-lang/typescript-5.4.5 [5.4.3]
[ebuild     U  ] dev-python/selenium-4.19.0 [4.18.1]
[ebuild  rR    ] media-gfx/krita-5.1.5
[ebuild  rR    ] media-sound/mpd-0.23.13-r1
[ebuild  rR    ] media-sound/ncmpcpp-0.9.2_p20221231
[ebuild     U ~] net-analyzer/netdata-1.45.3 [1.45.0]
[ebuild  rR    ] x11-drivers/xf86-input-evdev-2.10.6
[ebuild  rR    ] x11-drivers/xf86-input-libinput-1.4.0
[ebuild     U  ] sci-libs/gdal-3.8.0-r1 [3.8.0]
[ebuild     U  ] dev-python/pyasn1-modules-0.4.0 [0.3.0]
[ebuild     U  ] sys-apps/systemd-utils-254.8-r1 [254.8]
[ebuild  rR    ] media-libs/harfbuzz-8.3.0
[ebuild     U  ] dev-python/pillow-10.3.0 [10.2.0-r1]
[ebuild     U  ] x11-apps/mkfontscale-1.2.3 [1.2.2]
[ebuild  rR    ] sci-libs/vtk-9.2.5
[ebuild     U  ] dev-java/openjdk-17.0.10_p7 [17.0.8.1_p1]
[ebuild  rR    ] kde-apps/okular-23.08.5
[ebuild     U  ] sys-boot/grub-2.12-r4 [2.12-r2]
[ebuild     U  ] media-libs/imlib2-1.11.0 [1.9.1-r1] USE="filters%* text%* -packing%"
[ebuild     U  ] x11-libs/pango-1.52.1 [1.51.0]
[ebuild     U  ] media-fonts/encodings-1.1.0 [1.0.7]
[ebuild  rR    ] app-text/texlive-core-2021-r7
[ebuild     U  ] media-libs/coin-4.0.2 [4.0.0]
[ebuild  NS    ] dev-qt/qtwebengine-5.15.13_p20240322 [6.6.2] USE="-debug%"
[ebuild     U  ] net-libs/webkit-gtk-2.42.5-r410 [2.42.4-r410]
[ebuild  rR    ] kde-plasma/kwin-5.27.11
[ebuild     U  ] sci-libs/opencascade-7.7.0-r2 [7.6.3-r2]
[ebuild     U  ] media-video/aegisub-3.3.3 [3.2.2_p20160518-r105]
[ebuild     U  ] dev-java/openjdk-bin-11.0.22_p7 [11.0.20.1_p1]
[ebuild     U  ] gui-libs/gtk-4.12.5 [4.12.4]
[ebuild     U  ] dev-python/pyside2-5.15.13 [5.15.12]
[ebuild     U  ] media-libs/quarter-1.2.1 [1.1.0-r1] USE="-qt6%"
[ebuild     U  ] x11-libs/goffice-0.10.57 [0.10.55]
[ebuild  rR    ] app-office/gnucash-4.13
[ebuild  rR    ] app-office/texmaker-5.1.4
[ebuild     U  ] media-fonts/noto-emoji-20231130-r1 [20231130]
[ebuild     U  ] media-sound/ardour-8.4 [8.2]
[ebuild  rR    ] sci-visualization/gnuplot-5.4.10
[ebuild  rR    ] www-client/firefox-115.9.1
[ebuild  rR    ] x11-libs/vte-0.74.2
[ebuild     U  ] gui-libs/libadwaita-1.4.4 [1.4.2]
[ebuild     U  ] app-office/gnumeric-1.12.57 [1.12.55] PYTHON_TARGETS="-python3_12%"
[ebuild     U  ] dev-python/pyside2-tools-5.15.13 [5.15.12]
[ebuild     U  ] media-gfx/freecad-0.21.2-r2 [0.20.2-r1] USE="(-qt6)"
[ebuild     U  ] media-libs/osl-1.12.14.0 [1.12.7.0] USE="gui%* -qt6%" PYTHON_SINGLE_TARGET="-python3_12%"
[ebuild     U  ] net-libs/webkit-gtk-2.42.5-r600 [2.42.4-r600]
[ebuild     U  ] gnome-extra/zenity-4.0.1 [3.44.2] USE="-man%"
[ebuild     U  ] dev-qt/qtbase-6.7.0-r1 [6.6.2] USE="libproxy* (zstd*) -renderdoc%"
[ebuild     U  ] dev-qt/qtwayland-6.7.0 [6.6.2-r1]
[ebuild     U  ] dev-qt/qtsvg-6.7.0 [6.6.2]
[ebuild     U  ] dev-qt/qtshadertools-6.7.0 [6.6.2]
[ebuild     U  ] dev-qt/qtdeclarative-6.7.0 [6.6.2-r1] USE="network%* ssl%* svg%*"
[ebuild     U  ] dev-qt/qttools-6.7.0 [6.6.2] USE="qdbus* (zstd*)"
[ebuild     U  ] dev-qt/qttranslations-6.7.0 [6.6.2]
[ebuild     U  ] dev-qt/qtwebchannel-6.7.0 [6.6.2]
[ebuild     U  ] dev-qt/qtpositioning-6.7.0 [6.6.2]
[ebuild     U  ] dev-qt/qtconnectivity-6.7.0 [6.6.2]
[ebuild     U  ] dev-qt/qtquicktimeline-6.7.0 [6.6.2]
[ebuild     U  ] dev-qt/qtimageformats-6.7.0 [6.6.2]
[ebuild     U  ] dev-qt/qt3d-6.7.0 [6.6.2]
[ebuild     U  ] dev-qt/qtsensors-6.7.0 [6.6.2]
[ebuild     U  ] dev-qt/qtserialport-6.7.0 [6.6.2]
[ebuild     U  ] dev-qt/qtvirtualkeyboard-6.7.0 [6.6.2]
[ebuild     U  ] dev-qt/qtwebsockets-6.7.0 [6.6.2]
[ebuild     U ~] media-video/obs-studio-30.1.1 [30.1.0]
[ebuild  rR    ] dev-python/PyQt6-6.6.1
[ebuild     U  ] dev-qt/qtwebengine-6.7.0 [6.6.2] USE="-accessibility% -webdriver%"
[ebuild     U  ] dev-qt/qtquick3d-6.7.0 [6.6.2]
[ebuild     U  ] dev-qt/qtlocation-6.7.0 [6.6.2]
[ebuild  rR    ] app-text/calibre-7.5.0
[ebuild     U  ] dev-qt/qtmultimedia-6.7.0 [6.6.2]

WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict:

sci-libs/vtk:0

  (sci-libs/vtk-9.3.0:0/9.3::gentoo, ebuild scheduled for merge) USE="freetype logging openmp qt5 rendering sdl threads views -all-modules -boost (-cuda) (-debug) -doc -examples -ffmpeg -gdal -gles2-only -imaging -java -las -mpi -mysql -odbc -opencascade -openvdb -pdal -postgres -python -qt6 -tbb -test -tk -vtkm -web" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_11 -python3_10" VIDEO_CARDS="nvidia" conflicts with
    <sci-libs/vtk-9.3.0:=[rendering] required by (sci-libs/opencascade-7.7.0-r2:0/7.7::gentoo, ebuild scheduled for merge) USE="json vtk -doc -examples -ffmpeg -freeimage -gles2 -optimize (-tbb)" ABI_X86="(64)"
    ^             ^^^^^             
    <sci-libs/vtk-9.3.0:=[qt5,rendering] required by (media-gfx/freecad-0.21.2-r2:0/0::gentoo, ebuild scheduled for merge) USE="addonmgr fem gui idf image inspection material openscad part-design path points raytracing robot show surface techdraw tux -cloud -debug -designer -netgen -pcl (-qt6) -test" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_11 -python3_10"
    ^             ^^^^^                 

dev-libs/protobuf:0

  (dev-libs/protobuf-23.3-r2:0/23.3.0::gentoo, ebuild scheduled for merge) USE="zlib -emacs -examples -test" ABI_X86="(64) -32 (-x32)" conflicts with
    dev-libs/protobuf:0/3.21.12.0= required by (sci-geosciences/qgis-3.28.10:0/0::gentoo, installed) USE="georeferencer qml -3d -doc -examples -grass -hdf5 -mapserver -netcdf -opencl -oracle -pdal -polar -postgres -python -serial -test" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_11 -python3_10"
                     ^^^^^^^^^^^^^
    dev-libs/protobuf:0/3.21.12.0 required by (dev-python/protobuf-python-4.21.12:0/3.21.12.0::gentoo, installed) USE="-debug -test" ABI_X86="(64)" PYTHON_TARGETS="python3_10 python3_11"
                     ^^^^^^^^^^^^

dev-lang/erlang:0

  (dev-lang/erlang-26.2.1:0/26.2.1::gentoo, ebuild scheduled for merge) USE="kpoll ssl wxwidgets -doc -emacs -java -odbc -sctp -systemd -tk" ABI_X86="(64)" conflicts with
    dev-lang/erlang:0/25.3=[ssl] required by (dev-util/rebar-3.22.1-r1:3/3::gentoo, installed) USE="-test" ABI_X86="(64)"
                   ^^^^^^^^     
    <dev-lang/erlang-26 required by (dev-lang/elixir-1.14.3-r1:0/0::gentoo, installed) USE="-test" ABI_X86="(64)"
    ^                ^^
    >=dev-lang/erlang-23:0/25.3=[ssl] required by (dev-lang/elixir-1.14.3-r1:0/0::gentoo, installed) USE="-test" ABI_X86="(64)"
                        ^^^^^^^^     


The following packages are causing rebuilds:

  (dev-libs/icu-74.2:0/74.1::gentoo, ebuild scheduled for merge) causes rebuilds for:
    (x11-libs/vte-0.74.2:2.91/2.91::gentoo, ebuild scheduled for merge)
    (dev-libs/xerces-c-3.2.4-r2:0/0::gentoo, ebuild scheduled for merge)
    (app-office/gnucash-4.13:0/0::gentoo, ebuild scheduled for merge)
    (dev-db/mysql-8.0.32-r2:8.0/8.0::gentoo, ebuild scheduled for merge)
    (media-libs/libcdr-0.1.7:0/0::gentoo, ebuild scheduled for merge)
    (net-libs/nodejs-20.11.0:0/20::gentoo, ebuild scheduled for merge)
    (dev-db/sqlite-3.45.1-r1:3/3::gentoo, ebuild scheduled for merge)
    (dev-libs/boost-1.84.0-r3:0/1.84.0::gentoo, ebuild scheduled for merge)
    (dev-db/postgresql-16.2:16/16::gentoo, ebuild scheduled for merge)
    (sci-libs/vtk-9.2.5:0/9.2::gentoo, ebuild scheduled for merge)
    (dev-libs/libxml2-2.12.5:2/2::gentoo, ebuild scheduled for merge)
    (app-text/calibre-7.5.0:0/0::gentoo, ebuild scheduled for merge)
    (media-libs/raptor-2.0.15-r8:2/2::gentoo, ebuild scheduled for merge)
    (media-sound/ncmpcpp-0.9.2_p20221231:0/0::gentoo, ebuild scheduled for merge)
    (app-text/texlive-core-2021-r7:0/0::gentoo, ebuild scheduled for merge)
    (sci-libs/libqalculate-4.8.1:0/22::gentoo, ebuild scheduled for merge)
    (gui-libs/tepl-6.8.0:6/4::gentoo, ebuild scheduled for merge)
    (app-text/gspell-1.12.2:0/2::gentoo, ebuild scheduled for merge)
    (dev-libs/libical-3.0.17:0/3::gentoo, ebuild scheduled for merge)
    (www-client/firefox-115.9.1:esr/esr::gentoo, ebuild scheduled for merge)
    (x11-misc/slop-7.6-r1:0/7.6::gentoo, ebuild scheduled for merge)
    (dev-libs/re2-0.2022.12.01:0/10::gentoo, ebuild scheduled for merge)
    (media-sound/mpd-0.23.13-r1:0/0::gentoo, ebuild scheduled for merge)
    (dev-qt/qtcore-5.15.13:5/5.15.13::gentoo, ebuild scheduled for merge)
    (dev-lang/spidermonkey-115.9.1:115/115::gentoo, ebuild scheduled for merge)
    (media-libs/harfbuzz-8.3.0:0/6.0.0::gentoo, ebuild scheduled for merge)
    (dev-tex/bibtexu-3.71_p20210325:0/0::gentoo, ebuild scheduled for merge)
  (x11-base/xorg-server-21.1.13:0/21.1.13::gentoo, ebuild scheduled for merge) causes rebuilds for:
    (x11-drivers/xf86-input-libinput-1.4.0:0/0::gentoo, ebuild scheduled for merge)
    (x11-drivers/xf86-input-evdev-2.10.6:0/0::gentoo, ebuild scheduled for merge)
    (x11-drivers/xf86-input-joystick-1.6.4:0/0::gentoo, ebuild scheduled for merge)
  (dev-qt/qtbase-6.7.0-r1:6/6.7.0::gentoo, ebuild scheduled for merge) causes rebuilds for:
    (dev-python/PyQt6-6.6.1:0/0::gentoo, ebuild scheduled for merge)
    (app-text/calibre-7.5.0:0/0::gentoo, ebuild scheduled for merge)
  (dev-qt/qtprintsupport-5.15.13:5/5.15::gentoo, ebuild scheduled for merge) causes rebuilds for:
    (sci-visualization/gnuplot-5.4.10:0/0::gentoo, ebuild scheduled for merge)
  (dev-qt/qtsvg-5.15.13:5/5.15::gentoo, ebuild scheduled for merge) causes rebuilds for:
    (sci-visualization/gnuplot-5.4.10:0/0::gentoo, ebuild scheduled for merge)
  (dev-lang/go-1.22.2:0/1.22.2::gentoo, ebuild scheduled for merge) causes rebuilds for:
    (dev-go/go-md2man-2.0.3:0/0::gentoo, ebuild scheduled for merge)
    (sys-cluster/kubectl-1.29.1:0/0::gentoo, ebuild scheduled for merge)
    (app-containers/lxd-5.0.3-r2:0/lts::gentoo, ebuild scheduled for merge)
  (dev-libs/flatbuffers-24.3.25:0/24.3.25::gentoo, ebuild scheduled for merge) causes rebuilds for:
    (media-libs/opencv-4.8.1-r1:0/4.8.1::gentoo, ebuild scheduled for merge)

!!! The following installed packages are masked:
- sys-devel/gcc-10.4.1_p20230426-r1::gentoo (masked by: package.mask)
/var/db/repos/gentoo/profiles/package.mask:
# Sam James <sam@gentoo.org> (2023-11-19)
# GCC 10 and older no longer receive upstream support or fixes for
# bugs. Please switch to a newer GCC version using gcc-config.
# The lowest supported version of GCC is GCC 11.

- app-arch/xz-utils-5.4.5::gentoo (masked by: package.mask)
/var/db/repos/gentoo/profiles/package.mask:
# Sam James <sam@gentoo.org> (2024-03-28)
# Newer releases were signed by a potentially compromised upstream maintainer.
# There is no evidence that these releases contain malicious code, but masked
# out of an abundance of caution. See bug #928134.

For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.


Would you like to merge these packages? [Yes/No]


Finally merging. The mask notifications can be ignore as for instance app-arch/xz-utils-5.4.5 case; I have downgraded it
to void the exploit. The notification still pops up. Same with gcc. Those are just notifications. Main solution is to unblock upgrade
which I have been able to do by deselecting chromium.
Back to top
View user's profile Send private message
Hu
Moderator
Moderator


Joined: 06 Mar 2007
Posts: 21650

PostPosted: Wed Apr 17, 2024 3:08 pm    Post subject: Reply with quote

If you downgraded xz-utils, why does Portage still say that you have a masked version installed? What is the output of emerge --pretend --verbose --depclean '<sys-devel/gcc-11' ; emerge --pretend --verbose app-arch/xz-utils?
Back to top
View user's profile Send private message
ritzmax72
Tux's lil' helper
Tux's lil' helper


Joined: 10 Aug 2014
Posts: 82

PostPosted: Thu Apr 18, 2024 9:54 am    Post subject: Reply with quote

Hu wrote:
If you downgraded xz-utils, why does Portage still say that you have a masked version installed? What is the output of emerge --pretend --verbose --depclean '<sys-devel/gcc-11' ; emerge --pretend --verbose app-arch/xz-utils?



Code:

emerge --search xz-utils
!!! Section 'guru' in repos.conf has name different from repository name 'ultrabug' set inside repository
 
[ Results for search key : xz-utils ]
Searching...

*  app-arch/xz-utils
      Latest version available: 5.4.2
      Latest version installed: 5.4.5
      Size of files: 2,734 KiB
      Homepage:      https://tukaani.org/xz/
      Description:   Utils for managing LZMA compressed files
      License:       public-domain LGPL-2.1+ GPL-2+




Thanks for this. I remember downgrading from 5.6-* version to 5.4-* but now Gentoo is asking to downgrade further.


For gcc.
Code:


emerge --pretend --verbose --depclean '<sys-devel/gcc-11'
!!! Section 'guru' in repos.conf has name different from repository name 'ultrabug' set inside repository

Calculating dependencies... done!
>>> Calculating removal order...

>>> These are the packages that would be unmerged:

 sys-devel/gcc
    selected: 10.4.1_p20230426-r1
   protected: none
     omitted: 12.3.1_p20240209 13.2.1_p20240210

All selected packages: =sys-devel/gcc-10.4.1_p20230426-r1

>>> 'Selected' packages are slated for removal.
>>> 'Protected' and 'omitted' packages will not be removed.

Packages installed:   2013
Packages in world:    464
Packages in system:   49
Required packages:    2012
Number to remove:     1
(** #): eselect gcc list
 [1] i686-w64-mingw32-12 *
 [2] i686-w64-mingw32-13

 [3] x86_64-pc-linux-gnu-10
 [4] x86_64-pc-linux-gnu-12
 [5] x86_64-pc-linux-gnu-13 *

 [6] x86_64-w64-mingw32-12 *
 [7] x86_64-w64-mingw32-13



I am keeping 10* gcc because some cuda tools compiles with gcc 10 only.
Most of my packages are upgraded now exclude few as shown here.
Code:

emerge --update --with-bdeps=y --ask --deep @world
!!! Section 'guru' in repos.conf has name different from repository name 'ultrabug' set inside repository

 * IMPORTANT: 6 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.


These are the packages that would be merged, in order:

Calculating dependencies... done!
Dependency resolution took 80.64 s (backtrack: 3/20).

[ebuild  rR    ] dev-db/mysql-8.0.32-r2

WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict:

dev-libs/protobuf:0

  (dev-libs/protobuf-23.3-r2:0/23.3.0::gentoo, ebuild scheduled for merge) USE="zlib -emacs -examples -test" ABI_X86="(64) -32 (-x32)" conflicts with
    dev-libs/protobuf:0/3.21.12.0=[abi_x86_64(-)] required by (media-libs/opencv-4.8.1-r1:0/4.8.1::gentoo, installed) USE="contrib contribdnn eigen features2d jpeg opengl openmp png python qt5 tiff (-contribcvv) -contribfreetype (-contribhdf) (-contribovis) (-contribsfm) (-contribxfeatures2d) (-cuda) (-cudnn) -debug -dnnsamples -examples -ffmpeg -gdal (-gflags) (-glog) -gphoto2 -gstreamer -gtk3 -ieee1394 -java -jpeg2k -lapack -non-free -opencl -opencvapps -openexr -qt6 -tbb (-tesseract) -testprograms -v4l -vaapi (-vtk) -webp -xine" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="sse sse2 -avx -avx2 -avx512f -f16c -fma3 -popcnt -sse3 -sse4_1 -sse4_2 -ssse3" PYTHON_TARGETS="python3_11 -python3_10 -python3_12" VIDEO_CARDS="-intel"
                     ^^^^^^^^^^^^^               
    dev-libs/protobuf:0/3.21.12.0= required by (net-analyzer/netdata-1.45.3:0/0::gentoo, installed) USE="cups dbengine filecaps python -aclk -bpf -cloud -ipmi -mongodb -mysql -nfacct -nodejs -postgres -prometheus -systemd -tor -xen" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_11 -python3_10"
                     ^^^^^^^^^^^^^
    dev-libs/protobuf:0/3.21.12.0= required by (sci-geosciences/qgis-3.28.10:0/0::gentoo, installed) USE="georeferencer qml -3d -doc -examples -grass -hdf5 -mapserver -netcdf -opencl -oracle -pdal -polar -postgres -python -serial -test" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_11 -python3_10"
                     ^^^^^^^^^^^^^
    dev-libs/protobuf:0/3.21.12.0 required by (dev-python/protobuf-python-4.21.12:0/3.21.12.0::gentoo, installed) USE="-debug -test" ABI_X86="(64)" PYTHON_TARGETS="python3_10 python3_11"
                     ^^^^^^^^^^^^

dev-lang/erlang:0

  (dev-lang/erlang-26.2.1:0/26.2.1::gentoo, ebuild scheduled for merge) USE="kpoll ssl wxwidgets -doc -emacs -java -odbc -sctp -systemd -tk" ABI_X86="(64)" conflicts with
    dev-lang/erlang:0/25.3=[ssl] required by (dev-util/rebar-3.22.1-r1:3/3::gentoo, installed) USE="-test" ABI_X86="(64)"
                   ^^^^^^^^     
    >=dev-lang/erlang-23:0/25.3=[ssl] required by (dev-lang/elixir-1.14.3-r1:0/0::gentoo, installed) USE="-test" ABI_X86="(64)"
                        ^^^^^^^^     
    <dev-lang/erlang-26 required by (dev-lang/elixir-1.14.3-r1:0/0::gentoo, installed) USE="-test" ABI_X86="(64)"
    ^                ^^


!!! The following installed packages are masked:
- sys-devel/gcc-10.4.1_p20230426-r1::gentoo (masked by: package.mask)
/var/db/repos/gentoo/profiles/package.mask:
# Sam James <sam@gentoo.org> (2023-11-19)
# GCC 10 and older no longer receive upstream support or fixes for
# bugs. Please switch to a newer GCC version using gcc-config.
# The lowest supported version of GCC is GCC 11.

For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.


Would you like to merge these packages? [Yes/No] no

Quitting.





As mentioned before, I have deselected Chromium because it was causing use flag toggling of "profiler"(and "-profiler")
whenever I tried to update world or chromium itself. I am still stuck at this. I can't figure out what is causing this.

Code:

emerge --select chromium
!!! Section 'guru' in repos.conf has name different from repository name 'ultrabug' set inside repository

 * IMPORTANT: 6 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.

Calculating dependencies... done!
Dependency resolution took 2.44 s (backtrack: 0/20).


The following USE changes are necessary to proceed:
 (see "package.use" in the portage(5) man page for more details)
# required by www-client/chromium-123.0.6312.105::gentoo[system-toolchain]
# required by chromium (argument)
>=virtual/rust-1.75.0-r1 -profiler

Use --autounmask-write to write changes to config files (honoring
CONFIG_PROTECT). Carefully examine the list of proposed changes,
paying special attention to mask or keyword changes that may expose
experimental or unstable packages.

 * In order to avoid wasting time, backtracking has terminated early
 * due to the above autounmask change(s). The --autounmask-backtrack=y
 * option can be used to force further backtracking, but there is no
 * guarantee that it will produce a solution.


Code:

grep -rn "virtual/rust" /etc/portage/package.use/
1./etc/portage/package.use/zipp:637:>=virtual/rust-1.75.0-r1 profiler
2./etc/portage/package.use/2023December:60:>=virtual/rust-1.71.1-r1 abi_x86_32
3./etc/portage/package.use/2023December:61:# required by virtual/rust-1.71.1-r1::gentoo


If I change no.1 from "profiler" to "-profiler" I would get asked to make it "profiler" and shuffling continues.
Is abi_x86_32 on line 2. an issue here?
Back to top
View user's profile Send private message
Josef.95
Advocate
Advocate


Joined: 03 Sep 2007
Posts: 4558
Location: Germany

PostPosted: Thu Apr 18, 2024 11:45 am    Post subject: Reply with quote

The main Problem is all this no more existent ebuils selectet in your world file - with this you make portage confused
but, you ignored it …

The fix for xz-utils downgrade is (from portage output)
>=app-arch/xz-utils-5.4.2 abi_x86_32

Clean up your world file - then it works as expected.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum