Source: zim-tools
Version: 3.1.3-1
Severity: serious
Tags: ftbfs trixie sid

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

...
/tools-test.cpp.o.d -o test/tools-test.p/tools-test.cpp.o -c 
../test/tools-test.cpp
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 ../test/tools-test.cpp:1:
/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.
      |  ^~~~~
...



This can be fixed by changing cpp_std=c++11 to cpp_std=c++14
in meson.build

Reply via email to