../WTF/wtf/HashTable.h:881:29: required from 'WTF::HashTable::AddResult WTF::HashTable::add(const T&, const Extra&) [with HashTranslator = WTF::IdentityHashTranslator; T = WTF::RefPtr; Extra = WTF::RefPtr; Key = WTF::RefPtr; Value = WTF::RefPtr; Extractor = WTF::IdentityExtractor; HashFunctions = JSC::IdentifierRepHash; Traits = WTF::HashTraits >; KeyTraits = WTF::HashTraits >; WTF::HashTable::AddResult = WTF::HashTableAddResult, WTF::RefPtr, WTF::IdentityExtractor, JSC::IdentifierRepHash, WTF::HashTraits >, WTF::HashTraits > > >]' ../WTF/wtf/HashTable.h:396:116: required from 'WTF::HashTable::AddResult WTF::HashTable::add(const ValueType&) [with Key = WTF::RefPtr; Value = WTF::RefPtr; Extractor = WTF::IdentityExtractor; HashFunctions = JSC::IdentifierRepHash; Traits = WTF::HashTraits >; KeyTraits = WTF::HashTraits >; WTF::HashTable::AddResult = WTF::HashTableAddResult, WTF::RefPtr, WTF::IdentityExtractor, JSC::IdentifierRepHash, WTF::HashTraits >, WTF::HashTraits > > >; WTF::HashTable::ValueType = WTF::RefPtr]' ../WTF/wtf/HashSet.h:178:32: required from 'WTF::HashSet::AddResult WTF::HashSet::add(const ValueType&) [with ValueArg = WTF::RefPtr; HashArg = JSC::IdentifierRepHash; TraitsArg = WTF::HashTraits >; WTF::HashSet::AddResult = WTF::HashTableAddResult, WTF::RefPtr, WTF::IdentityExtractor, JSC::IdentifierRepHash, WTF::HashTraits >, WTF::HashTraits > > >; WTF::HashSet::ValueType = WTF::RefPtr]' parser/Parser.h:195:55: required from here ../WTF/wtf/HashTable.h:800:19: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'class WTF::RefPtr' with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess] 800 | memset(&bucket, 0, sizeof(bucket)); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../WTF/wtf/HashFunctions.h:24, from ../WTF/wtf/HashTraits.h:24, from ../WTF/wtf/HashTable.h:28, from ../WTF/wtf/HashMap.h:24, from runtime/JSCJSValue.h:31, from runtime/CachedTranscendentalFunction.h:29, from runtime/VM.h:32, from runtime/Identifier.h:24, from runtime/InternalFunction.h:27, from runtime/Error.h:26, from parser/Nodes.h:29, from parser/Nodes.cpp:27: ../WTF/wtf/RefPtr.h:39:32: note: 'class WTF::RefPtr' declared here 39 | template class RefPtr { | ^~~~~~ In file included from ../WTF/wtf/HashMap.h:24, from runtime/JSCJSValue.h:31, from runtime/CachedTranscendentalFunction.h:29, from runtime/VM.h:32, from runtime/Identifier.h:24, from runtime/InternalFunction.h:27, from runtime/Error.h:26, from parser/Nodes.h:29, from parser/Nodes.cpp:27: ../WTF/wtf/HashTable.h: In instantiation of 'static void WTF::HashTableBucketInitializer::initialize(Value&) [with Traits = WTF::HashMapValueTraits, WTF::HashTraits >; Value = WTF::KeyValuePair]': ../WTF/wtf/HashTable.h:807:90: required from 'static void WTF::HashTable::initializeBucket(WTF::HashTable::ValueType&) [with Key = WTF::StringImpl*; Value = WTF::KeyValuePair; Extractor = WTF::KeyValuePairKeyExtractor >; HashFunctions = JSC::IdentifierRepHash; Traits = WTF::HashMapValueTraits, WTF::HashTraits >; KeyTraits = WTF::HashTraits; WTF::HashTable::ValueType = WTF::KeyValuePair]' ../WTF/wtf/HashTable.h:881:29: required from 'WTF::HashTable::AddResult WTF::HashTable::add(const T&, const Extra&) [with HashTranslator = WTF::HashMapTranslator, WTF::HashTraits >, JSC::IdentifierRepHash>; T = WTF::StringImpl*; Extra = unsigned int; Key = WTF::StringImpl*; Value = WTF::KeyValuePair; Extractor = WTF::KeyValuePairKeyExtractor >; HashFunctions = JSC::IdentifierRepHash; Traits = WTF::HashMapValueTraits, WTF::HashTraits >; KeyTraits = WTF::HashTraits; WTF::HashTable::AddResult = WTF::HashTableAddResult, WTF::KeyValuePairKeyExtractor >, JSC::IdentifierRepHash, WTF::HashMapValueTraits, WTF::HashTraits >, WTF::HashTraits > >]' ../WTF/wtf/HashMap.h:342:95: required from 'WTF::HashMap::AddResult WTF::HashMap::inlineAdd(const KeyType&, WTF::HashMap::MappedPassInReferenceType) [with KeyArg = WTF::StringImpl*; MappedArg = unsigned int; HashArg = JSC::IdentifierRepHash; KeyTraitsArg = WTF::HashTraits; MappedTraitsArg = WTF::HashTraits; WTF::HashMap::AddResult = WTF::HashTableAddResult, WTF::KeyValuePairKeyExtractor >, JSC::IdentifierRepHash, WTF::HashMapValueTraits, WTF::HashTraits >, WTF::HashTraits > >; WTF::HashMap::KeyType = WTF::StringImpl*; WTF::HashMap::MappedPassInReferenceType = const unsigned int&]' ../WTF/wtf/HashMap.h:369:16: required from 'WTF::HashMap::AddResult WTF::HashMap::add(const KeyType&, WTF::HashMap::MappedPassInType) [with KeyArg = WTF::StringImpl*; MappedArg = unsigned int; HashArg = JSC::IdentifierRepHash; KeyTraitsArg = WTF::HashTraits; MappedTraitsArg = WTF::HashTraits; WTF::HashMap::AddResult = WTF::HashTableAddResult, WTF::KeyValuePairKeyExtractor >, JSC::IdentifierRepHash, WTF::HashMapValueTraits, WTF::HashTraits >, WTF::HashTraits > >; WTF::HashMap::KeyType = WTF::StringImpl*; WTF::HashMap::MappedPassInType = const unsigned int&]' bytecompiler/BytecodeGenerator.h:746:94: required from here ../WTF/wtf/HashTable.h:800:19: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct WTF::KeyValuePair'; use assignment or value-initialization instead [-Wclass-memaccess] 800 | memset(&bucket, 0, sizeof(bucket)); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../WTF/wtf/HashTable.h:28, from ../WTF/wtf/HashMap.h:24, from runtime/JSCJSValue.h:31, from runtime/CachedTranscendentalFunction.h:29, from runtime/VM.h:32, from runtime/Identifier.h:24, from runtime/InternalFunction.h:27, from runtime/Error.h:26, from parser/Nodes.h:29, from parser/Nodes.cpp:27: ../WTF/wtf/HashTraits.h:198:12: note: 'struct WTF::KeyValuePair' declared here 198 | struct KeyValuePair { | ^~~~~~~~~~~~ yes checking for gettimeofday... In file included from runtime/JSArray.h:26, from bytecode/ArrayProfile.h:29, from bytecode/CodeBlock.h:33, from runtime/JSActivation.h:32, from runtime/Arguments.h:28, from llint/LLIntSlowPaths.cpp:31: runtime/JSObject.h: In member function 'void JSC::JSObject::initializeIndex(JSC::VM&, unsigned int, JSC::JSValue)': runtime/JSObject.h:380:13: warning: this statement may fall through [-Wimplicit-fallthrough=] 380 | if (!v.isInt32()) { | ^~ runtime/JSObject.h:386:9: note: here 386 | case ALL_CONTIGUOUS_INDEXING_TYPES: { | ^~~~ In file included from ../WTF/wtf/HashMap.h:24, from runtime/JSCJSValue.h:31, from runtime/CachedTranscendentalFunction.h:29, from runtime/VM.h:32, from runtime/Identifier.h:24, from runtime/InternalFunction.h:27, from runtime/Error.h:26, from parser/Nodes.h:29, from parser/Nodes.cpp:27: ../WTF/wtf/HashTable.h: In instantiation of 'static void WTF::HashTableBucketInitializer::initialize(Value&) [with Traits = WTF::KeyValuePairHashTraits >, WTF::HashTraits >; Value = WTF::KeyValuePair, int>]': ../WTF/wtf/HashTable.h:807:90: required from 'static void WTF::HashTable::initializeBucket(WTF::HashTable::ValueType&) [with Key = WTF::RefPtr; Value = WTF::KeyValuePair, int>; Extractor = WTF::KeyValuePairKeyExtractor, int> >; HashFunctions = WTF::StringHash; Traits = WTF::KeyValuePairHashTraits >, WTF::HashTraits >; KeyTraits = WTF::HashTraits >; WTF::HashTable::ValueType = WTF::KeyValuePair, int>]' ../WTF/wtf/HashTable.h:881:29: required from 'WTF::HashTable::AddResult WTF::HashTable::add(const T&, const Extra&) [with HashTranslator = WTF::IdentityHashTranslator; T = WTF::RefPtr; Extra = WTF::KeyValuePair, int>; Key = WTF::RefPtr; Value = WTF::KeyValuePair, int>; Extractor = WTF::KeyValuePairKeyExtractor, int> >; HashFunctions = WTF::StringHash; Traits = WTF::KeyValuePairHashTraits >, WTF::HashTraits >; KeyTraits = WTF::HashTraits >; WTF::HashTable::AddResult = WTF::HashTableAddResult, WTF::KeyValuePair, int>, WTF::KeyValuePairKeyExtractor, int> >, WTF::StringHash, WTF::KeyValuePairHashTraits >, WTF::HashTraits >, WTF::HashTraits > > >]' ../WTF/wtf/HashTable.h:396:116: required from 'WTF::HashTable::AddResult WTF::HashTable::add(const ValueType&) [with Key = WTF::RefPtr; Value = WTF::KeyValuePair, int>; Extractor = WTF::KeyValuePairKeyExtractor, int> >; HashFunctions = WTF::StringHash; Traits = WTF::KeyValuePairHashTraits >, WTF::HashTraits >; KeyTraits = WTF::HashTraits >; WTF::HashTable::AddResult = WTF::HashTableAddResult, WTF::KeyValuePair, int>, WTF::KeyValuePairKeyExtractor, int> >, WTF::StringHash, WTF::KeyValuePairHashTraits >, WTF::HashTraits >, WTF::HashTraits > > >; WTF::HashTable::ValueType = WTF::KeyValuePair, int>]' ../WTF/wtf/HashTable.h:1178:13: required from 'WTF::HashTable::HashTable(const WTF::HashTable&) [with Key = WTF::RefPtr; Value = WTF::KeyValuePair, int>; Extractor = WTF::KeyValuePairKeyExtractor, int> >; HashFunctions = WTF::StringHash; Traits = WTF::KeyValuePairHashTraits >, WTF::HashTraits >; KeyTraits = WTF::HashTraits >]' ../WTF/wtf/RefPtrHashMap.h:32:11: required from 'void WTF::Vector::append(const U&) [with U = JSC::UnlinkedStringJumpTable; T = JSC::UnlinkedStringJumpTable; unsigned int inlineCapacity = 0; OverflowHandler = WTF::CrashOnOverflow]' bytecode/UnlinkedCodeBlock.h:361:157: required from here ../WTF/wtf/HashTable.h:800:19: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct WTF::KeyValuePair, int>' with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess] 800 | memset(&bucket, 0, sizeof(bucket)); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../WTF/wtf/HashTable.h:28, from ../WTF/wtf/HashMap.h:24, from runtime/JSCJSValue.h:31, from runtime/CachedTranscendentalFunction.h:29, from runtime/VM.h:32, from runtime/Identifier.h:24, from runtime/InternalFunction.h:27, from runtime/Error.h:26, from parser/Nodes.h:29, from parser/Nodes.cpp:27: ../WTF/wtf/HashTraits.h:198:12: note: 'struct WTF::KeyValuePair, int>' declared here 198 | struct KeyValuePair { | ^~~~~~~~~~~~ runtime/JSObject.h: In member function 'void JSC::JSObject::setIndexQuickly(JSC::VM&, unsigned int, JSC::JSValue)': runtime/JSObject.h:324:13: warning: this statement may fall through [-Wimplicit-fallthrough=] 324 | if (!v.isInt32()) { | ^~ runtime/JSObject.h:330:9: note: here 330 | case ALL_CONTIGUOUS_INDEXING_TYPES: { | ^~~~ yes checking for fdatasync... In file included from ../WTF/wtf/text/StringImpl.h:31, from ../WTF/wtf/text/WTFString.h:29, from ../WTF/wtf/DateMath.h:54, from runtime/JSDateMath.h:46, from runtime/DateInstanceCache.h:29, from runtime/VM.h:33, from runtime/Identifier.h:24, from runtime/InternalFunction.h:27, from runtime/Error.h:26, from parser/Nodes.h:29, from parser/Nodes.cpp:27: ../WTF/wtf/Vector.h: In instantiation of 'static void WTF::VectorMover::move(const T*, const T*, T*) [with T = WTF::OwnPtr]': ../WTF/wtf/Vector.h:224:69: required from 'static void WTF::VectorTypeOperations::move(const T*, const T*, T*) [with T = WTF::OwnPtr]' ../WTF/wtf/Vector.h:935:33: required from 'void WTF::Vector::reserveCapacity(size_t) [with T = WTF::OwnPtr; unsigned int inlineCapacity = 0; OverflowHandler = WTF::CrashOnOverflow; size_t = unsigned int]' ../WTF/wtf/Vector.h:843:9: required from 'void WTF::Vector::expandCapacity(size_t) [with T = WTF::OwnPtr; unsigned int inlineCapacity = 0; OverflowHandler = WTF::CrashOnOverflow; size_t = unsigned int]' ../WTF/wtf/Vector.h:881:9: required from 'U* WTF::Vector::expandCapacity(size_t, U*) [with U = const WTF::PassOwnPtr; T = WTF::OwnPtr; unsigned int inlineCapacity = 0; OverflowHandler = WTF::CrashOnOverflow; size_t = unsigned int]' ../WTF/wtf/Vector.h:1047:13: required from 'void WTF::Vector::appendSlowCase(const U&) [with U = WTF::PassOwnPtr; T = WTF::OwnPtr; unsigned int inlineCapacity = 0; OverflowHandler = WTF::CrashOnOverflow]' ../WTF/wtf/Vector.h:1038:9: required from 'void WTF::Vector::append(const U&) [with U = WTF::PassOwnPtr; T = WTF::OwnPtr; unsigned int inlineCapacity = 0; OverflowHandler = WTF::CrashOnOverflow]' ./yarr/YarrPattern.h:274:52: required from here ../WTF/wtf/Vector.h:124:19: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'class WTF::OwnPtr' with no trivial copy-assignment [-Wclass-memaccess] 124 | memcpy(dst, src, reinterpret_cast(srcEnd) - reinterpret_cast(src)); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../WTF/wtf/VectorTraits.h:25, from ../WTF/wtf/Vector.h:31, from ../WTF/wtf/text/StringImpl.h:31, from ../WTF/wtf/text/WTFString.h:29, from ../WTF/wtf/DateMath.h:54, from runtime/JSDateMath.h:46, from runtime/DateInstanceCache.h:29, from runtime/VM.h:33, from runtime/Identifier.h:24, from runtime/InternalFunction.h:27, from runtime/Error.h:26, from parser/Nodes.h:29, from parser/Nodes.cpp:27: ../WTF/wtf/OwnPtr.h:39:32: note: 'class WTF::OwnPtr' declared here 39 | template class OwnPtr { | ^~~~~~ In file included from ../WTF/wtf/text/StringImpl.h:31, from ../WTF/wtf/text/WTFString.h:29, from ../WTF/wtf/DateMath.h:54, from runtime/JSDateMath.h:46, from runtime/DateInstanceCache.h:29, from runtime/VM.h:33, from runtime/Identifier.h:24, from runtime/InternalFunction.h:27, from runtime/Error.h:26, from parser/Nodes.h:29, from parser/Nodes.cpp:27: ../WTF/wtf/Vector.h: In instantiation of 'static void WTF::VectorMover::move(const T*, const T*, T*) [with T = std::pair]': ../WTF/wtf/Vector.h:224:69: required from 'static void WTF::VectorTypeOperations::move(const T*, const T*, T*) [with T = std::pair]' ../WTF/wtf/Vector.h:935:33: required from 'void WTF::Vector::reserveCapacity(size_t) [with T = std::pair; unsigned int inlineCapacity = 0; OverflowHandler = WTF::CrashOnOverflow; size_t = unsigned int]' ../WTF/wtf/Vector.h:843:9: required from 'void WTF::Vector::expandCapacity(size_t) [with T = std::pair; unsigned int inlineCapacity = 0; OverflowHandler = WTF::CrashOnOverflow; size_t = unsigned int]' ../WTF/wtf/Vector.h:850:13: required from 'const T* WTF::Vector::expandCapacity(size_t, const T*) [with T = std::pair; unsigned int inlineCapacity = 0; OverflowHandler = WTF::CrashOnOverflow; size_t = unsigned int]' ../WTF/wtf/Vector.h:1047:13: required from 'void WTF::Vector::appendSlowCase(const U&) [with U = std::pair; T = std::pair; unsigned int inlineCapacity = 0; OverflowHandler = WTF::CrashOnOverflow]' ../WTF/wtf/Vector.h:1038:9: required from 'void WTF::Vector::append(const U&) [with U = std::pair; T = std::pair; unsigned int inlineCapacity = 0; OverflowHandler = WTF::CrashOnOverflow]' bytecode/UnlinkedCodeBlock.h:614:66: required from here ../WTF/wtf/Vector.h:124:19: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'struct std::pair' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] 124 | memcpy(dst, src, reinterpret_cast(srcEnd) - reinterpret_cast(src)); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/instance-1/output-1/per-package/qt5base/host/opt/ext-toolchain/mipsel-buildroot-linux-uclibc/include/c++/9.3.0/utility:70, from /tmp/instance-1/output-1/per-package/qt5webkit/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include/qt5/QtCore/qglobal.h:47, from ../WTF/wtf/Platform.h:1091, from ./config.h:30, from parser/Nodes.cpp:26: /tmp/instance-1/output-1/per-package/qt5base/host/opt/ext-toolchain/mipsel-buildroot-linux-uclibc/include/c++/9.3.0/bits/stl_pair.h:208:12: note: 'struct std::pair' declared here 208 | struct pair | ^~~~ In file included from ../WTF/wtf/text/StringImpl.h:31, from ../WTF/wtf/text/WTFString.h:29, from ../WTF/wtf/DateMath.h:54, from runtime/JSDateMath.h:46, from runtime/DateInstanceCache.h:29, from runtime/VM.h:33, from runtime/Identifier.h:24, from runtime/InternalFunction.h:27, from runtime/Error.h:26, from parser/Nodes.h:29, from parser/Nodes.cpp:27: ../WTF/wtf/Vector.h: In instantiation of 'static void WTF::VectorMover::move(const T*, const T*, T*) [with T = WTF::RefPtr]': ../WTF/wtf/Vector.h:224:69: required from 'static void WTF::VectorTypeOperations::move(const T*, const T*, T*) [with T = WTF::RefPtr]' ../WTF/wtf/Vector.h:935:33: required from 'void WTF::Vector::reserveCapacity(size_t) [with T = WTF::RefPtr; unsigned int inlineCapacity = 0; OverflowHandler = WTF::CrashOnOverflow; size_t = unsigned int]' ../WTF/wtf/Vector.h:843:9: required from 'void WTF::Vector::expandCapacity(size_t) [with T = WTF::RefPtr; unsigned int inlineCapacity = 0; OverflowHandler = WTF::CrashOnOverflow; size_t = unsigned int]' ../WTF/wtf/Vector.h:850:13: required from 'const T* WTF::Vector::expandCapacity(size_t, const T*) [with T = WTF::RefPtr; unsigned int inlineCapacity = 0; OverflowHandler = WTF::CrashOnOverflow; size_t = unsigned int]' ../WTF/wtf/Vector.h:1047:13: required from 'void WTF::Vector::appendSlowCase(const U&) [with U = WTF::RefPtr; T = WTF::RefPtr; unsigned int inlineCapacity = 0; OverflowHandler = WTF::CrashOnOverflow]' ../WTF/wtf/Vector.h:1038:9: required from 'void WTF::Vector::append(const U&) [with U = WTF::RefPtr; T = WTF::RefPtr; unsigned int inlineCapacity = 0; OverflowHandler = WTF::CrashOnOverflow]' parser/Parser.h:289:30: required from here ../WTF/wtf/Vector.h:124:19: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'class WTF::RefPtr' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] 124 | memcpy(dst, src, reinterpret_cast(srcEnd) - reinterpret_cast(src)); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../WTF/wtf/HashFunctions.h:24, from ../WTF/wtf/HashTraits.h:24, from ../WTF/wtf/HashTable.h:28, from ../WTF/wtf/HashMap.h:24, from runtime/JSCJSValue.h:31, from runtime/CachedTranscendentalFunction.h:29, from runtime/VM.h:32, from runtime/Identifier.h:24, from runtime/InternalFunction.h:27, from runtime/Error.h:26, from parser/Nodes.h:29, from parser/Nodes.cpp:27: ../WTF/wtf/RefPtr.h:39:32: note: 'class WTF::RefPtr' declared here 39 | template class RefPtr { | ^~~~~~ In file included from ../WTF/wtf/text/StringImpl.h:31, from ../WTF/wtf/text/WTFString.h:29, from ../WTF/wtf/DateMath.h:54, from runtime/JSDateMath.h:46, from runtime/DateInstanceCache.h:29, from runtime/VM.h:33, from runtime/Identifier.h:24, from runtime/InternalFunction.h:27, from runtime/Error.h:26, from parser/Nodes.h:29, from parser/Nodes.cpp:27: ../WTF/wtf/Vector.h: In instantiation of 'static void WTF::VectorMover::move(const T*, const T*, T*) [with T = std::pair]': ../WTF/wtf/Vector.h:224:69: required from 'static void WTF::VectorTypeOperations::move(const T*, const T*, T*) [with T = std::pair]' ../WTF/wtf/Vector.h:935:33: required from 'void WTF::Vector::reserveCapacity(size_t) [with T = std::pair; unsigned int inlineCapacity = 8; OverflowHandler = WTF::CrashOnOverflow; size_t = unsigned int]' ../WTF/wtf/Vector.h:843:9: required from 'void WTF::Vector::expandCapacity(size_t) [with T = std::pair; unsigned int inlineCapacity = 8; OverflowHandler = WTF::CrashOnOverflow; size_t = unsigned int]' ../WTF/wtf/Vector.h:850:13: required from 'const T* WTF::Vector::expandCapacity(size_t, const T*) [with T = std::pair; unsigned int inlineCapacity = 8; OverflowHandler = WTF::CrashOnOverflow; size_t = unsigned int]' ../WTF/wtf/Vector.h:1047:13: required from 'void WTF::Vector::appendSlowCase(const U&) [with U = std::pair; T = std::pair; unsigned int inlineCapacity = 8; OverflowHandler = WTF::CrashOnOverflow]' ../WTF/wtf/Vector.h:1038:9: required from 'void WTF::Vector::append(const U&) [with U = std::pair; T = std::pair; unsigned int inlineCapacity = 8; OverflowHandler = WTF::CrashOnOverflow]' bytecompiler/Label.h:56:72: required from here ../WTF/wtf/Vector.h:124:19: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'struct std::pair' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] 124 | memcpy(dst, src, reinterpret_cast(srcEnd) - reinterpret_cast(src)); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/instance-1/output-1/per-package/qt5base/host/opt/ext-toolchain/mipsel-buildroot-linux-uclibc/include/c++/9.3.0/utility:70, from /tmp/instance-1/output-1/per-package/qt5webkit/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include/qt5/QtCore/qglobal.h:47, from ../WTF/wtf/Platform.h:1091, from ./config.h:30, from parser/Nodes.cpp:26: /tmp/instance-1/output-1/per-package/qt5base/host/opt/ext-toolchain/mipsel-buildroot-linux-uclibc/include/c++/9.3.0/bits/stl_pair.h:208:12: note: 'struct std::pair' declared here 208 | struct pair | ^~~~ yes checking whether realpath is declared... yes checking whether asprintf is declared... yes checking whether vasprintf is declared... yes checking whether gmtime_r is declared... yes checking whether localtime_r is declared... yes checking for static_assert in assert.h... no checking for working strcoll... no checking for eventfd... yes checking for vmsplice... yes checking for sched_getaffinity... yes checking for recvmmsg... yes checking for struct pollfd... yes checking for struct timespec... yes checking for max_align_t... yes checking for socklen_t in sys/socket.h... yes checking for struct sockaddr_storage... yes checking for getopt_long... yes checking for cos in -lm... yes checking for lrintf in -lm... yes checking for nanf in -lm... yes checking for sincos in -lm... yes checking _Thread_local support... ok checking threads.h usability... no checking threads.h presence... no checking for threads.h... no checking for getaddrinfo_a in -lanl... no checking for library containing dlsym... none required checking for library containing pthread_rwlock_init... none required checking for library containing clock_nanosleep... none required checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking search.h usability... yes checking search.h presence... yes checking for search.h... yes checking sys/shm.h usability... yes checking sys/shm.h presence... yes checking for sys/shm.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking for net/if.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking netinet/tcp.h usability... yes checking netinet/tcp.h presence... yes checking for netinet/tcp.h... yes checking netinet/udplite.h usability... no checking netinet/udplite.h presence... no checking for netinet/udplite.h... no checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/mount.h usability... yes checking sys/mount.h presence... yes checking for sys/mount.h... yes checking features.h usability... yes checking features.h presence... yes checking for features.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking linux/dccp.h usability... yes checking linux/dccp.h presence... yes checking for linux/dccp.h... yes checking linux/magic.h usability... yes checking linux/magic.h presence... yes checking for linux/magic.h... yes checking sys/eventfd.h usability... yes checking sys/eventfd.h presence... yes checking for sys/eventfd.h... yes checking xlocale.h usability... yes checking xlocale.h presence... yes checking for xlocale.h... yes checking if C++ headers define locale_t... make[3]: Leaving directory '/tmp/instance-1/output-1/build/qt5webkit-5.9.1/Source/JavaScriptCore' make[2]: *** [Makefile.JavaScriptCore:102: sub-Target-pri-make_first-ordered] Error 2 make[2]: Leaving directory '/tmp/instance-1/output-1/build/qt5webkit-5.9.1/Source/JavaScriptCore' make[1]: *** [Makefile:95: sub-Source-JavaScriptCore-JavaScriptCore-pro-make_first-ordered] Error 2 make[1]: Leaving directory '/tmp/instance-1/output-1/build/qt5webkit-5.9.1' make: *** [package/pkg-generic.mk:291: /tmp/instance-1/output-1/build/qt5webkit-5.9.1/.stamp_built] Error 2 make: *** Waiting for unfinished jobs.... yes checking for ssize_t... yes checking pkg-config is at least version 0.9.0... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for MINIZIP... no checking unzip.h usability... no checking unzip.h presence... no checking for unzip.h... no checking for IDN... no checking for DBUS... yes checking for SYSTEMD... no configure: WARNING: Package 'libsystemd', required by 'virtual:world', not found. checking whether C compiler accepts -Wall... yes checking whether C compiler accepts -Wextra... yes checking whether C compiler accepts -Wsign-compare... yes checking whether C compiler accepts -Wundef... yes checking whether C compiler accepts -Wpointer-arith... yes checking whether C compiler accepts -Wvolatile-register-var... yes checking whether C compiler accepts -Wformat... yes checking whether C compiler accepts -Wformat-security... yes checking whether C compiler accepts -Wall... (cached) yes checking whether C compiler accepts -Wextra... (cached) yes checking whether C compiler accepts -Wsign-compare... (cached) yes checking whether C compiler accepts -Wundef... (cached) yes checking whether C compiler accepts -Wpointer-arith... (cached) yes checking whether C compiler accepts -Wvolatile-register-var... (cached) yes checking whether C compiler accepts -Wformat... (cached) yes checking whether C compiler accepts -Wformat-security... (cached) yes checking whether C compiler accepts -Wbad-function-cast... yes checking whether C compiler accepts -Wwrite-strings... yes checking whether C compiler accepts -Wmissing-prototypes... yes checking whether C compiler accepts -Werror-implicit-function-declaration... yes checking whether C compiler accepts -Winit-self... yes checking whether C compiler accepts -Wlogical-op... yes checking whether C compiler accepts -Wshadow=local... yes checking whether C compiler accepts -pipe... yes checking for library containing connect... none required checking for library containing inet_pton... none required checking for struct if_nameindex... yes checking for if_nameindex... yes checking if /tmp/instance-1/output-1/per-package/vlc/host/bin/mipsel-linux-gcc accepts -fvisibility=hidden... yes checking if /tmp/instance-1/output-1/per-package/vlc/host/bin/mipsel-linux-gcc accepts -O3... yes checking whether C compiler accepts -fno-math-errno... yes checking whether C compiler accepts -funsafe-math-optimizations... yes checking whether C compiler accepts -fno-rounding-math... yes checking whether C compiler accepts -fno-signaling-nans... yes checking whether C compiler accepts -fcx-limited-range... yes checking whether C compiler accepts -fno-math-errno... (cached) yes checking whether C compiler accepts -funsafe-math-optimizations... (cached) yes checking whether C compiler accepts -fno-rounding-math... (cached) yes checking whether C compiler accepts -fno-signaling-nans... (cached) yes checking whether C compiler accepts -fcx-limited-range... (cached) yes checking if /tmp/instance-1/output-1/per-package/vlc/host/bin/mipsel-linux-gcc accepts -funroll-loops... yes checking if /tmp/instance-1/output-1/per-package/vlc/host/bin/mipsel-linux-gcc accepts -fomit-frame-pointer... yes checking whether C compiler accepts -fstack-protector-strong... (cached) no checking whether C compiler accepts -fstack-protector-strong... (cached) no checking if linker supports -Bsymbolic... -Wl,-Bsymbolic checking if linker supports -z,defs... yes checking for __attribute__((packed))... yes checking execinfo.h usability... no checking execinfo.h presence... no checking for execinfo.h... no checking for backtrace... no checking if /tmp/instance-1/output-1/per-package/vlc/host/bin/mipsel-linux-gcc groks 3D Now! inline assembly... no checking for cdrom_msf0 in linux/cdrom.h... yes checking for scsireq in sys/scsiio.h... no checking for ioc_toc_header in sys/cdio.h... no checking for Linux DVB version 5.1... yes checking for OGG... yes checking for LIBVORBIS... yes checking for OGG... yes checking for libavutil variant... none checking dxgidebug.h usability... no checking dxgidebug.h presence... no checking for dxgidebug.h... no checking dxgi1_6.h usability... no checking dxgi1_6.h presence... no checking for dxgi1_6.h... no checking d3d11_4.h usability... no checking d3d11_4.h presence... no checking for d3d11_4.h... no checking for VORBIS... yes checking for OPUS... yes checking for THEORA... yes checking for OGGSPOTS... yes checking png.h usability... yes checking png.h presence... yes checking for png.h... yes checking for png_set_alpha_mode in -lpng... yes checking for X26410b... no checking fluidlite.h usability... no checking fluidlite.h presence... no checking for fluidlite.h... no checking for EGL... no checking for GL... no checking for OpenGL... no checking for X... disabled checking X11/Xlib.h usability... no checking X11/Xlib.h presence... no checking for X11/Xlib.h... no checking for FREETYPE... yes checking for FONTCONFIG... no configure: WARNING: Package 'fontconfig', required by 'virtual:world', not found. Styles will be disabled in FreeType. checking for FRIBIDI... no configure: WARNING: Package 'fribidi', required by 'virtual:world', not found. Bidirectional text and complex scripts (Arabic, Farsi, Thai...) will be disabled in FreeType. checking for ISpObjectToken... no configure: WARNING: sapi.h not found. Text to Speech renderer for Windows disabled checking linux/fb.h usability... yes checking linux/fb.h presence... yes checking for linux/fb.h... yes checking for ALSA... yes checking for SAMPLERATE... yes checking for protoc... protoc checking for QT... yes checking for QT5_X11... no configure: WARNING: Not building Qt Interface with X11 helpers. checking for moc-qt5... no checking for moc... /tmp/instance-1/output-1/per-package/qt5base/host/bin/moc checking for rcc-qt5... no checking for rcc... /tmp/instance-1/output-1/per-package/qt5base/host/bin/rcc checking for uic-qt5... no checking for uic... /tmp/instance-1/output-1/per-package/qt5base/host/bin/uic checking VideoToolbox/VideoToolbox.h usability... no checking VideoToolbox/VideoToolbox.h presence... no checking for VideoToolbox/VideoToolbox.h... no checking AudioToolbox/AudioToolbox.h usability... no checking AudioToolbox/AudioToolbox.h presence... no checking for AudioToolbox/AudioToolbox.h... no checking for AVAHI... yes checking for LIBXML2... yes checking for gcrypt 1.6.0 or later... yes checking for GNUTLS... yes checking whether byte ordering is bigendian... (cached) no ./configure: line 54348: kde4-config: command not found checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating modules/Makefile config.status: creating m4/Makefile config.status: creating po/Makefile.in config.status: creating share/Makefile config.status: creating compat/Makefile config.status: creating src/Makefile config.status: creating lib/Makefile config.status: creating bin/Makefile config.status: creating test/Makefile config.status: creating modules/hw/mmal/Makefile config.status: creating share/vlc.appdata.xml.in config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6 libvlc configuration -------------------- version : 3.0.16 system : linux architecture : mipsel optimizations : yes vlc aliases : cvlc rvlc qvlc To build vlc and its plugins, type `make', or `./compile' if you like nice colors. make: Leaving directory '/tmp/instance-1/buildroot'