[Bug 270715] devel/pyside2 Build fails complaining about DragMove
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri May 19 21:31:02 BST 2023
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270715
Adriaan de Groot <adridg at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|New |In Progress
CC| |adridg at freebsd.org
--- Comment #1 from Adriaan de Groot <adridg at freebsd.org> ---
Can't reproduce in a local poudriere with up-to-date ports. Do you have any
unusual flags -- options unset or so? I assume your Qt version is 5.15.8 (with
various pXXX because of the KDE patch collection).
Based on your error message here, I looked at
/wrkdirs/usr/ports/devel/pyside2/work-py39/.build/PySide2/QtGui/PySide2/QtGui/qdragmoveevent_wrapper.h
locally, which is different source from what your error message shows:
public:
QDragMoveEventWrapper(const QPoint & pos, QFlags<Qt::DropAction> actions,
con
st QMimeData * data, QFlags<Qt::MouseButton> buttons,
QFlags<Qt::KeyboardModifier
> modifiers, QEvent::Type type = DragMove);
~QDragMoveEventWrapper();
Now, this is a generated file (as part of the build) so where your
differently-generated source comes from is a bit of a mystery to me.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the kde-freebsd
mailing list