I have been using Linux for about a year. I have tried several distros and wanted to try gentoo on m media rigg. I love arch and have gottn used to it.
Then i tried Gentoo and i was way to impulsive. I have had lots of problems but managed to solve them. I have started to use the USE flags globaly and per package.
However. wathever I do I cant get rid of this:
Code: Select all
dev-qt/qtbase:6
(dev-qt/qtbase-6.9999:6/6.9999::gentoo, ebuild scheduled for merge) USE="X concurrent cups dbus eglfs gui icu libinput libproxy network opengl sql sqlite ssl udev vulkan wayland widgets xml (zstd) -accessibility -brotli -custom-cflags -evdev -gles2-only -gssapi -gtk -journald -mysql -nls -oci8 -odbc -postgres -renderdoc -sctp -syslog -test -tslib" ABI_X86="(64)" pulled in by
~dev-qt/qtbase-6.9999:6[gui] required by (dev-qt/qtshadertools-6.9999:6/6.9999::gentoo, ebuild scheduled for merge) USE="-custom-cflags -test" ABI_X86="(64)"
^ ^^^^^^^^
(and 4 more with the same problem)
(dev-qt/qtbase-6.8.2-r2:6/6.8.2::gentoo, ebuild scheduled for merge) USE="X concurrent cups dbus eglfs gui icu libinput libproxy network opengl sql sqlite ssl udev vulkan wayland widgets xml (zstd) -accessibility -brotli -custom-cflags -evdev -gles2-only -gssapi -gtk -journald -mysql -nls -oci8 -odbc -postgres -renderdoc -sctp -syslog -test -tslib" ABI_X86="(64)" pulled in by
~dev-qt/qtbase-6.8.2:6[accessibility=,gui,opengl,vulkan=,wayland] required by (dev-qt/qtwayland-6.8.2-r1:6/6.8.2::gentoo, ebuild scheduled for merge) USE="qml vulkan -accessibility -compositor -custom-cflags -gnome -test" ABI_X86="(64)"
^ ^^^^^^^
(and 7 more with the same problem)
dev-qt/qtdeclarative:6
(dev-qt/qtdeclarative-6.9999:6/6.9999::gentoo, ebuild scheduled for merge) USE="jit network opengl sql vulkan widgets -accessibility -custom-cflags -qmlls -ssl -svg" ABI_X86="(64)" pulled in by
~dev-qt/qtdeclarative-6.9999:6 required by (dev-qt/qt5compat-6.9999:6/6.9999::gentoo, ebuild scheduled for merge) USE="icu qml -custom-cflags -test" ABI_X86="(64)"
^ ^^^^^^^^
(dev-qt/qtdeclarative-6.8.2:6/6.8.2::gentoo, ebuild scheduled for merge) USE="jit network opengl sql vulkan widgets -accessibility -custom-cflags -qmlls -ssl -svg" ABI_X86="(64)" pulled in by
~dev-qt/qtdeclarative-6.8.2:6[widgets?] required by (dev-qt/qttools-6.8.2:6/6.8.2::gentoo, ebuild scheduled for merge) USE="assistant clang linguist opengl qdbus qml vulkan widgets (zstd) -custom-cflags -designer -distancefieldgenerator -gles2-only -pixeltool -qdoc -qmlls -qtattributionsscanner -qtdiag -qtplugininfo" ABI_X86="(64)" LLVM_SLOT="18 -17 -19"
^ ^^^^^^^
dev-qt/qtshadertools:6
(dev-qt/qtshadertools-6.9999:6/6.9999::gentoo, ebuild scheduled for merge) USE="-custom-cflags -test" ABI_X86="(64)" pulled in by
~dev-qt/qtshadertools-6.9999:6 required by (dev-qt/qt5compat-6.9999:6/6.9999::gentoo, ebuild scheduled for merge) USE="icu qml -custom-cflags -test" ABI_X86="(64)"
^ ^^^^^^^^
(and 1 more with the same problem)
(dev-qt/qtshadertools-6.8.2:6/6.8.2::gentoo, ebuild scheduled for merge) USE="-custom-cflags -test" ABI_X86="(64)" pulled in by
~dev-qt/qtshadertools-6.8.2:6 required by (dev-qt/qtdeclarative-6.8.2:6/6.8.2::gentoo, ebuild scheduled for merge) USE="jit network opengl sql vulkan widgets -accessibility -custom-cflags -qmlls -ssl -svg" ABI_X86="(64)"
^ ^^^^^^^
dev-qt/qtwayland:6
(dev-qt/qtwayland-6.9999:6/6.9999::gentoo, ebuild scheduled for merge) USE="qml vulkan -accessibility -compositor -custom-cflags -gnome -test" ABI_X86="(64)" pulled in by
~dev-qt/qtwayland-6.9999:6 required by (dev-qt/qtbase-6.9999:6/6.9999::gentoo, ebuild scheduled for merge) USE="X concurrent cups dbus eglfs gui icu libinput libproxy network opengl sql sqlite ssl udev vulkan wayland widgets xml (zstd) -accessibility -brotli -custom-cflags -evdev -gles2-only -gssapi -gtk -journald -mysql -nls -oci8 -odbc -postgres -renderdoc -sctp -syslog -test -tslib" ABI_X86="(64)"
^ ^^^^^^^^
(dev-qt/qtwayland-6.8.2-r1:6/6.8.2::gentoo, ebuild scheduled for merge) USE="qml vulkan -accessibility -compositor -custom-cflags -gnome -test" ABI_X86="(64)" pulled in by
~dev-qt/qtwayland-6.8.2:6 required by (dev-qt/qtbase-6.8.2-r2:6/6.8.2::gentoo, ebuild scheduled for merge) USE="X concurrent cups dbus eglfs gui icu libinput libproxy network opengl sql sqlite ssl udev vulkan wayland widgets xml (zstd) -accessibility -brotli -custom-cflags -evdev -gles2-only -gssapi -gtk -journald -mysql -nls -oci8 -odbc -postgres -renderdoc -sctp -syslog -test -tslib" ABI_X86="(64)"
I really need some help here! I dont understand why masking the 6.8.2 packages dosnet work!
[Administrator edit: added [code] tags to preserve output layout. -Hu]
Solved with:
emerge -C dev-qt/*
emerge -C kde-frameworks/*
and then emerge -uDNavt world
now its going again.


