Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Portage & Programming
  • Search

qt-script, qt-core, qt-sdl, qt-dbus, qt-gui slot conflict

Problems with emerge or ebuilds? Have a basic programming question about C, PHP, Perl, BASH or something else?
Post Reply
Advanced search
260 posts
  • Page 11 of 11
    • Jump to page:
  • Previous
  • 1
  • …
  • 7
  • 8
  • 9
  • 10
  • 11
Author
Message
Perfect Gentleman
Veteran
Veteran
User avatar
Posts: 1301
Joined: Sun May 18, 2014 10:16 am
Contact:
Contact Perfect Gentleman
Website

  • Quote

Post by Perfect Gentleman » Thu Sep 08, 2022 10:51 pm

What's wrong with qtgui-5.15.6.9999 and with 5.15.5.9999 before that

Code: Select all

/tmp/portage/dev-qt/qtgui-5.15.6.9999/work/qtgui-5.15.6.9999/src/platformsupport/services/genericunix/qgenericunixservices.cpp: In member function ‘virtual QString QGenericUnixServices::portalWindowIdentifier(QWindow*)’:
/tmp/portage/dev-qt/qtgui-5.15.6.9999/work/qtgui-5.15.6.9999/src/platformsupport/services/genericunix/qgenericunixservices.cpp:516:9: error: ‘QGuiApplication’ has not been declared
  516 |     if (QGuiApplication::platformName() == QLatin1String("xcb"))
      |         ^~~~~~~~~~~~~~~
/tmp/portage/dev-qt/qtgui-5.15.6.9999/work/qtgui-5.15.6.9999/src/platformsupport/services/genericunix/qgenericunixservices.cpp:517:63: error: invalid use of incomplete type ‘class QWindow’
  517 |         return QStringLiteral("x11:") + QString::number(window->winId(), 16);
      |                                                               ^~
In file included from ../../../include/QtGui/5.15.6/QtGui/qpa/qplatformservices.h:1,
                 from /tmp/portage/dev-qt/qtgui-5.15.6.9999/work/qtgui-5.15.6.9999/src/platformsupport/services/genericunix/qgenericunixservices_p.h:54,
                 from /tmp/portage/dev-qt/qtgui-5.15.6.9999/work/qtgui-5.15.6.9999/src/platformsupport/services/genericunix/qgenericunixservices.cpp:40:
../../../include/QtGui/5.15.6/QtGui/qpa/../../../../../../qtgui-5.15.6.9999/src/gui/kernel/qplatformservices.h:58:7: note: forward declaration of ‘class QWindow’
   58 | class QWindow;
      |       ^~~~~~~
make[1]: *** [Makefile:744: .obj/qgenericunixservices.o] Error 1
make[1]: Leaving directory '/tmp/portage/dev-qt/qtgui-5.15.6.9999/work/qtgui-5.15.6.9999_build/src/platformsupport/services'
make: *** [Makefile:236: sub-services-make_first] Error 2
make: *** Waiting for unfinished jobs....

Code: Select all

[ebuild     U *] dev-qt/qtgui-5.15.6.9999:5/5.15.6::qt [5.15.5.9999:5/5.15.5::qt] USE="X dbus egl eglfs jpeg libinput png udev vulkan wayland -accessibility -debug -evdev -gles2-only -ibus -linuxfb -test -tslib -tuio -vnc (-gif%*)" 0 KiB
Top
asturm
Developer
Developer
Posts: 9496
Joined: Thu Apr 05, 2007 4:07 pm

  • Quote

Post by asturm » Sat Sep 10, 2022 10:49 am

Wrong thread?
Top
dufeu
l33t
l33t
User avatar
Posts: 927
Joined: Fri Aug 30, 2002 2:59 pm
Location: US-FL-EST

  • Quote

Post by dufeu » Sun May 07, 2023 3:44 pm

I was attempting to perform a world update on 6 household PCs this weekend. Unfortunately, only 1 was successful. While a variety of issues cropped up across the 5 others, all 5 displayed qt slot conflict messages. 2 PCs only had qt slot conflicts, 1 PC had an additional slot conflict between the virtual-kernel and nvidia-drivers while the last 2 PCs had additional qt problems indicating ".. update(s) skipped due to unsatisfied dependencies triggered by backtracking:
..."
I'd like to address the qt slot conflicts in the hopes that this should take care of most of the issues. The PC names from latest to earliest are: wyvern, backdraft, furnace, blaze and pyrogyro.

For all PCs, I issued the following world update command:

Code: Select all

{ emerge --backtrack=50 --verbose-conflicts -1vUDp @world >&2; } |& wgetpaste --verbose --service 0x0
For PCs with ONLY qt slot conflict messages:
  • wyvern: http://0x0.st/HZ_i.txt
  • backdraft: http://0x0.st/HZ_-.txt
For PC with added virtual-kernel ~ nividia-drivers conflict message:
  • furnace: http://0x0.st/HZ_X.txt
For remaining 2 PCs with qt unsatisfied dependencies triggered by backtracking messages:
  • blaze: http://0x0.st/HZ_o.txt
  • pyrogyro: http://0x0.st/HZ_H.txt
Because of the news item regarding the upgrade of python from 3.10 ~ 3.11, I verified I have no PYTHON_TARGETS and PYTHON_SINGLE_TARGET manual settings:

Code: Select all

grep -R -i 'python' /etc/portage/*
with results being:
  • wyvern: /etc/portage/make.conf:USE="${USE} perl postscript pulseaudio python raw ruby"
    /etc/portage/package.use/init:>=app-accessibility/speech-dispatcher-0.11.4 python
    /etc/portage/package.use/init:>=dev-python/PyQt5-5.15.7 webchannel
    /etc/portage/package.use/init:>=dev-python/pyside2-5.15.8 webengine
    /etc/portage/package.use/init:>=dev-python/PyQt5-5.15.9 sql
  • backdraft: /etc/portage/make.conf:USE="${USE} perl postscript pulseaudio python raw ruby"
    /etc/portage/package.use/dev-python:>=dev-python/PyQt5-5.15.0-r1 webchannel
    /etc/portage/package.use/temp:>=dev-python/pyside2-5.15.2-r1 webengine
    /etc/portage/package.use/temp:www-client/falkon -python
    /etc/portage/package.use/temp:>=dev-python/pillow-9.3.0 webp
    /etc/portage/package.use/temp:>=dev-python/PyQt5-5.15.9 sql
  • furnace: /etc/portage/make.conf:USE="${USE} pulseaudio python rar raw ruby samba sasl scanner sensord syslog"
    /etc/portage/package.use/dev-python:>=dev-python/PyQt5-5.13.1 webchannel
    /etc/portage/package.use/dev-python:dev-lang/python sqlite
    /etc/portage/package.use/dev-python:>=dev-python/numpy-1.17.4-r3 lapack
    /etc/portage/package.use/temp:>=dev-python/pyside2-5.15.2-r1 webengine
    /etc/portage/package.use/temp:=www-client/falkon-22.04.3 -python
    /etc/portage/package.use/temp:>=dev-python/pillow-9.3.0 webp
    /etc/portage/package.use/temp:>=dev-python/PyQt5-5.15.9 sql
    /etc/portage/patches/app-text/calibre-5.16.1/calibre-5.16.1-zeroconf.patch: # Copied from https://github.com/jstasiak/python-zeroconf version 0.28.1
  • blaze: /etc/portage/make.conf:USE="${USE} pulseaudio python rar raw ruby samba sasl scanner sensord syslog"
    /etc/portage/package.use/dev-python:>=dev-python/PyQt5-5.13.1 webchannel
    /etc/portage/package.use/dev-python:dev-lang/python sqlite
    /etc/portage/package.use/python:>=dev-python/numpy-1.17.4-r3 lapack
    /etc/portage/package.use/temp:>=dev-python/pyside2-5.15.2-r1 webengine
    /etc/portage/package.use/temp:www-client/falkon -python
    /etc/portage/package.use/temp:>=dev-python/PyQt5-5.15.9 sql
  • pyrogyro: /etc/portage/make.conf:USE="${USE} pulseaudio python rar raw ruby samba sasl scanner sensord syslog"
    /etc/portage/package.use:>=dev-python/PyQt5-5.13.1 webchannel
    /etc/portage/package.use:>=dev-lang/python-3.9.6_p1:3.9 tk
    /etc/portage/package.use:>=dev-python/pyside2-5.15.2-r1 webengine
    /etc/portage/package.use:www-client/falkon -python
    /etc/portage/package.use:>=dev-python/PyQt5-5.15.9 sql
On the previous set of world updates I made a concerted effort to go back to my old PCs and rationalize and make as uniform as possible the make.conf and package.* files across systems. This include removing all manual PYTHON TARGET(S) settings as well as removing old no longer needed USE flags. I also successfully performed emerge --depclean on all systems at that time. It is highly probable I have either missed something or have remaining artifacts I need to clear. pyrogyro and blaze are especially problematic as they are my oldest installed systems. The wyvern emerge --info represents my latest thinking on desired USE flags and settings. I've included paste links for the other systems further below.

Advice wanted please!!

The emerge --info for wyvern is:

Code: Select all

wyvern /etc/portage/package.use # emerge --info
Portage 3.0.45.3 (python 3.10.10-final-0, default/linux/amd64/17.1/desktop/plasma, gcc-12, glibc-2.37-r1, 6.2.8-gentoo-dist x86_64)
=================================================================
System uname: Linux-6.2.8-gentoo-dist-x86_64-AMD_Ryzen_7_5800X3D_8-Core_Processor-with-glibc2.37
KiB Mem:   131812308 total, 126153472 free
KiB Swap:  138412028 total, 138412028 free
Timestamp of repository gentoo: Sat, 06 May 2023 22:00:01 +0000
Head commit of repository gentoo: 8c6fab56400b1b06b788c7c72c98490f46cd848b
sh bash 5.2_p15-r2
ld GNU ld (Gentoo 2.40 p3) 2.40.0
app-misc/pax-utils:        1.3.7::gentoo
app-shells/bash:           5.2_p15-r2::gentoo
dev-lang/perl:             5.36.0-r2::gentoo
dev-lang/python:           3.10.10_p3::gentoo, 3.11.2_p2::gentoo
dev-lang/rust-bin:         1.68.1::gentoo
dev-util/cmake:            3.26.1::gentoo
dev-util/meson:            1.0.1::gentoo
sys-apps/baselayout:       2.13-r1::gentoo
sys-apps/openrc:           0.46::gentoo
sys-apps/sandbox:          2.30-r1::gentoo
sys-devel/autoconf:        2.71-r6::gentoo
sys-devel/automake:        1.16.5-r1::gentoo
sys-devel/binutils:        2.40-r3::gentoo
sys-devel/binutils-config: 5.5::gentoo
sys-devel/clang:           15.0.7-r1::gentoo
sys-devel/gcc:             12.2.1_p20230304::gentoo
sys-devel/gcc-config:      2.10::gentoo
sys-devel/libtool:         2.4.7-r1::gentoo
sys-devel/llvm:            15.0.7::gentoo, 16.0.0::gentoo
sys-devel/make:            4.4.1::gentoo
sys-kernel/linux-headers:  6.2::gentoo (virtual/os-headers)
sys-libs/glibc:            2.37-r1::gentoo
Repositories:

gentoo
    location: /var/db/repos/gentoo
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    volatile: False
    sync-rsync-verify-max-age: 24
    sync-rsync-verify-jobs: 1
    sync-rsync-verify-metamanifest: yes
    sync-rsync-extra-opts: --timeout=15

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="* -@EULA dlj-1.1 PUEL AdobeFlash-10.3 AdobeFlash-11.x Oracle-BCLA-JavaSE google-chrome"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=native -O2 -pipe"
DISTDIR="/var/cache/distfiles"
EMERGE_DEFAULT_OPTS="--quiet-build --with-bdeps=y --keep-going"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GDK_PIXBUF_MODULE_FILE GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR XDG_STATE_HOME"
FCFLAGS="-march=native -O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs binpkg-multi-instance buildpkg-live config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-march=native -O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="C.UTF8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LEX="flex"
MAKEOPTS="-j15"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_EXTRA_OPTS="--timeout=15"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
SHELL="/bin/bash"
USE="X a52 aac aalib acl acpi activities alsa amd64 bluetooth branding bzip2 cairo cdda cdr cjk cli crypt cups curl dbus declarative dri drm dts dvd dvdr elogind encode exif extra ffmpeg flac fontconfig fortran fuse gd gdbm gif gimp gles2 gpm gstreamer gtk gui iconv icu inotify ipv6 jpeg kde kerberos kwallet lcms libglvnd libnotify libtirpc mad mng mp3 mp4 mpeg multilib ncurses nls nptl ntfs ogg opengl openmp pam pango pcre pdf perl plasma png policykit postscript ppds pulseaudio python qml qt5 raw readline ruby samba sasl sdl seccomp semantic-desktop sound spell split-usr ssl startup-notification svg syslog test-rust theora tiff truetype udev udisks unicode upower usb vdpau vorbis wayland widgets wxwidgets x264 xattr xcb xft xinerama xml xv xvid zeroconf zip zlib" ABI_X86="64" ADA_TARGET="gnat_2021" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2 aes avx avx2 f16c fma3 pclmul popcnt rdrand sha sse3 sse4_1 sse4_2 sse4a ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="efi-64" INPUT_DEVICES="libinput" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-4 php8-0" POSTGRES_TARGETS="postgres12 postgres13" PYTHON_SINGLE_TARGET="python3_11" PYTHON_TARGETS="python3_11" RUBY_TARGETS="ruby30 ruby31 ruby32" USERLAND="GNU" VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq proto steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  ADDR2LINE, AR, ARFLAGS, AS, ASFLAGS, CC, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LFLAGS, LIBTOOL, LINGUAS, MAKE, MAKEFLAGS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, RANLIB, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS
Other PC emerge --info links:
  • backdraft: http://0x0.st/HZOe.bin
  • furnace: http://0x0.st/HZOS.bin
  • blaze: http://0x0.st/HZOQ.bin
  • pyrogyro: http://0x0.st/HZO1.bin
This is the emerge --info for the only PC which had no problems with the world update:
  • sparks: http://0x0.st/HZOp.bin
People whom think M$ is mediocre, don't know the half of it.
Top
dufeu
l33t
l33t
User avatar
Posts: 927
Joined: Fri Aug 30, 2002 2:59 pm
Location: US-FL-EST

dev-qt/qt-* et al problems resolved.

  • Quote

Post by dufeu » Wed May 10, 2023 4:12 am

I believe I've identified the trigger for all of the problems each PC had in trying to perform world updates.

The problem appears to be tied to possibly up to two dev-lang/python artifacts depending on how long ago a given PC was built.

The main artifact trigger was the continuing existence of dev-lang/python-3.9.16_p3-1. While I had removed all instances of manual PYTHON_TARGETS and SINGLE_PYTHON_TARGET, (from make.conf and their equivalent package.use files) at the time when python3.9 was still the selected version, it never occurred to me to remove the dev-lang/python3.9 when the migration to 3.10 happened. I ended up brute forcing the following commands.

Because I still hadn't identified the main trigger, I ran this command:

Code: Select all

emerge -C dev-qt/*
emerge -C kde-frameworks/*
on all 5 problem PCs. This eliminated all the dev-qt/qt-* slot conflicts.

I then re-iteratively unmerged all packages associated with remaining slot conflicts. (WARNING! Be certain you don't have any system packages included for unmerging if you attempt this method.) In total, I execute the following commands depending on PC specific installed packages:

Code: Select all

emerge -C =net-p2p/bitcoin-qt-24.0.1-2 =net-libs/libtorrent-rasterbar-1.2.18-r1-1 =net-p2p/qbittorrent-4.5.2-1
emerge -C =dev-util/systemtap-4.8-1 =dev-lang/python-3.9.16_p3-1 =media-gfx/lximage-qt-1.2.0-1 =media-gfx/lximage-qt-1.2.0-1
emerge -C =dev-lang/python-3.9.16_p3 =sci-mathematics/cgal-5.5 =media-gfx/openscad-2021.01-r4 =media-gfx/freecad-0.20.2-r1
emerge -C =dev-libs/libixion-0.17.0-r1 =dev-libs/liborcus-0.17.2-r1 =app-office/libreoffice-7.4.6.2 =sci-libs/vtk-9.2.5

Code: Select all

emerge -C =dev-lang/python-3.8.16_p4 =dev-lang/python-3.9.16_p3-1
Removal of these slot conflict packages and the artifact dev-lang/python-3.8/9 packages resolved most of the problems. The second newest PC was left with only the following messages:

Code: Select all

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

x11-libs/libfm-qt:0

  (x11-libs/libfm-qt-1.3.0:0/7::gentoo, ebuild scheduled for merge) USE="" ABI_X86="(64)" conflicts with
    =x11-libs/libfm-qt-1.2*:= required by (x11-misc/pcmanfm-qt-1.2.0:0/0::gentoo, ebuild scheduled for merge) USE="" ABI_X86="(64)"
    ^                  ^^^^  
    =x11-libs/libfm-qt-1.2* required by (lxqt-base/lxqt-qtplugin-1.2.0:0/0::gentoo, ebuild scheduled for merge) USE="" ABI_X86="(64)"
For the second newest PC, I was able to run:

Code: Select all

emerge --backtrack=50 --verbose-conflicts -1vUDp @world
The 3 oldest PCs then displayed a lot of python related error messages.

For the oldest 3 PCs, I was required to follow the

Code: Select all

=======================
A safer approach is to add Python 3.11 support to your system first,
and only then remove Python 3.10.  However, note that this involves two
rebuilds of all the affected packages, so it will take noticeably
longer.

First, enable both Python 3.10 and Python 3.11, and then run the upgrade
commands:

    */* PYTHON_TARGETS: -* python3_10 python3_11
    */* PYTHON_SINGLE_TARGET: -* python3_10

Then switch PYTHON_SINGLE_TARGET and run the second batch of upgrades:

    */* PYTHON_TARGETS: -* python3_10 python3_11
    */* PYTHON_SINGLE_TARGET: -* python3_11

Finally, switch to the final version and upgrade:

    */* PYTHON_TARGETS: -* python3_11
    */* PYTHON_SINGLE_TARGET: -* python3_11

You may wish to remove the target overrides after the defaults switch.
Alternatively, you can keep them to block the next automatic upgrade
to Python 3.12, and upgrade manually then.


Upgrade commands
================
The Python 3.10 cleanup requires that Python 3.10 is removed from
the complete dependency trees in batch.  If some of the
installed packages using an older Python version are not triaged
for the upgrade, the package manager will throw dependency conflicts.
This makes it important that the upgrade is carried via a --deep
--changed-use @world upgrade, as well as that any stray packages
are removed prior to it, e.g.:

    emerge --depclean
    emerge -1vUD @world
    emerge --depclean
After setting package.use to force the python3.10 targets, all error messages were resolved to the same remaining warning message as the second newest PC.

Rinse and repeat following the safer python upgrade method for each of the oldst PCs.

Perhaps the news item should be modified to remind people to check for older dev-lang/python packages left on their systems before performing the upgrade.

Mods: I posted here because the initial problems all appeared to be dev-qt/qt* related. Upon resolution, I can see where my pair of posts could be their own thread since the trigger problem is related to the python3.10 to python3.11 upgrade and earlier python version artifacts. Please feel free to move these posts.
People whom think M$ is mediocre, don't know the half of it.
Top
asturm
Developer
Developer
Posts: 9496
Joined: Thu Apr 05, 2007 4:07 pm

Re: dev-qt/qt-* et al problems resolved.

  • Quote

Post by asturm » Wed May 10, 2023 7:38 am

dufeu wrote:Because I still hadn't identified the main trigger, I ran this command:

Code: Select all

emerge -C dev-qt/*
emerge -C kde-frameworks/*
on all 5 problem PCs. This eliminated all the dev-qt/qt-* slot conflicts.
Which was *completely* unnecessary.
Top
dufeu
l33t
l33t
User avatar
Posts: 927
Joined: Fri Aug 30, 2002 2:59 pm
Location: US-FL-EST

Re: dev-qt/qt-* et al problems resolved.

  • Quote

Post by dufeu » Wed May 10, 2023 10:40 am

asturm wrote:
dufeu wrote:Because I still hadn't identified the main trigger, I ran this command:

Code: Select all

emerge -C dev-qt/*
emerge -C kde-frameworks/*
on all 5 problem PCs. This eliminated all the dev-qt/qt-* slot conflicts.
Which was *completely* unnecessary.
Agreed.

However, I'm not a developer. Doing as I did eliminated a lot of the noise so I was finally able to find the problem. The python related messages didn't come up until after I eliminated the qt related messages.

I try to do as much self help as I can because I don't want to bother anyone with problems I can solve myself. I just don't have the knowledge set to find these problems efficiently.
People whom think M$ is mediocre, don't know the half of it.
Top
e8root
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 94
Joined: Fri Feb 09, 2024 3:41 pm

  • Quote

Post by e8root » Thu Apr 04, 2024 6:11 pm

Hwoarang wrote:@paladin-zero

As I said before

run emerge -uDNavt world. Make sure to have -t parameter

You will have enough information to figure out what is going on
Similar type of issue as described in this topic happened today in my system when I tried to run update showing some conflicts between various qt libs ending with 5.15.12 and 5.15.13 and 6.6.3... not really sure what all of this means yet and during my attempts thought of unemerging half of my system to emerge it again did cross my mind but the command did resolve these issues.
Unix Wars - Episode V: AT&T Strikes Back
Top
bammitzb
n00b
n00b
Posts: 16
Joined: Mon Sep 02, 2019 6:57 am

  • Quote

Post by bammitzb » Sun Feb 22, 2026 10:48 am

I have been a Gentoo user for a long time, but I can not figure out how to solve this slot conflict that seems to involve qt and kde/plasma:

Code: Select all

lg_gram17 ~ # emerge --ask --verbose --update --deep --changed-use @world --quiet-build --backtrack=1000 --verbose-conflicts --with-bdeps=y

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

Calculating dependencies... done!
Dependency resolution took 19.31 s (backtrack: 0/1000).


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

dev-qt/qtbase:6

  (dev-qt/qtbase-6.10.2:6/6.10.2::gentoo, ebuild scheduled for merge) USE="X concurrent cups dbus gtk gui icu libinput libproxy mysql network nls opengl sql sqlite ssl udev vulkan wayland widgets xml (zstd) -accessibility -brotli -custom-cflags -eglfs -evdev -gles2-only -gssapi (-journald) -oci8 -odbc -postgres -renderdoc -sctp -syslog -test -tslib" ABI_X86="(64)" pulled in by
    ~dev-qt/qtbase-6.10.2:6 required by (dev-qt/qtspeech-6.10.2:6/6.10.2::gentoo, ebuild scheduled for merge) USE="qml speechd -custom-cflags -flite" ABI_X86="(64)"
    ^              ^^^^^^^^                                                                                                                                                                                                                                                                                                                  
    ~dev-qt/qtbase-6.10.2:6[gui] required by (dev-qt/qtscxml-6.10.2:6/6.10.2::gentoo, ebuild scheduled for merge) USE="qml -custom-cflags -test" ABI_X86="(64)"
    ^              ^^^^^^^^                                                                                                                                                                                                                                                                                          
    ~dev-qt/qtbase-6.10.2:6[gui] required by (dev-qt/qtimageformats-6.10.2:6/6.10.2::gentoo, ebuild scheduled for merge) USE="mng -custom-cflags -test" ABI_X86="(64)"
    ^              ^^^^^^^^                                                                                                                                                                                                                                                                                                 
    ~dev-qt/qtbase-6.10.2:6[concurrent,gui,network,opengl=,vulkan=,widgets] required by (dev-qt/qtmultimedia-6.10.2:6/6.10.2::gentoo, ebuild scheduled for merge) USE="X alsa dbus ffmpeg opengl pipewire pulseaudio qml vulkan wayland -custom-cflags -eglfs -gstreamer -test -v4l -vaapi" ABI_X86="(64)"
    ^              ^^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
    ~dev-qt/qtbase-6.10.2:6[dbus,xml] required by (dev-qt/qttools-6.10.2:6/6.10.2::gentoo, ebuild scheduled for merge) USE="assistant linguist opengl qdbus qml vulkan widgets (zstd) -custom-cflags -designer -distancefieldgenerator -gles2-only -pixeltool -qdoc -qmlls -qtattributionsscanner -qtdiag -qtplugininfo" ABI_X86="(64)" LLVM_SLOT="21 -17 -18 -19 -20"
    ^              ^^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
    ~dev-qt/qtbase-6.10.2:6[dbus?] required by (dev-qt/qtmultimedia-6.10.2:6/6.10.2::gentoo, ebuild scheduled for merge) USE="X alsa dbus ffmpeg opengl pipewire pulseaudio qml vulkan wayland -custom-cflags -eglfs -gstreamer -test -v4l -vaapi" ABI_X86="(64)"
    ^              ^^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
    ~dev-qt/qtbase-6.10.2:6[concurrent,network,sql,sqlite] required by (dev-qt/qttools-6.10.2:6/6.10.2::gentoo, ebuild scheduled for merge) USE="assistant linguist opengl qdbus qml vulkan widgets (zstd) -custom-cflags -designer -distancefieldgenerator -gles2-only -pixeltool -qdoc -qmlls -qtattributionsscanner -qtdiag -qtplugininfo" ABI_X86="(64)" LLVM_SLOT="21 -17 -18 -19 -20"
    ^              ^^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
    ~dev-qt/qtbase-6.10.2:6[gui,widgets] required by (dev-qt/qtsvg-6.10.2:6/6.10.2::gentoo, ebuild scheduled for merge) USE="-custom-cflags -test" ABI_X86="(64)"
    ^              ^^^^^^^^                                                                                                                                                                                                                                                                         
    ~dev-qt/qtbase-6.10.2:6[accessibility=,gui,network=,opengl=,sql?,ssl?,vulkan=,widgets=] required by (dev-qt/qtdeclarative-6.10.2:6/6.10.2::gentoo, ebuild scheduled for merge) USE="jit network opengl sql ssl svg vulkan widgets -accessibility -custom-cflags -qmlls" ABI_X86="(64)"
    ^              ^^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
    ~dev-qt/qtbase-6.10.2:6[dbus] required by (dev-qt/qtsensors-6.10.2:6/6.10.2::gentoo, ebuild scheduled for merge) USE="qml -custom-cflags -test" ABI_X86="(64)"
    ^              ^^^^^^^^                                                                                                                                                                                                                                                                                             
    ~dev-qt/qtbase-6.10.2:6[concurrent,gui,opengl=,vulkan=,widgets] required by (dev-qt/qtquick3d-6.10.2:6/6.10.2::gentoo, ebuild scheduled for merge) USE="opengl vulkan -custom-cflags -test" ABI_X86="(64)"
    ^              ^^^^^^^^                                                                                                                                                                                                                                                                                                                                                            
    ~dev-qt/qtbase-6.10.2:6[dbus] required by (dev-qt/qtpositioning-6.10.2:6/6.10.2::gentoo, ebuild scheduled for merge) USE="geoclue qml -custom-cflags -nmea -test" ABI_X86="(64)"
    ^              ^^^^^^^^                                                                                                                                                                                                                                                                                                                                                     
    ~dev-qt/qtbase-6.10.2:6 required by (dev-qt/qttranslations-6.10.2:6/6.10.2::gentoo, ebuild scheduled for merge) USE="-custom-cflags" ABI_X86="(64)"
    ^              ^^^^^^^^                                                                                                                                                                                                                                            
    ~dev-qt/qtbase-6.10.2:6[network] required by (dev-qt/qtlocation-6.10.2:6/6.10.2::gentoo, ebuild scheduled for merge) USE="-custom-cflags -test" ABI_X86="(64)"
    ^              ^^^^^^^^                                                                                                                                                                                                                                                                          
    ~dev-qt/qtbase-6.10.2:6[opengl=] required by (dev-qt/qttools-6.10.2:6/6.10.2::gentoo, ebuild scheduled for merge) USE="assistant linguist opengl qdbus qml vulkan widgets (zstd) -custom-cflags -designer -distancefieldgenerator -gles2-only -pixeltool -qdoc -qmlls -qtattributionsscanner -qtdiag -qtplugininfo" ABI_X86="(64)" LLVM_SLOT="21 -17 -18 -19 -20"
    ^              ^^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
    ~dev-qt/qtbase-6.10.2:6[widgets?] required by (dev-qt/qttools-6.10.2:6/6.10.2::gentoo, ebuild scheduled for merge) USE="assistant linguist opengl qdbus qml vulkan widgets (zstd) -custom-cflags -designer -distancefieldgenerator -gles2-only -pixeltool -qdoc -qmlls -qtattributionsscanner -qtdiag -qtplugininfo" ABI_X86="(64)" LLVM_SLOT="21 -17 -18 -19 -20"
    ^              ^^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
    ~dev-qt/qtbase-6.10.2:6 required by (dev-qt/qtpositioning-6.10.2:6/6.10.2::gentoo, ebuild scheduled for merge) USE="geoclue qml -custom-cflags -nmea -test" ABI_X86="(64)"
    ^              ^^^^^^^^                                                                                                                                                                                                                                                                                                                                               
    ~dev-qt/qtbase-6.10.2:6 required by (dev-qt/qtquicktimeline-6.10.2:6/6.10.2::gentoo, ebuild scheduled for merge) USE="-custom-cflags -test" ABI_X86="(64)"
    ^              ^^^^^^^^                                                                                                                                                                                                                                                                      
    ~dev-qt/qtbase-6.10.2:6[gui=,icu=,network,xml] required by (dev-qt/qt5compat-6.10.2:6/6.10.2::gentoo, ebuild scheduled for merge) USE="gui icu qml -custom-cflags -test" ABI_X86="(64)"
    ^              ^^^^^^^^                                                                                                                                                                                                                                                                                                                                                            
    ~dev-qt/qtbase-6.10.2:6[gui,network] required by (dev-qt/qtnetworkauth-6.10.2:6/6.10.2::gentoo, ebuild scheduled for merge) USE="-custom-cflags -test" ABI_X86="(64)"
    ^              ^^^^^^^^                                                                                                                                                                                                                                                                                 
    ~dev-qt/qtbase-6.10.2:6[gles2-only=,gui,opengl,widgets] required by (dev-qt/qtcharts-6.10.2:6/6.10.2::gentoo, ebuild scheduled for merge) USE="qml -custom-cflags -gles2-only -test" ABI_X86="(64)"
    ^              ^^^^^^^^                                                                                                                                                                                                                                                                                                                                                     
    ~dev-qt/qtbase-6.10.2:6[gui] required by (dev-qt/qtshadertools-6.10.2:6/6.10.2::gentoo, ebuild scheduled for merge) USE="-custom-cflags -test" ABI_X86="(64)"
    ^              ^^^^^^^^                                                                                                                                                                                                                                                                         
    ~dev-qt/qtbase-6.10.2:6[X=,concurrent,eglfs=] required by (dev-qt/qtmultimedia-6.10.2:6/6.10.2::gentoo, ebuild scheduled for merge) USE="X alsa dbus ffmpeg opengl pipewire pulseaudio qml vulkan wayland -custom-cflags -eglfs -gstreamer -test -v4l -vaapi" ABI_X86="(64)"
    ^              ^^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
    ~dev-qt/qtbase-6.10.2:6[network,ssl=] required by (dev-qt/qtwebsockets-6.10.2:6/6.10.2::gentoo, ebuild scheduled for merge) USE="qml ssl -custom-cflags -test" ABI_X86="(64)"
    ^              ^^^^^^^^                                                                                                                                                                                                                                                                                                                               

  (dev-qt/qtbase-6.10.1:6/6.10.1::gentoo, installed) USE="X concurrent cups dbus gtk gui icu libinput libproxy mysql network nls opengl sql sqlite ssl udev vulkan wayland widgets xml (zstd) -accessibility -brotli -custom-cflags -eglfs -evdev -gles2-only -gssapi (-journald) -oci8 -odbc -postgres -renderdoc -sctp -syslog -test -tslib" ABI_X86="(64)" pulled in by
    >=dev-qt/qtbase-6.10.1:6/6.10.1=[concurrent,dbus,gui,network] required by (kde-frameworks/kirigami-6.22.0-r1:6/6.22::gentoo, installed) USE="openmp -debug -examples -test" ABI_X86="(64)"
                          ^^^^^^^^^^                                                                                                                                                                                                                                                                                             
    >=dev-qt/qtbase-6.9.1:6/6.10.1=[dbus,gui,widgets] required by (kde-apps/yakuake-25.08.3:6/6::gentoo, installed) USE="absolute-position -debug" ABI_X86="(64)"
                         ^^^^^^^^^^                                                                                                                                                                                                                           
    >=dev-qt/qtbase-6.10.1:6/6.10.1=[X] required by (kde-frameworks/kjobwidgets-6.22.0:6/6.22::gentoo, installed) USE="X -debug -test" ABI_X86="(64)"
                          ^^^^^^^^^^                                                                                                                                                                                                                                 
    >=dev-qt/qtbase-6.10.1:6/6.10.1=[X] required by (kde-plasma/plasma-workspace-6.5.5-r1:6/6::gentoo, installed) USE="X fontconfig handbook ksysguard networkmanager (policykit) screencast semantic-desktop wallpaper-metadata -appstream -debug (-systemd) -telemetry -test" ABI_X86="(64)"
                          ^^^^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
    >=dev-qt/qtbase-6.10.1:6/6.10.1=[dbus,gui,wayland,widgets] required by (kde-plasma/plasma-integration-6.5.5:6/6::gentoo, installed) USE="-debug" ABI_X86="(64)"
                          ^^^^^^^^^^                                                                                                                                                                                                         
    >=dev-qt/qtbase-6.10.1:6/6.10.1=[gui,wayland] required by (kde-plasma/layer-shell-qt-6.5.5:6/6::gentoo, installed) USE="-debug" ABI_X86="(64)"
                          ^^^^^^^^^^                                                                                                                                                                                        
    >=dev-qt/qtbase-6.10.1:6/6.10.1=[gui,X] required by (kde-frameworks/kdbusaddons-6.22.0:6/6.22::gentoo, installed) USE="X -debug -test" ABI_X86="(64)"
                          ^^^^^^^^^^                                                                                                                                                                                                                                     
    >=dev-qt/qtbase-6.10.1:6/6.10.1=[X] required by (kde-frameworks/kglobalaccel-6.22.0:6/6.22::gentoo, installed) USE="X -debug -test" ABI_X86="(64)"
                          ^^^^^^^^^^                                                                                                                                                                                                                                  
    >=dev-qt/qtbase-6.10.1:6/6.10.1=[cups,dbus,gui,wayland,widgets] required by (kde-plasma/xdg-desktop-portal-kde-6.5.5:6/6::gentoo, installed) USE="-debug -test" ABI_X86="(64)"
                          ^^^^^^^^^^                                                                                                                                                                                                                                           
    >=dev-qt/qtbase-6.9.1:6/6.10.1=[X] required by (kde-apps/gwenview-25.08.3:6/6::gentoo, installed) USE="X activities handbook mpris semantic-desktop -debug -fits -raw -share -test" ABI_X86="(64)"
                         ^^^^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                        
    >=dev-qt/qtbase-6.10.1:6/6.10.1=[-accessibility,-gles2-only,gui,libinput,opengl,wayland,widgets,X] required by (kde-plasma/kwin-6.5.5-r2:6/6::gentoo, installed) USE="(X) (filecaps) handbook lock screencast shortcuts -accessibility -debug -gles2-only (-systemd) -test" ABI_X86="(64)"
                          ^^^^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
    >=dev-qt/qtbase-6.10.1:6/6.10.1=[gui,widgets] required by (kde-plasma/kdesu-gui-6.5.5:0/0::gentoo, installed) USE="X -debug" ABI_X86="(64)"
                          ^^^^^^^^^^                                                                                                                                                                                                        
    >=dev-qt/qtbase-6.9.1:6/6.10.1=[X] required by (kde-apps/ktouch-25.08.3:0/0::gentoo, installed) USE="X handbook -debug" ABI_X86="(64)"
                         ^^^^^^^^^^                                                                                                                                                                                                                       
    >=dev-qt/qtbase-6.10.1:6/6.10.1=[gui] required by (kde-plasma/kglobalacceld-6.5.5:6/6::gentoo, installed) USE="X -debug -test" ABI_X86="(64)"
                          ^^^^^^^^^^                                                                                                                                                                                                                             
    >=dev-qt/qtbase-6.9.1:6/6.10.1=[dbus,network,wayland,widgets,X] required by (kde-apps/krfb-25.08.3:6/6::gentoo, installed) USE="handbook wayland -debug" ABI_X86="(64)"
                         ^^^^^^^^^^                                                                                                                                                                                                                                                        
    >=dev-qt/qtbase-6.10.1:6/6.10.1=[gui] required by (kde-frameworks/kio-6.22.1:6/6.22::gentoo, installed) USE="X acl handbook kwallet wayland -debug -designer -test" ABI_X86="(64)"
                          ^^^^^^^^^^                                                                                                                                                                                                                                                                                                                                                                 
    >=dev-qt/qtbase-6.10.1:6/6.10.1=[wayland] required by (kde-frameworks/kguiaddons-6.22.1:6/6.22::gentoo, installed) USE="X dbus wayland -debug -test" ABI_X86="(64)"
                          ^^^^^^^^^^                                                                                                                                                                                                                                                                                         
    >=dev-qt/qtbase-6.10.1:6/6.10.1=[wayland] required by (kde-frameworks/kidletime-6.22.0:6/6.22::gentoo, installed) USE="X wayland -debug -xscreensaver" ABI_X86="(64)"
                          ^^^^^^^^^^                                                                                                                                                                                                                                                                        
    >=dev-qt/qtbase-6.10.1:6/6.10.1=[-accessibility,-gles2-only,gui,opengl,wayland,widgets,X] required by (kde-plasma/kwin-x11-6.5.5:6/6::gentoo, installed) USE="handbook lock shortcuts -accessibility -debug -gles2-only (-systemd) -test" ABI_X86="(64)"
                          ^^^^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                       
    >=dev-qt/qtbase-6.9.1:6/6.10.1=[dbus,gui,network,widgets,X] required by (kde-apps/kate-25.08.3:6/6::gentoo, installed) USE="-debug" ABI_X86="(64)"
                         ^^^^^^^^^^                                                                                                                                                                                             
    >=dev-qt/qtbase-6.10.1:6/6.10.1=[dbus,-gles2-only,gui,opengl,widgets,X] required by (kde-plasma/libplasma-6.5.5:6/6::gentoo, installed) USE="-debug -doc -gles2-only -test" ABI_X86="(64)"
                          ^^^^^^^^^^                                                                                                                                                                                                                                                                                             
    >=dev-qt/qtbase-6.10.1:6/6.10.1=[gui,X] required by (kde-plasma/kde-cli-tools-6.5.5:6/6::gentoo, installed) USE="X -debug -kdesu" ABI_X86="(64)"
                          ^^^^^^^^^^                                                                                                                                                                                                                                
    >=dev-qt/qtbase-6.10.1:6/6.10.1=[concurrent,dbus,gui,network,sql,wayland,widgets,xml] required by (kde-plasma/plasma-desktop-6.5.5:6/6::gentoo, installed) USE="handbook screencast sdl semantic-desktop -debug -ibus -scim -test -webengine" ABI_X86="(64)" INPUT_DEVICES="-wacom"
                          ^^^^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
    >=dev-qt/qtbase-6.10.1:6/6.10.1=[dbus,gui,widgets] required by (kde-frameworks/kiconthemes-6.22.0:6/6.22::gentoo, installed) USE="-debug -designer -test" ABI_X86="(64)"
                          ^^^^^^^^^^                                                                                                                                                                                                                                                        
    >=dev-qt/qtbase-6.10.1:6/6.10.1=[concurrent,dbus,gui,wayland,widgets,X] required by (kde-plasma/spectacle-6.5.5:6/6::gentoo, installed) USE="handbook -debug -share -test" ABI_X86="(64)"
                          ^^^^^^^^^^                                                                                                                                                                                                                                                                                            
    >=dev-qt/qtbase-6.10.1:6/6.10.1=[dbus,gui,widgets] required by (kde-frameworks/kstatusnotifieritem-6.22.0:6/6.22::gentoo, installed) USE="X -debug -test" ABI_X86="(64)"
                          ^^^^^^^^^^                                                                                                                                                                                                                                                        
    >=dev-qt/qtbase-6.9.1:6/6.10.1=[concurrent,dbus,gui,widgets,X,xml] required by (kde-apps/dolphin-25.08.3:6/6::gentoo, installed) USE="handbook semantic-desktop -debug -telemetry -test" ABI_X86="(64)"
                         ^^^^^^^^^^                                                                                                                                                                                                                                                                                                                              
    >=dev-qt/qtbase-6.10.1:6/6.10.1=[wayland] required by (kde-frameworks/kwindowsystem-6.22.0:6/6.22::gentoo, installed) USE="X wayland -debug -test" ABI_X86="(64)"
                          ^^^^^^^^^^                                                                                                                                                                                                                                                                    
    >=dev-qt/qtbase-6.10.1:6/6.10.1=[gui,X] required by (kde-frameworks/kwindowsystem-6.22.0:6/6.22::gentoo, installed) USE="X wayland -debug -test" ABI_X86="(64)"
                          ^^^^^^^^^^                                                                                                                                                                                                                                                                  
    >=dev-qt/qtbase-6.10.1:6/6.10.1=[concurrent,gui,opengl,wayland] required by (kde-plasma/kwayland-6.5.5:6/6::gentoo, installed) USE="-debug -test" ABI_X86="(64)"
                          ^^^^^^^^^^                                                                                                                                                                                                                             
    >=dev-qt/qtbase-6.10.1:6/6.10.1=[dbus,gui,network,widgets] required by (kde-plasma/kscreenlocker-6.5.5-r1:6/6::gentoo, installed) USE="-debug -test" ABI_X86="(64)"
                          ^^^^^^^^^^                                                                                                                                                                                                                                
    >=dev-qt/qtbase-6.10.1:6/6.10.1=[gui] required by (kde-plasma/oxygen-6.5.5:6/6::gentoo, installed) USE="X -debug" ABI_X86="(64)"
                          ^^^^^^^^^^                                                                                                                                                                                             
    >=dev-qt/qtbase-6.10.1:6/6.10.1=[dbus,gui,wayland,widgets] required by (kde-plasma/powerdevil-6.5.5:6/6::gentoo, installed) USE="filecaps handbook -brightness-control -debug -test" ABI_X86="(64)"
                          ^^^^^^^^^^                                                                                                                                                                                                                                                                                                                         
    >=dev-qt/qtbase-6.9.1:6/6.10.1=[X] required by (kde-apps/kruler-25.08.3:6/6::gentoo, installed) USE="X handbook -debug" ABI_X86="(64)"
                         ^^^^^^^^^^                                                                                                                                                                                                                       
    >=dev-qt/qtbase-6.10.1:6/6.10.1=[dbus,gui,network,ssl,widgets,xml] required by (kde-frameworks/kxmlgui-6.22.0:6/6.22::gentoo, installed) USE="-debug -designer -test" ABI_X86="(64)"
                          ^^^^^^^^^^                                                                                                                                                                                                                                                                    
    >=dev-qt/qtbase-6.9.1:6/6.10.1=[dbus,gui,network,wayland,widgets] required by (kde-misc/kdeconnect-25.08.3-r2:6/6::gentoo, installed) USE="X pulseaudio (-bluetooth) -debug (-selinux) -telephony -test -zeroconf" ABI_X86="(64)"
                         ^^^^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                 
    >=dev-qt/qtbase-6.9.1:6/6.10.1=[dbus,gui,widgets,X,xml] required by (kde-apps/okular-25.08.3:6/6::gentoo, installed) USE="crypt handbook pdf postscript qml tiff -debug -djvu -epub -markdown -mobi -phonon -share -speech -test" ABI_X86="(64)"
                         ^^^^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
    >=dev-qt/qtbase-6.10.1:6/6.10.1=[dbus,gui,wayland,widgets] required by (kde-plasma/kscreen-6.5.5:6/6::gentoo, installed) USE="X -debug -test" ABI_X86="(64)"
                          ^^^^^^^^^^                                                                                                                                                                                                                                            
    >=dev-qt/qtbase-6.10.1:6/6.10.1=[dbus,gui,wayland] required by (kde-plasma/libkscreen-6.5.5-r1:6/8::gentoo, installed) USE="-debug -doc -test" ABI_X86="(64)"
                          ^^^^^^^^^^                                                                                                                                                                                                                                             
    >=dev-qt/qtbase-6.10.1:6/6.10.1=[dbus,gui,libinput,network,opengl,sql,sqlite,wayland,widgets,xml] required by (kde-plasma/plasma-workspace-6.5.5-r1:6/6::gentoo, installed) USE="X fontconfig handbook ksysguard networkmanager (policykit) screencast semantic-desktop wallpaper-metadata -appstream -debug (-systemd) -telemetry -test" ABI_X86="(64)"
                          ^^^^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
    >=dev-qt/qtbase-6.9.1:6/6.10.1=[gui,opengl,wayland,widgets] required by (kde-apps/gwenview-25.08.3:6/6::gentoo, installed) USE="X activities handbook mpris semantic-desktop -debug -fits -raw -share -test" ABI_X86="(64)"
                         ^^^^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                 
    >=dev-qt/qtbase-6.9.1:6/6.10.1=[gui,network,wayland,widgets] required by (kde-misc/kclock-25.08.3:0/0::gentoo, installed) USE="-debug" ABI_X86="(64)"
                         ^^^^^^^^^^                                                                                                                                                                                                

dev-qt/qtdeclarative:6

  (dev-qt/qtdeclarative-6.10.2:6/6.10.2::gentoo, ebuild scheduled for merge) USE="jit network opengl sql ssl svg vulkan widgets -accessibility -custom-cflags -qmlls" ABI_X86="(64)" pulled in by
    ~dev-qt/qtdeclarative-6.10.2:6[opengl] required by (dev-qt/qtcharts-6.10.2:6/6.10.2::gentoo, ebuild scheduled for merge) USE="qml -custom-cflags -gles2-only -test" ABI_X86="(64)"
    ^                     ^^^^^^^^                                                                                                                                                                                                                                                                                                                             
    ~dev-qt/qtdeclarative-6.10.2:6 required by (dev-qt/qtpositioning-6.10.2:6/6.10.2::gentoo, ebuild scheduled for merge) USE="geoclue qml -custom-cflags -nmea -test" ABI_X86="(64)"
    ^                     ^^^^^^^^                                                                                                                                                                                                                                                                                                                                               
    ~dev-qt/qtdeclarative-6.10.2:6 required by (dev-qt/qtlocation-6.10.2:6/6.10.2::gentoo, ebuild scheduled for merge) USE="-custom-cflags -test" ABI_X86="(64)"
    ^                     ^^^^^^^^                                                                                                                                                                                                                                                                 
    ~dev-qt/qtdeclarative-6.10.2:6 required by (dev-qt/qtmultimedia-6.10.2:6/6.10.2::gentoo, ebuild scheduled for merge) USE="X alsa dbus ffmpeg opengl pipewire pulseaudio qml vulkan wayland -custom-cflags -eglfs -gstreamer -test -v4l -vaapi" ABI_X86="(64)"
    ^                     ^^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
    ~dev-qt/qtdeclarative-6.10.2:6[widgets?] required by (dev-qt/qttools-6.10.2:6/6.10.2::gentoo, ebuild scheduled for merge) USE="assistant linguist opengl qdbus qml vulkan widgets (zstd) -custom-cflags -designer -distancefieldgenerator -gles2-only -pixeltool -qdoc -qmlls -qtattributionsscanner -qtdiag -qtplugininfo" ABI_X86="(64)" LLVM_SLOT="21 -17 -18 -19 -20"
    ^                     ^^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
    ~dev-qt/qtdeclarative-6.10.2:6 required by (dev-qt/qtscxml-6.10.2:6/6.10.2::gentoo, ebuild scheduled for merge) USE="qml -custom-cflags -test" ABI_X86="(64)"
    ^                     ^^^^^^^^                                                                                                                                                                                                                                                                                     
    ~dev-qt/qtdeclarative-6.10.2:6 required by (dev-qt/qtspeech-6.10.2:6/6.10.2::gentoo, ebuild scheduled for merge) USE="qml speechd -custom-cflags -flite" ABI_X86="(64)"
    ^                     ^^^^^^^^                                                                                                                                                                                                                                                                                                                  
    ~dev-qt/qtdeclarative-6.10.2:6 required by (dev-qt/qtwebsockets-6.10.2:6/6.10.2::gentoo, ebuild scheduled for merge) USE="qml ssl -custom-cflags -test" ABI_X86="(64)"
    ^                     ^^^^^^^^                                                                                                                                                                                                                                                                                                                 
    ~dev-qt/qtdeclarative-6.10.2:6 required by (dev-qt/qtquick3d-6.10.2:6/6.10.2::gentoo, ebuild scheduled for merge) USE="opengl vulkan -custom-cflags -test" ABI_X86="(64)"
    ^                     ^^^^^^^^                                                                                                                                                                                                                                                                                                                    
    ~dev-qt/qtdeclarative-6.10.2:6 required by (dev-qt/qtsensors-6.10.2:6/6.10.2::gentoo, ebuild scheduled for merge) USE="qml -custom-cflags -test" ABI_X86="(64)"
    ^                     ^^^^^^^^                                                                                                                                                                                                                                                                                       
    ~dev-qt/qtdeclarative-6.10.2:6 required by (dev-qt/qtquicktimeline-6.10.2:6/6.10.2::gentoo, ebuild scheduled for merge) USE="-custom-cflags -test" ABI_X86="(64)"
    ^                     ^^^^^^^^                                                                                                                                                                                                                                                                      
    ~dev-qt/qtdeclarative-6.10.2:6 required by (dev-qt/qt5compat-6.10.2:6/6.10.2::gentoo, ebuild scheduled for merge) USE="gui icu qml -custom-cflags -test" ABI_X86="(64)"
    ^                     ^^^^^^^^                                                                                                                                                                                                                                                                                                                                     

  (dev-qt/qtdeclarative-6.10.1-r2:6/6.10.1::gentoo, installed) USE="jit network opengl sql ssl svg vulkan widgets -accessibility -custom-cflags -qmlls" ABI_X86="(64)" pulled in by
    dev-qt/qtdeclarative:6/6.10.1= required by (dev-libs/qcoro-0.12.0:0/0::gentoo, installed) USE="dbus network qml -examples -test -websockets" ABI_X86="(64)"
                        ^^^^^^^^^^                                                                                                                                                                                                                                                                                                      
    >=dev-qt/qtdeclarative-6.10.1:6/6.10.1= required by (kde-frameworks/qqc2-desktop-style-6.22.0:6/6.22::gentoo, installed) USE="-debug -test" ABI_X86="(64)"
                                 ^^^^^^^^^^                                                                                                                                                                                                                


It may be possible to solve this problem by using package.mask to
prevent one of those packages from being selected. However, it is also
possible that conflicting dependencies exist such that they are
impossible to satisfy simultaneously.  If such a conflict exists in
the dependencies of two different packages, then those packages can
not be installed simultaneously.

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


!!! The ebuild selected to satisfy "app-emulation/wine-vanilla[abi_x86_32?,abi_x86_64?]" has unmet requirements.
- app-emulation/wine-vanilla-11.0::gentoo USE="X alsa bluetooth cups dbus fontconfig gecko gstreamer mingw mono nls opengl pulseaudio scanner sdl ssl strip truetype udev unwind usb vulkan wayland wow64 (-arm64ec) -capi -crossdev-mingw -custom-cflags -dos -ffmpeg -gphoto2 -kerberos -llvm-libunwind -netapi -odbc -opencl -pcap -perl -samba (-selinux) -smartcard -v4l -xinerama" ABI_X86="32 64"

  The following REQUIRED_USE flag constraints are unsatisfied:
    wow64? ( !arm64? ( !abi_x86_32 ) )

  The above constraints are a subset of the following complete expression:
    X? ( truetype ) bluetooth? ( dbus ) opengl? ( any-of ( X wayland ) ) any-of ( abi_x86_32 abi_x86_64 arm64 ) crossdev-mingw? ( mingw ) wow64? ( !arm64? ( abi_x86_64 !abi_x86_32 ) )

(dependency required by "virtual/wine-0-r11::gentoo" [installed])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])

There is also an issue with wine-vanilla that needs some use flag(s) that I also can not seem to get right..

emerge --info:

Code: Select all

lg_gram17 ~ # emerge --info
Portage 3.0.77 (python 3.13.11-final-0, default/linux/amd64/23.0/split-usr/desktop/plasma, gcc-15, glibc-2.41-r6, 6.12.58-gentoo-x86_64 x86_64)
=================================================================
System uname: Linux-6.12.58-gentoo-x86_64-x86_64-13th_Gen_Intel-R-_Core-TM-_i7-1360P-with-glibc2.41
KiB Mem:    32551484 total,   9087948 free
KiB Swap:   67108860 total,  67108860 free
Timestamp of repository gentoo: Sun, 22 Feb 2026 09:15:00 +0000
Head commit of repository gentoo: 53db905a6642632f1f4460747139cb530275fa46
sh bash 5.3_p9
ld GNU ld (Gentoo 2.45.1 p1) 2.45.1
ccache version 4.12.1 [disabled]
app-misc/pax-utils:        1.3.8::gentoo
app-shells/bash:           5.3_p9::gentoo
dev-build/autoconf:        2.72-r6::gentoo
dev-build/automake:        1.18.1::gentoo
dev-build/cmake:           4.1.4::gentoo
dev-build/libtool:         2.5.4::gentoo
dev-build/make:            4.4.1-r102::gentoo
dev-build/meson:           1.9.1::gentoo
dev-java/java-config:      2.3.4::gentoo
dev-lang/perl:             5.42.0-r1::gentoo
dev-lang/python:           2.7.18_p16-r2::gentoo, 3.13.11::gentoo, 3.14.0_p1::gentoo
dev-lang/rust-bin:         1.91.0::gentoo
dev-util/ccache:           4.12.1::gentoo
llvm-core/clang:           21.1.8::gentoo
llvm-core/llvm:            21.1.8::gentoo
sys-apps/baselayout:       2.18::gentoo
sys-apps/openrc:           0.62.10::gentoo
sys-apps/sandbox:          2.46::gentoo
sys-devel/binutils:        2.45.1::gentoo
sys-devel/binutils-config: 5.6::gentoo
sys-devel/gcc:             15.2.1_p20251122::gentoo
sys-devel/gcc-config:      2.12.2::gentoo
sys-kernel/linux-headers:  6.12::gentoo (virtual/os-headers)
sys-libs/glibc:            2.41-r6::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    volatile: True
    sync-rsync-verify-jobs: 1
    sync-rsync-extra-opts: 
    sync-rsync-verify-max-age: 3
    sync-rsync-verify-metamanifest: yes

Binary Repositories:

gentoobinhost
    location: /var/cache/binhost/gentoobinhost
    priority: 1
    sync-uri: https://distfiles.gentoo.org/releases/amd64/binpackages/23.0/x86-64
    verify-signature: None

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="@FREE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=raptorlake"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /var/bind"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-O2 -pipe -march=raptorlake"
DISTDIR="/usr/portage/distfiles"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GDK_PIXBUF_MODULE_FILE GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR XDG_STATE_HOME"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs binpkg-multi-instance buildpkg-live compress-index config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync merge-wait multilib-strict network-sandbox news parallel-fetch pid-sandbox pkgdir-index-trusted preserve-libs protect-owned qa-unresolved-soname-deps sandbox strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="https://mirrors.dotsrc.org/gentoo/     rsync://mirrors.dotsrc.org/gentoo/"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs"
LEX="flex"
LINGUAS="en"
MAKEOPTS="-j8 -l8"
PKGDIR="/usr/portage/packages"
PORTAGE_COMPRESS="bzip2"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
SHELL="/bin/bash"
USE="X a52 aac acl acpi activities alsa amd64 avif bluetooth branding bzip2 cairo cdda cdr cet crypt cups dbus declarative dri dts dvd dvdr elogind encode exif flac gdbm gif gpm gtk gui i965 iconv icu ipv6 jpeg jpegxl kde kwallet lcms libnotify libtirpc luks1_default mad mng modules-sign mp3 mp4 mpeg multilib ncurses networkmanager nls nsplugin ogg opengl openmp pam pango pcre pdf pipewire plasma png policykit ppds pulseaudio qml qt6 readline scanner screencast sdl seccomp secureboot semantic-desktop sound spell split-usr sqlite ssl startup-notification svg test-rust tiff truetype udev udisks unicode upower usb vorbis vulkan wayland webp widgets wxwidgets x264 xattr xcb xft xml xv xvid zlib" ABI_X86="64 32" ADA_TARGET="gcc_15" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_anon authn_dbm authn_file authz_dbm authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir env expires ext_filter file_cache filter headers include info log_config logio mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax navcom oncore skytraq superstar2 tsip tripmate tnt" GRUB_PLATFORMS="efi-64" GUILE_SINGLE_TARGET="3-0" GUILE_TARGETS="3-0" INPUT_DEVICES="libinput" KERNEL="linux" L10N="en-GB" LCD_DEVICES="bayrad cfontz glk hd44780 lb216 lcdm001 mtxorb text" LLVM_TARGETS="X86" LUA_SINGLE_TARGET="lua5-4" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php8-3" POSTGRES_TARGETS="postgres17" PYTHON_SINGLE_TARGET="python3_13" PYTHON_TARGETS="python3_13" RUBY_TARGETS="ruby32 ruby33" VIDEO_CARDS="intel" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipp2p iface geoip fuzzy condition tarpit sysrq proto logmark ipmark dhcpmac delude chaos account"
Unset:  ADDR2LINE, AR, ARFLAGS, AS, ASFLAGS, CC, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EMERGE_DEFAULT_OPTS, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LFLAGS, LIBTOOL, MAKE, MAKEFLAGS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PYTHONPATH, RANLIB, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS

Can anyone help me with this?
Top
Ionen
Developer
Developer
User avatar
Posts: 3007
Joined: Thu Dec 06, 2018 2:23 pm

  • Quote

Post by Ionen » Sun Feb 22, 2026 12:19 pm

bammitzb wrote:I have been a Gentoo user for a long time, but I can not figure out how to solve this slot conflict that seems to involve qt and kde/plasma:
Ignore the Qt stuff, portage is trying to schedule updates/rebuilds regarding them but something *else* is blocking this and causing the wall of errors.

What needs attention is at the bottom, aka this:

Code: Select all

- app-emulation/wine-vanilla-11.0::gentoo [...]

  The following REQUIRED_USE flag constraints are unsatisfied:
    wow64? ( !arm64? ( !abi_x86_32 ) )
>=wine-vanilla-11.0 switched the default from USE=abi_x86_32 to USE=wow64 and they cannot be set at same time, but you seem to be setting USE=abi_x86_32 yourself (either globally or on wine itself), and it results in a conflict.

You can either set USE=-abi_x86_32 on wine-vanilla, or USE=-wow64 to resolve this.

The "new" wow64 mode enabled with USE=wow64 is a way to run 32bit windows executables *without* needing 32bit multilib (works even on /no-multilib/ profiles), if you don't need 32bit libs for anything else (e.g. steam or old linux native applications/games) then it'd be possible to get rid of them (or at least after confirming that wine works fine this way for you).
Top
bammitzb
n00b
n00b
Posts: 16
Joined: Mon Sep 02, 2019 6:57 am

  • Quote

Post by bammitzb » Sun Feb 22, 2026 12:48 pm

Thanks, yes, I did have ABI_X86="64 32" in my make.conf, but I don't remember why I put it there long ago.

After removing it and running the update a few times, it has resulted in these packages with abi_x86_32 in /etc/portage/package.use/zz-autounmask:

Code: Select all

# required by media-libs/tiff-4.7.0-r1::gentoo
# required by app-text/evince-48.1::gentoo
# required by @selected
# required by @world (argument)
>=media-libs/libjpeg-turbo-3.1.3 abi_x86_32
# required by x11-libs/gtk+-3.24.51::gentoo[wayland]
# required by app-text/evince-48.1::gentoo
# required by @selected
# required by @world (argument)
>=media-libs/mesa-25.3.3 abi_x86_32
# required by x11-libs/gtk+-3.24.51::gentoo[wayland]
# required by app-text/evince-48.1::gentoo
# required by @selected
# required by @world (argument)
>=x11-libs/libxkbcommon-1.13.1 abi_x86_32
# required by media-libs/mesa-25.3.3::gentoo
# required by media-libs/gst-plugins-base-1.24.13::gentoo[gles2,opengl]
# required by media-plugins/gst-plugins-cdparanoia-1.24.13::gentoo
# required by media-plugins/gst-plugins-meta-1.24.13::gentoo[cdda]
# required by app-emulation/wine-vanilla-11.0::gentoo[gstreamer]
# required by virtual/wine-0-r11::gentoo
# required by @selected
# required by @world (argument)
>=x11-libs/libdrm-2.4.131 abi_x86_32
# required by dev-libs/libxml2-2.15.1::gentoo[icu]
# required by media-libs/libgphoto2-2.5.32::gentoo
# required by kde-apps/kamera-25.08.3::gentoo
# required by kde-apps/kdegraphics-meta-25.08.3::gentoo
# required by kde-apps/kde-apps-meta-25.08.3::gentoo[graphics]
# required by @selected
# required by @world (argument)
>=dev-libs/icu-78.2 abi_x86_32
# required by dev-libs/libxml2-2.15.1::gentoo[icu]
# required by media-libs/libgphoto2-2.5.32::gentoo
# required by kde-apps/kamera-25.08.3::gentoo
# required by kde-apps/kdegraphics-meta-25.08.3::gentoo
# required by kde-apps/kde-apps-meta-25.08.3::gentoo[graphics]
# required by @selected
# required by @world (argument)
=dev-libs/icu-77.1 abi_x86_32
# required by gnome-base/librsvg-2.60.0::gentoo
# required by app-text/evince-48.1::gentoo
# required by @__auto_slot_operator_replace_installed__ (argument)
>=media-libs/harfbuzz-12.2.0 abi_x86_32
The emerge update is now rebuilding 373 packages, with some skipped due to dependency conflict... Hopefully I can get those resolved when the rebuilding has finished.

EDIT: That turned out to be a bad idea.. After it had finished I ran update again and there was a new ton of dependency conflicts... So I reverted the change and in stead used USE=-abi_x86_32 on wine-vanilla. Rebuilding again now..

EDIT2: Yay, it worked, all clean again.
Top
Post Reply

260 posts
  • Page 11 of 11
    • Jump to page:
  • Previous
  • 1
  • …
  • 7
  • 8
  • 9
  • 10
  • 11

Return to “Portage & Programming”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy