Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-86568

jsruntime/qv4engine.cpp:172:27: error: ‘QSequentialIterableImpl’ in namespace ‘QtMetaTypePrivate’ does not name a type static QtMetaTypePrivate::QSequentialIterableImpl jsvalueToSequence (const QJSValue& value)

    XMLWordPrintable

Details

    Description

      NG -DQT_NO_INTEGER_EVENT_COORDINATES -DQT_NO_FOREACH -DWTF_EXPORT_PRIVATE= -DJS_EXPORT_PRIVATE= -DENABLE_ASSEMBLER_WX_EXCLUSIVE=1 -DWTFReportAssertionFailure=qmlWTFReportAssertionFailure -DWTFReportAssertionFailureWithMessage=qmlWTFReportAssertionFailureWithMessage -DWTFReportBacktrace=qmlWTFReportBacktrace -DWTFInvokeCrashHook=qmlWTFInvokeCrashHook -DENABLE_LLINT=0 -DENABLE_DFG_JIT=0 -DENABLE_DFG_JIT_UTILITY_METHODS=1 -DENABLE_JIT_CONSTANT_BLINDING=0 -DBUILDING_QT__ -DWTF_USE_UDIS86=0 -DNDEBUG -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_QML_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -Imemory -I. -Icompiler -I. -Ijsruntime -I. -Idebugger -Iqmldirparser -I. -Ianimations -I../3rdparty/masm/jit -I../3rdparty/masm/assembler -I../3rdparty/masm/runtime -I../3rdparty/masm/wtf -I../3rdparty/masm/stubs -I../3rdparty/masm/stubs/runtime -I../3rdparty/masm/stubs/wtf -I../3rdparty/masm -I../3rdparty/masm/disassembler -I../3rdparty/masm/disassembler/udis86 -I../../include -I../../include/QtQml -I../../include/QtQml/6.0.0 -I../../include/QtQml/6.0.0/QtQml -I.generated -I. -I.tracegen -I/home/qt/work/install/include/QtCore/6.0.0 -I/home/qt/work/install/include/QtCore/6.0.0/QtCore -I/home/qt/work/install/include -I/home/qt/work/install/include/QtNetwork -I/home/qt/work/install/include/QtCore -I.moc -I/home/qt/work/install/mkspecs/devices/linux-generic-g++ -o .obj/qv4persistent.o jsruntime/qv4persistent.cpp
       jsruntime/qv4engine.cpp:172:27: error: ‘QSequentialIterableImpl’ in namespace ‘QtMetaTypePrivate’ does not name a type
        static QtMetaTypePrivate::QSequentialIterableImpl jsvalueToSequence (const QJSValue& value) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~
       jsruntime/qv4engine.cpp:172:8: note: suggested alternative: ‘QAssociativeIterableImpl’
        static QtMetaTypePrivate::QSequentialIterableImpl jsvalueToSequence (const QJSValue& value) {
               ^~~~~~~~~~~~~~~~~
               QAssociativeIterableImpl
       jsruntime/qv4engine.cpp: In constructor ‘QV4::ExecutionEngine::ExecutionEngine(QJSEngine*)’:
       jsruntime/qv4engine.cpp:781:81: error: ‘QSequentialIterableImpl’ is not a member of ‘QtMetaTypePrivate’
       
       247:         ^~~~~~~~~~~~~~~~~
               QAssociativeIterableImpl
       jsruntime/qv4engine.cpp: In constructor ‘QV4::ExecutionEngine::ExecutionEngine(QJSEngine*)’:
       jsruntime/qv4engine.cpp:781:81: error: ‘QSequentialIterableImpl’ is not a member of ‘QtMetaTypePrivate’
            if (!QMetaType::hasRegisteredConverterFunction<QJSValue, QtMetaTypePrivate::QSequentialIterableImpl>())
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~
       jsruntime/qv4engine.cpp:781:81: note: suggested alternative: ‘QAssociativeIterableImpl’
            if (!QMetaType::hasRegisteredConverterFunction<QJSValue, QtMetaTypePrivate::QSequentialIterableImpl>())
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~
                                                                                        QAssociativeIterableImpl
       jsruntime/qv4engine.cpp:781:106: error: no matching function for call to ‘QMetaType::hasRegisteredConverterFunction<QJSValue, <expression error> >()’
       
       258:      if (!QMetaType::hasRegisteredConverterFunction<QJSValue, QtMetaTypePrivate::QSequentialIterableImpl>())
                                                                                                                 ^
       In file included from /home/qt/work/install/include/QtCore/qobject.h:54,
                        from /home/qt/work/install/include/QtCore/qabstractanimation.h:43,
                        from /home/qt/work/install/include/QtCore/QtCore:6,
                        from ../../include/QtQml/QtQmlDepends:3:
       /home/qt/work/install/include/QtCore/qmetatype.h:569:17: note: candidate: ‘template<class From, class To> static bool QMetaType::hasRegisteredConverterFunction()’
            static bool hasRegisteredConverterFunction()
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       /home/qt/work/install/include/QtCore/qmetatype.h:569:17: note:   template argument deduction/substitution failed:
       jsruntime/qv4engine.cpp:781:106: error: template argument 2 is invalid
       
       261:                  from /home/qt/work/install/include/QtCore/qabstractanimation.h:43,
                        from /home/qt/work/install/include/QtCore/QtCore:6,
                        from ../../include/QtQml/QtQmlDepends:3:
       /home/qt/work/install/include/QtCore/qmetatype.h:569:17: note: candidate: ‘template<class From, class To> static bool QMetaType::hasRegisteredConverterFunction()’
            static bool hasRegisteredConverterFunction()
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       /home/qt/work/install/include/QtCore/qmetatype.h:569:17: note:   template argument deduction/substitution failed:
       jsruntime/qv4engine.cpp:781:106: error: template argument 2 is invalid
            if (!QMetaType::hasRegisteredConverterFunction<QJSValue, QtMetaTypePrivate::QSequentialIterableImpl>())
                                                                                                                 ^
       jsruntime/qv4engine.cpp:782:67: error: ‘QSequentialIterableImpl’ is not a member of ‘QtMetaTypePrivate’
       
       268: jsruntime/qv4engine.cpp:781:106: error: template argument 2 is invalid
            if (!QMetaType::hasRegisteredConverterFunction<QJSValue, QtMetaTypePrivate::QSequentialIterableImpl>())
                                                                                                                 ^
       jsruntime/qv4engine.cpp:782:67: error: ‘QSequentialIterableImpl’ is not a member of ‘QtMetaTypePrivate’
                QMetaType::registerConverter<QJSValue, QtMetaTypePrivate::QSequentialIterableImpl>(jsvalueToSequence);
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~
       jsruntime/qv4engine.cpp:782:67: note: suggested alternative: ‘QAssociativeIterableImpl’
                QMetaType::registerConverter<QJSValue, QtMetaTypePrivate::QSequentialIterableImpl>(jsvalueToSequence);
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~
                                                                          QAssociativeIterableImpl
       jsruntime/qv4engine.cpp:782:92: error: ‘jsvalueToSequence’ was not declared in this scope
       
       276:                                                                    ^~~~~~~~~~~~~~~~~~~~~~~
                                                                          QAssociativeIterableImpl
       jsruntime/qv4engine.cpp:782:92: error: ‘jsvalueToSequence’ was not declared in this scope
                QMetaType::registerConverter<QJSValue, QtMetaTypePrivate::QSequentialIterableImpl>(jsvalueToSequence);
                                                                                                   ^~~~~~~~~~~~~~~~~
       jsruntime/qv4engine.cpp:782:92: note: suggested alternative: ‘QMetaSequence’
                QMetaType::registerConverter<QJSValue, QtMetaTypePrivate::QSequentialIterableImpl>(jsvalueToSequence);
                                                                                                   ^~~~~~~~~~~~~~~~~
                                                                                                   QMetaSequence
       jsruntime/qv4engine.cpp: In function ‘QVariant toVariant(QV4::ExecutionEngine*, const QV4::Value&, int, bool, V4ObjectSet*)’:
       jsruntime/qv4engine.cpp:1501:65: error: ‘QSequentialIterableImpl’ is not a member of ‘QtMetaTypePrivate’
       
       283:                                                                                             ^~~~~~~~~~~~~~~~~
                                                                                                   QMetaSequence
       jsruntime/qv4engine.cpp: In function ‘QVariant toVariant(QV4::ExecutionEngine*, const QV4::Value&, int, bool, V4ObjectSet*)’:
       jsruntime/qv4engine.cpp:1501:65: error: ‘QSequentialIterableImpl’ is not a member of ‘QtMetaTypePrivate’
                    auto retnAsIterable = retn.value<QtMetaTypePrivate::QSequentialIterableImpl>();
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~
       jsruntime/qv4engine.cpp:1501:65: note: suggested alternative: ‘QAssociativeIterableImpl’
                    auto retnAsIterable = retn.value<QtMetaTypePrivate::QSequentialIterableImpl>();
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~
                                                                        QAssociativeIterableImpl
       jsruntime/qv4engine.cpp:1501:90: error: no matching function for call to ‘QVariant::value<<expression error> >()’
       
       293: jsruntime/qv4engine.cpp:1501:90: error: no matching function for call to ‘QVariant::value<<expression error> >()’
                    auto retnAsIterable = retn.value<QtMetaTypePrivate::QSequentialIterableImpl>();
                                                                                                 ^
       In file included from /home/qt/work/install/include/QtCore/qabstractitemmodel.h:47,
                        from /home/qt/work/install/include/QtCore/QtCore:10,
                        from ../../include/QtQml/QtQmlDepends:3:
       /home/qt/work/install/include/QtCore/qvariant.h:364:14: note: candidate: ‘template<class T> T QVariant::value() const’
            inline T value() const
                     ^~~~~
       /home/qt/work/install/include/QtCore/qvariant.h:364:14: note:   template argument deduction/substitution failed:
       jsruntime/qv4engine.cpp:1501:90: error: template argument 1 is invalid
       
       296: In file included from /home/qt/work/install/include/QtCore/qabstractitemmodel.h:47,
                        from /home/qt/work/install/include/QtCore/QtCore:10,
                        from ../../include/QtQml/QtQmlDepends:3:
       /home/qt/work/install/include/QtCore/qvariant.h:364:14: note: candidate: ‘template<class T> T QVariant::value() const’
            inline T value() const
                     ^~~~~
       /home/qt/work/install/include/QtCore/qvariant.h:364:14: note:   template argument deduction/substitution failed:
       jsruntime/qv4engine.cpp:1501:90: error: template argument 1 is invalid
                    auto retnAsIterable = retn.value<QtMetaTypePrivate::QSequentialIterableImpl>();
                                                                                                 ^
       jsruntime/qv4engine.cpp:1502:77: error: ‘ContainerIsAppendable’ is not a member of ‘QtMetaTypePrivate’
       
       370: jsruntime/qv4engine.cpp:1745:45: warning: ‘static QMetaType::TypeFlags QMetaType::typeFlags(int)’ is deprecated [-Wdeprecated-declarations]
                } else if (QMetaType::typeFlags(type) & QMetaType::PointerToQObject) {
                                                    ^
       In file included from /home/qt/work/install/include/QtCore/qobject.h:54,
                        from /home/qt/work/install/include/QtCore/qabstractanimation.h:43,
                        from /home/qt/work/install/include/QtCore/QtCore:6,
                        from ../../include/QtQml/QtQmlDepends:3:
       /home/qt/work/install/include/QtCore/qmetatype.h:379:22: note: declared here
            static TypeFlags typeFlags(int type)
                             ^~~~~~~~~
       jsruntime/qv4engine.cpp:1761:92: error: ‘QSequentialIterableImpl’ is not a member of ‘QtMetaTypePrivate’
       
       377: /home/qt/work/install/include/QtCore/qmetatype.h:379:22: note: declared here
            static TypeFlags typeFlags(int type)
                             ^~~~~~~~~
       jsruntime/qv4engine.cpp:1761:92: error: ‘QSequentialIterableImpl’ is not a member of ‘QtMetaTypePrivate’
                if (QMetaType::hasRegisteredConverterFunction(type, qMetaTypeId<QtMetaTypePrivate::QSequentialIterableImpl>())) {
                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~
       jsruntime/qv4engine.cpp:1761:92: note: suggested alternative: ‘QAssociativeIterableImpl’
                if (QMetaType::hasRegisteredConverterFunction(type, qMetaTypeId<QtMetaTypePrivate::QSequentialIterableImpl>())) {
                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~
                                                                                                   QAssociativeIterableImpl
       jsruntime/qv4engine.cpp:1761:117: error: no matching function for call to ‘qMetaTypeId<<expression error> >()’
       
       388:          if (QMetaType::hasRegisteredConverterFunction(type, qMetaTypeId<QtMetaTypePrivate::QSequentialIterableImpl>())) {
                                                                                                                            ^
       In file included from /home/qt/work/install/include/QtCore/qobject.h:54,
                        from /home/qt/work/install/include/QtCore/qabstractanimation.h:43,
                        from /home/qt/work/install/include/QtCore/QtCore:6,
                        from ../../include/QtQml/QtQmlDepends:3:
       /home/qt/work/install/include/QtCore/qmetatype.h:1324:22: note: candidate: ‘template<class T> constexpr int qMetaTypeId()’
        inline constexpr int qMetaTypeId()
                             ^~~~~~~~~~~
       /home/qt/work/install/include/QtCore/qmetatype.h:1324:22: note:   template argument deduction/substitution failed:
       jsruntime/qv4engine.cpp:1761:117: error: template argument 1 is invalid
       
       480:      static const char *typeName(int type)
                               ^~~~~~~~
       /opt/yocto-mips64/sysroots/x86_64-pokysdk-linux/usr/bin/mips64-poky-linux/mips64-poky-linux-g++ -c -include .pch/Qt6Qml -pipe --sysroot=/opt/yocto-mips64/sysroots/mips64r2-poky-linux -Wno-expansion-to-defined -O2 -std=c++1z -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -Wextra -Wno-expansion-to-defined -Wvla -Wdate-time -Wshift-overflow=2 -Wduplicated-cond -Wno-stringop-overflow -D_REENTRANT -fPIC -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_URL_CAST_FROM_STRING -DQT_NO_INTEGER_EVENT_COORDINATES -DQT_NO_FOREACH -DWTF_EXPORT_PRIVATE= -DJS_EXPORT_PRIVATE= -DENABLE_ASSEMBLER_WX_EXCLUSIVE=1 -DWTFReportAssertionFailure=qmlWTFReportAssertionFailure -DWTFReportAssertionFailureWithMessage=qmlWTFReportAssertionFailureWithMessage -DWTFReportBacktrace=qmlWTFReportBacktrace -DWTFInvokeCrashHook=qmlWTFInvokeCrashHook -DENABLE_LLINT=0 -DENABLE_DFG_JIT=0 -DENABLE_DFG_JIT_UTILITY_METHODS=1 -DENABLE_JIT_CONSTANT_BLINDING=0 -DBUILDING_QT__ -DWTF_USE_UDIS86=0 -DNDEBUG -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_QML_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -Imemory -I. -Icompiler -I. -Ijsruntime -I. -Idebugger -Iqmldirparser -I. -Ianimations -I../3rdparty/masm/jit -I../3rdparty/masm/assembler -I../3rdparty/masm/runtime -I../3rdparty/masm/wtf -I../3rdparty/masm/stubs -I../3rdparty/masm/stubs/runtime -I../3rdparty/masm/stubs/wtf -I../3rdparty/masm -I../3rdparty/masm/disassembler -I../3rdparty/masm/disassembler/udis86 -I../../include -I../../include/QtQml -I../../include/QtQml/6.0.0 -I../../include/QtQml/6.0.0/QtQml -I.generated -I. -I.tracegen -I/home/qt/work/install/include/QtCore/6.0.0 -I/home/qt/work/install/include/QtCore/6.0.0/QtCore -I/home/qt/work/install/include -I/home/qt/work/install/include/QtNetwork -I/home/qt/work/install/include/QtCore -I.moc -I/home/qt/work/install/mkspecs/devices/linux-generic-g++ -o .obj/qv4lookup.o jsruntime/qv4lookup.cpp
       /opt/yocto-mips64/sysroots/x86_64-pokysdk-linux/usr/bin/mips64-poky-linux/mips64-poky-linux-g++ -c -include .pch/Qt6Qml -pipe --sysroot=/opt/yocto-mips64/sysroots/mips64r2-poky-linux -Wno-expansion-to-defined -O2 -std=c++1z -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -Wextra -Wno-expansion-to-defined -Wvla -Wdate-time -Wshift-overflow=2 -Wduplicated-cond -Wno-stringop-overflow -D_REENTRANT -fPIC -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_URL_CAST_FROM_STRING -DQT_NO_INTEGER_EVENT_COORDINATES -DQT_NO_FOREACH -DWTF_EXPORT_PRIVATE= -DJS_EXPORT_PRIVATE= -DENABLE_ASSEMBLER_WX_EXCLUSIVE=1 -DWTFReportAssertionFailure=qmlWTFReportAssertionFailure -DWTFReportAssertionFailureWithMessage=qmlWTFReportAssertionFailureWithMessage -DWTFReportBacktrace=qmlWTFReportBacktrace -DWTFInvokeCrashHook=qmlWTFInvokeCrashHook -DENABLE_LLINT=0 -DENABLE_DFG_JIT=0 -DENABLE_DFG_JIT_UTILITY_METHODS=1 -DENABLE_JIT_CONSTANT_BLINDING=0 -DBUILDING_QT__ -DWTF_USE_UDIS86=0 -DNDEBUG -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_QML_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -Imemory -I. -Icompiler -I. -Ijsruntime -I. -Idebugger -Iqmldirparser -I. -Ianimations -I../3rdparty/masm/jit -I../3rdparty/masm/assembler -I../3rdparty/masm/runtime -I../3rdparty/masm/wtf -I../3rdparty/masm/stubs -I../3rdparty/masm/stubs/runtime -I../3rdparty/masm/stubs/wtf -I../3rdparty/masm -I../3rdparty/masm/disassembler -I../3rdparty/masm/disassembler/udis86 -I../../include -I../../include/QtQml -I../../include/QtQml/6.0.0 -I../../include/QtQml/6.0.0/QtQml -I.generated -I. -I.tracegen -I/home/qt/work/install/include/QtCore/6.0.0 -I/home/qt/work/install/include/QtCore/6.0.0/QtCore -I/home/qt/work/install/include -I/home/qt/work/install/include/QtNetwork -I/home/qt/work/install/include/QtCore -I.moc -I/home/qt/work/install/mkspecs/devices/linux-generic-g++ -o .obj/qv4identifierhash.o jsruntime/qv4identifierhash.cpp
       /opt/yocto-mips64/sysroots/x86_64-pokysdk-linux/usr/bin/mips64-poky-linux/mips64-poky-linux-g++ -c -include .pch/Qt6Qml -pipe --sysroot=/opt/yocto-mips64/sysroots/mips64r2-poky-linux -Wno-expansion-to-defined -O2 -std=c++1z -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -Wextra -Wno-expansion-to-defined -Wvla -Wdate-time -Wshift-overflow=2 -Wduplicated-cond -Wno-stringop-overflow -D_REENTRANT -fPIC -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_URL_CAST_FROM_STRING -DQT_NO_INTEGER_EVENT_COORDINATES -DQT_NO_FOREACH -DWTF_EXPORT_PRIVATE= -DJS_EXPORT_PRIVATE= -DENABLE_ASSEMBLER_WX_EXCLUSIVE=1 -DWTFReportAssertionFailure=qmlWTFReportAssertionFailure -DWTFReportAssertionFailureWithMessage=qmlWTFReportAssertionFailureWithMessage -DWTFReportBacktrace=qmlWTFReportBacktrace -DWTFInvokeCrashHook=qmlWTFInvokeCrashHook -DENABLE_LLINT=0 -DENABLE_DFG_JIT=0 -DENABLE_DFG_JIT_UTILITY_METHODS=1 -DENABLE_JIT_CONSTANT_BLINDING=0 -DBUILDING_QT__ -DWTF_USE_UDIS86=0 -DNDEBUG -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_QML_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -Imemory -I. -Icompiler -I. -Ijsruntime -I. -Idebugger -Iqmldirparser -I. -Ianimations -I../3rdparty/masm/jit -I../3rdparty/masm/assembler -I../3rdparty/masm/runtime -I../3rdparty/masm/wtf -I../3rdparty/masm/stubs -I../3rdparty/masm/stubs/runtime -I../3rdparty/masm/stubs/wtf -I../3rdparty/masm -I../3rdparty/masm/disassembler -I../3rdparty/masm/disassembler/udis86 -I../../include -I../../include/QtQml -I../../include/QtQml/6.0.0 -I../../include/QtQml/6.0.0/QtQml -I.generated -I. -I.tracegen -I/home/qt/work/install/include/QtCore/6.0.0 -I/home/qt/work/install/include/QtCore/6.0.0/QtCore -I/home/qt/work/install/include -I/home/qt/work/install/include/QtNetwork -I/home/qt/work/install/include/QtCore -I.moc -I/home/qt/work/install/mkspecs/devices/linux-generic-g++ -o .obj/qv4identifiertable.o jsruntime/qv4identifiertable.cpp
       /opt/yocto-mips64/sysroots/x86_64-pokysdk-linux/usr/bin/mips64-poky-linux/mips64-poky-linux-g++ -c -include .pch/Qt6Qml -pipe --sysroot=/opt/yocto-mips64/sysroots/mips64r2-poky-linux -Wno-expansion-to-defined -O2 -std=c++1z -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -Wextra -Wno-expansion-to-defined -Wvla -Wdate-time -Wshift-overflow=2 -Wduplicated-cond -Wno-stringop-overflow -D_REENTRANT -fPIC -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_URL_CAST_FROM_STRING -DQT_NO_INTEGER_EVENT_COORDINATES -DQT_NO_FOREACH -DWTF_EXPORT_PRIVATE= -DJS_EXPORT_PRIVATE= -DENABLE_ASSEMBLER_WX_EXCLUSIVE=1 -DWTFReportAssertionFailure=qmlWTFReportAssertionFailure -DWTFReportAssertionFailureWithMessage=qmlWTFReportAssertionFailureWithMessage -DWTFReportBacktrace=qmlWTFReportBacktrace -DWTFInvokeCrashHook=qmlWTFInvokeCrashHook -DENABLE_LLINT=0 -DENABLE_DFG_JIT=0 -DENABLE_DFG_JIT_UTILITY_METHODS=1 -DENABLE_JIT_CONSTANT_BLINDING=0 -DBUILDING_QT__ -DWTF_USE_UDIS86=0 -DNDEBUG -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_QML_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -Imemory -I. -Icompiler -I. -Ijsruntime -I. -Idebugger -Iqmldirparser -I. -Ianimations -I../3rdparty/masm/jit -I../3rdparty/masm/assembler -I../3rdparty/masm/runtime -I../3rdparty/masm/wtf -I../3rdparty/masm/stubs -I../3rdparty/masm/stubs/runtime -I../3rdparty/masm/stubs/wtf -I../3rdparty/masm -I../3rdparty/masm/disassembler -I../3rdparty/masm/disassembler/udis86 -I../../include -I../../include/QtQml -I../../include/QtQml/6.0.0 -I../../include/QtQml/6.0.0/QtQml -I.generated -I. -I.tracegen -I/home/qt/work/install/include/QtCore/6.0.0 -I/home/qt/work/install/include/QtCore/6.0.0/QtCore -I/home/qt/work/install/include -I/home/qt/work/install/include/QtNetwork -I/home/qt/work/install/include/QtCore -I.moc -I/home/qt/work/install/mkspecs/devices/linux-generic-g++ -o .obj/qv4managed.o jsruntime/qv4managed.cpp
       jsruntime/qv4engine.cpp: At global scope:
       jsruntime/qv4engine.cpp:166:6: warning: ‘void {anonymous}::createNewIteratorIfNonExisting(void**)’ defined but not used [-Wunused-function]
        void createNewIteratorIfNonExisting(void **iterator) {
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       make[2]: *** [Makefile:19424: .obj/qv4engine.o] Error 1
      

      Build log: https://testresults.qt.io/logs/qt/qtdeclarative/30db4cba9be91f802fcb093192665ee0a7078aa1/LinuxUbuntu_20_04x86_64LinuxQEMUmips64GCCqtci-linux-Ubuntu-20.04-x86_64-50-084501DisableTests_UseLegacyInstructions/159394209bdaed6b9d88bdc5fc52916ed3b5cf48/build_1599800440/log.txt.gz

      Details: https://testresults.qt.io/coin/integration/qt/qtdeclarative/tasks/1599800395

      Tested changes (refs/builds/qtci/dev/1599800393):
      https://codereview.qt-project.org/c/qt/qtdeclarative/+/313538/2 Update dependencies on 'dev' in qt/qtdeclarative

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            janihe Jani Heikkinen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes