Source: reconserver
Version: 0.15.2-1
Severity: serious
https://buildd.debian.org/status/package.php?p=reconserver&suite=sid
...
make all-am
make[2]: Entering directory '/<<PKGBUILDDIR>>'
g++ -DPACKAGE_NAME=\"reConServer\" -DPACKAGE_TARNAME=\"reconserver\"
-DPACKAGE_VERSION=\"0.15.2\" -DPACKAGE_STRING=\"reConServer\ 0.15.2\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"reconserver\"
-DVERSION=\"0.15.2\" -I. -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/include/sipxtapi -D__pingtel_on_posix__ -D_linux_ -D_REENTRANT
-D_FILE_OFFS -DDEFAULT_BRIDGE_MAX_IN_OUTPUTS=20 -DRESIP_TOOLCHAIN_GNU
-DUSE_CARES -DUSE_SSL -DUSE_IPV6 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -fpermissive -c -o
reConServer.o reConServer.cxx
In file included from MyUserAgent.hxx:16:0,
from reConServer.hxx:13,
from reConServer.cxx:49:
RegistrationForwarder.hxx:28:33: warning: 'template<class> class std::auto_ptr'
is deprecated [-Wdeprecated-declarations]
void internalProcess(std::auto_ptr<resip::Message>);
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /usr/include/boost/function/function_base.hpp:16,
from /usr/include/boost/function/detail/prologue.hpp:17,
from /usr/include/boost/function.hpp:24,
from /usr/include/recon/UserAgent.hxx:4,
from reConServer.cxx:42:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from reConServer.cxx:49:0:
reConServer.hxx:36:9: warning: 'template<class> class std::auto_ptr' is
deprecated [-Wdeprecated-declarations]
std::auto_ptr<MyConversationManager> mConversationManager;
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from /usr/include/boost/function/function_base.hpp:16,
from /usr/include/boost/function/detail/prologue.hpp:17,
from /usr/include/boost/function.hpp:24,
from /usr/include/recon/UserAgent.hxx:4,
from reConServer.cxx:42:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
reConServer.cxx: In member function 'virtual int
reconserver::ReConServerProcess::main(int, char**)':
reConServer.cxx:763:25: error: 'installSignalHandler' was not declared in this
scope
installSignalHandler();
^
reConServer.cxx:1364:16: error: 'mainLoop' was not declared in this scope
mainLoop();
^
Makefile:444: recipe for target 'reConServer.o' failed
make[2]: *** [reConServer.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
Makefile:339: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j1 returned exit code 2
debian/rules:34: recipe for target 'build-arch' failed
make: *** [build-arch] Error 2