Source: easyloggingpp
Version: 9.97.0+dfsg-1
Severity: serious
Tags: ftbfs trixie sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/easyloggingpp.html

...
In file included from /usr/include/gtest/gtest-message.h:57,
                 from /usr/include/gtest/gtest-assertion-result.h:46,
                 from /usr/include/gtest/gtest.h:64,
                 from /build/1st/easyloggingpp-9.97.0+dfsg/test/test.h:11,
                 from /build/1st/easyloggingpp-9.97.0+dfsg/test/main.cc:3:
/usr/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.
      |  ^~~~~
...


Setting CMAKE_CXX_STANDARD to 14 in CMakeLists.txt fixes the build.

Reply via email to