Source: thin-provisioning-tools
Version: 0.9.0-2
Severity: serious
Tags: ftbfs trixie sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/thin-provisioning-tools.html

...
In file included from 
/usr/src/googletest/googletest/include/gtest/gtest-message.h:57,
                 from 
/usr/src/googletest/googletest/include/gtest/gtest-assertion-result.h:46,
                 from /usr/src/googletest/googletest/include/gtest/gtest.h:64,
                 from /usr/src/googletest/googletest/src/gtest-all.cc:38:
/usr/src/googletest/googletest/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.
      |  ^~~~~
...



This can be fixed by changing the two -std=c++11 to -std=c++14
in unit-tests/Makefile.in

Reply via email to