thin-provisioning-tools icon indicating copy to clipboard operation
thin-provisioning-tools copied to clipboard

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)’

Open lixiaokeng opened this issue 3 years ago • 4 comments

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

lixiaokeng avatar Feb 12 '22 10:02 lixiaokeng

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 avatar Feb 14 '22 06:02 mingnus

I change to use release-1.10.0 and solve this issue. Thanks.

lixiaokeng avatar Feb 14 '22 15:02 lixiaokeng

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.

sallyjunjun avatar Mar 23 '22 02:03 sallyjunjun

The patch had already been merged (1e42ed4)

mingnus avatar Mar 23 '22 02:03 mingnus