Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jul 2020 04:27:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 247929] x11-toolkits/qt5-declarative fails to build on 11-stable amd64
Message-ID:  <bug-247929-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 247929
           Summary: x11-toolkits/qt5-declarative fails to build on
                    11-stable amd64
           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: gja822@narod.ru
          Assignee: kde@FreeBSD.org
             Flags: maintainer-feedback?(kde@FreeBSD.org)

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 b=
ack
to default backend.", qPrintable(rhiBackend));
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20
                                ^
/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, QStringLite=
ral,
or QLatin1String")
                             ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded f=
rom
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(),
                                             ~~~~~~~~~~~~~~~~~^

--=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-247929-7788>