https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247810
Bug ID: 247810 Summary: textproc/qt5-xmlpatterns build fails Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: k...@freebsd.org Reporter: rkober...@gmail.com Flags: maintainer-feedback?(k...@freebsd.org) Assignee: k...@freebsd.org 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. -- You are receiving this mail because: You are the assignee for the bug.