https://bugzilla.redhat.com/show_bug.cgi?id=2273588
Bug ID: 2273588 Summary: F41FailsToInstall: python3-pyqt6-base Product: Fedora Version: rawhide Status: NEW Component: python-pyqt6 Assignee: thunderbirdtr@fedoraproject.org Reporter: fti-bugs@fedoraproject.org CC: epel-packagers-sig@lists.fedoraproject.org, jonathan@almalinux.org, kde-sig@lists.fedoraproject.org, manisandro@gmail.com, thunderbirdtr@fedoraproject.org Blocks: 2260877 (F41FailsToInstall,RAWHIDEFailsToInstall) Target Milestone: --- Classification: Fedora
Hello,
Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/
Your package (python-pyqt6) Fails To Install in Fedora 41:
can't install python3-pyqt6-base: - nothing provides libQt6Core.so.6(Qt_6.6_PRIVATE_API)(64bit) needed by python3-pyqt6-base-6.6.1-5.fc41.x86_64 - nothing provides qt6-qtbase(x86-64) = 6.6.2 needed by python3-pyqt6-base-6.6.1-5.fc41.x86_64
If you know about this problem and are planning on fixing it, please acknowledge so by setting the bug status to ASSIGNED. If you don't have time to maintain this package, consider orphaning it, so maintainers of dependent packages realize the problem.
If you don't react accordingly to the policy for FTBFS/FTI bugs (https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_...), your package may be orphaned in 8+ weeks.
P.S. The data was generated solely from koji buildroot, so it might be newer than the latest compose or the content on mirrors. To reproduce, use the koji/local repo only, e.g. in mock:
$ mock -r fedora-41-x86_64 --config-opts mirrored=False install python3-pyqt6-base
P.P.S. If this bug has been reported in the middle of upgrading multiple dependent packages, please consider using side tags: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/#updating-inter-de...
Thanks!
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=2260877 [Bug 2260877] Fedora 41 Fails To install Tracker
https://bugzilla.redhat.com/show_bug.cgi?id=2273588
Adam Williamson awilliam@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |awilliam@redhat.com Doc Type|--- |If docs needed, set a value
--- Comment #1 from Adam Williamson awilliam@redhat.com --- Looks like it fails to build against current Qt6:
g++ -c -pipe -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer `pkg-config --cflags dbus-python` -DQT_NO_INT128 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03080000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_KEYPAD_NAVIGATION -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/include/python3.12 -I/usr/include/qt6 -I/usr/include/qt6/QtCore -I. -I/usr/lib64/qt6/mkspecs/linux-g++ -o sipQtCoreQTimeZone.o sipQtCoreQTimeZone.cpp /builddir/build/BUILD/PyQt6-6.6.1/build/QtCore/sipQtCoreQTimeZone.cpp: In function ‘PyObject* meth_QTimeZone_country(PyObject*, PyObject*)’: /builddir/build/BUILD/PyQt6-6.6.1/build/QtCore/sipQtCoreQTimeZone.cpp:152:37: warning: ‘QLocale::Country QTimeZone::country() const’ is deprecated: Use territory() instead [-Wdeprecated-declarations] 152 | sipRes = sipCpp->country(); | ~~~~~~~~~~~~~~~^~ In file included from /builddir/build/BUILD/PyQt6-6.6.1/sip/QtCore/qtimezone.sip:26: /usr/include/qt6/QtCore/qtimezone.h:173:22: note: declared here 173 | QLocale::Country country() const; | ^~~~~~~ /builddir/build/BUILD/PyQt6-6.6.1/build/QtCore/sipQtCoreQTimeZone.cpp: In function ‘PyObject* slot_QTimeZone___ne__(PyObject*, PyObject*)’: /builddir/build/BUILD/PyQt6-6.6.1/build/QtCore/sipQtCoreQTimeZone.cpp:1025:51: error: ‘class QTimeZone’ has no member named ‘operator!=’; did you mean ‘operator=’? 1025 | sipRes = sipCpp->::QTimeZone::operator!=(*a0); | ^~ | operator= /builddir/build/BUILD/PyQt6-6.6.1/build/QtCore/sipQtCoreQTimeZone.cpp: In function ‘PyObject* slot_QTimeZone___eq__(PyObject*, PyObject*)’: /builddir/build/BUILD/PyQt6-6.6.1/build/QtCore/sipQtCoreQTimeZone.cpp:1054:51: error: ‘class QTimeZone’ has no member named ‘operator==’; did you mean ‘operator=’? 1054 | sipRes = sipCpp->::QTimeZone::operator==(*a0); | ^~ | operator= make[1]: *** [Makefile:2634: sipQtCoreQTimeZone.o] Error 1
from https://koji.fedoraproject.org/koji/taskinfo?taskID=115888598 .
This is breaking the Security Lab spin because it includes setools-gui, which depends on this.
https://bugzilla.redhat.com/show_bug.cgi?id=2273588
Jan Grulich jgrulich@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jgrulich@redhat.com Status|NEW |CLOSED Resolution|--- |RAWHIDE Last Closed| |2024-04-08 12:09:37
epel-packagers-sig@lists.fedoraproject.org