Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1977758 Details for
Bug 2225761
dtkcore: FTBFS in Fedora rawhide/f39
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh89 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
build.log (text/plain), 32.00 KB, created by
Fedora Release Engineering
on 2023-07-25 17:27:21 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Fedora Release Engineering
Created:
2023-07-25 17:27:21 UTC
Size:
32.00 KB
patch
obsolete
>-I/usr/include/qt5/QtDBus -I/usr/include/qt5/QtXml -I/usr/include/qt5/QtTest -I/usr/include/qt5/QtConcurrent -I/usr/include/qt5/QtCore -I../src -I/usr/lib64/qt5/mkspecs/linux-g++ -o ut_ddesktopentrytest.o ut_ddesktopentrytest.cpp >In file included from /usr/include/c++/13/aarch64-redhat-linux/bits/os_defines.h:39, > from /usr/include/c++/13/aarch64-redhat-linux/bits/c++config.h:679, > from /usr/include/c++/13/type_traits:38, > from /usr/include/qt5/QtCore/qglobal.h:45, > from /usr/include/qt5/QtCore/qalgorithms.h:43, > from /usr/include/qt5/QtCore/qdebug.h:44, > from /usr/include/qt5/QtCore/QDebug:1, > from ut_ddesktopentrytest.cpp:23: >/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] > 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) > | ^~~~~~~ >In file included from /usr/include/gtest/gtest-message.h:57, > from /usr/include/gtest/gtest-assertion-result.h:46, > from /usr/include/gtest/gtest.h:64, > from ut_ddesktopentrytest.cpp:27: >/usr/include/gtest/internal/gtest-port.h:270:2: error: #error C++ versions less than C++14 are not supported. > 270 | #error C++ versions less than C++14 are not supported. > | ^~~~~ >In file included from /usr/include/gtest/gtest-printers.h:115, > from /usr/include/gtest/gtest-matchers.h:48, > from /usr/include/gtest/internal/gtest-death-test-internal.h:47, > from /usr/include/gtest/gtest-death-test.h:43, > from /usr/include/gtest/gtest.h:65: >/usr/include/gtest/internal/gtest-internal.h:636:58: error: wrong number of template arguments (0, should be 1) > 636 | typedef ::std::map<std::string, CodeLocation, std::less<>> RegisteredTestsMap; > | ^ >In file included from /usr/include/c++/13/string:49, > from /usr/include/qt5/QtCore/qbytearray.h:52, > from /usr/include/qt5/QtCore/qstring.h:50, > from /usr/include/qt5/QtCore/qhashfunctions.h:44, > from /usr/include/qt5/QtCore/qlist.h:47, > from /usr/include/qt5/QtCore/qhash.h:46, > from /usr/include/qt5/QtCore/qdebug.h:45: >/usr/include/c++/13/bits/stl_function.h:403:12: note: provided for 'template<class _Tp> struct std::less' > 403 | struct less : public binary_function<_Tp, _Tp, bool> > | ^~~~ >/usr/include/gtest/internal/gtest-internal.h:636:59: error: template argument 3 is invalid > 636 | typedef ::std::map<std::string, CodeLocation, std::less<>> RegisteredTestsMap; > | ^~ >/usr/include/gtest/internal/gtest-internal.h: In member function 'bool testing::internal::TypedTestSuitePState::AddTestName(const char*, int, const char*, const char*)': >/usr/include/gtest/internal/gtest-internal.h:613:23: error: request for member 'insert' in '((testing::internal::TypedTestSuitePState*)this)->testing::internal::TypedTestSuitePState::registered_tests_', which is of non-class type 'testing::internal::TypedTestSuitePState::RegisteredTestsMap' {aka 'int'} > 613 | registered_tests_.insert( > | ^~~~~~ >/usr/include/gtest/internal/gtest-internal.h: In member function 'bool testing::internal::TypedTestSuitePState::TestExists(const std::string&) const': >/usr/include/gtest/internal/gtest-internal.h:619:30: error: request for member 'count' in '((const testing::internal::TypedTestSuitePState*)this)->testing::internal::TypedTestSuitePState::registered_tests_', which is of non-class type 'const testing::internal::TypedTestSuitePState::RegisteredTestsMap' {aka 'const int'} > 619 | return registered_tests_.count(test_name) > 0; > | ^~~~~ >/usr/include/gtest/internal/gtest-internal.h: In member function 'const testing::internal::CodeLocation& testing::internal::TypedTestSuitePState::GetCodeLocation(const std::string&) const': >/usr/include/gtest/internal/gtest-internal.h:623:40: error: qualified-id in declaration before 'it' > 623 | RegisteredTestsMap::const_iterator it = registered_tests_.find(test_name); > | ^~ >/usr/include/gtest/internal/gtest-internal.h:624:5: error: 'it' was not declared in this scope; did you mean 'int'? > 624 | GTEST_CHECK_(it != registered_tests_.end()); > | ^~~~~~~~~~~~ >/usr/include/gtest/internal/gtest-internal.h:624:5: error: request for member 'end' in '((const testing::internal::TypedTestSuitePState*)this)->testing::internal::TypedTestSuitePState::registered_tests_', which is of non-class type 'const testing::internal::TypedTestSuitePState::RegisteredTestsMap' {aka 'const int'} > 624 | GTEST_CHECK_(it != registered_tests_.end()); > | ^~~~~~~~~~~~ >/usr/include/gtest/internal/gtest-internal.h:625:12: error: 'it' was not declared in this scope; did you mean 'int'? > 625 | return it->second; > | ^~ > | int >make[1]: *** [Makefile:1121: ut_ddesktopentrytest.o] Error 1 >make[1]: Leaving directory '/builddir/build/BUILD/dtkcore-5.5.30/tests' >make[1]: Entering directory '/builddir/build/BUILD/dtkcore-5.5.30/tests' >g++ -c -pipe -g -Wall -fprofile-arcs -ftest-coverage -O0 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -std=gnu++11 -D_REENTRANT -Wall -Wextra -fPIC -DOS_VERSION_TEST_FILE=\"/tmp/etc/os-version\" -DPREFIX=\"/usr\" -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_DBUS_LIB -DQT_XML_LIB -DQT_TESTLIB_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR='"/builddir/build/BUILD/dtkcore-5.5.30/tests"' -I. -I../src -I../src/base -I../src/base/private -I../src/filesystem -I../src/log -I../src/settings -I../src/util -I/builddir/build/BUILD/dtkcore-5.5.30/src/base/base -I../src/base/private -I../src/base -I../src/log -I../src/settings -I../src/util -I/usr/include/qt5/QGSettings -I/usr/include/qt5 -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtDBus -I/usr/include/qt5/QtXml -I/usr/include/qt5/QtTest -I/usr/include/qt5/QtConcurrent -I/usr/include/qt5/QtCore -I../src -I/usr/lib64/qt5/mkspecs/linux-g++ -o ut_ddisksizeformatter.o ut_ddisksizeformatter.cpp >In file included from /usr/include/c++/13/aarch64-redhat-linux/bits/os_defines.h:39, > from /usr/include/c++/13/aarch64-redhat-linux/bits/c++config.h:679, > from /usr/include/c++/13/cstddef:49, > from /usr/include/gtest/gtest.h:52, > from ut_ddisksizeformatter.cpp:22: >/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] > 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) > | ^~~~~~~ >In file included from /usr/include/gtest/gtest-message.h:57, > from /usr/include/gtest/gtest-assertion-result.h:46, > from /usr/include/gtest/gtest.h:64: >/usr/include/gtest/internal/gtest-port.h:270:2: error: #error C++ versions less than C++14 are not supported. > 270 | #error C++ versions less than C++14 are not supported. > | ^~~~~ >In file included from /usr/include/gtest/gtest-printers.h:115, > from /usr/include/gtest/gtest-matchers.h:48, > from /usr/include/gtest/internal/gtest-death-test-internal.h:47, > from /usr/include/gtest/gtest-death-test.h:43, > from /usr/include/gtest/gtest.h:65: >/usr/include/gtest/internal/gtest-internal.h:636:58: error: wrong number of template arguments (0, should be 1) > 636 | typedef ::std::map<std::string, CodeLocation, std::less<>> RegisteredTestsMap; > | ^ >In file included from /usr/include/c++/13/string:49, > from /usr/include/c++/13/bits/locale_classes.h:40, > from /usr/include/c++/13/bits/ios_base.h:41, > from /usr/include/c++/13/iomanip:42, > from /usr/include/gtest/gtest.h:54: >/usr/include/c++/13/bits/stl_function.h:403:12: note: provided for 'template<class _Tp> struct std::less' > 403 | struct less : public binary_function<_Tp, _Tp, bool> > | ^~~~ >/usr/include/gtest/internal/gtest-internal.h:636:59: error: template argument 3 is invalid > 636 | typedef ::std::map<std::string, CodeLocation, std::less<>> RegisteredTestsMap; > | ^~ >/usr/include/gtest/internal/gtest-internal.h: In member function 'bool testing::internal::TypedTestSuitePState::AddTestName(const char*, int, const char*, const char*)': >/usr/include/gtest/internal/gtest-internal.h:613:23: error: request for member 'insert' in '((testing::internal::TypedTestSuitePState*)this)->testing::internal::TypedTestSuitePState::registered_tests_', which is of non-class type 'testing::internal::TypedTestSuitePState::RegisteredTestsMap' {aka 'int'} > 613 | registered_tests_.insert( > | ^~~~~~ >/usr/include/gtest/internal/gtest-internal.h: In member function 'bool testing::internal::TypedTestSuitePState::TestExists(const std::string&) const': >/usr/include/gtest/internal/gtest-internal.h:619:30: error: request for member 'count' in '((const testing::internal::TypedTestSuitePState*)this)->testing::internal::TypedTestSuitePState::registered_tests_', which is of non-class type 'const testing::internal::TypedTestSuitePState::RegisteredTestsMap' {aka 'const int'} > 619 | return registered_tests_.count(test_name) > 0; > | ^~~~~ >/usr/include/gtest/internal/gtest-internal.h: In member function 'const testing::internal::CodeLocation& testing::internal::TypedTestSuitePState::GetCodeLocation(const std::string&) const': >/usr/include/gtest/internal/gtest-internal.h:623:40: error: qualified-id in declaration before 'it' > 623 | RegisteredTestsMap::const_iterator it = registered_tests_.find(test_name); > | ^~ >/usr/include/gtest/internal/gtest-internal.h:624:5: error: 'it' was not declared in this scope; did you mean 'int'? > 624 | GTEST_CHECK_(it != registered_tests_.end()); > | ^~~~~~~~~~~~ >/usr/include/gtest/internal/gtest-internal.h:624:5: error: request for member 'end' in '((const testing::internal::TypedTestSuitePState*)this)->testing::internal::TypedTestSuitePState::registered_tests_', which is of non-class type 'const testing::internal::TypedTestSuitePState::RegisteredTestsMap' {aka 'const int'} > 624 | GTEST_CHECK_(it != registered_tests_.end()); > | ^~~~~~~~~~~~ >/usr/include/gtest/internal/gtest-internal.h:625:12: error: 'it' was not declared in this scope; did you mean 'int'? > 625 | return it->second; > | ^~ > | int >make[1]: *** [Makefile:1127: ut_ddisksizeformatter.o] Error 1 >make[1]: Leaving directory '/builddir/build/BUILD/dtkcore-5.5.30/tests' >make[1]: Entering directory '/builddir/build/BUILD/dtkcore-5.5.30/tests' >g++ -c -pipe -g -Wall -fprofile-arcs -ftest-coverage -O0 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -std=gnu++11 -D_REENTRANT -Wall -Wextra -fPIC -DOS_VERSION_TEST_FILE=\"/tmp/etc/os-version\" -DPREFIX=\"/usr\" -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_DBUS_LIB -DQT_XML_LIB -DQT_TESTLIB_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR='"/builddir/build/BUILD/dtkcore-5.5.30/tests"' -I. -I../src -I../src/base -I../src/base/private -I../src/filesystem -I../src/log -I../src/settings -I../src/util -I/builddir/build/BUILD/dtkcore-5.5.30/src/base/base -I../src/base/private -I../src/base -I../src/log -I../src/settings -I../src/util -I/usr/include/qt5/QGSettings -I/usr/include/qt5 -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtDBus -I/usr/include/qt5/QtXml -I/usr/include/qt5/QtTest -I/usr/include/qt5/QtConcurrent -I/usr/include/qt5/QtCore -I../src -I/usr/lib64/qt5/mkspecs/linux-g++ -o ut_dconfigfile.o ut_dconfigfile.cpp >In file included from /usr/include/c++/13/aarch64-redhat-linux/bits/os_defines.h:39, > from /usr/include/c++/13/aarch64-redhat-linux/bits/c++config.h:679, > from /usr/include/c++/13/type_traits:38, > from /usr/include/qt5/QtCore/qglobal.h:45, > from ../src/dtkcore_global.h:20, > from ../src/dconfigfile.h:24, > from ../src/DConfigFile:1, > from ut_dconfigfile.cpp:22: >/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] > 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) > | ^~~~~~~ >In file included from /usr/include/gtest/gtest-message.h:57, > from /usr/include/gtest/gtest-assertion-result.h:46, > from /usr/include/gtest/gtest.h:64, > from ut_dconfigfile.cpp:27: >/usr/include/gtest/internal/gtest-port.h:270:2: error: #error C++ versions less than C++14 are not supported. > 270 | #error C++ versions less than C++14 are not supported. > | ^~~~~ >In file included from /usr/include/gtest/gtest-printers.h:115, > from /usr/include/gtest/gtest-matchers.h:48, > from /usr/include/gtest/internal/gtest-death-test-internal.h:47, > from /usr/include/gtest/gtest-death-test.h:43, > from /usr/include/gtest/gtest.h:65: >/usr/include/gtest/internal/gtest-internal.h:636:58: error: wrong number of template arguments (0, should be 1) > 636 | typedef ::std::map<std::string, CodeLocation, std::less<>> RegisteredTestsMap; > | ^ >In file included from /usr/include/c++/13/string:49, > from /usr/include/qt5/QtCore/qbytearray.h:52, > from /usr/include/qt5/QtCore/qstring.h:50, > from /usr/include/qt5/QtCore/qhashfunctions.h:44, > from /usr/include/qt5/QtCore/qlist.h:47, > from /usr/include/qt5/QtCore/qstringlist.h:41, > from /usr/include/qt5/QtCore/QStringList:1, > from ../src/dconfigfile.h:26: >/usr/include/c++/13/bits/stl_function.h:403:12: note: provided for 'template<class _Tp> struct std::less' > 403 | struct less : public binary_function<_Tp, _Tp, bool> > | ^~~~ >/usr/include/gtest/internal/gtest-internal.h:636:59: error: template argument 3 is invalid > 636 | typedef ::std::map<std::string, CodeLocation, std::less<>> RegisteredTestsMap; > | ^~ >/usr/include/gtest/internal/gtest-internal.h: In member function 'bool testing::internal::TypedTestSuitePState::AddTestName(const char*, int, const char*, const char*)': >/usr/include/gtest/internal/gtest-internal.h:613:23: error: request for member 'insert' in '((testing::internal::TypedTestSuitePState*)this)->testing::internal::TypedTestSuitePState::registered_tests_', which is of non-class type 'testing::internal::TypedTestSuitePState::RegisteredTestsMap' {aka 'int'} > 613 | registered_tests_.insert( > | ^~~~~~ >/usr/include/gtest/internal/gtest-internal.h: In member function 'bool testing::internal::TypedTestSuitePState::TestExists(const std::string&) const': >/usr/include/gtest/internal/gtest-internal.h:619:30: error: request for member 'count' in '((const testing::internal::TypedTestSuitePState*)this)->testing::internal::TypedTestSuitePState::registered_tests_', which is of non-class type 'const testing::internal::TypedTestSuitePState::RegisteredTestsMap' {aka 'const int'} > 619 | return registered_tests_.count(test_name) > 0; > | ^~~~~ >/usr/include/gtest/internal/gtest-internal.h: In member function 'const testing::internal::CodeLocation& testing::internal::TypedTestSuitePState::GetCodeLocation(const std::string&) const': >/usr/include/gtest/internal/gtest-internal.h:623:40: error: qualified-id in declaration before 'it' > 623 | RegisteredTestsMap::const_iterator it = registered_tests_.find(test_name); > | ^~ >/usr/include/gtest/internal/gtest-internal.h:624:5: error: 'it' was not declared in this scope; did you mean 'int'? > 624 | GTEST_CHECK_(it != registered_tests_.end()); > | ^~~~~~~~~~~~ >/usr/include/gtest/internal/gtest-internal.h:624:5: error: request for member 'end' in '((const testing::internal::TypedTestSuitePState*)this)->testing::internal::TypedTestSuitePState::registered_tests_', which is of non-class type 'const testing::internal::TypedTestSuitePState::RegisteredTestsMap' {aka 'const int'} > 624 | GTEST_CHECK_(it != registered_tests_.end()); > | ^~~~~~~~~~~~ >/usr/include/gtest/internal/gtest-internal.h:625:12: error: 'it' was not declared in this scope; did you mean 'int'? > 625 | return it->second; > | ^~ > | int >make[1]: *** [Makefile:1115: ut_dconfigfile.o] Error 1 >make[1]: Leaving directory '/builddir/build/BUILD/dtkcore-5.5.30/tests' >make[1]: Entering directory '/builddir/build/BUILD/dtkcore-5.5.30/tests' >g++ -c -pipe -g -Wall -fprofile-arcs -ftest-coverage -O0 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -std=gnu++11 -D_REENTRANT -Wall -Wextra -fPIC -DOS_VERSION_TEST_FILE=\"/tmp/etc/os-version\" -DPREFIX=\"/usr\" -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_DBUS_LIB -DQT_XML_LIB -DQT_TESTLIB_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR='"/builddir/build/BUILD/dtkcore-5.5.30/tests"' -I. -I../src -I../src/base -I../src/base/private -I../src/filesystem -I../src/log -I../src/settings -I../src/util -I/builddir/build/BUILD/dtkcore-5.5.30/src/base/base -I../src/base/private -I../src/base -I../src/log -I../src/settings -I../src/util -I/usr/include/qt5/QGSettings -I/usr/include/qt5 -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtDBus -I/usr/include/qt5/QtXml -I/usr/include/qt5/QtTest -I/usr/include/qt5/QtConcurrent -I/usr/include/qt5/QtCore -I../src -I/usr/lib64/qt5/mkspecs/linux-g++ -o ut_dfilesystemwatcher.o ut_dfilesystemwatcher.cpp >In file included from /usr/include/c++/13/aarch64-redhat-linux/bits/os_defines.h:39, > from /usr/include/c++/13/aarch64-redhat-linux/bits/c++config.h:679, > from /usr/include/c++/13/cstddef:49, > from /usr/include/gtest/gtest.h:52, > from ut_dfilesystemwatcher.cpp:22: >/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] > 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) > | ^~~~~~~ >In file included from /usr/include/gtest/gtest-message.h:57, > from /usr/include/gtest/gtest-assertion-result.h:46, > from /usr/include/gtest/gtest.h:64: >/usr/include/gtest/internal/gtest-port.h:270:2: error: #error C++ versions less than C++14 are not supported. > 270 | #error C++ versions less than C++14 are not supported. > | ^~~~~ >In file included from /usr/include/gtest/gtest-printers.h:115, > from /usr/include/gtest/gtest-matchers.h:48, > from /usr/include/gtest/internal/gtest-death-test-internal.h:47, > from /usr/include/gtest/gtest-death-test.h:43, > from /usr/include/gtest/gtest.h:65: >/usr/include/gtest/internal/gtest-internal.h:636:58: error: wrong number of template arguments (0, should be 1) > 636 | typedef ::std::map<std::string, CodeLocation, std::less<>> RegisteredTestsMap; > | ^ >In file included from /usr/include/c++/13/string:49, > from /usr/include/c++/13/bits/locale_classes.h:40, > from /usr/include/c++/13/bits/ios_base.h:41, > from /usr/include/c++/13/iomanip:42, > from /usr/include/gtest/gtest.h:54: >/usr/include/c++/13/bits/stl_function.h:403:12: note: provided for 'template<class _Tp> struct std::less' > 403 | struct less : public binary_function<_Tp, _Tp, bool> > | ^~~~ >/usr/include/gtest/internal/gtest-internal.h:636:59: error: template argument 3 is invalid > 636 | typedef ::std::map<std::string, CodeLocation, std::less<>> RegisteredTestsMap; > | ^~ >/usr/include/gtest/internal/gtest-internal.h: In member function 'bool testing::internal::TypedTestSuitePState::AddTestName(const char*, int, const char*, const char*)': >/usr/include/gtest/internal/gtest-internal.h:613:23: error: request for member 'insert' in '((testing::internal::TypedTestSuitePState*)this)->testing::internal::TypedTestSuitePState::registered_tests_', which is of non-class type 'testing::internal::TypedTestSuitePState::RegisteredTestsMap' {aka 'int'} > 613 | registered_tests_.insert( > | ^~~~~~ >/usr/include/gtest/internal/gtest-internal.h: In member function 'bool testing::internal::TypedTestSuitePState::TestExists(const std::string&) const': >/usr/include/gtest/internal/gtest-internal.h:619:30: error: request for member 'count' in '((const testing::internal::TypedTestSuitePState*)this)->testing::internal::TypedTestSuitePState::registered_tests_', which is of non-class type 'const testing::internal::TypedTestSuitePState::RegisteredTestsMap' {aka 'const int'} > 619 | return registered_tests_.count(test_name) > 0; > | ^~~~~ >/usr/include/gtest/internal/gtest-internal.h: In member function 'const testing::internal::CodeLocation& testing::internal::TypedTestSuitePState::GetCodeLocation(const std::string&) const': >/usr/include/gtest/internal/gtest-internal.h:623:40: error: qualified-id in declaration before 'it' > 623 | RegisteredTestsMap::const_iterator it = registered_tests_.find(test_name); > | ^~ >/usr/include/gtest/internal/gtest-internal.h:624:5: error: 'it' was not declared in this scope; did you mean 'int'? > 624 | GTEST_CHECK_(it != registered_tests_.end()); > | ^~~~~~~~~~~~ >/usr/include/gtest/internal/gtest-internal.h:624:5: error: request for member 'end' in '((const testing::internal::TypedTestSuitePState*)this)->testing::internal::TypedTestSuitePState::registered_tests_', which is of non-class type 'const testing::internal::TypedTestSuitePState::RegisteredTestsMap' {aka 'const int'} > 624 | GTEST_CHECK_(it != registered_tests_.end()); > | ^~~~~~~~~~~~ >/usr/include/gtest/internal/gtest-internal.h:625:12: error: 'it' was not declared in this scope; did you mean 'int'? > 625 | return it->second; > | ^~ > | int >make[1]: *** [Makefile:1133: ut_dfilesystemwatcher.o] Error 1 >make[1]: Leaving directory '/builddir/build/BUILD/dtkcore-5.5.30/tests' >make[1]: Entering directory '/builddir/build/BUILD/dtkcore-5.5.30/tests' >g++ -c -pipe -g -Wall -fprofile-arcs -ftest-coverage -O0 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -std=gnu++11 -D_REENTRANT -Wall -Wextra -fPIC -DOS_VERSION_TEST_FILE=\"/tmp/etc/os-version\" -DPREFIX=\"/usr\" -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_DBUS_LIB -DQT_XML_LIB -DQT_TESTLIB_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR='"/builddir/build/BUILD/dtkcore-5.5.30/tests"' -I. -I../src -I../src/base -I../src/base/private -I../src/filesystem -I../src/log -I../src/settings -I../src/util -I/builddir/build/BUILD/dtkcore-5.5.30/src/base/base -I../src/base/private -I../src/base -I../src/log -I../src/settings -I../src/util -I/usr/include/qt5/QGSettings -I/usr/include/qt5 -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtDBus -I/usr/include/qt5/QtXml -I/usr/include/qt5/QtTest -I/usr/include/qt5/QtConcurrent -I/usr/include/qt5/QtCore -I../src -I/usr/lib64/qt5/mkspecs/linux-g++ -o ut_dasync.o ut_dasync.cpp >In file included from /usr/include/c++/13/aarch64-redhat-linux/bits/os_defines.h:39, > from /usr/include/c++/13/aarch64-redhat-linux/bits/c++config.h:679, > from /usr/include/c++/13/type_traits:38, > from /usr/include/qt5/QtCore/qglobal.h:45, > from /usr/include/qt5/QtTest/qttestglobal.h:43, > from /usr/include/qt5/QtTest/qtest.h:44, > from /usr/include/qt5/QtTest/QTest:1, > from ut_dasync.cpp:21: >/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] > 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) > | ^~~~~~~ >In file included from /usr/include/gtest/gtest-message.h:57, > from /usr/include/gtest/gtest-assertion-result.h:46, > from /usr/include/gtest/gtest.h:64, > from ut_dasync.cpp:23: >/usr/include/gtest/internal/gtest-port.h:270:2: error: #error C++ versions less than C++14 are not supported. > 270 | #error C++ versions less than C++14 are not supported. > | ^~~~~ >In file included from /usr/include/gtest/gtest-printers.h:115, > from /usr/include/gtest/gtest-matchers.h:48, > from /usr/include/gtest/internal/gtest-death-test-internal.h:47, > from /usr/include/gtest/gtest-death-test.h:43, > from /usr/include/gtest/gtest.h:65: >/usr/include/gtest/internal/gtest-internal.h:636:58: error: wrong number of template arguments (0, should be 1) > 636 | typedef ::std::map<std::string, CodeLocation, std::less<>> RegisteredTestsMap; > | ^ >In file included from /usr/include/c++/13/string:49, > from /usr/include/qt5/QtCore/qbytearray.h:52, > from /usr/include/qt5/QtCore/qstring.h:50, > from /usr/include/qt5/QtTest/qtestcase.h:45, > from /usr/include/qt5/QtTest/qtest.h:45: >/usr/include/c++/13/bits/stl_function.h:403:12: note: provided for 'template<class _Tp> struct std::less' > 403 | struct less : public binary_function<_Tp, _Tp, bool> > | ^~~~ >/usr/include/gtest/internal/gtest-internal.h:636:59: error: template argument 3 is invalid > 636 | typedef ::std::map<std::string, CodeLocation, std::less<>> RegisteredTestsMap; > | ^~ >/usr/include/gtest/internal/gtest-internal.h: In member function 'bool testing::internal::TypedTestSuitePState::AddTestName(const char*, int, const char*, const char*)': >/usr/include/gtest/internal/gtest-internal.h:613:23: error: request for member 'insert' in '((testing::internal::TypedTestSuitePState*)this)->testing::internal::TypedTestSuitePState::registered_tests_', which is of non-class type 'testing::internal::TypedTestSuitePState::RegisteredTestsMap' {aka 'int'} > 613 | registered_tests_.insert( > | ^~~~~~ >/usr/include/gtest/internal/gtest-internal.h: In member function 'bool testing::internal::TypedTestSuitePState::TestExists(const std::string&) const': >/usr/include/gtest/internal/gtest-internal.h:619:30: error: request for member 'count' in '((const testing::internal::TypedTestSuitePState*)this)->testing::internal::TypedTestSuitePState::registered_tests_', which is of non-class type 'const testing::internal::TypedTestSuitePState::RegisteredTestsMap' {aka 'const int'} > 619 | return registered_tests_.count(test_name) > 0; > | ^~~~~ >/usr/include/gtest/internal/gtest-internal.h: In member function 'const testing::internal::CodeLocation& testing::internal::TypedTestSuitePState::GetCodeLocation(const std::string&) const': >/usr/include/gtest/internal/gtest-internal.h:623:40: error: qualified-id in declaration before 'it' > 623 | RegisteredTestsMap::const_iterator it = registered_tests_.find(test_name); > | ^~ >/usr/include/gtest/internal/gtest-internal.h:624:5: error: 'it' was not declared in this scope; did you mean 'int'? > 624 | GTEST_CHECK_(it != registered_tests_.end()); > | ^~~~~~~~~~~~ >/usr/include/gtest/internal/gtest-internal.h:624:5: error: request for member 'end' in '((const testing::internal::TypedTestSuitePState*)this)->testing::internal::TypedTestSuitePState::registered_tests_', which is of non-class type 'const testing::internal::TypedTestSuitePState::RegisteredTestsMap' {aka 'const int'} > 624 | GTEST_CHECK_(it != registered_tests_.end()); > | ^~~~~~~~~~~~ >/usr/include/gtest/internal/gtest-internal.h:625:12: error: 'it' was not declared in this scope; did you mean 'int'? > 625 | return it->second; > | ^~ > | int >make[1]: *** [Makefile:1095: ut_dasync.o] Error 1 >make[1]: Leaving directory '/builddir/build/BUILD/dtkcore-5.5.30/tests' >make: *** [Makefile:136: sub-tests-make_first-ordered] Error 2 >error: Bad exit status from /var/tmp/rpm-tmp.vWk20B (%build) > Bad exit status from /var/tmp/rpm-tmp.vWk20B (%build) >RPM build errors: >Child return code was: 1 >EXCEPTION: [Error('Command failed: \n # /usr/bin/systemd-nspawn -q -M e43465277bbf463ab65e7d66471af55a -D /var/lib/mock/f39-build-44265873-5274610/root -a -u mockbuild --capability=cap_ipc_lock --bind=/tmp/mock-resolv.2_2le2m7:/etc/resolv.conf --bind=/dev/btrfs-control --bind=/dev/mapper/control --bind=/dev/loop-control --bind=/dev/loop0 --bind=/dev/loop1 --bind=/dev/loop2 --bind=/dev/loop3 --bind=/dev/loop4 --bind=/dev/loop5 --bind=/dev/loop6 --bind=/dev/loop7 --bind=/dev/loop8 --bind=/dev/loop9 --bind=/dev/loop10 --bind=/dev/loop11 --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/builddir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin --setenv=PROMPT_COMMAND=printf "\\033]0;<mock-chroot>\\007" --setenv=PS1=<mock-chroot> \\s-\\v\\$ --setenv=LANG=C.UTF-8 --resolv-conf=off bash --login -c /usr/bin/rpmbuild -bb --noclean --target aarch64 --nodeps /builddir/build/SPECS/dtkcore.spec\n', 1)] >Traceback (most recent call last): > File "/usr/lib/python3.11/site-packages/mockbuild/trace_decorator.py", line 93, in trace > result = func(*args, **kw) > ^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/mockbuild/util.py", line 597, in do_with_status > raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) >mockbuild.exception.Error: Command failed: > # /usr/bin/systemd-nspawn -q -M e43465277bbf463ab65e7d66471af55a -D /var/lib/mock/f39-build-44265873-5274610/root -a -u mockbuild --capability=cap_ipc_lock --bind=/tmp/mock-resolv.2_2le2m7:/etc/resolv.conf --bind=/dev/btrfs-control --bind=/dev/mapper/control --bind=/dev/loop-control --bind=/dev/loop0 --bind=/dev/loop1 --bind=/dev/loop2 --bind=/dev/loop3 --bind=/dev/loop4 --bind=/dev/loop5 --bind=/dev/loop6 --bind=/dev/loop7 --bind=/dev/loop8 --bind=/dev/loop9 --bind=/dev/loop10 --bind=/dev/loop11 --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/builddir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin --setenv=PROMPT_COMMAND=printf "\033]0;<mock-chroot>\007" --setenv=PS1=<mock-chroot> \s-\v\$ --setenv=LANG=C.UTF-8 --resolv-conf=off bash --login -c /usr/bin/rpmbuild -bb --noclean --target aarch64 --nodeps /builddir/build/SPECS/dtkcore.spec >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 2225761
: 1977758 |
1977759
|
1977760