Bugzilla Automation <[email protected]> has asked [email protected] for
maintainer-feedback:
Bug 247929: x11-toolkits/qt5-declarative fails to build on 11-stable amd64
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247929



--- Description ---
On FreeBSD 11.4-STABLE  r362573 amd64 upgrading of qt5- ports fails (partly)
not only because of qt5-network requires OpenSSL-1.1.1 and marked BROKEN for
FreeBSD-11.4 and base OpenSSL, but also (or is it related?)
x11-toolkits/qt5-declarative fails to build. (So, the dependant ports like
qt5-webkit or devel/qt5-linguist, devel/qt5-linguisttools,
graphics/luminance-qt5 etc. fail also.)

The error:

--- .obj/qsgrhisupport.o ---
scenegraph/qsgrhisupport.cpp:164:113: warning: 'QString' is deprecated: Use
fromUtf8, QStringLiteral, or QLatin1String [-Wdeprecated-declarations]
                qWarning("Unknown key \"%s\" for QSG_RHI_BACKEND, falling back
to default backend.", qPrintable(rhiBackend));
                                                                               
                                ^
/usr/local/include/qt5/QtCore/qstring.h:833:12: note: 'QString' has been
explicitly marked deprecated here
    inline QT_ASCII_CAST_WARN QString(const QByteArray &a)
           ^
/usr/local/include/qt5/QtCore/qglobal.h:582:30: note: expanded from macro
'QT_ASCII_CAST_WARN'
#  define QT_ASCII_CAST_WARN Q_DECL_DEPRECATED_X("Use fromUtf8, QStringLiteral,
or QLatin1String")
                             ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from
macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
scenegraph/qsgrhisupport.cpp:599:63: error: no member named 'errorOccurred' in
'QAbstractSocket'
        QObject::connect(m_profConn.data(), &QAbstractSocket::errorOccurred,
m_profConn.data(),
                                             ~~~~~~~~~~~~~~~~~^

Reply via email to