Project MESSAGE: perl -w $ROOT/src/qt5/qtbase/bin/syncqt.pl -minimal -module QtCore -module QtXml -version 5.15.17 -outdir $ROOT/build/temporaryfile/qtbase -builddir $ROOT/build/temporaryfile/qtbase $ROOT/src/qt5/qtbase
In file included from ../../../include/QtCore/qlist.h:1,
from $ROOT/src/qt5/qtbase/src/corelib/io/qurl.h:47,
from $ROOT/src/qt5/qtbase/src/corelib/io/qurl.cpp:409:
In member function ‘void QList::append(const T&) [with T = QUrl]’,
inlined from ‘void QList::append(const T&) [with T = QUrl]’ at ../../../include/QtCore/../../../../../src/qt5/qtbase/src/corelib/tools/qlist.h:620:27,
inlined from ‘static QList QUrl::fromStringList(const QStringList&, QUrl::ParsingMode)’ at $ROOT/src/qt5/qtbase/src/corelib/io/qurl.cpp:4179:19:
../../../include/QtCore/../../../../../src/qt5/qtbase/src/corelib/tools/qlist.h:648:13: warning: ‘copy’ may be used uninitialized [-Wmaybe-uninitialized]
648 | *n = copy;
| ^
../../../include/QtCore/../../../../../src/qt5/qtbase/src/corelib/tools/qlist.h: In static member function ‘static QList QUrl::fromStringList(const QStringList&, QUrl::ParsingMode)’:
../../../include/QtCore/../../../../../src/qt5/qtbase/src/corelib/tools/qlist.h:640:22: note: ‘copy’ declared here
640 | Node *n, copy;
| ^~~~
Project MESSAGE: perl -w $ROOT/src/qt5/qtbase/bin/syncqt.pl -module QtCore -version 5.15.17 -outdir $ROOT/build/temporaryfile/qtbase -builddir $ROOT/build/temporaryfile/qtbase $ROOT/src/qt5/qtbase
WARNING: Failure to find: $ROOT/build/temporaryfile/qtbase/src/corelib/qt5core_metatypes.json
$ROOT/src/qt5/qtbase/src/corelib/io/qsavefile.h:0: Note: No relevant classes found. No output generated.
$ROOT/src/qt5/qtbase/src/corelib/io/qtemporaryfile.h:0: Note: No relevant classes found. No output generated.
$ROOT/src/qt5/qtbase/src/corelib/kernel/qobjectdefs.h:0: Note: No relevant classes found. No output generated.
Project MESSAGE: perl -w $ROOT/src/qt5/qtbase/bin/syncqt.pl -module QtXml -version 5.15.17 -outdir $ROOT/build/temporaryfile/qtbase -builddir $ROOT/build/temporaryfile/qtbase $ROOT/src/qt5/qtbase
Project MESSAGE: perl -w $ROOT/src/qt5/qtbase/bin/syncqt.pl -module QtNetwork -version 5.15.17 -outdir $ROOT/build/temporaryfile/qtbase -builddir $ROOT/build/temporaryfile/qtbase $ROOT/src/qt5/qtbase
Project MESSAGE: perl -w $ROOT/src/qt5/qtbase/bin/syncqt.pl -module QtSql -version 5.15.17 -outdir $ROOT/build/temporaryfile/qtbase -builddir $ROOT/build/temporaryfile/qtbase $ROOT/src/qt5/qtbase
Project MESSAGE: perl -w $ROOT/src/qt5/qtbase/bin/syncqt.pl -module QtDBus -version 5.15.17 -outdir $ROOT/build/temporaryfile/qtbase -builddir $ROOT/build/temporaryfile/qtbase $ROOT/src/qt5/qtbase
Project MESSAGE: perl -w $ROOT/src/qt5/qtbase/bin/syncqt.pl -module QtConcurrent -version 5.15.17 -outdir $ROOT/build/temporaryfile/qtbase -builddir $ROOT/build/temporaryfile/qtbase $ROOT/src/qt5/qtbase
Project MESSAGE: perl -w $ROOT/src/qt5/qtbase/bin/syncqt.pl -module QtGui -version 5.15.17 -outdir $ROOT/build/temporaryfile/qtbase -builddir $ROOT/build/temporaryfile/qtbase $ROOT/src/qt5/qtbase
$ROOT/src/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp: In member function ‘void QNetworkReplyHttpImplPrivate::postRequest(const QNetworkRequest&)’:
$ROOT/src/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp:700:56: warning: ‘QNetworkRequest::FollowRedirectsAttribute’ is deprecated: Use RedirectPolicyAttribute [-Wdeprecated-declarations]
700 | else if (newHttpRequest.attribute(QNetworkRequest::FollowRedirectsAttribute).toBool())
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from $ROOT/src/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl_p.h:55,
from $ROOT/src/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp:42:
$ROOT/src/qt5/qtbase/src/network/access/qnetworkrequest.h:97:9: note: declared here
97 | FollowRedirectsAttribute Q_DECL_ENUMERATOR_DEPRECATED_X("Use RedirectPolicyAttribute"),
| ^~~~~~~~~~~~~~~~~~~~~~~~
$ROOT/src/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp:700:56: warning: ‘QNetworkRequest::FollowRedirectsAttribute’ is deprecated: Use RedirectPolicyAttribute [-Wdeprecated-declarations]
700 | else if (newHttpRequest.attribute(QNetworkRequest::FollowRedirectsAttribute).toBool())
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from $ROOT/src/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl_p.h:55,
from $ROOT/src/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp:42:
$ROOT/src/qt5/qtbase/src/network/access/qnetworkrequest.h:97:9: note: declared here
97 | FollowRedirectsAttribute Q_DECL_ENUMERATOR_DEPRECATED_X("Use RedirectPolicyAttribute"),
| ^~~~~~~~~~~~~~~~~~~~~~~~
WARNING: Failure to find: $ROOT/build/temporaryfile/qtbase/src/gui/qt5gui_metatypes.json
Failed to open $ROOT/src/qt5/qtbase/header.LGPL
Failed to open $ROOT/src/qt5/qtbase/header.LGPL
Failed to open $ROOT/src/qt5/qtbase/header.LGPL
$ROOT/src/qt5/qtbase/src/network/access/qnetworkaccessdebugpipebackend_p.h:0: Note: No relevant classes found. No output generated.
$ROOT/src/qt5/qtbase/src/network/access/qnetworkaccessmanager.cpp: In member function ‘virtual QNetworkReply* QNetworkAccessManager::createRequest(QNetworkAccessManager::Operation, const QNetworkRequest&, QIODevice*)’:
$ROOT/src/qt5/qtbase/src/network/access/qnetworkaccessmanager.cpp:1397:43: warning: ‘QNetworkRequest::FollowRedirectsAttribute’ is deprecated: Use RedirectPolicyAttribute [-Wdeprecated-declarations]
1397 | && req.attribute(QNetworkRequest::FollowRedirectsAttribute).isNull()) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../include/QtNetwork/qnetworkrequest.h:1,
from $ROOT/src/qt5/qtbase/src/network/access/qnetworkaccessmanager.h:44,
from $ROOT/src/qt5/qtbase/src/network/access/qnetworkaccessmanager.cpp:42:
../../include/QtNetwork/../../../../../src/qt5/qtbase/src/network/access/qnetworkrequest.h:97:9: note: declared here
97 | FollowRedirectsAttribute Q_DECL_ENUMERATOR_DEPRECATED_X("Use RedirectPolicyAttribute"),
| ^~~~~~~~~~~~~~~~~~~~~~~~
$ROOT/src/qt5/qtbase/src/network/access/qnetworkaccessmanager.cpp:1397:43: warning: ‘QNetworkRequest::FollowRedirectsAttribute’ is deprecated: Use RedirectPolicyAttribute [-Wdeprecated-declarations]
1397 | && req.attribute(QNetworkRequest::FollowRedirectsAttribute).isNull()) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../include/QtNetwork/qnetworkrequest.h:1,
from $ROOT/src/qt5/qtbase/src/network/access/qnetworkaccessmanager.h:44,
from $ROOT/src/qt5/qtbase/src/network/access/qnetworkaccessmanager.cpp:42:
../../include/QtNetwork/../../../../../src/qt5/qtbase/src/network/access/qnetworkrequest.h:97:9: note: declared here
97 | FollowRedirectsAttribute Q_DECL_ENUMERATOR_DEPRECATED_X("Use RedirectPolicyAttribute"),
| ^~~~~~~~~~~~~~~~~~~~~~~~
$ROOT/src/qt5/qtbase/src/gui/text/qfontengine.cpp: In member function ‘bool QFontEngine::supportsScript(QChar::Script) const’:
$ROOT/src/qt5/qtbase/src/gui/text/qfontengine.cpp:377:35: warning: ‘void hb_ot_tags_from_script(hb_script_t, hb_tag_t*, hb_tag_t*)’ is deprecated: Use 'hb_ot_tags_from_script_and_language' instead [-Wdeprecated-declarations]
377 | hb_ot_tags_from_script(hb_qt_script_to_script(script), &script_tag_1, &script_tag_2);
| ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/harfbuzz/hb-ot.h:34,
from $ROOT/src/qt5/qtbase/src/gui/text/qfontengine.cpp:58:
/usr/include/harfbuzz/hb-ot-deprecated.h:63:1: note: declared here
63 | hb_ot_tags_from_script (hb_script_t script,
| ^~~~~~~~~~~~~~~~~~~~~~
$ROOT/src/qt5/qtbase/src/3rdparty/md4c/md4c.c: In function ‘md_end_current_block’:
$ROOT/src/qt5/qtbase/src/3rdparty/md4c/md4c.c:2241:27: warning: ‘label_contents_line_index’ may be used uninitialized in this function [-Wmaybe-uninitialized]
2241 | lines + label_contents_line_index, n_lines - label_contents_line_index,
| ^
$ROOT/src/qt5/qtbase/src/3rdparty/md4c/md4c.c:2158:13: note: ‘label_contents_line_index’ was declared here
2158 | MD_SIZE label_contents_line_index;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
$ROOT/src/qt5/qtbase/src/gui/text/qharfbuzzng.cpp: In constructor ‘_hb_unicode_funcs_t::_hb_unicode_funcs_t()’:
$ROOT/src/qt5/qtbase/src/gui/text/qharfbuzzng.cpp:432:50: warning: ‘void hb_unicode_funcs_set_eastasian_width_func(hb_unicode_funcs_t*, hb_unicode_eastasian_width_func_t, void*, hb_destroy_func_t)’ is deprecated [-Wdeprecated-declarations]
432 | hb_unicode_funcs_set_eastasian_width_func(funcs, _hb_qt_unicode_eastasian_width, NULL, NULL);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/harfbuzz/hb.h:34,
from $ROOT/src/qt5/qtbase/src/gui/text/qharfbuzzng_p.h:61,
from $ROOT/src/qt5/qtbase/src/gui/text/qharfbuzzng.cpp:41:
/usr/include/harfbuzz/hb-deprecated.h:96:1: note: declared here
96 | hb_unicode_funcs_set_eastasian_width_func (hb_unicode_funcs_t *ufuncs,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
$ROOT/src/qt5/qtbase/src/gui/text/qharfbuzzng.cpp:438:58: warning: ‘void hb_unicode_funcs_set_decompose_compatibility_func(hb_unicode_funcs_t*, hb_unicode_decompose_compatibility_func_t, void*, hb_destroy_func_t)’ is deprecated [-Wdeprecated-declarations]
438 | hb_unicode_funcs_set_decompose_compatibility_func(funcs, _hb_qt_unicode_decompose_compatibility, NULL, NULL);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/harfbuzz/hb.h:34,
from $ROOT/src/qt5/qtbase/src/gui/text/qharfbuzzng_p.h:61,
from $ROOT/src/qt5/qtbase/src/gui/text/qharfbuzzng.cpp:41:
/usr/include/harfbuzz/hb-deprecated.h:158:1: note: declared here
158 | hb_unicode_funcs_set_decompose_compatibility_func (hb_unicode_funcs_t *ufuncs,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
$ROOT/src/qt5/qtbase/src/gui/kernel/qplatformsystemtrayicon.h:0: Note: No relevant classes found. No output generated.
$ROOT/src/qt5/qtbase/src/gui/painting/qpdfwriter.h:0: Note: No relevant classes found. No output generated.
Project MESSAGE: perl -w $ROOT/src/qt5/qtbase/bin/syncqt.pl -module QtOpenGLExtensions -version 5.15.17 -outdir $ROOT/build/temporaryfile/qtbase -builddir $ROOT/build/temporaryfile/qtbase $ROOT/src/qt5/qtbase
Project MESSAGE: perl -w $ROOT/src/qt5/qtbase/bin/syncqt.pl -module QtPlatformHeaders -version 5.15.17 -outdir $ROOT/build/temporaryfile/qtbase -builddir $ROOT/build/temporaryfile/qtbase $ROOT/src/qt5/qtbase
Project MESSAGE: perl -w $ROOT/src/qt5/qtbase/bin/syncqt.pl -module QtWidgets -version 5.15.17 -outdir $ROOT/build/temporaryfile/qtbase -builddir $ROOT/build/temporaryfile/qtbase $ROOT/src/qt5/qtbase
Project MESSAGE: perl -w $ROOT/src/qt5/qtbase/bin/syncqt.pl -module QtEventDispatcherSupport -version 5.15.17 -outdir $ROOT/build/temporaryfile/qtbase -builddir $ROOT/build/temporaryfile/qtbase $ROOT/src/qt5/qtbase
Project MESSAGE: perl -w $ROOT/src/qt5/qtbase/bin/syncqt.pl -module QtEdidSupport -version 5.15.17 -outdir $ROOT/build/temporaryfile/qtbase -builddir $ROOT/build/temporaryfile/qtbase $ROOT/src/qt5/qtbase
Project MESSAGE: perl -w $ROOT/src/qt5/qtbase/bin/syncqt.pl -module QtFbSupport -version 5.15.17 -outdir $ROOT/build/temporaryfile/qtbase -builddir $ROOT/build/temporaryfile/qtbase $ROOT/src/qt5/qtbase
Project MESSAGE: perl -w $ROOT/src/qt5/qtbase/bin/syncqt.pl -module QtDeviceDiscoverySupport -version 5.15.17 -outdir $ROOT/build/temporaryfile/qtbase -builddir $ROOT/build/temporaryfile/qtbase $ROOT/src/qt5/qtbase
Project MESSAGE: perl -w $ROOT/src/qt5/qtbase/bin/syncqt.pl -module QtThemeSupport -version 5.15.17 -outdir $ROOT/build/temporaryfile/qtbase -builddir $ROOT/build/temporaryfile/qtbase $ROOT/src/qt5/qtbase
Project MESSAGE: perl -w $ROOT/src/qt5/qtbase/bin/syncqt.pl -module QtFontDatabaseSupport -version 5.15.17 -outdir $ROOT/build/temporaryfile/qtbase -builddir $ROOT/build/temporaryfile/qtbase $ROOT/src/qt5/qtbase
WARNING: Failure to find: $ROOT/build/temporaryfile/qtbase/src/widgets/qt5widgets_metatypes.json
Project MESSAGE: perl -w $ROOT/src/qt5/qtbase/bin/syncqt.pl -module QtServiceSupport -version 5.15.17 -outdir $ROOT/build/temporaryfile/qtbase -builddir $ROOT/build/temporaryfile/qtbase $ROOT/src/qt5/qtbase
Project MESSAGE: perl -w $ROOT/src/qt5/qtbase/bin/syncqt.pl -module QtPlatformCompositorSupport -version 5.15.17 -outdir $ROOT/build/temporaryfile/qtbase -builddir $ROOT/build/temporaryfile/qtbase $ROOT/src/qt5/qtbase
Project MESSAGE: perl -w $ROOT/src/qt5/qtbase/bin/syncqt.pl -module QtEglSupport -version 5.15.17 -outdir $ROOT/build/temporaryfile/qtbase -builddir $ROOT/build/temporaryfile/qtbase $ROOT/src/qt5/qtbase
Project MESSAGE: perl -w $ROOT/src/qt5/qtbase/bin/syncqt.pl -module QtGlxSupport -version 5.15.17 -outdir $ROOT/build/temporaryfile/qtbase -builddir $ROOT/build/temporaryfile/qtbase $ROOT/src/qt5/qtbase
Project MESSAGE: perl -w $ROOT/src/qt5/qtbase/bin/syncqt.pl -module QtAccessibilitySupport -version 5.15.17 -outdir $ROOT/build/temporaryfile/qtbase -builddir $ROOT/build/temporaryfile/qtbase $ROOT/src/qt5/qtbase
Project MESSAGE: perl -w $ROOT/src/qt5/qtbase/bin/syncqt.pl -module QtXkbCommonSupport -version 5.15.17 -outdir $ROOT/build/temporaryfile/qtbase -builddir $ROOT/build/temporaryfile/qtbase $ROOT/src/qt5/qtbase
Project MESSAGE: perl -w $ROOT/src/qt5/qtbase/bin/syncqt.pl -module QtLinuxAccessibilitySupport -version 5.15.17 -outdir $ROOT/build/temporaryfile/qtbase -builddir $ROOT/build/temporaryfile/qtbase $ROOT/src/qt5/qtbase
Project MESSAGE: perl -w $ROOT/src/qt5/qtbase/bin/syncqt.pl -module QtInputSupport -version 5.15.17 -outdir $ROOT/build/temporaryfile/qtbase -builddir $ROOT/build/temporaryfile/qtbase $ROOT/src/qt5/qtbase
In file included from $ROOT/src/qt5/qtbase/src/platformsupport/linuxaccessibility/atspiadaptor.cpp:52:
In copy constructor ‘RoleNames::RoleNames(const RoleNames&)’,
inlined from ‘QHashNode::QHashNode(const Key&, const T&, uint, QHashNode*) [with Key = QAccessible::Role; T = RoleNames]’ at ../../../include/QtCore/../../../../../src/qt5/qtbase/src/corelib/tools/qhash.h:155:40,
inlined from ‘QHash::Node* QHash::createNode(uint, const Key&, const T&, QHash::Node**) [with Key = QAccessible::Role; T = RoleNames]’ at ../../../include/QtCore/../../../../../src/qt5/qtbase/src/corelib/tools/qhash.h:610:18,
inlined from ‘T& QHash::operator[](const Key&) [with Key = QAccessible::Role; T = RoleNames]’ at ../../../include/QtCore/../../../../../src/qt5/qtbase/src/corelib/tools/qhash.h:761:26:
$ROOT/src/qt5/qtbase/src/platformsupport/linuxaccessibility/constant_mappings_p.h:110:8: warning: ‘.RoleNames::m_spiRole’ may be used uninitialized [-Wmaybe-uninitialized]
110 | struct RoleNames {
| ^~~~~~~~~
In file included from ../../../include/QtCore/qhash.h:1,
from ../../../include/QtCore/../../../../../src/qt5/qtbase/src/corelib/tools/qshareddata.h:46,
from ../../../include/QtCore/qshareddata.h:1,
from ../../../include/QtCore/../../../../../src/qt5/qtbase/src/corelib/tools/qsharedpointer.h:45,
from ../../../include/QtCore/qsharedpointer.h:1,
from $ROOT/src/qt5/qtbase/src/platformsupport/linuxaccessibility/atspiadaptor_p.h:58,
from $ROOT/src/qt5/qtbase/src/platformsupport/linuxaccessibility/atspiadaptor.cpp:40:
../../../include/QtCore/../../../../../src/qt5/qtbase/src/corelib/tools/qhash.h: In member function ‘T& QHash::operator[](const Key&) [with Key = QAccessible::Role; T = RoleNames]’:
../../../include/QtCore/../../../../../src/qt5/qtbase/src/corelib/tools/qhash.h:761:36: note: ‘’ declared here
761 | return createNode(h, akey, T(), node)->value;
| ^~~
$ROOT/src/qt5/qtbase/src/widgets/util/qsystemtrayicon.h:0: Note: No relevant classes found. No output generated.
$ROOT/src/qt5/qtbase/src/widgets/util/qsystemtrayicon_p.h:0: Note: No relevant classes found. No output generated.
$ROOT/src/qt5/qtbase/src/widgets/util/qsystemtrayicon_x11.cpp:0: Note: No relevant classes found. No output generated.
Project MESSAGE: perl -w $ROOT/src/qt5/qtbase/bin/syncqt.pl -module QtTest -version 5.15.17 -outdir $ROOT/build/temporaryfile/qtbase -builddir $ROOT/build/temporaryfile/qtbase $ROOT/src/qt5/qtbase
Project MESSAGE: perl -w $ROOT/src/qt5/qtbase/bin/syncqt.pl -module QtOpenGL -version 5.15.17 -outdir $ROOT/build/temporaryfile/qtbase -builddir $ROOT/build/temporaryfile/qtbase $ROOT/src/qt5/qtbase
$ROOT/src/qt5/qtbase/src/plugins/sqldrivers/mysql/qsql_mysql.cpp: In member function ‘virtual bool QMYSQLDriver::open(const QString&, const QString&, const QString&, const QString&, int, const QString&)’:
$ROOT/src/qt5/qtbase/src/plugins/sqldrivers/mysql/qsql_mysql.cpp:1317:21: warning: ‘bool mysql_ssl_set(MYSQL*, const char*, const char*, const char*, const char*, const char*)’ is deprecated: Use mysql_options() instead. [-Wdeprecated-declarations]
1317 | mysql_ssl_set(d->mysql,
| ~~~~~~~~~~~~~^~~~~~~~~~
1318 | sslKey.isNull() ? static_cast(0)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1319 | : QFile::encodeName(sslKey).constData(),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1320 | sslCert.isNull() ? static_cast(0)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1321 | : QFile::encodeName(sslCert).constData(),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1322 | sslCA.isNull() ? static_cast(0)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1323 | : QFile::encodeName(sslCA).constData(),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1324 | sslCAPath.isNull() ? static_cast(0)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1325 | : QFile::encodeName(sslCAPath).constData(),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1326 | sslCipher.isNull() ? static_cast(0)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1327 | : sslCipher.toLocal8Bit().constData());
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from $ROOT/src/qt5/qtbase/src/plugins/sqldrivers/mysql/qsql_mysql_p.h:60,
from $ROOT/src/qt5/qtbase/src/plugins/sqldrivers/mysql/qsql_mysql.cpp:40:
/usr/include/mysql/mysql.h:465:1: note: declared here
465 | mysql_ssl_set(MYSQL *mysql, const char *key, const char *cert, const char *ca,
| ^~~~~~~~~~~~~
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c: In function ‘sqlite3VdbeExec’:
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:96321:50: warning: this statement may fall through [-Wimplicit-fallthrough=]
96321 | zPayload[6] = (u8)(v&0xff); v >>= 8;
| ~~^~~~~
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:96322:11: note: here
96322 | case 6: zPayload[5] = (u8)(v&0xff); v >>= 8;
| ^~~~
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:96323:50: warning: this statement may fall through [-Wimplicit-fallthrough=]
96323 | zPayload[4] = (u8)(v&0xff); v >>= 8;
| ~~^~~~~
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:96324:11: note: here
96324 | case 4: zPayload[3] = (u8)(v&0xff); v >>= 8;
| ^~~~
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:96324:50: warning: this statement may fall through [-Wimplicit-fallthrough=]
96324 | case 4: zPayload[3] = (u8)(v&0xff); v >>= 8;
| ~~^~~~~
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:96325:11: note: here
96325 | case 3: zPayload[2] = (u8)(v&0xff); v >>= 8;
| ^~~~
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:96325:50: warning: this statement may fall through [-Wimplicit-fallthrough=]
96325 | case 3: zPayload[2] = (u8)(v&0xff); v >>= 8;
| ~~^~~~~
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:96326:11: note: here
96326 | case 2: zPayload[1] = (u8)(v&0xff); v >>= 8;
| ^~~~
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:96326:50: warning: this statement may fall through [-Wimplicit-fallthrough=]
96326 | case 2: zPayload[1] = (u8)(v&0xff); v >>= 8;
| ~~^~~~~
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:96327:11: note: here
96327 | case 1: zPayload[0] = (u8)(v&0xff);
| ^~~~
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c: In function ‘jsonTranslateTextToBlob’:
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:205330:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
205330 | if( strncmp(z+i,"null",4)==0 && !sqlite3Isalnum(z[i+4]) ){
| ^
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:205336:3: note: here
205336 | default: {
| ^~~~~~~
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c: In function ‘cellArea’:
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:210820:22: warning: this statement may fall through [-Wimplicit-fallthrough=]
210820 | case 5: area = p->aCoord[9].f - p->aCoord[8].f;
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:210821:7: note: here
210821 | case 4: area *= p->aCoord[7].f - p->aCoord[6].f;
| ^~~~
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:210821:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
210821 | case 4: area *= p->aCoord[7].f - p->aCoord[6].f;
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:210822:7: note: here
210822 | case 3: area *= p->aCoord[5].f - p->aCoord[4].f;
| ^~~~
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:210822:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
210822 | case 3: area *= p->aCoord[5].f - p->aCoord[4].f;
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:210823:7: note: here
210823 | case 2: area *= p->aCoord[3].f - p->aCoord[2].f;
| ^~~~
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:210823:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
210823 | case 2: area *= p->aCoord[3].f - p->aCoord[2].f;
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:210824:7: note: here
210824 | default: area *= p->aCoord[1].f - p->aCoord[0].f;
| ^~~~~~~
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:210830:22: warning: this statement may fall through [-Wimplicit-fallthrough=]
210830 | case 5: area = (i64)p->aCoord[9].i - (i64)p->aCoord[8].i;
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:210831:7: note: here
210831 | case 4: area *= (i64)p->aCoord[7].i - (i64)p->aCoord[6].i;
| ^~~~
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:210831:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
210831 | case 4: area *= (i64)p->aCoord[7].i - (i64)p->aCoord[6].i;
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:210832:7: note: here
210832 | case 3: area *= (i64)p->aCoord[5].i - (i64)p->aCoord[4].i;
| ^~~~
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:210832:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
210832 | case 3: area *= (i64)p->aCoord[5].i - (i64)p->aCoord[4].i;
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:210833:7: note: here
210833 | case 2: area *= (i64)p->aCoord[3].i - (i64)p->aCoord[2].i;
| ^~~~
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:210833:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
210833 | case 2: area *= (i64)p->aCoord[3].i - (i64)p->aCoord[2].i;
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:210834:7: note: here
210834 | default: area *= (i64)p->aCoord[1].i - (i64)p->aCoord[0].i;
| ^~~~~~~
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c: In function ‘rtreeCallbackConstraint’:
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:209936:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
209936 | readCoord(pCellData+32, &c); aCoord[8] = c.f;
| ~~~~~~~~~~^~~~~
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:209937:7: note: here
209937 | case 8: readCoord(pCellData+28, &c); aCoord[7] = c.f;
| ^~~~
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:209938:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
209938 | readCoord(pCellData+24, &c); aCoord[6] = c.f;
| ~~~~~~~~~~^~~~~
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:209939:7: note: here
209939 | case 6: readCoord(pCellData+20, &c); aCoord[5] = c.f;
| ^~~~
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:209940:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
209940 | readCoord(pCellData+16, &c); aCoord[4] = c.f;
| ~~~~~~~~~~^~~~~
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:209941:7: note: here
209941 | case 4: readCoord(pCellData+12, &c); aCoord[3] = c.f;
| ^~~~
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:209942:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
209942 | readCoord(pCellData+8, &c); aCoord[2] = c.f;
| ~~~~~~~~~~^~~~~
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:209943:7: note: here
209943 | default: readCoord(pCellData+4, &c); aCoord[1] = c.f;
| ^~~~~~~
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:209951:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
209951 | readCoord(pCellData+32, &c); aCoord[8] = c.i;
| ~~~~~~~~~~^~~~~
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:209952:7: note: here
209952 | case 8: readCoord(pCellData+28, &c); aCoord[7] = c.i;
| ^~~~
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:209953:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
209953 | readCoord(pCellData+24, &c); aCoord[6] = c.i;
| ~~~~~~~~~~^~~~~
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:209954:7: note: here
209954 | case 6: readCoord(pCellData+20, &c); aCoord[5] = c.i;
| ^~~~
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:209955:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
209955 | readCoord(pCellData+16, &c); aCoord[4] = c.i;
| ~~~~~~~~~~^~~~~
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:209956:7: note: here
209956 | case 4: readCoord(pCellData+12, &c); aCoord[3] = c.i;
| ^~~~
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:209957:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
209957 | readCoord(pCellData+8, &c); aCoord[2] = c.i;
| ~~~~~~~~~~^~~~~
$ROOT/src/qt5/qtbase/src/3rdparty/sqlite/sqlite3.c:209958:7: note: here
209958 | default: readCoord(pCellData+4, &c); aCoord[1] = c.i;
| ^~~~~~~
Project MESSAGE: perl -w $ROOT/src/qt5/qtbase/bin/syncqt.pl -module QtEglFSDeviceIntegration -version 5.15.17 -outdir $ROOT/build/temporaryfile/qtbase -builddir $ROOT/build/temporaryfile/qtbase $ROOT/src/qt5/qtbase
Project MESSAGE: perl -w $ROOT/src/qt5/qtbase/bin/syncqt.pl -module QtSvg -version 5.15.17 -outdir $ROOT/build/temporaryfile/qtsvg -builddir $ROOT/build/temporaryfile/qtsvg $ROOT/src/qt5/qtsvg
$ROOT/src/qt5/qtdeclarative/src/qmltyperegistrar/qmltypescreator.cpp: In member function ‘void QmlTypesCreator::generate(const QString&, const QString&)’:
$ROOT/src/qt5/qtdeclarative/src/qmltyperegistrar/qmltypescreator.cpp:376:5: error: ‘QSaveFile’ was not declared in this scope
376 | QSaveFile file(outFileName);
| ^~~~~~~~~
$ROOT/src/qt5/qtdeclarative/src/qmltyperegistrar/qmltypescreator.cpp:377:5: error: ‘file’ was not declared in this scope
377 | file.open(QIODevice::WriteOnly);
| ^~~~
$ROOT/src/qt5/qtdeclarative/src/qmltyperegistrar/qmltypescreator.cpp:338:47: warning: unused parameter ‘outFileName’ [-Wunused-parameter]
338 | void QmlTypesCreator::generate(const QString &outFileName, const QString &dependenciesFileName)
| ~~~~~~~~~~~~~~~^~~~~~~~~~~
make[3]: *** [Makefile:1318: .obj/qmltypescreator.o] Error 1
make[3]: Target 'first' not remade because of errors.
make[2]: *** [Makefile:58: sub-qmltyperegistrar-make_first-ordered] Error 2
make[2]: Target 'first' not remade because of errors.
make[1]: *** [Makefile:50: sub-src-make_first] Error 2
make[1]: Target 'first' not remade because of errors.
make: *** [Makefile:102: module-qtdeclarative-make_first] Error 2
make: Target 'first' not remade because of errors.