You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
googletest/googletest/include/gtest/gtest-printers.h:292:36: error: no matching function for call to ‘testing::internal::internal_stream_operator_without_lexical_name_lookup::StreamPrinter::PrintValue(const caching::superblock_damage::superblock_invalid&, std::nullptr_t)’
#197
Open
lixiaokeng opened this issue
Feb 12, 2022
· 4 comments
I meet the same bug.
My thin-provisioning-tools version is 0.9.0.
The linux is openEuler.
gcc-c++-10.3.1
The text was updated successfully, but these errors were encountered:
lixiaokeng
changed the title
thin-provisioning-tools: FTBFS: gtest-printers.h:284:36: error: no matching function for call to ‘testing::internal::internal_stream_operator_without_lexical_name_lookup::StreamPrinter::PrintValue(const caching::superblock_damage::superblock_invalid&, std::nullptr_t)
googletest/googletest/include/gtest/gtest-printers.h:292:36: error: no matching function for call to ‘testing::internal::internal_stream_operator_without_lexical_name_lookup::StreamPrinter::PrintValue(const caching::superblock_damage::superblock_invalid&, std::nullptr_t)’
Feb 12, 2022
Which version of googletest are you running? There might be compatibility issues with the main branch, so you might have to rollback googletest to release-1.10.0.
mingnus
added a commit
to mingnus/thin-provisioning-tools
that referenced
this issue
Feb 14, 2022
Which version of googletest are you running? There might be compatibility issues with the main branch, so you might have to rollback googletest to release-1.10.0.
Could you please make the main branch be compatible with the newest version of googletest? Because we want to deploy the execution of tests automatically.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973145
I meet the same bug.
My thin-provisioning-tools version is 0.9.0.
The linux is openEuler.
gcc-c++-10.3.1
The text was updated successfully, but these errors were encountered: