Source: sopt
Version: 2.0.0-4
Severity: serious
Tags: ftbfs
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/sopt.html
...
In file included from /build/1st/sopt-2.0.0/cpp/sopt/../sopt/logging.h:7,
from /build/1st/sopt-2.0.0/cpp/sopt/wavelets/wavelets.cc:4:
/build/1st/sopt-2.0.0/cpp/sopt/../sopt/logging.enabled.h: In function
'std::shared_ptr<spdlog::logger> sopt::logging::initialize(const string&)':
/build/1st/sopt-2.0.0/cpp/sopt/../sopt/logging.enabled.h:16:31: error:
'stdout_logger_mt' is not a member of 'spdlog'
auto const result = spdlog::stdout_logger_mt(default_logger_name() + name);
^~~~~~~~~~~~~~~~
In file included from /build/1st/sopt-2.0.0/cpp/sopt/../sopt/logging.h:7,
from /build/1st/sopt-2.0.0/cpp/sopt/utilities.cc:7:
/build/1st/sopt-2.0.0/cpp/sopt/../sopt/logging.enabled.h: In function
'std::shared_ptr<spdlog::logger> sopt::logging::initialize(const string&)':
/build/1st/sopt-2.0.0/cpp/sopt/../sopt/logging.enabled.h:16:31: error:
'stdout_logger_mt' is not a member of 'spdlog'
auto const result = spdlog::stdout_logger_mt(default_logger_name() + name);
^~~~~~~~~~~~~~~~
In file included from /build/1st/sopt-2.0.0/cpp/tests/../sopt/logging.h:7,
from /build/1st/sopt-2.0.0/cpp/tests/common_catch_main.cc:7:
/build/1st/sopt-2.0.0/cpp/tests/../sopt/logging.enabled.h: In function
'std::shared_ptr<spdlog::logger> sopt::logging::initialize(const string&)':
/build/1st/sopt-2.0.0/cpp/tests/../sopt/logging.enabled.h:16:31: error:
'stdout_logger_mt' is not a member of 'spdlog'
auto const result = spdlog::stdout_logger_mt(default_logger_name() + name);
^~~~~~~~~~~~~~~~
make[3]: *** [cpp/sopt/CMakeFiles/sopt.dir/build.make:66:
cpp/sopt/CMakeFiles/sopt.dir/wavelets/wavelets.cc.o] Error 1