[Debian-med-packaging] Bug#909763: hinge FTBFS with spdlog 1:1.1.0-1
Adrian Bunk
bunk at debian.org
Thu Sep 27 21:28:04 BST 2018
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)
^~~~~~~~~~~
...
More information about the Debian-med-packaging
mailing list