Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Jul 2020 16:35:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 247810] textproc/qt5-xmlpatterns build fails
Message-ID:  <bug-247810-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247810

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

Building textproc/qt5-xmlpatterns fails when updating to 5.15.0 on 12.1-STA=
BLE.

The error is in compiling qqmlxmllistmodel.cpp.
qqmlxmllistmodel.cpp:748:46: error: no matching constructor for initializat=
ion
of 'QQmlListProperty<QQuickXmlListModelRole>'
    QQmlListProperty<QQuickXmlListModelRole> list(this, &d->roleObjects);
                                             ^    ~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/qt5/QtQml/qqmllist.h:69:5: note: candidate constructor n=
ot
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 prov=
ided
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 prov=
ided
/usr/local/include/qt5/QtQml/qqmllist.h:63:5: note: candidate constructor n=
ot
viable: requires 0 arguments, but 2 were provided
    QQmlListProperty()
    ^
/usr/local/include/qt5/QtQml/qqmllist.h:84:5: note: candidate constructor n=
ot
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 n=
ot
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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-247810-7788>