Source: persistent-cache-cpp
Version: 1.0.5-4
Severity: serious
Tags: ftbfs trixie sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/persistent-cache-cpp.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 
/build/1st/persistent-cache-cpp-1.0.5/tests/core/persistent_cache/persistent_cache_test.cpp:25:
/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 -std=c++11 to -std=c++14
in CMakeLists.txt

Reply via email to