[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


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: kde at FreeBSD.org
          Reporter: rkoberman at gmail.com
             Flags: maintainer-feedback?(kde at FreeBSD.org)
          Assignee: kde at 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.


More information about the kde-freebsd mailing list