Source: lomiri-indicator-transfer
Version: 1.0.0-2
Severity: serious
Tags: ftbfs trixie sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/lomiri-indicator-transfer.html

...
In file included from 
/usr/src/googletest/googlemock/include/gmock/internal/gmock-port.h:57,
                 from 
/usr/src/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h:49,
                 from 
/usr/src/googletest/googlemock/include/gmock/gmock-actions.h:145,
                 from /usr/src/googletest/googlemock/include/gmock/gmock.h:56,
                 from 
/build/1st/lomiri-indicator-transfer-1.0.0/tests/source-mock.h:25,
                 from 
/build/1st/lomiri-indicator-transfer-1.0.0/tests/mock-source-plugin.cpp:20:
/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 tests/CMakeLists.txt

Reply via email to