I do not see why change profile to 13, the 17 profile work wellBudoka wrote:Do you think I can just change profile back to 13 and rebuild?

I do not see why change profile to 13, the 17 profile work wellBudoka wrote:Do you think I can just change profile back to 13 and rebuild?

Seems that qt-5.11.1 can't compile with glibc 2.28.Fix qmake build with glibc 2.28
We haven't yet run the configure checks to see if statx and renameat2
are present in glibc, so this fails when we redefine the structures and
functions.
linux/stat.h:56:8: error: redefinition of 'struct statx_timestamp'
bits/statx.h:25:8: note: previous definition of 'struct statx_timestamp'
qfilesystemengine_unix.cpp:110:12: error: 'int renameat2(int, const char*, int, const char*, unsigned int)' was declared 'extern' and later 'static' [-fpermissive]
Change-Id: Ia741b559c24d46c78fb2fffd1548a792d22e3368
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Reviewed-by: Jüri Valdmann <juri.valdmann@qt.io>
https://codereview.qt-project.org/#/c/236308/
Code: Select all
eix glibc
[I] sys-libs/glibc
Available versions: (2.2) [M]2.19-r1^s [M]**2.19-r2^s [M]2.20-r2^s [M]2.21-r2^s [M]2.22-r4^s [M]2.23-r4^s [M]~2.24-r4^s 2.25-r11^s{tbz2} 2.26-r7^s{tbz2} ~2.27-r4^s ~2.27-r5^s ~2.27-r6^s (**)2.28^s{tbz2} **9999^s
{audit caps cet compile-locales debug doc gd hardened headers-only +multiarch multilib nscd profile +rpc selinux suid systemtap test vanilla}
Installed versions: 2.28(2.2)^s{tbz2}(14:08:26 08/05/18)(multiarch multilib -audit -caps -cet -compile-locales -doc -gd -hardened -headers-only -nscd -profile -selinux -suid -systemtap -test -vanilla)
Homepage: https://www.gnu.org/software/libc/
Description: GNU libc C library

Code: Select all
In file included from /var/tmp/portage/dev-qt/qtcore-5.11.1/work/qtbase-everywhere-src-5.11.1/src/corelib/io/qfilesystemengine_unix.cpp:94:0:
/usr/include/linux/stat.h:18:8: error: redefinition of 'struct statx_timestamp'
struct statx_timestamp {
^~~~~~~~~~~~~~~
In file included from /usr/include/sys/stat.h:446:0,
from /var/tmp/portage/dev-qt/qtcore-5.11.1/work/qtbase-everywhere-src-5.11.1/mkspecs/linux-g++/qplatformdefs.h:75,
from /var/tmp/portage/dev-qt/qtcore-5.11.1/work/qtbase-everywhere-src-5.11.1/src/corelib/io/qfilesystemengine_unix.cpp:42:
/usr/include/bits/statx.h:25:8: note: previous definition of 'struct statx_timestamp'
struct statx_timestamp
^~~~~~~~~~~~~~~
In file included from /var/tmp/portage/dev-qt/qtcore-5.11.1/work/qtbase-everywhere-src-5.11.1/src/corelib/io/qfilesystemengine_unix.cpp:94:0:
/usr/include/linux/stat.h:61:8: error: redefinition of 'struct statx'
struct statx {
^~~~~
In file included from /usr/include/sys/stat.h:446:0,
from /var/tmp/portage/dev-qt/qtcore-5.11.1/work/qtbase-everywhere-src-5.11.1/mkspecs/linux-g++/qplatformdefs.h:75,
from /var/tmp/portage/dev-qt/qtcore-5.11.1/work/qtbase-everywhere-src-5.11.1/src/corelib/io/qfilesystemengine_unix.cpp:42:
/usr/include/bits/statx.h:36:8: note: previous definition of 'struct statx'
struct statx
^~~~~
/var/tmp/portage/dev-qt/qtcore-5.11.1/work/qtbase-everywhere-src-5.11.1/src/corelib/io/qfilesystemengine_unix.cpp: In function 'int renameat2(int, const char*, int, const char*, unsigned int)':
/var/tmp/portage/dev-qt/qtcore-5.11.1/work/qtbase-everywhere-src-5.11.1/src/corelib/io/qfilesystemengine_unix.cpp:110:12: error: 'int renameat2(int, const char*, int, const char*, unsigned int)' was declared 'extern' and later 'static' [-fpermissive]
static int renameat2(int oldfd, const char *oldpath, int newfd, const char *newpath, unsigned flags)
^~~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/cstdio:42:0,
from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/ext/string_conversions.h:43,
from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/basic_string.h:6349,
from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/string:52,
from /var/tmp/portage/dev-qt/qtcore-5.11.1/work/qtbase-everywhere-src-5.11.1/include/QtCore/../../src/corelib/tools/qbytearray.h:52,
from /var/tmp/portage/dev-qt/qtcore-5.11.1/work/qtbase-everywhere-src-5.11.1/include/QtCore/qbytearray.h:1,
from /var/tmp/portage/dev-qt/qtcore-5.11.1/work/qtbase-everywhere-src-5.11.1/include/QtCore/../../src/corelib/tools/qstring.h:49,
from /var/tmp/portage/dev-qt/qtcore-5.11.1/work/qtbase-everywhere-src-5.11.1/include/QtCore/qstring.h:1,
from /var/tmp/portage/dev-qt/qtcore-5.11.1/work/qtbase-everywhere-src-5.11.1/include/QtCore/../../src/corelib/io/qiodevice.h:50,
from /var/tmp/portage/dev-qt/qtcore-5.11.1/work/qtbase-everywhere-src-5.11.1/include/QtCore/qiodevice.h:1,
from /var/tmp/portage/dev-qt/qtcore-5.11.1/work/qtbase-everywhere-src-5.11.1/include/QtCore/../../src/corelib/io/qfiledevice.h:43,
from /var/tmp/portage/dev-qt/qtcore-5.11.1/work/qtbase-everywhere-src-5.11.1/include/QtCore/qfiledevice.h:1,
from /var/tmp/portage/dev-qt/qtcore-5.11.1/work/qtbase-everywhere-src-5.11.1/src/corelib/io/qfile.h:44,
from /var/tmp/portage/dev-qt/qtcore-5.11.1/work/qtbase-everywhere-src-5.11.1/src/corelib/io/qfilesystemengine_p.h:54,
from /var/tmp/portage/dev-qt/qtcore-5.11.1/work/qtbase-everywhere-src-5.11.1/src/corelib/io/qfilesystemengine_unix.cpp:43:
/usr/include/stdio.h:164:12: note: previous declaration of 'int renameat2(int, const char*, int, const char*, unsigned int)'
extern int renameat2 (int __oldfd, const char *__old, int __newfd,
^~~~~~~~~
/var/tmp/portage/dev-qt/qtcore-5.11.1/work/qtbase-everywhere-src-5.11.1/src/corelib/io/qfilesystemengine_unix.cpp:115:12: error: 'int statx(int, const char*, int, unsigned int, statx*)' was declared 'extern' and later 'static' [-fpermissive]
static int statx(int dirfd, const char *pathname, int flag, unsigned mask, struct statx *statxbuf)
^~~~~
In file included from /usr/include/sys/stat.h:446:0,
from /var/tmp/portage/dev-qt/qtcore-5.11.1/work/qtbase-everywhere-src-5.11.1/mkspecs/linux-g++/qplatformdefs.h:75,
from /var/tmp/portage/dev-qt/qtcore-5.11.1/work/qtbase-everywhere-src-5.11.1/src/corelib/io/qfilesystemengine_unix.cpp:42:
/usr/include/bits/statx.h:87:5: note: previous declaration of 'int statx(int, const char*, int, unsigned int, statx*)'
int statx (int __dirfd, const char *__restrict __path, int __flags,
^~~~~
gmake: *** [Makefile:422: qfilesystemengine_unix.o] Error 1
gmake: *** Waiting for unfinished jobs....
Code: Select all
=kde-apps/kdebase-meta-18.08.1
=kde-plasma/plasma-meta-5.13.5
=kde-plasma/plasma-desktop-5.13.5
=dev-qt/qt*-5.11.1

Hu wrote:What is the output of emerge --pretend --verbose sys-libs/glibc sys-kernel/linux-headers after you get the compilation error?
Code: Select all
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild UD ] sys-kernel/linux-headers-4.13::gentoo [4.17::gentoo] USE="-headers-only" 0 KiB
[ebuild UD ] sys-libs/glibc-2.26-r7:2.2::gentoo [2.28:2.2::gentoo] USE="(multilib) -audit -caps -debug% -doc -gd (-hardened) -headers-only -nscd -profile (-selinux) -suid -systemtap (-vanilla) (-cet%) (-compile-locales%) (-multiarch%*) (-test%)" 405 KiB
Total: 2 packages (2 downgrades), Size of downloads: 405 KiB
Code: Select all
Calculating dependencies... done!
[ebuild UD ] sys-libs/glibc-2.27-r6:2.2::gentoo [2.28:2.2::gentoo] USE="multiarch (multilib) -audit -caps (-compile-locales) -doc -gd (-hardened) -headers-only -nscd -profile (-selinux) -suid -systemtap (-vanilla) (-cet%) (-test%)" 163 KiB
[ebuild R ] sys-kernel/linux-headers-4.17::gentoo USE="-headers-only" 0 KiB
Total: 2 packages (1 downgrade, 1 reinstall), Size of downloads: 163 KiB
Yeah, I did screw up, thanks for pointing that out, it would have kept causing problems. I have no idea what I was doing there.asturm wrote:No, absolutely not. You must have put an entry into package.accept_keywords for that to happen.blackkstar wrote:Yeah, but when you go to update, glibc updates to 2.28



Code: Select all
emerge -auvND --with-bdeps=y --keep-going @worldCode: Select all
dev-qt/qtcore-5.14.2:5/5.14.2::gentoo
dev-qt/qtnetwork-5.14.2:5/5.14::gentoo
dev-qt/qtdbus-5.14.2:5/5.14::gentoo
dev-qt/qtgui-5.14.2:5/5.14.2::gentoo
dev-qt/qtx11extras-5.14.2:5/5.14::gentoo
dev-qt/qtwidgets-5.14.2:5/5.14::gentoo
dev-qt/qtdiag-5.14.2:5/5.14::gentooCode: Select all
--backtrack=30Code: Select all
--backtrack=1000Code: Select all
emerge --oneshot =dev-qt/qtcore-5.14.2:5/5.14.2 =dev-qt/qtnetwork-5.14.2:5/5.14 =dev-qt/qtdbus-5.14.2:5/5.14 =dev-qt/qtgui-5.14.2:5/5.14.2 =dev-qt/qtx11extras-5.14.2:5/5.14 =dev-qt/qtwidgets-5.14.2:5/5.14 =dev-qt/qtdiag-5.14.2:5/5.14
Code: Select all
/usr/lib/python3.7/site-packages/portage/package/ebuild/_config/KeywordsManager.py:70: UserWarning: /etc/portage/package.keywords is deprecated, use /etc/portage/package.accept_keywords instead
UserWarning)
I've been meaning to fix the pack.accept_keywords...I finally did it.fedeliallalinea wrote:First rename your /etc/portage/package.keywords in /etc/portage/package.accept_keywords.Code: Select all
/usr/lib/python3.7/site-packages/portage/package/ebuild/_config/KeywordsManager.py:70: UserWarning: /etc/portage/package.keywords is deprecated, use /etc/portage/package.accept_keywords instead UserWarning)
You are in a stable system and if you want install keyworded qt you should unmask all package (qt must have same version) so add dev-qt/* in /etc/portage/package.accept_keywords

In short, all the installed Qt package versions must match.imieinazwisko wrote:Basically I unmasked all unstable dev-qt packages? What clued you in to needing to unmask the packages? Usually portage complains to me about the ~amd64 keyword missing so I know I need to unmask something. Usually I like to keep as much as I can on stable. I tried to go all ~amd64 but had a bad experience. I'm apprehensive about having all of dev-qt unmasked.

I was going through my package.accept_keywords file and those initial Qt packages that were causing problems had been unmasked for something. I do have some unstable packages installed. Most of the time I unmask things manually but the last couple times I decided to try the "autounmask" feature of portage. Based on the comments it leaves it appears to be Zoom video that originally required some Qt 5.14.2 files. I only had XFCE installed at the time. I decided to try KDE and that brings in many more Qt packages which caused the conflict.Chiitoo wrote:In short, all the installed Qt package versions must match.imieinazwisko wrote:Basically I unmasked all unstable dev-qt packages? What clued you in to needing to unmask the packages? Usually portage complains to me about the ~amd64 keyword missing so I know I need to unmask something. Usually I like to keep as much as I can on stable. I tried to go all ~amd64 but had a bad experience. I'm apprehensive about having all of dev-qt unmasked.
However, you should /not/ need to add keywords to packages when running 'stable', which directly leads us to the cause: some package has been (allowed to be) '~amd64', which in turn requires more 'unstable' packages.
So, if you don't know that you want/need them unmasked, you should not need to unmask them.
It's fine to mix /some/ 'unstable' with 'stable', depending on the package, but it can lead into weird-looking problems like this.
I personally found 'stable' very boring, and switched to fully 'unstable' almost 10 years ago. It's been pretty boring too, though in a good way. :]
net-im/zoom depends on dev-qt/qtdiag which is not stable. autounmask would have tried to unmask the latest available version of dev-qt/qtdiag because it does not know better and that was 5.14.2, while only Qt 5.14.1 is currently stable. dev-qt/qtdiag-5.14.2 itself depends on 5.14.2 versions of Qt so that's why autounmask required you to add even more Qt packages to package.accept_keywords.imieinazwisko wrote:Based on the comments it leaves it appears to be Zoom video that originally required some Qt 5.14.2 files.
Code: Select all
emerge --ask --verbose --keep-going dde-base/dde-metaCode: Select all
Total: 445 packages (4 downgrades, 441 new), Size of downloads: 1,849,731 KiB
!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:
dev-qt/qtgui:5
(dev-qt/qtgui-5.15.1:5/5.15.1::gentoo, installed) USE="X dbus egl gif jpeg libinput png udev -accessibility -debug -eglfs -evdev -gles2-only -ibus -test -tslib -tuio -vnc -vulkan -wayland" ABI_X86="(64)" pulled in by
~dev-qt/qtgui-5.15.1[gles2-only=] required by (dev-qt/qtprintsupport-5.15.1:5/5.15::gentoo, ebuild scheduled for merge) USE="cups -debug -gles2-only -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtgui-5.15.1[gles2-only=] required by (dev-qt/qtmultimedia-5.15.1:5/5.15::gentoo, ebuild scheduled for merge) USE="alsa gstreamer widgets -debug -gles2-only -openal -pulseaudio -qml -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtgui-5.15.1[-gles2-only] required by (dev-qt/qtwayland-5.15.1:5/5.15::gentoo, ebuild scheduled for merge) USE="X -debug -test -vulkan" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtgui-5.15.1 required by (dev-qt/qtquickcontrols2-5.15.1:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -test -widgets" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtgui-5.15.1 required by (dev-qt/qtgraphicaleffects-5.15.1:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtgui-5.15.1 required by (dev-qt/qtquickcontrols-5.15.1:5/5.15::gentoo, ebuild scheduled for merge) USE="widgets -debug -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtgui-5.15.1:5=[gles2-only=,vulkan=] required by (dev-qt/qtdeclarative-5.15.1:5/5.15::gentoo, ebuild scheduled for merge) USE="jit widgets -debug -gles2-only -localstorage -test -vulkan" ABI_X86="(64)"
^ ^^^^^^^^^
~dev-qt/qtgui-5.15.1:5= required by (dev-qt/designer-5.15.1:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -declarative -test -webkit" ABI_X86="(64)"
^ ^^^^^^^^^
~dev-qt/qtgui-5.15.1 required by (dev-qt/qtvirtualkeyboard-5.15.1:5/5.15::gentoo, ebuild scheduled for merge) USE="X spell -debug -handwriting -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtgui-5.15.1 required by (dev-qt/qtimageformats-5.15.1:5/5.15::gentoo, ebuild scheduled for merge) USE="mng -debug -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtgui-5.15.1[gles2-only=,png=,X?] required by (dev-qt/qtwidgets-5.15.1:5/5.15::gentoo, installed) USE="X gtk png -debug -gles2-only -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtgui-5.15.1 required by (dev-qt/qtwebengine-5.15.1:5/5.15::gentoo, ebuild scheduled for merge) USE="alsa system-ffmpeg system-icu widgets -bindist -debug -designer -geolocation -jumbo-build -kerberos -pulseaudio -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtgui-5.15.1[dbus] required by (dev-qt/qtwidgets-5.15.1:5/5.15::gentoo, installed) USE="X gtk png -debug -gles2-only -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtgui-5.15.1[X] required by (dev-qt/qtx11extras-5.15.1:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtgui-5.15.1[egl,libinput,vulkan=] required by (dev-qt/qtwayland-5.15.1:5/5.15::gentoo, ebuild scheduled for merge) USE="X -debug -test -vulkan" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtgui-5.15.1[gles2-only=] required by (dev-qt/qtopengl-5.15.1:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -gles2-only -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtgui-5.15.1 required by (dev-qt/qtsvg-5.15.1:5/5.15::gentoo, installed) USE="-debug -test" ABI_X86="(64)"
^ ^^^^^^
(dev-qt/qtgui-5.15.0-r1:5/5.15.0::gentoo, ebuild scheduled for merge) USE="X dbus egl gif jpeg libinput png udev -accessibility -debug -eglfs -evdev -gles2-only -ibus -test -tslib -tuio -vnc -vulkan -wayland" ABI_X86="(64)" pulled in by
~dev-qt/qtgui-5.15.0 required by (dev-qt/qtxcb-private-headers-5.15.0:5/5.15::deepin, ebuild scheduled for merge) USE="-debug -test" ABI_X86="(64)"
^ ^^^^^^
dev-qt/qtcore:5
(dev-qt/qtcore-5.15.1:5/5.15.1::gentoo, installed) USE="icu -debug -old-kernel -systemd -test" ABI_X86="(64)" pulled in by
~dev-qt/qtcore-5.15.1:5= required by (dev-qt/designer-5.15.1:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -declarative -test -webkit" ABI_X86="(64)"
^ ^^^^^^^^^
~dev-qt/qtcore-5.15.1:5/5.15.1= required by (dev-qt/qttest-5.15.1:5/5.15::gentoo, installed) USE="-debug -test" ABI_X86="(64)"
^ ^^^^^^^^^^
~dev-qt/qtcore-5.15.1:5= required by (dev-qt/qtopengl-5.15.1:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -gles2-only -test" ABI_X86="(64)"
^ ^^^^^^^^^
~dev-qt/qtcore-5.15.1 required by (dev-qt/qtscript-5.15.1:5/5.15::gentoo, ebuild scheduled for merge) USE="jit -debug -scripttools -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtcore-5.15.1 required by (dev-qt/qtdeclarative-5.15.1:5/5.15::gentoo, ebuild scheduled for merge) USE="jit widgets -debug -gles2-only -localstorage -test -vulkan" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtcore-5.15.1 required by (dev-qt/qtsensors-5.15.1:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -qml -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtcore-5.15.1 required by (dev-qt/qtgraphicaleffects-5.15.1:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtcore-5.15.1:5/5.15.1= required by (dev-qt/qtgui-5.15.1:5/5.15.1::gentoo, installed) USE="X dbus egl gif jpeg libinput png udev -accessibility -debug -eglfs -evdev -gles2-only -ibus -test -tslib -tuio -vnc -vulkan -wayland" ABI_X86="(64)"
^ ^^^^^^^^^^
~dev-qt/qtcore-5.15.1:5= required by (dev-qt/qtconcurrent-5.15.1:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -test" ABI_X86="(64)"
^ ^^^^^^^^^
~dev-qt/qtcore-5.15.1 required by (dev-qt/qtwebchannel-5.15.1:5/5.15::gentoo, ebuild scheduled for merge) USE="qml -debug -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtcore-5.15.1:5/5.15.1= required by (dev-qt/qtdbus-5.15.1:5/5.15::gentoo, installed) USE="-debug -test" ABI_X86="(64)"
^ ^^^^^^^^^^
~dev-qt/qtcore-5.15.1 required by (dev-qt/qtmultimedia-5.15.1:5/5.15::gentoo, ebuild scheduled for merge) USE="alsa gstreamer widgets -debug -gles2-only -openal -pulseaudio -qml -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtcore-5.15.1 required by (dev-qt/qtwayland-5.15.1:5/5.15::gentoo, ebuild scheduled for merge) USE="X -debug -test -vulkan" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtcore-5.15.1:5/5.15.1= required by (dev-qt/qtwidgets-5.15.1:5/5.15::gentoo, installed) USE="X gtk png -debug -gles2-only -test" ABI_X86="(64)"
^ ^^^^^^^^^^
~dev-qt/qtcore-5.15.1:5= required by (dev-qt/linguist-tools-5.15.1:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -qml -test" ABI_X86="(64)"
^ ^^^^^^^^^
~dev-qt/qtcore-5.15.1 required by (dev-qt/qtsvg-5.15.1:5/5.15::gentoo, installed) USE="-debug -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtcore-5.15.1 required by (dev-qt/qtxmlpatterns-5.15.1:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -qml -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtcore-5.15.1 required by (dev-qt/qtvirtualkeyboard-5.15.1:5/5.15::gentoo, ebuild scheduled for merge) USE="X spell -debug -handwriting -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtcore-5.15.1 required by (dev-qt/qtx11extras-5.15.1:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtcore-5.15.1:5= required by (dev-qt/qtnetwork-5.15.1:5/5.15::gentoo, ebuild scheduled for merge) USE="networkmanager ssl -bindist -connman -debug -gssapi -libproxy -libressl -sctp -test" ABI_X86="(64)"
^ ^^^^^^^^^
~dev-qt/qtcore-5.15.1:5= required by (dev-qt/qttest-5.15.1:5/5.15::gentoo, installed) USE="-debug -test" ABI_X86="(64)"
^ ^^^^^^^^^
~dev-qt/qtcore-5.15.1 required by (dev-qt/qtimageformats-5.15.1:5/5.15::gentoo, ebuild scheduled for merge) USE="mng -debug -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtcore-5.15.1:5= required by (dev-qt/qtprintsupport-5.15.1:5/5.15::gentoo, ebuild scheduled for merge) USE="cups -debug -gles2-only -test" ABI_X86="(64)"
^ ^^^^^^^^^
~dev-qt/qtcore-5.15.1 required by (dev-qt/qtwebengine-5.15.1:5/5.15::gentoo, ebuild scheduled for merge) USE="alsa system-ffmpeg system-icu widgets -bindist -debug -designer -geolocation -jumbo-build -kerberos -pulseaudio -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtcore-5.15.1:5= required by (dev-qt/qtgui-5.15.1:5/5.15.1::gentoo, installed) USE="X dbus egl gif jpeg libinput png udev -accessibility -debug -eglfs -evdev -gles2-only -ibus -test -tslib -tuio -vnc -vulkan -wayland" ABI_X86="(64)"
^ ^^^^^^^^^
~dev-qt/qtcore-5.15.1 required by (dev-qt/qdbus-5.15.1:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtcore-5.15.1 required by (dev-qt/qtquickcontrols2-5.15.1:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -test -widgets" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtcore-5.15.1:5= required by (dev-qt/qtdbus-5.15.1:5/5.15::gentoo, installed) USE="-debug -test" ABI_X86="(64)"
^ ^^^^^^^^^
~dev-qt/qtcore-5.15.1 required by (dev-qt/qtquickcontrols-5.15.1:5/5.15::gentoo, ebuild scheduled for merge) USE="widgets -debug -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtcore-5.15.1:5= required by (dev-qt/qtwidgets-5.15.1:5/5.15::gentoo, installed) USE="X gtk png -debug -gles2-only -test" ABI_X86="(64)"
^ ^^^^^^^^^
~dev-qt/qtcore-5.15.1:5= required by (dev-qt/qtsql-5.15.1:5/5.15.1::gentoo, ebuild scheduled for merge) USE="sqlite -debug -freetds -mysql -oci8 -odbc -postgres -test" ABI_X86="(64)"
^ ^^^^^^^^^
~dev-qt/qtcore-5.15.1:5= required by (dev-qt/qtxml-5.15.1:5/5.15::gentoo, installed) USE="-debug -test" ABI_X86="(64)"
^ ^^^^^^^^^
~dev-qt/qtcore-5.15.1:5/5.15.1= required by (dev-qt/qtxml-5.15.1:5/5.15::gentoo, installed) USE="-debug -test" ABI_X86="(64)"
^ ^^^^^^^^^^
(dev-qt/qtcore-5.15.0:5/5.15.0::gentoo, ebuild scheduled for merge) USE="icu -debug -old-kernel -systemd -test" ABI_X86="(64)" pulled in by
~dev-qt/qtcore-5.15.0:5= required by (dev-qt/qtdbus-5.15.0:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -test" ABI_X86="(64)"
^ ^^^^^^^^^
~dev-qt/qtcore-5.15.0:5= required by (dev-qt/qtgui-5.15.0-r1:5/5.15.0::gentoo, ebuild scheduled for merge) USE="X dbus egl gif jpeg libinput png udev -accessibility -debug -eglfs -evdev -gles2-only -ibus -test -tslib -tuio -vnc -vulkan -wayland" ABI_X86="(64)"
^ ^^^^^^^^^
dev-qt/qtdbus:5
(dev-qt/qtdbus-5.15.1:5/5.15::gentoo, installed) USE="-debug -test" ABI_X86="(64)" pulled in by
~dev-qt/qtdbus-5.15.1 required by (dev-qt/qdbus-5.15.1:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtdbus-5.15.1 required by (dev-qt/qtsensors-5.15.1:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -qml -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtdbus-5.15.1 required by (dev-qt/qtnetwork-5.15.1:5/5.15::gentoo, ebuild scheduled for merge) USE="networkmanager ssl -bindist -connman -debug -gssapi -libproxy -libressl -sctp -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtdbus-5.15.1 required by (dev-qt/qtgui-5.15.1:5/5.15.1::gentoo, installed) USE="X dbus egl gif jpeg libinput png udev -accessibility -debug -eglfs -evdev -gles2-only -ibus -test -tslib -tuio -vnc -vulkan -wayland" ABI_X86="(64)"
^ ^^^^^^
(dev-qt/qtdbus-5.15.0:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -test" ABI_X86="(64)" pulled in by
~dev-qt/qtdbus-5.15.0 required by (dev-qt/qtgui-5.15.0-r1:5/5.15.0::gentoo, ebuild scheduled for merge) USE="X dbus egl gif jpeg libinput png udev -accessibility -debug -eglfs -evdev -gles2-only -ibus -test -tslib -tuio -vnc -vulkan -wayland" ABI_X86="(64)"Code: Select all
emerge --info Code: Select all
Portage 3.0.8 (python 3.7.9-final-0, default/linux/amd64/17.1/desktop, gcc-10.2.0, glibc-2.32-r1, 5.8.10-gentoo-x86_64 x86_64)
=================================================================
System uname: Linux-5.8.10-gentoo-x86_64-x86_64-Intel-R-_Core-TM-_i5-2520M_CPU_@_2.50GHz-with-gentoo-2.7
KiB Mem: 16348644 total, 14864468 free
KiB Swap: 524284 total, 524284 free
Timestamp of repository gentoo: Tue, 22 Sep 2020 20:30:01 +0000
Head commit of repository gentoo: 1fb3653eda7234dd86981d5632a9a31b7432d29f
Head commit of repository deepin: 7cbf1bf986c07987158c32b2e8e854bf77f39798
sh bash 5.0_p18
ld GNU ld (Gentoo 2.34 p6) 2.34.0
app-shells/bash: 5.0_p18::gentoo
dev-lang/perl: 5.30.3-r1::gentoo
dev-lang/python: 2.7.18-r3::gentoo, 3.7.9::gentoo, 3.8.5::gentoo, 3.9.0_rc2::gentoo
dev-util/cmake: 3.18.2::gentoo
sys-apps/baselayout: 2.7::gentoo
sys-apps/openrc: 0.42.1::gentoo
sys-apps/sandbox: 2.20::gentoo
sys-devel/autoconf: 2.13-r1::gentoo, 2.69-r5::gentoo
sys-devel/automake: 1.16.2::gentoo
sys-devel/binutils: 2.34-r2::gentoo
sys-devel/gcc: 10.2.0-r1::gentoo
sys-devel/gcc-config: 2.3.2::gentoo
sys-devel/libtool: 2.4.6-r6::gentoo
sys-devel/make: 4.3::gentoo
sys-kernel/linux-headers: 5.8::gentoo (virtual/os-headers)
sys-libs/glibc: 2.32-r1::gentoo
Repositories:
gentoo
location: /var/db/repos/gentoo
sync-type: rsync
sync-uri: rsync://rsync.gentoo.org/gentoo-portage
priority: -1000
sync-rsync-verify-jobs: 1
sync-rsync-verify-max-age: 24
sync-rsync-verify-metamanifest: yes
sync-rsync-extra-opts:
deepin
location: /var/db/repos/deepin
sync-type: git
sync-uri: https://github.com/zhtengw/deepin-overlay.git
masters: gentoo
x-portage
location: /usr/local/portage
masters: gentoo
priority: 0
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=sandybridge -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /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/sandbox.d /etc/terminfo"
CXXFLAGS="-march=sandybridge -O2 -pipe"
DISTDIR="/var/cache/distfiles"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY 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"
FCFLAGS="-march=sandybridge -O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs 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=sandybridge -O2 -pipe"
GENTOO_MIRRORS="http://www.gtlib.gatech.edu/pub/gentoo rsync://rsync.gtlib.gatech.edu/gentoo"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j3"
PKGDIR="/var/cache/binpkgs"
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"
USE="X a52 aac acl acpi alsa amd64 bash-completion berkdb bluetooth branding bzip2 cairo cdda cdr clamav cli crypt cups curl dbus dedicated dga dri dts dvd dvdr elogind emboss encode exif fbcon ffmpeg flac fortran gdbm geoip gif gpm gstreamers gtk gui gzip iconv icu ipv6 jpeg lame lcms ldap libglvnd libnotify libtirpc lm-sensors mad matroska mng mp3 mp4 mpeg mplayer multilib ncurses networkmanager nls nptl ogg opengl openmp pam pango pcre pdf perl png policykit ppds qt5 readline sdl seccomp spell split-usr ssl startup-notification svg syslog tcpd threads tiff truetype udev udisks unicode upower usb videos vorbis wifi wxwidgets x264 xattr xcb xml xv xvid zlib" ABI_X86="64" ADA_TARGET="gnat_2018" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" 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" 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" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-2 php7-3 php7-4" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_7" PYTHON_TARGETS="python2_7 python3_7" RUBY_TARGETS="ruby25 ruby26" USERLAND="GNU" VIDEO_CARDS="radeon" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset: CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Code: Select all
# emerge -a --backtrack=900 --deep --newuse --update @world --exclude hikari
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild U ] dev-python/chardet-4.0.0 [3.0.4-r1]
[ebuild U ] app-admin/sudo-1.9.5_p1 [1.9.5]
WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict:
dev-qt/qtcore:5
(dev-qt/qtcore-5.15.2-r2:5/5.15.2::gentoo, ebuild scheduled for merge) USE="icu -debug -old-kernel -systemd -test" ABI_X86="(64)" conflicts with
~dev-qt/qtcore-5.15.1:5/5.15.1= required by (dev-qt/qtwidgets-5.15.1:5/5.15::gentoo, installed) USE="X gtk png -debug -gles2-only -test" ABI_X86="(64)"
^ ^^^^^^^^^^
~dev-qt/qtcore-5.15.1 required by (dev-qt/qtquicktimeline-5.15.1:5/5.15::gentoo, installed) USE="-debug -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtcore-5.15.1:5/5.15.1= required by (dev-qt/qtdbus-5.15.1:5/5.15::gentoo, installed) USE="-debug -test" ABI_X86="(64)"
^ ^^^^^^^^^^
~dev-qt/qtcore-5.15.1:5/5.15.1= required by (dev-qt/qtgui-5.15.1-r1:5/5.15.1::gentoo, installed) USE="X dbus egl gif jpeg libinput png udev wayland -accessibility -debug -eglfs -evdev -gles2-only -ibus -test -tslib -tuio -vnc -vulkan" ABI_X86="(64)"
^ ^^^^^^^^^^
>=dev-qt/qtcore-5.15.1:5/5.15.1= required by (kde-frameworks/kxmlgui-5.77.0-r1:5/5.77::gentoo, installed) USE="-debug -designer -doc -test" ABI_X86="(64)"
^^^^^^^^^^
~dev-qt/qtcore-5.15.1 required by (dev-qt/qtwayland-5.15.1:5/5.15::gentoo, installed) USE="X -debug -test -vulkan" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtcore-5.15.1:5/5.15.1= required by (dev-qt/qtnetwork-5.15.1-r1:5/5.15::gentoo, installed) USE="ssl -bindist -connman -debug -gssapi -libproxy -libressl -networkmanager -sctp -test" ABI_X86="(64)"
^ ^^^^^^^^^^
~dev-qt/qtcore-5.15.1:5/5.15.1= required by (dev-qt/qttest-5.15.1:5/5.15::gentoo, installed) USE="-debug -test" ABI_X86="(64)"
^ ^^^^^^^^^^
~dev-qt/qtcore-5.15.1 required by (dev-qt/qtdeclarative-5.15.1:5/5.15::gentoo, installed) USE="jit widgets -debug -gles2-only -localstorage -test -vulkan" ABI_X86="(64)"
^ ^^^^^^
dev-libs/icu:0
(dev-libs/icu-68.2:0/68.2::gentoo, ebuild scheduled for merge) USE="-debug -doc -examples -static-libs" ABI_X86="32 (64) (-x32)" conflicts with
dev-libs/icu:0/67.1= required by (dev-qt/qtcore-5.15.1-r1:5/5.15.1::gentoo, installed) USE="icu -debug -old-kernel -systemd -test" ABI_X86="(64)"
^^^^^^^^
!!! The following update(s) have been skipped due to unsatisfied dependencies
!!! triggered by backtracking:
dev-qt/qtxml:5
dev-qt/qtopengl:5
dev-qt/qtconcurrent:5
dev-qt/qttest:5
dev-qt/qtwidgets:5
dev-qt/qtgui:5
dev-qt/qtx11extras:5
dev-qt/qtsvg:5
dev-qt/linguist-tools:5
dev-qt/qtimageformats:5
dev-qt/qtprintsupport:5
dev-qt/qtquickcontrols:5
dev-qt/qtgraphicaleffects:5
dev-qt/qtquickcontrols2:5
dev-qt/qtmultimedia:5
dev-qt/qthelp:5
dev-qt/designer:5
dev-qt/qtxmlpatterns:5
dev-qt/qtsql:5
dev-qt/qtscript:5
Would you like to merge these packages? [Yes/No]
Code: Select all
~dev-qt/qtcore-${PV}:5=Code: Select all
# emerge -uDNav --with-bdeps=y --verbose-conflicts --keep-going --backtrack=30 --autounmask-backtrack=y system world
These are the packages that would be merged, in order:
Calculating dependencies -
... done!
[ebuild U ] dev-qt/qtcore-5.15.2-r2:5/5.15.2::gentoo [5.15.1-r1:5/5.15.1::gentoo] USE="icu -debug -old-kernel -systemd -test" 49.004 KiB
[ebuild U ] dev-qt/qtnetwork-5.15.2-r1:5/5.15::gentoo [5.15.1-r1:5/5.15::gentoo] USE="ssl -bindist -connman -debug -gssapi -libproxy -libressl -networkmanager -sctp -test" 0 KiB
[ebuild U ] dev-qt/qtxml-5.15.2:5/5.15::gentoo [5.15.1:5/5.15::gentoo] USE="-debug -test" 0 KiB
[ebuild U ] dev-qt/qtdbus-5.15.2:5/5.15::gentoo [5.15.1:5/5.15::gentoo] USE="-debug -test" 0 KiB
[ebuild U ] dev-qt/qttest-5.15.2:5/5.15::gentoo [5.15.1:5/5.15::gentoo] USE="-debug -test" 0 KiB
[ebuild U ] dev-qt/qtconcurrent-5.15.2:5/5.15::gentoo [5.15.1:5/5.15::gentoo] USE="-debug -test" 0 KiB
[ebuild U ] dev-qt/qtsql-5.15.2:5/5.15.2::gentoo [5.15.1:5/5.15.1::gentoo] USE="mysql sqlite -debug -freetds -oci8 -odbc -postgres -test" 0 KiB
[ebuild U ] dev-qt/qtpaths-5.15.2:5/5.15::gentoo [5.15.1:5/5.15::gentoo] USE="-debug -test" 8.687 KiB
[ebuild U ] dev-qt/qtscript-5.15.2:5/5.15::gentoo [5.15.1:5/5.15::gentoo] USE="jit -debug -scripttools -test" 2.601 KiB
[ebuild U ] dev-qt/qtspeech-5.15.2:5/5.15::gentoo [5.15.1:5/5.15::gentoo] USE="-debug -test" 100 KiB
[ebuild U ] dev-qt/linguist-tools-5.15.2:5/5.15::gentoo [5.15.1:5/5.15::gentoo] USE="-debug -qml -test" 0 KiB
[ebuild U ] dev-qt/qdbus-5.15.2:5/5.15::gentoo [5.15.1:5/5.15::gentoo] USE="-debug -test" 0 KiB
[ebuild U ] dev-qt/qtxmlpatterns-5.15.2:5/5.15::gentoo [5.15.1:5/5.15::gentoo] USE="-debug -qml -test" 5.088 KiB
[ebuild U ] dev-qt/qtsensors-5.15.2:5/5.15::gentoo [5.15.1:5/5.15::gentoo] USE="-debug -qml -test" 2.009 KiB
[ebuild U ] dev-qt/qttranslations-5.15.2:5/5.15::gentoo [5.15.1:5/5.15::gentoo] USE="-debug -test" 1.387 KiB
[ebuild U ] dev-qt/qtgui-5.15.2-r1:5/5.15.2::gentoo [5.15.1-r1:5/5.15.1::gentoo] USE="X dbus egl gif jpeg libinput png udev -accessibility -debug -eglfs -evdev -gles2-only -ibus* -test -tslib -tuio -vnc -vulkan -wayland" 0 KiB
[ebuild U ] dev-qt/qtwidgets-5.15.2:5/5.15::gentoo [5.15.1:5/5.15::gentoo] USE="X gtk png -debug -gles2-only -test" 0 KiB
[ebuild U ] dev-qt/qtx11extras-5.15.2:5/5.15::gentoo [5.15.1:5/5.15::gentoo] USE="-debug -test" 141 KiB
[ebuild U ] dev-qt/qtsvg-5.15.2:5/5.15::gentoo [5.15.1:5/5.15::gentoo] USE="-debug -test" 1.843 KiB
[ebuild U ] dev-qt/qtprintsupport-5.15.2:5/5.15::gentoo [5.15.1:5/5.15::gentoo] USE="cups -debug -gles2-only -test" 0 KiB
[ebuild U ] dev-qt/qtopengl-5.15.2:5/5.15::gentoo [5.15.1:5/5.15::gentoo] USE="-debug -gles2-only -test" 0 KiB
[ebuild U ] dev-qt/designer-5.15.2:5/5.15::gentoo [5.15.1:5/5.15::gentoo] USE="-debug -declarative -test (-webkit%)" 0 KiB
[ebuild U ] dev-qt/qtimageformats-5.15.2:5/5.15::gentoo [5.15.1:5/5.15::gentoo] USE="mng -debug -test" 1.765 KiB
[ebuild U ] kde-frameworks/kcoreaddons-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="nls -debug -doc (-fam) -test" 394 KiB
[ebuild U ] kde-frameworks/karchive-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="-debug -doc -test" 961 KiB
[ebuild U ] kde-frameworks/kdbusaddons-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="X nls -debug -doc -test" 42 KiB
[ebuild U ] kde-frameworks/kcodecs-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="nls -debug -doc -test" 223 KiB
[ebuild U ] kde-frameworks/attica-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="-debug -doc -test" 65 KiB
[ebuild U ] kde-frameworks/threadweaver-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="-debug -doc -test" 1.378 KiB
[ebuild U ] dev-qt/qtbluetooth-5.15.2:5/5.15::gentoo [5.15.1:5/5.15::gentoo] USE="-debug -qml -test" 2.750 KiB
[ebuild U ] dev-qt/qtdeclarative-5.15.2:5/5.15::gentoo [5.15.1:5/5.15::gentoo] USE="jit widgets -debug -gles2-only -localstorage -test -vulkan" 21.055 KiB
[ebuild U ] dev-libs/icu-68.2:0/68.2::gentoo [67.1:0/67.1::gentoo] USE="-debug -doc -examples -static-libs" ABI_X86="32 (64) (-x32)" 24.158 KiB
[ebuild U ] dev-qt/qtmultimedia-5.15.2:5/5.15::gentoo [5.15.1:5/5.15::gentoo] USE="alsa gstreamer widgets -debug -gles2-only -openal -pulseaudio -qml -test" 3.739 KiB
[ebuild U ] kde-frameworks/ki18n-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="-debug -doc -test" PYTHON_SINGLE_TARGET="python3_8 -python3_7 -python3_9" 577 KiB
[ebuild U ] kde-frameworks/kitemmodels-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="qml -debug -doc -test" 394 KiB
[ebuild U ] dev-qt/qtquickcontrols-5.15.2:5/5.15::gentoo [5.15.1:5/5.15::gentoo] USE="widgets -debug -test" 5.843 KiB
[ebuild U ] dev-qt/qtgraphicaleffects-5.15.2:5/5.15::gentoo [5.15.1:5/5.15::gentoo] USE="-debug -test" 13.712 KiB
[ebuild U ] dev-qt/qtwayland-5.15.2-r1:5/5.15::gentoo [5.15.1:5/5.15::gentoo] USE="X -debug -test -vulkan" 552 KiB
[ebuild U ] dev-qt/qtvirtualkeyboard-5.15.2:5/5.15::gentoo [5.15.1:5/5.15::gentoo] USE="X spell -debug -handwriting -test" 10.699 KiB
[ebuild U ] app-office/libreoffice-bin-6.4.7.2_p2::gentoo [6.4.7.2_p1::gentoo] USE="java -gnome -kde" PYTHON_SINGLE_TARGET="python3_8" 158.276 KiB
[ebuild U ] dev-qt/qtpositioning-5.15.2:5/5.15::gentoo [5.15.1:5/5.15::gentoo] USE="qml -debug -geoclue -test" 6.404 KiB
[ebuild U ] kde-frameworks/kdoctools-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="nls -debug -test" 429 KiB
[ebuild U ] kde-frameworks/kpackage-5.77.0:5/5.77::gentoo [5.74.0-r1:5/5.74::gentoo] USE="-debug -doc -man -test" 138 KiB
[ebuild U ] dev-qt/qtquickcontrols2-5.15.2:5/5.15::gentoo [5.15.1:5/5.15::gentoo] USE="-debug -test -widgets" 8.091 KiB
[ebuild U ] kde-frameworks/kpty-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="-debug -doc -test" 55 KiB
[ebuild U ] kde-frameworks/kunitconversion-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="-debug -doc -test" 841 KiB
[ebuild U ] kde-frameworks/kjs-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="handbook -debug -test" 331 KiB
[ebuild U ] kde-frameworks/kconfig-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="dbus nls -debug -doc -test" 258 KiB
[ebuild U ] kde-frameworks/kwidgetsaddons-5.77.0:5/5.77::gentoo [5.74.0-r1:5/5.74::gentoo] USE="nls -debug -designer -doc -test" 2.313 KiB
[ebuild U ] kde-frameworks/kwindowsystem-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="X nls -debug -doc -test" 173 KiB
[ebuild U ] kde-frameworks/kitemviews-5.77.0:5/5.77::gentoo [5.74.0-r1:5/5.74::gentoo] USE="nls -debug -designer -doc -test" 74 KiB
[ebuild U ] kde-frameworks/kguiaddons-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="-debug -doc -test -wayland%" 58 KiB
[ebuild U ] kde-frameworks/kirigami-5.77.0:5/5.77::gentoo [5.74.0-r1:5/5.74::gentoo] USE="-debug -examples -test" 291 KiB
[ebuild U ] kde-frameworks/sonnet-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="hunspell nls -aspell -debug -designer -doc -test" 288 KiB
[ebuild U ] kde-frameworks/syntax-highlighting-5.77.0-r1:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="nls -debug -doc -test" 2.185 KiB
[ebuild U ] kde-frameworks/kidletime-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="X -debug -doc -xscreensaver" 26 KiB
[ebuild U ] kde-frameworks/kimageformats-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="-debug -eps -openexr -test" 537 KiB
[ebuild U ] kde-frameworks/kcrash-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="nls -debug -doc -test" 22 KiB
[ebuild U ] kde-frameworks/kcompletion-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="nls -debug -designer -doc -test" 119 KiB
[ebuild U ] kde-frameworks/knotifications-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="X dbus nls -debug -doc -phonon -speech" 118 KiB
[ebuild U ] kde-frameworks/kjobwidgets-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="X nls -debug -doc -test" 91 KiB
[ebuild U ] kde-frameworks/kpeople-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="-debug -doc -test" 61 KiB
[ebuild U ] kde-frameworks/kcontacts-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="-debug -doc -test" 532 KiB
[ebuild U ] kde-frameworks/kservice-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="man -debug -doc -test" 255 KiB
[ebuild U ] kde-frameworks/kglobalaccel-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="nls -debug -doc -test" 86 KiB
[ebuild U ] kde-frameworks/kdesu-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="X -debug -doc -test" 51 KiB
[ebuild U ] kde-frameworks/kemoticons-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="-debug -doc -test" 1.659 KiB
[ebuild U ] kde-frameworks/solid-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="nls -debug -doc -ios% -test" 268 KiB
[ebuild U ] kde-frameworks/kauth-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="nls policykit -debug -doc -test" 86 KiB
[ebuild U ] kde-frameworks/kconfigwidgets-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="man -debug -designer -doc -test" 379 KiB
[ebuild U ] kde-frameworks/kiconthemes-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="-debug -designer -doc -test" 218 KiB
[ebuild U ] kde-frameworks/ktextwidgets-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="-debug -designer -doc -speech -test" 317 KiB
[ebuild U ] kde-frameworks/kwallet-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="man -debug -doc -gpg -test" 293 KiB
[ebuild U ] kde-frameworks/kxmlgui-5.77.0-r1:5/5.77::gentoo [5.74.0-r2:5/5.74::gentoo] USE="-debug -designer -doc -test" 841 KiB
[ebuild U ] kde-frameworks/kbookmarks-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="nls -debug -doc -test" 124 KiB
[ebuild U ] kde-frameworks/kio-5.77.0-r1:5/5.77::gentoo [5.74.1-r2:5/5.74::gentoo] USE="X acl handbook kwallet -debug -designer -doc -kerberos -test" 3.216 KiB
[ebuild U ] kde-frameworks/kinit-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="X caps man -debug" 119 KiB
[ebuild U ] kde-frameworks/kded-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="man -debug" 36 KiB
[ebuild U ] kde-frameworks/kdeclarative-5.77.0:5/5.77::gentoo [5.74.0-r2:5/5.74::gentoo] USE="-debug -doc" 181 KiB
[ebuild U ] kde-frameworks/knewstuff-5.77.0-r1:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="-debug -doc" 1.117 KiB
[ebuild U ] kde-frameworks/kparts-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="-debug -doc -test" 187 KiB
[ebuild U ] kde-frameworks/knotifyconfig-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="-debug -doc -phonon" 83 KiB
[ebuild U ] kde-frameworks/kactivities-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="-debug -doc -test" 71 KiB
[ebuild U ] kde-frameworks/kcmutils-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="-debug -doc -test" 252 KiB
[ebuild U ] kde-frameworks/kdelibs4support-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="X handbook -debug -libressl -test" 3.464 KiB
[ebuild U ] kde-frameworks/frameworkintegration-5.77.0:5/5.77::gentoo [5.74.0-r1:5/5.74::gentoo] USE="-debug -test" 1.714 KiB
[ebuild U ] kde-frameworks/ktexteditor-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="editorconfig -debug -doc -git -test" 2.299 KiB
[ebuild U ] kde-frameworks/plasma-5.77.0-r1:5/5.77::gentoo [5.74.0-r1:5/5.74::gentoo] USE="X -debug -doc -gles2-only -test -wayland" 3.083 KiB
[ebuild U ] kde-frameworks/kactivities-stats-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="-debug -doc -test" 81 KiB
[ebuild U ] kde-frameworks/krunner-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="-debug -doc -test" 69 KiB
[ebuild U ] kde-frameworks/khtml-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="X -debug -libressl -test" 2.041 KiB
[ebuild U ] kde-frameworks/kfilemetadata-5.77.0:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="exif ffmpeg pdf taglib -debug -doc -epub -office -test" 415 KiB
[ebuild U ] kde-frameworks/baloo-5.77.0-r1:5/5.77::gentoo [5.74.0:5/5.74::gentoo] USE="-debug -doc -test" 284 KiB
Total: 93 packages (93 upgrades), Size of downloads: 364.126 KiB
!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:
dev-qt/qtgui:5
(dev-qt/qtgui-5.15.2-r1:5/5.15.2::gentoo, ebuild scheduled for merge) USE="X dbus egl gif jpeg libinput png udev -accessibility -debug -eglfs -evdev -gles2-only -ibus -test -tslib -tuio -vnc -vulkan -wayland" ABI_X86="(64)" pulled in by
~dev-qt/qtgui-5.15.2:5=[gles2-only=,vulkan=] required by (dev-qt/qtdeclarative-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="jit widgets -debug -gles2-only -localstorage -test -vulkan" ABI_X86="(64)"
^ ^^^^^^^^^
~dev-qt/qtgui-5.15.2[gles2-only=,png=,X?] required by (dev-qt/qtwidgets-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="X gtk png -debug -gles2-only -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtgui-5.15.2[gles2-only=] required by (dev-qt/qtmultimedia-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="alsa gstreamer widgets -debug -gles2-only -openal -pulseaudio -qml -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtgui-5.15.2[gles2-only=] required by (dev-qt/qtopengl-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -gles2-only -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtgui-5.15.2[-gles2-only] required by (dev-qt/qtwayland-5.15.2-r1:5/5.15::gentoo, ebuild scheduled for merge) USE="X -debug -test -vulkan" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtgui-5.15.2[X] required by (dev-qt/qtx11extras-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtgui-5.15.2 required by (dev-qt/qtsvg-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtgui-5.15.2 required by (dev-qt/qtimageformats-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="mng -debug -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtgui-5.15.2 required by (dev-qt/qtgraphicaleffects-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtgui-5.15.2[dbus] required by (dev-qt/qtwidgets-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="X gtk png -debug -gles2-only -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtgui-5.15.2 required by (dev-qt/qtvirtualkeyboard-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="X spell -debug -handwriting -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtgui-5.15.2[gles2-only=] required by (dev-qt/qtprintsupport-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="cups -debug -gles2-only -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtgui-5.15.2 required by (dev-qt/qtquickcontrols2-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -test -widgets" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtgui-5.15.2[egl,libinput,vulkan=] required by (dev-qt/qtwayland-5.15.2-r1:5/5.15::gentoo, ebuild scheduled for merge) USE="X -debug -test -vulkan" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtgui-5.15.2 required by (dev-qt/qtquickcontrols-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="widgets -debug -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtgui-5.15.2:5= required by (dev-qt/designer-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -declarative -test" ABI_X86="(64)"
^ ^^^^^^^^^
(dev-qt/qtgui-5.15.1-r1:5/5.15.1::gentoo, installed) USE="X dbus egl gif ibus jpeg libinput png udev -accessibility -debug -eglfs -evdev -gles2-only -test -tslib -tuio -vnc -vulkan -wayland" ABI_X86="(64)" pulled in by
dev-qt/qtgui:5/5.15.1= required by (media-libs/opencv-4.5.0:0/4.5.0::gentoo, installed) USE="eigen features2d ffmpeg gstreamer java jpeg jpeg2k opengl openmp png python qt5 tiff vaapi xine -contrib (-contribcvv) -contribdnn -contribfreetype (-contribhdf) (-contribovis) (-contribsfm) (-contribxfeatures2d) (-cuda) -debug -dnnsamples -download -examples -gdal (-gflags) (-glog) -gphoto2 -gtk3 -ieee1394 -lapack -lto -opencl -opencvapps -openexr (-tesseract) -testprograms -threads -v4l (-vtk) -webp" ABI_X86="32 (64) (-x32)" CPU_FLAGS_X86="avx popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3 -avx2 -avx512f -f16c -fma3" PYTHON_TARGETS="python3_8 -python3_7 -python3_9"
^^^^^^^^^^
>=dev-qt/qtgui-5.14.2:5/5.15.1=[-gles2-only] required by (kde-plasma/kwin-5.19.5-r1:5/5::gentoo, installed) USE="handbook -caps -debug -gles2-only -multimedia -test" ABI_X86="(64)"
^^^^^^^^^^
dev-qt/qtgui:5/5.15.1= required by (lxqt-base/lxqt-qtplugin-0.16.0:0/0::gentoo, installed) USE="" ABI_X86="(64)"
^^^^^^^^^^
dev-qt/qtgui:5/5.15.1= required by (dev-libs/libqtxdg-3.6.0:0/0::gentoo, installed) USE="-test" ABI_X86="(64)"
^^^^^^^^^^
>=dev-qt/qtgui-5.14.2:5/5.15.1=[dbus] required by (kde-plasma/plasma-integration-5.19.5-r1:5/5::gentoo, installed) USE="-debug -test" ABI_X86="(64)"
^^^^^^^^^^
dev-qt/qtgui:5/5.15.1= required by (x11-libs/libfm-qt-0.16.0:0/7::gentoo, installed) USE="" ABI_X86="(64)"
^^^^^^^^^^
dev-qt/qtcore:5
(dev-qt/qtcore-5.15.2-r2:5/5.15.2::gentoo, ebuild scheduled for merge) USE="icu -debug -old-kernel -systemd -test" ABI_X86="(64)" pulled in by
~dev-qt/qtcore-5.15.2 required by (dev-qt/qtsvg-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtcore-5.15.2 required by (dev-qt/qtdeclarative-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="jit widgets -debug -gles2-only -localstorage -test -vulkan" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtcore-5.15.2 required by (dev-qt/qtimageformats-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="mng -debug -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtcore-5.15.2 required by (dev-qt/qtwayland-5.15.2-r1:5/5.15::gentoo, ebuild scheduled for merge) USE="X -debug -test -vulkan" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtcore-5.15.2:5= required by (dev-qt/qtgui-5.15.2-r1:5/5.15.2::gentoo, ebuild scheduled for merge) USE="X dbus egl gif jpeg libinput png udev -accessibility -debug -eglfs -evdev -gles2-only -ibus -test -tslib -tuio -vnc -vulkan -wayland" ABI_X86="(64)"
^ ^^^^^^^^^
~dev-qt/qtcore-5.15.2:5= required by (dev-qt/qtopengl-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -gles2-only -test" ABI_X86="(64)"
^ ^^^^^^^^^
~dev-qt/qtcore-5.15.2 required by (dev-qt/qttranslations-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtcore-5.15.2:5= required by (dev-qt/qtwidgets-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="X gtk png -debug -gles2-only -test" ABI_X86="(64)"
^ ^^^^^^^^^
~dev-qt/qtcore-5.15.2 required by (dev-qt/qdbus-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtcore-5.15.2:5= required by (dev-qt/qtdbus-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -test" ABI_X86="(64)"
^ ^^^^^^^^^
~dev-qt/qtcore-5.15.2:5= required by (dev-qt/qtprintsupport-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="cups -debug -gles2-only -test" ABI_X86="(64)"
^ ^^^^^^^^^
~dev-qt/qtcore-5.15.2 required by (dev-qt/qtxmlpatterns-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -qml -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtcore-5.15.2:5= required by (dev-qt/qtnetwork-5.15.2-r1:5/5.15::gentoo, ebuild scheduled for merge) USE="ssl -bindist -connman -debug -gssapi -libproxy -libressl -networkmanager -sctp -test" ABI_X86="(64)"
^ ^^^^^^^^^
~dev-qt/qtcore-5.15.2:5= required by (dev-qt/designer-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -declarative -test" ABI_X86="(64)"
^ ^^^^^^^^^
~dev-qt/qtcore-5.15.2:5= required by (dev-qt/qtconcurrent-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -test" ABI_X86="(64)"
^ ^^^^^^^^^
~dev-qt/qtcore-5.15.2:5= required by (dev-qt/qtbluetooth-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -qml -test" ABI_X86="(64)"
^ ^^^^^^^^^
~dev-qt/qtcore-5.15.2 required by (dev-qt/qtgraphicaleffects-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtcore-5.15.2 required by (dev-qt/qtspeech-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtcore-5.15.2 required by (dev-qt/qtquickcontrols2-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -test -widgets" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtcore-5.15.2:5= required by (dev-qt/linguist-tools-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -qml -test" ABI_X86="(64)"
^ ^^^^^^^^^
~dev-qt/qtcore-5.15.2 required by (dev-qt/qtsensors-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -qml -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtcore-5.15.2 required by (dev-qt/qtquickcontrols-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="widgets -debug -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtcore-5.15.2 required by (dev-qt/qtx11extras-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtcore-5.15.2 required by (dev-qt/qtpositioning-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="qml -debug -geoclue -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtcore-5.15.2:5= required by (dev-qt/qttest-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -test" ABI_X86="(64)"
^ ^^^^^^^^^
~dev-qt/qtcore-5.15.2 required by (dev-qt/qtmultimedia-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="alsa gstreamer widgets -debug -gles2-only -openal -pulseaudio -qml -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtcore-5.15.2 required by (dev-qt/qtscript-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="jit -debug -scripttools -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtcore-5.15.2 required by (dev-qt/qtpaths-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtcore-5.15.2:5= required by (dev-qt/qtxml-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -test" ABI_X86="(64)"
^ ^^^^^^^^^
~dev-qt/qtcore-5.15.2 required by (dev-qt/qtvirtualkeyboard-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="X spell -debug -handwriting -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtcore-5.15.2:5= required by (dev-qt/qtsql-5.15.2:5/5.15.2::gentoo, ebuild scheduled for merge) USE="mysql sqlite -debug -freetds -oci8 -odbc -postgres -test" ABI_X86="(64)"
^ ^^^^^^^^^
(dev-qt/qtcore-5.15.1-r1:5/5.15.1::gentoo, installed) USE="icu -debug -old-kernel -systemd -test" ABI_X86="(64)" pulled in by
~dev-qt/qtcore-5.15.1:5/5.15.1= required by (dev-qt/qtdbus-5.15.1:5/5.15::gentoo, installed) USE="-debug -test" ABI_X86="(64)"
^ ^^^^^^^^^^
~dev-qt/qtcore-5.15.1:5/5.15.1= required by (dev-qt/qtgui-5.15.1-r1:5/5.15.1::gentoo, installed) USE="X dbus egl gif ibus jpeg libinput png udev -accessibility -debug -eglfs -evdev -gles2-only -test -tslib -tuio -vnc -vulkan -wayland" ABI_X86="(64)"
^ ^^^^^^^^^^
dev-qt/qtdbus:5
(dev-qt/qtdbus-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -test" ABI_X86="(64)" pulled in by
~dev-qt/qtdbus-5.15.2 required by (dev-qt/qdbus-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtdbus-5.15.2 required by (dev-qt/qtgui-5.15.2-r1:5/5.15.2::gentoo, ebuild scheduled for merge) USE="X dbus egl gif jpeg libinput png udev -accessibility -debug -eglfs -evdev -gles2-only -ibus -test -tslib -tuio -vnc -vulkan -wayland" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtdbus-5.15.2 required by (dev-qt/qtsensors-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -qml -test" ABI_X86="(64)"
^ ^^^^^^
~dev-qt/qtdbus-5.15.2 required by (dev-qt/qtbluetooth-5.15.2:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -qml -test" ABI_X86="(64)"
^ ^^^^^^
(dev-qt/qtdbus-5.15.1:5/5.15::gentoo, installed) USE="-debug -test" ABI_X86="(64)" pulled in by
~dev-qt/qtdbus-5.15.1 required by (dev-qt/qtgui-5.15.1-r1:5/5.15.1::gentoo, installed) USE="X dbus egl gif ibus jpeg libinput png udev -accessibility -debug -eglfs -evdev -gles2-only -test -tslib -tuio -vnc -vulkan -wayland" ABI_X86="(64)"
^ ^^^^^^
... and more errors with some kde-frameworks packages ...
!!! 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-qt/qtcore-5.15.1-r1:5/5.15.1::gentoo, installed): ebuild is masked or unavailable
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 following installed packages are masked:
- kde-frameworks/kdesignerplugin-5.74.0::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Andreas Sturmlechner <asturm@gentoo.org> (2021-01-11)
# KF5 PortingAid (from kdelibs4) without any remaining revdeps. Bug #755956
# Masked for removal in 30 days.
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.Never trim your portage output, your actual error might be in there.... and more errors with some kde-frameworks packages ...
Could you give us the output of the following?dbautista wrote:Hi, I'm having a QT update block... I've been trying to figure out how to solve it for almost a week with no success...
Code: Select all
emerge -pv --update --deep --newuse --verbose-conflicts --backtrack=0 --ignore-built-slot-operator-deps @worldCode: Select all
grep -ri "dev-qt" /etc/portage
Instead use wgetpasteasturm wrote:Never trim your portage output, your actual error might be in there.... and more errors with some kde-frameworks packages ...
Code: Select all
dev-qt/qtsql mysql
>=dev-qt/qtsingleapplication-2.6.1_p20150629 qt4 qt5
>=dev-qt/qtlockedfile-2.4.1_p20150629 qt4 qt5
<dev-qt/qtwebkit-5 -gstreamer
>=dev-qt/qtwebkit-5.6.1 printsupport
>=dev-qt/qtmultimedia-5.6.1 widgets
>=dev-qt/qtwayland-5.6.2 egl
>=dev-qt/qtgui-5.6.2 egl
>=dev-qt/qtwebengine-5.7.1-r2 widgets
>=dev-qt/qtwebchannel-5.7.1 qml
Code: Select all
!!! The following installed packages are masked:
- kde-frameworks/kdesignerplugin-5.74.0::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Andreas Sturmlechner <asturm@gentoo.org> (2021-01-11)
# KF5 PortingAid (from kdelibs4) without any remaining revdeps. Bug #755956
# Masked for removal in 30 days.Code: Select all
# emerge --deselect "kde-frameworks/*"