Source: valijson
Version: 1.0+repack-2
Severity: serious
Tags: ftbfs trixie sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/valijson.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/valijson-1.0+repack/tests/test_fetch_absolute_uri_document_callback.cpp:2:
/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 the two -std=c++11 to -std=c++14
in CMakeLists.txt

Reply via email to