Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Comments

@lixiaokeng
Copy link

lixiaokeng commented Feb 12, 2022

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 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
@mingnus
Copy link
Collaborator

mingnus commented 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.

mingnus added a commit to mingnus/thin-provisioning-tools that referenced this issue Feb 14, 2022
@lixiaokeng
Copy link
Author

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

mingnus added a commit to mingnus/thin-provisioning-tools that referenced this issue Mar 4, 2022
mingnus added a commit to mingnus/thin-provisioning-tools that referenced this issue Mar 7, 2022
@sallyjunjun
Copy link

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.

@mingnus
Copy link
Collaborator

mingnus commented Mar 23, 2022

The patch had already been merged (1e42ed4)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants