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 1978486 Details for
Bug 2226023
msgpack: 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 18:39:51 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Fedora Release Engineering
Created:
2023-07-25 18:39:51 UTC
Size:
32.00 KB
patch
obsolete
>st/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/bits/unique_ptr.h:37, > from /usr/include/c++/13/memory:78, > from /builddir/build/BUILD/msgpack-3.1.0/include/msgpack/v1/cpp_config_decl.hpp:98, > from /builddir/build/BUILD/msgpack-3.1.0/include/msgpack/cpp_config_decl.hpp:13, > from /builddir/build/BUILD/msgpack-3.1.0/include/msgpack/cpp_config.hpp:13, > from /builddir/build/BUILD/msgpack-3.1.0/include/msgpack/v1/pack_decl.hpp:14, > from /builddir/build/BUILD/msgpack-3.1.0/include/msgpack/pack_decl.hpp:13, > from /builddir/build/BUILD/msgpack-3.1.0/include/msgpack/pack.hpp:13, > from /builddir/build/BUILD/msgpack-3.1.0/include/msgpack/v1/object_decl.hpp:14, > from /builddir/build/BUILD/msgpack-3.1.0/include/msgpack/object_decl.hpp:14, > from /builddir/build/BUILD/msgpack-3.1.0/include/msgpack/object.hpp:13, > from /builddir/build/BUILD/msgpack-3.1.0/include/msgpack.hpp:10, > from /builddir/build/BUILD/msgpack-3.1.0/test/array_ref.cpp:1: >/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[2]: *** [test/CMakeFiles/array_ref.dir/build.make:79: test/CMakeFiles/array_ref.dir/array_ref.cpp.o] Error 1 >make[1]: *** [CMakeFiles/Makefile2:1156: test/CMakeFiles/array_ref.dir/all] Error 2 >make[1]: *** Waiting for unfinished jobs.... >make[2]: Entering directory '/builddir/build/BUILD/msgpack-3.1.0/obj' >[ 27%] Linking CXX executable protocol_new >cd /builddir/build/BUILD/msgpack-3.1.0/obj/example/cpp03 && /usr/bin/cmake -E cmake_link_script CMakeFiles/protocol_new.dir/link.txt --verbose=1 >/usr/bin/g++ -DMSGPACK_DEFAULT_API_VERSION=3 -std=gnu++11 -O2 -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 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -rdynamic CMakeFiles/protocol_new.dir/protocol_new.cpp.o -o protocol_new >make[2]: Leaving directory '/builddir/build/BUILD/msgpack-3.1.0/obj' >make[1]: Entering directory '/builddir/build/BUILD/msgpack-3.1.0/obj' >[ 31%] Built target protocol_new >make[1]: Leaving directory '/builddir/build/BUILD/msgpack-3.1.0/obj' >make[2]: Entering directory '/builddir/build/BUILD/msgpack-3.1.0/obj' >[ 23%] Building CXX object example/cpp03/CMakeFiles/simple.dir/simple.cpp.o >cd /builddir/build/BUILD/msgpack-3.1.0/obj/example/cpp03 && /usr/bin/g++ -I/builddir/build/BUILD/msgpack-3.1.0/include -I/builddir/build/BUILD/msgpack-3.1.0/obj/include -DMSGPACK_DEFAULT_API_VERSION=3 -std=gnu++11 -O2 -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 -Wall -Wextra -MD -MT example/cpp03/CMakeFiles/simple.dir/simple.cpp.o -MF CMakeFiles/simple.dir/simple.cpp.o.d -o CMakeFiles/simple.dir/simple.cpp.o -c /builddir/build/BUILD/msgpack-3.1.0/example/cpp03/simple.cpp >make[2]: Leaving directory '/builddir/build/BUILD/msgpack-3.1.0/obj' >make[2]: Entering directory '/builddir/build/BUILD/msgpack-3.1.0/obj' >[ 28%] Building CXX object test/CMakeFiles/buffer.dir/buffer.cpp.o >cd /builddir/build/BUILD/msgpack-3.1.0/obj/test && /usr/bin/g++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/msgpack-3.1.0/include -I/builddir/build/BUILD/msgpack-3.1.0/obj/include -DMSGPACK_DEFAULT_API_VERSION=3 -std=gnu++11 -O2 -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 -Wall -Wextra -MD -MT test/CMakeFiles/buffer.dir/buffer.cpp.o -MF CMakeFiles/buffer.dir/buffer.cpp.o.d -o CMakeFiles/buffer.dir/buffer.cpp.o -c /builddir/build/BUILD/msgpack-3.1.0/test/buffer.cpp >make[2]: Leaving directory '/builddir/build/BUILD/msgpack-3.1.0/obj' >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 /builddir/build/BUILD/msgpack-3.1.0/test/buffer.cpp:6: >/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/bits/unique_ptr.h:37, > from /usr/include/c++/13/memory:78, > from /builddir/build/BUILD/msgpack-3.1.0/include/msgpack/v1/cpp_config_decl.hpp:98, > from /builddir/build/BUILD/msgpack-3.1.0/include/msgpack/cpp_config_decl.hpp:13, > from /builddir/build/BUILD/msgpack-3.1.0/include/msgpack/cpp_config.hpp:13, > from /builddir/build/BUILD/msgpack-3.1.0/include/msgpack/v1/pack_decl.hpp:14, > from /builddir/build/BUILD/msgpack-3.1.0/include/msgpack/pack_decl.hpp:13, > from /builddir/build/BUILD/msgpack-3.1.0/include/msgpack/pack.hpp:13, > from /builddir/build/BUILD/msgpack-3.1.0/include/msgpack/v1/object_decl.hpp:14, > from /builddir/build/BUILD/msgpack-3.1.0/include/msgpack/object_decl.hpp:14, > from /builddir/build/BUILD/msgpack-3.1.0/include/msgpack/object.hpp:13, > from /builddir/build/BUILD/msgpack-3.1.0/include/msgpack.hpp:10, > from /builddir/build/BUILD/msgpack-3.1.0/test/buffer.cpp:1: >/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[2]: *** [test/CMakeFiles/buffer.dir/build.make:79: test/CMakeFiles/buffer.dir/buffer.cpp.o] Error 1 >make[1]: *** [CMakeFiles/Makefile2:1182: test/CMakeFiles/buffer.dir/all] Error 2 >make[2]: Entering directory '/builddir/build/BUILD/msgpack-3.1.0/obj' >[ 29%] Building CXX object test/CMakeFiles/carray.dir/carray.cpp.o >cd /builddir/build/BUILD/msgpack-3.1.0/obj/test && /usr/bin/g++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/msgpack-3.1.0/include -I/builddir/build/BUILD/msgpack-3.1.0/obj/include -DMSGPACK_DEFAULT_API_VERSION=3 -std=gnu++11 -O2 -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 -Wall -Wextra -MD -MT test/CMakeFiles/carray.dir/carray.cpp.o -MF CMakeFiles/carray.dir/carray.cpp.o.d -o CMakeFiles/carray.dir/carray.cpp.o -c /builddir/build/BUILD/msgpack-3.1.0/test/carray.cpp >make[2]: Leaving directory '/builddir/build/BUILD/msgpack-3.1.0/obj' >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 /builddir/build/BUILD/msgpack-3.1.0/test/carray.cpp:2: >/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/bits/unique_ptr.h:37, > from /usr/include/c++/13/memory:78, > from /builddir/build/BUILD/msgpack-3.1.0/include/msgpack/v1/cpp_config_decl.hpp:98, > from /builddir/build/BUILD/msgpack-3.1.0/include/msgpack/cpp_config_decl.hpp:13, > from /builddir/build/BUILD/msgpack-3.1.0/include/msgpack/cpp_config.hpp:13, > from /builddir/build/BUILD/msgpack-3.1.0/include/msgpack/v1/pack_decl.hpp:14, > from /builddir/build/BUILD/msgpack-3.1.0/include/msgpack/pack_decl.hpp:13, > from /builddir/build/BUILD/msgpack-3.1.0/include/msgpack/pack.hpp:13, > from /builddir/build/BUILD/msgpack-3.1.0/include/msgpack/v1/object_decl.hpp:14, > from /builddir/build/BUILD/msgpack-3.1.0/include/msgpack/object_decl.hpp:14, > from /builddir/build/BUILD/msgpack-3.1.0/include/msgpack/object.hpp:13, > from /builddir/build/BUILD/msgpack-3.1.0/include/msgpack.hpp:10, > from /builddir/build/BUILD/msgpack-3.1.0/test/carray.cpp:1: >/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[2]: *** [test/CMakeFiles/carray.dir/build.make:79: test/CMakeFiles/carray.dir/carray.cpp.o] Error 1 >make[1]: *** [CMakeFiles/Makefile2:1208: test/CMakeFiles/carray.dir/all] Error 2 >make[2]: Entering directory '/builddir/build/BUILD/msgpack-3.1.0/obj' >[ 31%] Linking CXX executable reuse_zone >cd /builddir/build/BUILD/msgpack-3.1.0/obj/example/cpp03 && /usr/bin/cmake -E cmake_link_script CMakeFiles/reuse_zone.dir/link.txt --verbose=1 >/usr/bin/g++ -DMSGPACK_DEFAULT_API_VERSION=3 -std=gnu++11 -O2 -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 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -rdynamic CMakeFiles/reuse_zone.dir/reuse_zone.cpp.o -o reuse_zone >make[2]: Leaving directory '/builddir/build/BUILD/msgpack-3.1.0/obj' >make[1]: Entering directory '/builddir/build/BUILD/msgpack-3.1.0/obj' >[ 32%] Built target reuse_zone >make[1]: Leaving directory '/builddir/build/BUILD/msgpack-3.1.0/obj' >make[2]: Entering directory '/builddir/build/BUILD/msgpack-3.1.0/obj' >[ 25%] Building CXX object example/cpp03/CMakeFiles/stream.dir/stream.cpp.o >cd /builddir/build/BUILD/msgpack-3.1.0/obj/example/cpp03 && /usr/bin/g++ -I/builddir/build/BUILD/msgpack-3.1.0/include -I/builddir/build/BUILD/msgpack-3.1.0/obj/include -DMSGPACK_DEFAULT_API_VERSION=3 -std=gnu++11 -O2 -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 -Wall -Wextra -MD -MT example/cpp03/CMakeFiles/stream.dir/stream.cpp.o -MF CMakeFiles/stream.dir/stream.cpp.o.d -o CMakeFiles/stream.dir/stream.cpp.o -c /builddir/build/BUILD/msgpack-3.1.0/example/cpp03/stream.cpp >make[2]: Leaving directory '/builddir/build/BUILD/msgpack-3.1.0/obj' >make[2]: Entering directory '/builddir/build/BUILD/msgpack-3.1.0/obj' >[ 30%] Building CXX object test/CMakeFiles/cases.dir/cases.cpp.o >cd /builddir/build/BUILD/msgpack-3.1.0/obj/test && /usr/bin/g++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/builddir/build/BUILD/msgpack-3.1.0/include -I/builddir/build/BUILD/msgpack-3.1.0/obj/include -DMSGPACK_DEFAULT_API_VERSION=3 -std=gnu++11 -O2 -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 -Wall -Wextra -MD -MT test/CMakeFiles/cases.dir/cases.cpp.o -MF CMakeFiles/cases.dir/cases.cpp.o.d -o CMakeFiles/cases.dir/cases.cpp.o -c /builddir/build/BUILD/msgpack-3.1.0/test/cases.cpp >make[2]: Leaving directory '/builddir/build/BUILD/msgpack-3.1.0/obj' >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 /builddir/build/BUILD/msgpack-3.1.0/test/cases.cpp:3: >/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/bits/unique_ptr.h:37, > from /usr/include/c++/13/memory:78, > from /builddir/build/BUILD/msgpack-3.1.0/include/msgpack/v1/cpp_config_decl.hpp:98, > from /builddir/build/BUILD/msgpack-3.1.0/include/msgpack/cpp_config_decl.hpp:13, > from /builddir/build/BUILD/msgpack-3.1.0/include/msgpack/cpp_config.hpp:13, > from /builddir/build/BUILD/msgpack-3.1.0/include/msgpack/v1/pack_decl.hpp:14, > from /builddir/build/BUILD/msgpack-3.1.0/include/msgpack/pack_decl.hpp:13, > from /builddir/build/BUILD/msgpack-3.1.0/include/msgpack/pack.hpp:13, > from /builddir/build/BUILD/msgpack-3.1.0/include/msgpack/v1/object_decl.hpp:14, > from /builddir/build/BUILD/msgpack-3.1.0/include/msgpack/object_decl.hpp:14, > from /builddir/build/BUILD/msgpack-3.1.0/include/msgpack/object.hpp:13, > from /builddir/build/BUILD/msgpack-3.1.0/include/msgpack.hpp:10, > from /builddir/build/BUILD/msgpack-3.1.0/test/cases.cpp:1: >/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[2]: *** [test/CMakeFiles/cases.dir/build.make:79: test/CMakeFiles/cases.dir/cases.cpp.o] Error 1 >make[1]: *** [CMakeFiles/Makefile2:1234: test/CMakeFiles/cases.dir/all] Error 2 >make[2]: Entering directory '/builddir/build/BUILD/msgpack-3.1.0/obj' >[ 32%] Linking CXX executable simple >cd /builddir/build/BUILD/msgpack-3.1.0/obj/example/cpp03 && /usr/bin/cmake -E cmake_link_script CMakeFiles/simple.dir/link.txt --verbose=1 >/usr/bin/g++ -DMSGPACK_DEFAULT_API_VERSION=3 -std=gnu++11 -O2 -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 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -rdynamic CMakeFiles/simple.dir/simple.cpp.o -o simple >make[2]: Leaving directory '/builddir/build/BUILD/msgpack-3.1.0/obj' >make[1]: Entering directory '/builddir/build/BUILD/msgpack-3.1.0/obj' >[ 34%] Built target simple >make[1]: Leaving directory '/builddir/build/BUILD/msgpack-3.1.0/obj' >make[2]: Entering directory '/builddir/build/BUILD/msgpack-3.1.0/obj' >[ 34%] Linking CXX executable stream >cd /builddir/build/BUILD/msgpack-3.1.0/obj/example/cpp03 && /usr/bin/cmake -E cmake_link_script CMakeFiles/stream.dir/link.txt --verbose=1 >/usr/bin/g++ -DMSGPACK_DEFAULT_API_VERSION=3 -std=gnu++11 -O2 -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 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -rdynamic CMakeFiles/stream.dir/stream.cpp.o -o stream >make[2]: Leaving directory '/builddir/build/BUILD/msgpack-3.1.0/obj' >make[1]: Entering directory '/builddir/build/BUILD/msgpack-3.1.0/obj' >[ 34%] Built target stream >make[1]: Leaving directory '/builddir/build/BUILD/msgpack-3.1.0/obj' >make: *** [Makefile:149: all] Error 2 >error: Bad exit status from /var/tmp/rpm-tmp.8bLjSA (%build) > Bad exit status from /var/tmp/rpm-tmp.8bLjSA (%build) >RPM build errors: >Child return code was: 1 >EXCEPTION: [Error('Command failed: \n # /usr/bin/systemd-nspawn -q -M 69e9242bd63342e09dc2e91ccb8a9b7b -D /var/lib/mock/f39-build-44307333-5275667/root -a -u mockbuild --capability=cap_ipc_lock --bind=/tmp/mock-resolv.kac9fegq:/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/msgpack.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 69e9242bd63342e09dc2e91ccb8a9b7b -D /var/lib/mock/f39-build-44307333-5275667/root -a -u mockbuild --capability=cap_ipc_lock --bind=/tmp/mock-resolv.kac9fegq:/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/msgpack.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 2226023
: 1978486 |
1978487
|
1978488