[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1051886: marked as done (pyside2: FTBFS with llvm-toolchain-16 as default)



Your message dated Sun, 01 Oct 2023 21:46:53 +0000
with message-id <E1qn4H7-001VHo-B6@fasolo.debian.org>
and subject line Bug#1051886: fixed in pyside2 5.15.10-4
has caused the Debian Bug report #1051886,
regarding pyside2: FTBFS with llvm-toolchain-16 as default
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
1051886: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1051886
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: pyside2
Version: 5.15.10-3
Severity: serious
Tags: ftbfs sid trixie
Justification: fails to build from source (but built successfully in the past)
X-Debbugs-Cc: sramacher@debian.org

https://buildd.debian.org/status/fetch.php?pkg=pyside2&arch=amd64&ver=5.15.10-3%2Bb1&stamp=1694633885&raw=0

In file included from /<<PKGBUILDDIR>>/pyside3_build/py3.11-qt5.15.10-64bit-relwithdebinfo/pyside2/PySide2/QtGui/PySide2/QtGui/qdragmoveevent_wrapper.cpp:63:
/<<PKGBUILDDIR>>/pyside3_build/py3.11-qt5.15.10-64bit-relwithdebinfo/pyside2/PySide2/QtGui/PySide2/QtGui/qdragmoveevent_wrapper.h:55:235: error: ‘DragMove’ is not a member of ‘QOpenGLShader’
   55 |     QDragMoveEventWrapper(const QPoint & pos, QFlags<Qt::DropAction> actions, const QMimeData * data, QFlags<Qt::MouseButton> buttons, QFlags<Qt::KeyboardModifier> modifiers, QFlags<QOpenGLShader::ShaderTypeBit> type = QOpenGLShader::DragMove);
      |                                                                                                                                                                                                                                           ^~~~~~~~
/<<PKGBUILDDIR>>/pyside3_build/py3.11-qt5.15.10-64bit-relwithdebinfo/pyside2/PySide2/QtGui/PySide2/QtGui/qdragmoveevent_wrapper.cpp: In constructor ‘QDragMoveEventWrapper::QDragMoveEventWrapper(const QPoint&, QFlags<Qt::DropAction>, const QMimeData*, QFlags<Qt::MouseButton>, QFlags<Qt::KeyboardModifier>, QFlags<QOpenGLShader::ShaderTypeBit>)’:
/<<PKGBUILDDIR>>/pyside3_build/py3.11-qt5.15.10-64bit-relwithdebinfo/pyside2/PySide2/QtGui/PySide2/QtGui/qdragmoveevent_wrapper.cpp:103:295: error: invalid user-defined conversion from ‘QFlags<QOpenGLShader::ShaderTypeBit>’ to ‘QEvent::Type’ [-fpermissive]
  103 | QDragMoveEventWrapper::QDragMoveEventWrapper(const QPoint & pos, QFlags<Qt::DropAction> actions, const QMimeData * data, QFlags<Qt::MouseButton> buttons, QFlags<Qt::KeyboardModifier> modifiers, QFlags<QOpenGLShader::ShaderTypeBit> type) : QDragMoveEvent(pos, actions, data, buttons, modifiers, type)
      |                                                                                                                                                                                                                                                                                                       ^~~~
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:1305,
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/qalgorithms.h:43,
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/qdebug.h:44,
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/QDebug:1,
                 from /<<PKGBUILDDIR>>/pyside3_build/py3.11-qt5.15.10-64bit-relwithdebinfo/pyside2/PySide2/QtGui/PySide2/QtGui/qdragmoveevent_wrapper.cpp:48:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qflags.h:138:29: note: candidate is: ‘constexpr QFlags<T>::operator Int() const [with Enum = QOpenGLShader::ShaderTypeBit; Int = unsigned int]’ (near match)
  138 |     Q_DECL_CONSTEXPR inline operator Int() const noexcept { return i; }
      |                             ^~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qflags.h:138:29: note:   no known conversion from ‘QFlags<QOpenGLShader::ShaderTypeBit>::Int’ {aka ‘unsigned int’} to ‘QEvent::Type’
In file included from /usr/include/x86_64-linux-gnu/qt5/QtGui/qtextlayout.h:49,
                 from /usr/include/x86_64-linux-gnu/qt5/QtGui/qtextobject.h:46,
                 from /usr/include/x86_64-linux-gnu/qt5/QtGui/QTextBlock:1,
                 from /<<PKGBUILDDIR>>/pyside3_build/py3.11-qt5.15.10-64bit-relwithdebinfo/pyside2/PySide2/QtGui/PySide2/QtGui/pyside2_qtgui_python.h:60,
                 from /<<PKGBUILDDIR>>/pyside3_build/py3.11-qt5.15.10-64bit-relwithdebinfo/pyside2/PySide2/QtGui/PySide2/QtGui/qdragmoveevent_wrapper.cpp:60:
/usr/include/x86_64-linux-gnu/qt5/QtGui/qevent.h:685:84: note:   initializing argument 6 of ‘QDragMoveEvent::QDragMoveEvent(const QPoint&, Qt::DropActions, const QMimeData*, Qt::MouseButtons, Qt::KeyboardModifiers, QEvent::Type)’
  685 |                    Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers, Type type = DragMove);
      |                                                                               ~~~~~^~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/pyside3_build/py3.11-qt5.15.10-64bit-relwithdebinfo/pyside2/PySide2/QtGui/PySide2/QtGui/qdragmoveevent_wrapper.cpp: In function ‘int Sbk_QDragMoveEvent_Init(PyObject*, PyObject*, PyObject*)’:
/<<PKGBUILDDIR>>/pyside3_build/py3.11-qt5.15.10-64bit-relwithdebinfo/pyside2/PySide2/QtGui/PySide2/QtGui/qdragmoveevent_wrapper.cpp:218:73: error: ‘DragMove’ is not a member of ‘QOpenGLShader’
  218 |         ::QFlags<QOpenGLShader::ShaderTypeBit> cppArg5 = QOpenGLShader::DragMove;
      |                                                                         ^~~~~~~~
make[3]: *** [PySide2/QtGui/CMakeFiles/QtGui.dir/build.make:559: PySide2/QtGui/CMakeFiles/QtGui.dir/PySide2/QtGui/qdragmoveevent_wrapper.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....

Cheers
-- 
Sebastian Ramacher

--- End Message ---
--- Begin Message ---
Source: pyside2
Source-Version: 5.15.10-4
Done: Dmitry Shachnev <mitya57@debian.org>

We believe that the bug you reported is fixed in the latest version of
pyside2, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1051886@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dmitry Shachnev <mitya57@debian.org> (supplier of updated pyside2 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 01 Oct 2023 23:43:44 +0300
Source: pyside2
Architecture: source
Version: 5.15.10-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Dmitry Shachnev <mitya57@debian.org>
Closes: 1047480 1051886
Changes:
 pyside2 (5.15.10-4) unstable; urgency=medium
 .
   * Team upload.
   * Build with LLVM 15 for now (closes: #1051886).
   * Backport upstream patch to fix test failures with Python 3.11.5.
   * Add a debian/clean file (closes: #1047480).
Checksums-Sha1:
 017a56872c3a2cdb026c58adb3d0d6115d34b61d 7742 pyside2_5.15.10-4.dsc
 13be61698dda869d2a7a1415e54f25df13c70c4f 20508 pyside2_5.15.10-4.debian.tar.xz
 887990d257142dc6be40208583cdc69556422720 20416 pyside2_5.15.10-4_source.buildinfo
Checksums-Sha256:
 27d7f4d30899d3473658feabc55689b5ae0cb9ba148bc8e200cbc5b32dfd5926 7742 pyside2_5.15.10-4.dsc
 7b843de6c591b0f245275d89ce4e37fa8a46f2300c411e36797cf010a6597b33 20508 pyside2_5.15.10-4.debian.tar.xz
 f93ce5c8118c7bc3cf6b9cb64b45883d85762b0b114fe6528ad5799fb28b6b68 20416 pyside2_5.15.10-4_source.buildinfo
Files:
 8b5c08da830c2717c2fa9a220c70b56b 7742 python optional pyside2_5.15.10-4.dsc
 26136dfbf1b6b22001a6ad6c1479287f 20508 python optional pyside2_5.15.10-4.debian.tar.xz
 60dbe8d9f579d73054a3a249038b70b4 20416 python optional pyside2_5.15.10-4_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJHBAEBCgAxFiEEq2sdvrA0LydXHe1qsmYUtFL0RrYFAmUZ3q0THG1pdHlhNTdA
ZGViaWFuLm9yZwAKCRCyZhS0UvRGtjHjD/9t3Msf0+U5A9QXRpQJnVi2liBzIMNM
gbOg7b7T061cOapKgOommvelHnzywazF2DQQBZJ7XEF9Uh820+InecoXmW2CYZZ5
w933HU7qWFi0DPjhb8F4jVEjAeE86pBwKK8+YdOKMwnboAR+QI4VsnqLyZ4pzedg
SBO6XwMPqpWlv6knhWpXw9Wcqoj3i3/CJilgBXrDyWn6Q67Gebc8L80JOnVHJMa7
PBB+5+9rRJ7zqf3PQ0jzMpTsRqqsnuycX7yyIvNdQw81/q7/jsbd0nyINSrJ9CPm
uoo0jELnJnPMURBrEfGtNP/TMaAUuxexsGOoTONY6Av2a4lokqRWK9SqVUwbx2LN
HR2648DmWVvpYEe1FL/rSQPBZPvjQuUzdKOKltRCygRIDrKWScWYdVrMRFnCgaYz
urylIIlIs9pAAVJ59DxmIGZBhicbm8odzMtt/4YlCf+7SzL+jEiCxzLXh50VLgRN
F8O4jfEelLgDzKMp11akAQDWj1vL4l+wQxfTTNB3Tob3xj6S5x9dOU8GkhNoctTh
SiWR73GtSFp4j48nsuyySxlWOty8y4IqM8SBk9c2Qs4bUx5ldTwxLLCmBMXTludp
vz1cXgY2OQdNOW/sOJQPFxO6i8PV1hhvvSoMeS7+7grgee0/T23cWQFe9Fg5TaXy
u5oUQSCFHBEEFA==
=fmRE
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: