Source: hinge Version: 0.5.0-3 Severity: serious Tags: ftbfs https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/hinge.html
... /build/1st/hinge-0.5.0/src/filter/filter.cpp:200:53: error: 'stdout_sink_st' is not a member of 'spdlog::sinks' sinks.push_back(std::make_shared<spdlog::sinks::stdout_sink_st>()); ^~~~~~~~~~~~~~ /build/1st/hinge-0.5.0/src/filter/filter.cpp:200:53: error: 'stdout_sink_st' is not a member of 'spdlog::sinks' /build/1st/hinge-0.5.0/src/filter/filter.cpp:200:69: error: no matching function for call to 'make_shared<<expression error> >()' sinks.push_back(std::make_shared<spdlog::sinks::stdout_sink_st>()); ^ In file included from /usr/include/c++/8/memory:81, from /usr/include/spdlog/common.h:14, from /usr/include/spdlog/spdlog.h:10, from /build/1st/hinge-0.5.0/src/filter/filter.cpp:22: /usr/include/c++/8/bits/shared_ptr.h:719:5: note: candidate: 'template<class _Tp, class ... _Args> std::shared_ptr<_Tp> std::make_shared(_Args&& ...)' make_shared(_Args&&... __args) ^~~~~~~~~~~ ...