vertical_align_top

/ v5.15.8-lts-lgpl / textdate / 20230121013347 /

Project MESSAGE: perl -w $ROOT/src/qt5/qtbase/bin/syncqt.pl -minimal -module QtCore -module QtXml -version 5.15.8 -outdir $ROOT/build/textdate/qtbase -builddir $ROOT/build/textdate/qtbase $ROOT/src/qt5/qtbase
In file included from ../../../include/QtCore/qglobal.h:1,
                 from $ROOT/src/qt5/qtbase/src/corelib/global/qrandom.h:43,
                 from $ROOT/src/qt5/qtbase/src/corelib/global/qrandom.cpp:43:
$ROOT/src/qt5/qtbase/src/corelib/global/qrandom.cpp: In member function ‘void QRandomGenerator::SystemAndGlobalGenerators::confirmLiteral()’:
$ROOT/src/qt5/qtbase/src/corelib/global/qrandom.cpp:386:30: warning: ‘template struct std::is_literal_type’ is deprecated [-Wdeprecated-declarations]
  386 |         Q_STATIC_ASSERT(std::is_literal_type::value);
      |                              ^~~~~~~~~~~~~~~
../../../include/QtCore/../../../../../src/qt5/qtbase/src/corelib/global/qglobal.h:120:57: note: in definition of macro ‘Q_STATIC_ASSERT’
  120 | #  define Q_STATIC_ASSERT(Condition) static_assert(bool(Condition), #Condition)
      |                                                         ^~~~~~~~~
In file included from ../../../include/QtCore/../../../../../src/qt5/qtbase/src/corelib/global/qglobal.h:45,
                 from ../../../include/QtCore/qglobal.h:1,
                 from $ROOT/src/qt5/qtbase/src/corelib/global/qrandom.h:43,
                 from $ROOT/src/qt5/qtbase/src/corelib/global/qrandom.cpp:43:
/usr/include/c++/11/type_traits:746:5: note: declared here
  746 |     is_literal_type
      |     ^~~~~~~~~~~~~~~
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.8 -outdir $ROOT/build/textdate/qtbase -builddir $ROOT/build/textdate/qtbase $ROOT/src/qt5/qtbase
WARNING: Failure to find: $ROOT/build/textdate/qtbase/src/corelib/qt5core_metatypes.json
In file included from ../../include/QtCore/qglobal.h:1,
                 from $ROOT/src/qt5/qtbase/src/corelib/global/qrandom.h:43,
                 from $ROOT/src/qt5/qtbase/src/corelib/global/qrandom.cpp:43:
$ROOT/src/qt5/qtbase/src/corelib/global/qrandom.cpp: In member function ‘void QRandomGenerator::SystemAndGlobalGenerators::confirmLiteral()’:
$ROOT/src/qt5/qtbase/src/corelib/global/qrandom.cpp:386:30: warning: ‘template struct std::is_literal_type’ is deprecated [-Wdeprecated-declarations]
  386 |         Q_STATIC_ASSERT(std::is_literal_type::value);
      |                              ^~~~~~~~~~~~~~~
../../include/QtCore/../../../../../src/qt5/qtbase/src/corelib/global/qglobal.h:120:57: note: in definition of macro ‘Q_STATIC_ASSERT’
  120 | #  define Q_STATIC_ASSERT(Condition) static_assert(bool(Condition), #Condition)
      |                                                         ^~~~~~~~~
In file included from ../../include/QtCore/../../../../../src/qt5/qtbase/src/corelib/global/qglobal.h:45,
                 from ../../include/QtCore/qglobal.h:1,
                 from $ROOT/src/qt5/qtbase/src/corelib/global/qrandom.h:43,
                 from $ROOT/src/qt5/qtbase/src/corelib/global/qrandom.cpp:43:
/usr/include/c++/11/type_traits:746:5: note: declared here
  746 |     is_literal_type
      |     ^~~~~~~~~~~~~~~
$ROOT/src/qt5/qtbase/src/corelib/time/qdatetimeparser.cpp: In member function ‘int QDateTimeParser::sectionMaxSize(QDateTimeParser::Section, int) const’:
$ROOT/src/qt5/qtbase/src/corelib/time/qdatetimeparser.cpp:625:52: warning: unused parameter ‘count’ [-Wunused-parameter]
  625 | int QDateTimeParser::sectionMaxSize(Section s, int count) const
      |                                                ~~~~^~~~~
$ROOT/src/qt5/qtbase/src/corelib/time/qdatetime.cpp:2752:5: error: no declaration matches ‘int QDateTimeParser::startsWithLocalTimeZone(QStringRef)’
 2752 | int QDateTimeParser::startsWithLocalTimeZone(const QStringRef name)
      |     ^~~~~~~~~~~~~~~
$ROOT/src/qt5/qtbase/src/corelib/time/qdatetime.cpp:2752:5: note: no functions named ‘int QDateTimeParser::startsWithLocalTimeZone(QStringRef)’
In file included from ../../include/QtCore/5.15.8/QtCore/private/qdatetimeparser_p.h:1,
                 from $ROOT/src/qt5/qtbase/src/corelib/time/qdatetime.cpp:44:
../../include/QtCore/5.15.8/QtCore/private/../../../../../../../../src/qt5/qtbase/src/corelib/time/qdatetimeparser_p.h:78:21: note: ‘class QDateTimeParser’ defined here
   78 | class Q_CORE_EXPORT QDateTimeParser
      |                     ^~~~~~~~~~~~~~~
make[3]: *** [Makefile:30551: .obj/qdatetime.o] Error 1
$ROOT/src/qt5/qtbase/src/corelib/io/qfilesystemengine_unix.cpp: In static member function ‘static bool QFileSystemEngine::moveFileToTrash(const QFileSystemEntry&, QFileSystemEntry&, QSystemError&)’:
$ROOT/src/qt5/qtbase/src/corelib/io/qfilesystemengine_unix.cpp:1411:41: error: ‘class QDateTime’ has no member named ‘toString’
 1411 |         << QDateTime::currentDateTime().toString(QLatin1String("yyyy-MM-ddThh:mm:ss")) << Qt::endl;
      |                                         ^~~~~~~~
make[3]: *** [Makefile:38993: .obj/qfilesystemengine_unix.o] Error 1
$ROOT/src/qt5/qtbase/src/corelib/kernel/qobjectdefs.h:0: Note: No relevant classes found. No output generated.
$ROOT/src/qt5/qtbase/src/corelib/serialization/qcborvalue.cpp: In function ‘QCborValue::Type convertToExtendedType(QCborContainerPrivate*)’:
$ROOT/src/qt5/qtbase/src/corelib/serialization/qcborvalue.cpp:790:29: error: ‘fromString’ is not a member of ‘QDateTime’
  790 |             dt = QDateTime::fromString(b->asLatin1(), Qt::ISODateWithMs);
      |                             ^~~~~~~~~~
$ROOT/src/qt5/qtbase/src/corelib/serialization/qcborvalue.cpp:812:34: error: ‘class QDateTime’ has no member named ‘toString’
  812 |             QByteArray text = dt.toString(Qt::ISODateWithMs).toLatin1();
      |                                  ^~~~~~~~
$ROOT/src/qt5/qtbase/src/corelib/serialization/qcborvalue.cpp: In constructor ‘QCborValue::QCborValue(const QDateTime&)’:
$ROOT/src/qt5/qtbase/src/corelib/serialization/qcborvalue.cpp:1844:53: error: ‘const class QDateTime’ has no member named ‘toString’
 1844 |     : QCborValue(QCborKnownTags::DateTimeString, dt.toString(Qt::ISODateWithMs).toLatin1())
      |                                                     ^~~~~~~~
$ROOT/src/qt5/qtbase/src/corelib/serialization/qcborvalue.cpp: In member function ‘QDateTime QCborValue::toDateTime(const QDateTime&) const’:
$ROOT/src/qt5/qtbase/src/corelib/serialization/qcborvalue.cpp:2019:23: error: ‘fromString’ is not a member of ‘QDateTime’
 2019 |     return QDateTime::fromString(byteData->asLatin1(), Qt::ISODateWithMs);
      |                       ^~~~~~~~~~
make[3]: *** [Makefile:49313: .obj/qcborvalue.o] Error 1
make[3]: Target 'first' not remade because of errors.
make[2]: *** [Makefile:171: sub-corelib-make_first] Error 2
make[2]: Target 'first' not remade because of errors.
make[1]: *** [Makefile:51: sub-src-make_first] Error 2
make[1]: Target 'first' not remade because of errors.
make: *** [Makefile:51: module-qtbase-make_first] Error 2
make: Target 'first' not remade because of errors.