maintainer-feedback requested: [Bug 247810] textproc/qt5-xmlpatterns build fails

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jul 6 17:35:34 BST 2020


Bugzilla Automation <bugzilla at FreeBSD.org> has asked kde at FreeBSD.org for
maintainer-feedback:
Bug 247810: textproc/qt5-xmlpatterns build fails
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247810



--- Description ---
Building textproc/qt5-xmlpatterns fails when updating to 5.15.0 on 12.1-STABLE.

The error is in compiling qqmlxmllistmodel.cpp.
qqmlxmllistmodel.cpp:748:46: error: no matching constructor for initialization
of 'QQmlListProperty<QQuickXmlListModelRole>'
    QQmlListProperty<QQuickXmlListModelRole> list(this, &d->roleObjects);
					     ^	  ~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/qt5/QtQml/qqmllist.h:69:5: note: candidate constructor not
viable: no known conversion from 'QList<QQuickXmlListModelRole *> *' to
      'QList<QQuickXmlListModelRole *> &' for 2nd argument; remove &
    QQmlListProperty(QObject *o, QList<T *> &list)
    ^
/usr/local/include/qt5/QtQml/qqmllist.h:56:7: note: candidate constructor (the
implicit copy constructor) not viable: requires 1 argument, but 2 were provided
class QQmlListProperty {
      ^
/usr/local/include/qt5/QtQml/qqmllist.h:56:7: note: candidate constructor (the
implicit move constructor) not viable: requires 1 argument, but 2 were provided
/usr/local/include/qt5/QtQml/qqmllist.h:63:5: note: candidate constructor not
viable: requires 0 arguments, but 2 were provided
    QQmlListProperty()
    ^
/usr/local/include/qt5/QtQml/qqmllist.h:84:5: note: candidate constructor not
viable: requires 4 arguments, but 2 were provided
    QQmlListProperty(QObject *o, void *d, CountFunction c, AtFunction t)
    ^
/usr/local/include/qt5/QtQml/qqmllist.h:74:5: note: candidate constructor not
viable: requires 6 arguments, but 2 were provided
    QQmlListProperty(QObject *o, void *d, AppendFunction a, CountFunction c,
AtFunction t,
    ^
1 error generated.
*** Error code 1

Stop.


More information about the kde-freebsd mailing list