[MacPorts] #62009: py39-pyqt5 @5.14.2: object of type 'QSGGeometry' cannot be assigned because its copy assignment operator is implicitly deleted
MacPorts
noreply at macports.org
Fri Jan 8 00:02:06 UTC 2021
#62009: py39-pyqt5 @5.14.2: object of type 'QSGGeometry' cannot be assigned because
its copy assignment operator is implicitly deleted
-----------------------------------------------+----------------------
Reporter: dliessi | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: mountainlion, mavericks, yosemite | Port: py-pyqt5
-----------------------------------------------+----------------------
The port py39-pyqt5 fails to build on
[https://build.macports.org/builders/ports-10.8_x86_64-builder/builds/32564/steps
/install-port/logs/stdio 10.8],
[https://build.macports.org/builders/ports-10.9_x86_64-builder/builds/133554/steps
/install-port/logs/stdio 10.9] and
[https://build.macports.org/builders/ports-10.10_x86_64-builder/builds/129823/steps
/install-port/logs/stdio 10.10] due to the following error:
{{{
/opt/local/var/macports/build
/_opt_bblocal_var_buildworker_ports_build_ports_python_py-
pyqt5/py39-pyqt5/work/PyQt5-5.14.2/QtQuick/sipQtQuickQSGGeometry.cpp:940:59:
error: object of type 'QSGGeometry' cannot be assigned because its copy
assignment operator is implicitly deleted
reinterpret_cast< ::QSGGeometry *>(sipDst)[sipDstIdx] =
*reinterpret_cast< ::QSGGeometry *>(sipSrc);
^
/opt/local/libexec/qt5/lib/QtQuick.framework/Headers/qsggeometry.h:207:25:
note: copy assignment operator of 'QSGGeometry' is implicitly deleted
because field 'm_attributes' is of reference type 'const
QSGGeometry::AttributeSet &'
const AttributeSet &m_attributes;
^
}}}
--
Ticket URL: <https://trac.macports.org/ticket/62009>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list