[Bug 270715] devel/pyside2 Build fails complaining about DragMove

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Nov 12 05:33:46 GMT 2024


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270715

--- Comment #8 from commit-hook at FreeBSD.org ---
A commit in branch 2024Q4 references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=8fb94b4b4f0221def7b63600400f47609703c07b

commit 8fb94b4b4f0221def7b63600400f47609703c07b
Author:     Jason E. Hale <jhale at FreeBSD.org>
AuthorDate: 2024-11-11 08:51:11 +0000
Commit:     Jason E. Hale <jhale at FreeBSD.org>
CommitDate: 2024-11-12 05:32:22 +0000

    PySide2: Add workaround for devel/shiboken2 issues with LLVM >= 16

    Shiboken2 itself builds fine, but the code it generates for devel/pyside2
    is broken.

    In file included from
/wrkdirs/usr/ports/devel/pyside2/work-py311/.build/PySide2/QtGui/PySide2/QtGui/qdragmoveevent_wrapper.cpp:63:
   
/wrkdirs/usr/ports/devel/pyside2/work-py311/.build/PySide2/QtGui/PySide2/QtGui/qdragmoveevent_wrapper.h:55:220:
    error: no member named 'DragMove' in 'QOpenGLShader'; did you mean simply
'DragMove'?

    PR:             270715, 282433
    Obtained from:  OpenMandriva
    MFH:            2024Q4

    (cherry picked from commit 1c4bdeedd071d370e693f36fb18b0735a1734f1a)

 x11-toolkits/qt5-gui/Makefile                      |  1 +
 .../qt5-gui/files/patch-src_gui_configure.json     |  8 +--
 .../files/patch-src_gui_kernel_qevent.h (new)      | 76 ++++++++++++++++++++++
 ...t_input_evdevkeyboard_qevdevkeyboardhandler.cpp |  6 +-
 ...support_input_evdevtouch_qevdevtouchhandler.cpp |  8 +--
 x11-toolkits/qt5-widgets/Makefile                  |  1 +
 ...idgets_graphicsview_qgraphicssceneevent.h (new) | 56 ++++++++++++++++
 7 files changed, 145 insertions(+), 11 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the kde-freebsd mailing list