robotpkg/devel/orocos-log4cpp bulk build results
Log for orocos-log4cpp-2.9.1r1 on Debian-12-x86_64: bulk.log (Back)
=> Checking for clear installation
===> Installing bootstrap dependencies for orocos-log4cpp-2.9.1r1
=> Installing /opt/robotpkg/var/lib/robotpkg/packages/bsd/Debian-12-x86_64/All/digest-20080510.tgz
=> Installing /opt/robotpkg/var/lib/robotpkg/packages/bsd/Debian-12-x86_64/All/tnftp-20151004~ssl.tgz
===> Checking bootstrap dependencies for orocos-log4cpp-2.9.1r1
=> Required robotpkg package digest>=20080510: digest-20080510 found
=> Required robotpkg package tnftp>=20130505~ssl: tnftp-20151004~ssl found
=> Required system package gnupg>=1: gnupg-2.2.40 found
=> Required system package gzip: gzip-1.12 found
=> Required system package patch>=2.0: patch-2.7.6~posix found
=> Required system package pax and tar archivers: pax found
=> Required system package pkg_install>=20110805.12: pkg_install-20211115.3 found
=> Required system package pkgrepo2deb>=1.9: pkgrepo2deb-1.15 found
===> Done bootstrap-depends for orocos-log4cpp-2.9.1r1
===> Installing full dependencies for orocos-log4cpp-2.9.1r1
=> Dependency digest-20080510 already installed
=> Dependency tnftp-20151004~ssl already installed
===> Checking build options for orocos-log4cpp-2.9.1r1
=> Building with no option.
===> Checking alternatives for orocos-log4cpp-2.9.1r1
=> Use the GNU C++ compiler: c++-compiler provided by g++>=4.8
=> Use the GNU C compiler: c-compiler provided by gcc>=3
===> Checking dependencies for orocos-log4cpp-2.9.1r1
=> Required system package cmake>=2.6: cmake-3.25.1 found
=> Required system package g++>=4.8: g++-12.2.0 found
=> Required system package gcc>=3: gcc-12.2.0 found
=> Required system package libstdc++: libstdc++ found
===> Done depends for orocos-log4cpp-2.9.1r1
===> Extracting for orocos-log4cpp-2.9.1r1
=> SHA1 checksums OK
=> RMD160 checksums OK
===> Patching for orocos-log4cpp-2.9.1r1
=> Applying robotpkg patches for orocos-log4cpp-2.9.1r1
===> Configuring for orocos-log4cpp-2.9.1r1
CMake Deprecation Warning at CMakeLists.txt:13 (CMAKE_MINIMUM_REQUIRED):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
===> Building for orocos-log4cpp-2.9.1r1
In file included from /local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/BufferingAppender.cpp:8:
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/include/log4cpp/BufferingAppender.hh:21:81: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
21 | BufferingAppender(const std::string name, unsigned long max_size, std::auto_ptr<Appender> sink,
| ^~~~~~~~
In file included from /usr/include/c++/12/memory:76,
from /local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/include/log4cpp/BufferingAppender.hh:14:
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/include/log4cpp/BufferingAppender.hh:22:33: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
22 | std::auto_ptr<TriggeringEventEvaluator> evaluator);
| ^~~~~~~~
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/include/log4cpp/BufferingAppender.hh:37:15: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
37 | std::auto_ptr<Appender> sink_;
| ^~~~~~~~
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/include/log4cpp/BufferingAppender.hh:38:15: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
38 | std::auto_ptr<TriggeringEventEvaluator> evaluator_;
| ^~~~~~~~
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
In file included from /local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/AppendersFactory.cpp:8:
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/include/log4cpp/AppendersFactory.hh:25:23: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
25 | typedef std::auto_ptr<Appender> (*create_function_t)(const params_t& params);
| ^~~~~~~~
In file included from /usr/include/c++/12/memory:76,
from /local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/include/log4cpp/AppendersFactory.hh:14:
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/include/log4cpp/AppendersFactory.hh:29:15: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
29 | std::auto_ptr<Appender> create(const std::string& class_name, const params_t& params);
| ^~~~~~~~
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/AppendersFactory.cpp:15:9: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
15 | std::auto_ptr<Appender> create_file_appender(const FactoryParams&);
| ^~~~~~~~
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/AppendersFactory.cpp:16:9: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
16 | std::auto_ptr<Appender> create_roll_file_appender(const FactoryParams&);
| ^~~~~~~~
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/AppendersFactory.cpp:17:9: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
17 | std::auto_ptr<Appender> create_generation_file_appender(const FactoryParams&);
| ^~~~~~~~
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/AppendersFactory.cpp:18:9: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
18 | std::auto_ptr<Appender> create_daily_roll_file_appender(const FactoryParams&);
| ^~~~~~~~
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/AppendersFactory.cpp:19:9: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
19 | std::auto_ptr<Appender> create_idsa_appender(const FactoryParams&);
| ^~~~~~~~
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/AppendersFactory.cpp:20:9: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
20 | std::auto_ptr<Appender> create_nt_event_log_appender(const FactoryParams&);
| ^~~~~~~~
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/AppendersFactory.cpp:21:9: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
21 | std::auto_ptr<Appender> create_remote_syslog_appender(const FactoryParams&);
| ^~~~~~~~
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/AppendersFactory.cpp:22:9: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
22 | std::auto_ptr<Appender> create_syslog_appender(const FactoryParams&);
| ^~~~~~~~
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/AppendersFactory.cpp:23:9: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
23 | std::auto_ptr<Appender> create_win32_debug_appender(const FactoryParams&);
| ^~~~~~~~
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/AppendersFactory.cpp:24:9: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
24 | std::auto_ptr<Appender> create_abort_appender(const FactoryParams&);
| ^~~~~~~~
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/AppendersFactory.cpp:25:9: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
25 | std::auto_ptr<Appender> create_smtp_appender(const FactoryParams&);
| ^~~~~~~~
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/AppendersFactory.cpp: In static member function 'static log4cpp::AppendersFactory& log4cpp::AppendersFactory::getInstance()':
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/AppendersFactory.cpp:31:15: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
31 | std::auto_ptr<AppendersFactory> af(new AppendersFactory);
| ^~~~~~~~
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/AppendersFactory.cpp: At global scope:
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/AppendersFactory.cpp:79:9: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
79 | std::auto_ptr<Appender> AppendersFactory::create(const std::string& class_name, const params_t& params)
| ^~~~~~~~
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/BufferingAppender.cpp:16:46: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
16 | std::auto_ptr<Appender> sink, std::auto_ptr<TriggeringEventEvaluator> evaluator)
| ^~~~~~~~
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/BufferingAppender.cpp:16:76: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
16 | std::auto_ptr<Appender> sink, std::auto_ptr<TriggeringEventEvaluator> evaluator)
| ^~~~~~~~
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
In file included from /local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/LayoutsFactory.cpp:7:
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/include/log4cpp/LayoutsFactory.hh:24:23: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
24 | typedef std::auto_ptr<Layout> (*create_function_t)(const params_t& params);
| ^~~~~~~~
In file included from /usr/include/c++/12/memory:76,
from /local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/include/log4cpp/LayoutsFactory.hh:13:
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/include/log4cpp/LayoutsFactory.hh:28:15: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
28 | std::auto_ptr<Layout> create(const std::string& class_name, const params_t& params);
| ^~~~~~~~
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/LayoutsFactory.cpp:14:9: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
14 | std::auto_ptr<Layout> create_simple_layout(const FactoryParams& params);
| ^~~~~~~~
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/LayoutsFactory.cpp:15:9: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
15 | std::auto_ptr<Layout> create_basic_layout(const FactoryParams& params);
| ^~~~~~~~
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/LayoutsFactory.cpp:16:9: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
16 | std::auto_ptr<Layout> create_pattern_layout(const FactoryParams& params);
| ^~~~~~~~
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/LayoutsFactory.cpp:17:9: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
17 | std::auto_ptr<Layout> create_pattern_layout(const FactoryParams& params);
| ^~~~~~~~
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/LayoutsFactory.cpp:18:9: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
18 | std::auto_ptr<Layout> create_pass_through_layout(const FactoryParams& params);
| ^~~~~~~~
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/LayoutsFactory.cpp: In static member function 'static log4cpp::LayoutsFactory& log4cpp::LayoutsFactory::getInstance()':
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/LayoutsFactory.cpp:24:15: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
24 | std::auto_ptr<LayoutsFactory> lf(new LayoutsFactory);
| ^~~~~~~~
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/LayoutsFactory.cpp: At global scope:
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/LayoutsFactory.cpp:44:9: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
44 | std::auto_ptr<Layout> LayoutsFactory::create(const std::string& class_name, const params_t& params)
| ^~~~~~~~
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/LevelEvaluator.cpp:13:9: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
13 | std::auto_ptr<TriggeringEventEvaluator> create_level_evaluator(const FactoryParams& params)
| ^~~~~~~~
In file included from /usr/include/c++/12/memory:76,
from /local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/LevelEvaluator.cpp:9:
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/LevelEvaluator.cpp: In function 'std::auto_ptr<log4cpp::TriggeringEventEvaluator> log4cpp::create_level_evaluator(const FactoryParams&)':
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/LevelEvaluator.cpp:18:19: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
18 | return std::auto_ptr<TriggeringEventEvaluator>(new LevelEvaluator(Priority::getPriorityValue(level)));
| ^~~~~~~~
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
In file included from /local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/TriggeringEventEvaluatorFactory.cpp:7:
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/include/log4cpp/TriggeringEventEvaluatorFactory.hh:24:23: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
24 | typedef std::auto_ptr<TriggeringEventEvaluator> (*create_function_t)(const params_t& params);
| ^~~~~~~~
In file included from /usr/include/c++/12/memory:76,
from /local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/include/log4cpp/TriggeringEventEvaluatorFactory.hh:13:
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/include/log4cpp/TriggeringEventEvaluatorFactory.hh:28:15: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
28 | std::auto_ptr<TriggeringEventEvaluator> create(const std::string& class_name, const params_t& params);
| ^~~~~~~~
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/TriggeringEventEvaluatorFactory.cpp:13:9: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
13 | std::auto_ptr<TriggeringEventEvaluator> create_level_evaluator(const FactoryParams& params);
| ^~~~~~~~
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/TriggeringEventEvaluatorFactory.cpp: In static member function 'static log4cpp::TriggeringEventEvaluatorFactory& log4cpp::TriggeringEventEvaluatorFactory::getInstance()':
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/TriggeringEventEvaluatorFactory.cpp:19:15: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
19 | std::auto_ptr<TriggeringEventEvaluatorFactory> af(new TriggeringEventEvaluatorFactory);
| ^~~~~~~~
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/TriggeringEventEvaluatorFactory.cpp: At global scope:
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/TriggeringEventEvaluatorFactory.cpp:36:9: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
36 | std::auto_ptr<TriggeringEventEvaluator> TriggeringEventEvaluatorFactory::create(const std::string& class_name, const params_t& params)
| ^~~~~~~~
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/PassThroughLayout.cpp:13:9: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
13 | std::auto_ptr<Layout> create_pass_through_layout(const FactoryParams& params)
| ^~~~~~~~
In file included from /usr/include/c++/12/memory:76,
from /local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/PassThroughLayout.cpp:9:
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/PassThroughLayout.cpp: In function 'std::auto_ptr<log4cpp::Layout> log4cpp::create_pass_through_layout(const FactoryParams&)':
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/PassThroughLayout.cpp:15:19: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
15 | return std::auto_ptr<Layout>(new PassThroughLayout);
| ^~~~~~~~
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/FileAppender.cpp:102:9: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
102 | std::auto_ptr<Appender> create_file_appender(const FactoryParams& params)
| ^~~~~~~~
In file included from /usr/include/c++/12/memory:76,
from /local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/FileAppender.cpp:18:
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/FileAppender.cpp: In function 'std::auto_ptr<log4cpp::Appender> log4cpp::create_file_appender(const FactoryParams&)':
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/FileAppender.cpp:111:19: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
111 | return std::auto_ptr<Appender>(new FileAppender(name, filename, append, mode));
| ^~~~~~~~
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/DailyRollingFileAppender.cpp:163:9: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
163 | std::auto_ptr<Appender> create_daily_roll_file_appender(const FactoryParams& params)
| ^~~~~~~~
In file included from /usr/include/c++/12/memory:76,
from /local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/DailyRollingFileAppender.cpp:21:
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/DailyRollingFileAppender.cpp: In function 'std::auto_ptr<log4cpp::Appender> log4cpp::create_daily_roll_file_appender(const FactoryParams&)':
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/DailyRollingFileAppender.cpp:172:19: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
172 | return std::auto_ptr<Appender>(new DailyRollingFileAppender(name, filename, max_days_keep, append, mode));
| ^~~~~~~~
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/GenerationalFileAppender.cpp:54:9: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
54 | std::auto_ptr<Appender> create_generation_file_appender(const FactoryParams& params)
| ^~~~~~~~
In file included from /usr/include/c++/12/memory:76,
from /local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/GenerationalFileAppender.cpp:21:
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/GenerationalFileAppender.cpp: In function 'std::auto_ptr<log4cpp::Appender> log4cpp::create_generation_file_appender(const FactoryParams&)':
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/GenerationalFileAppender.cpp:62:19: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
62 | return std::auto_ptr<Appender>(new GenerationalFileAppender(name, filename, append, mode));
| ^~~~~~~~
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/RollingFileAppender.cpp:96:9: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
96 | std::auto_ptr<Appender> create_roll_file_appender(const FactoryParams& params)
| ^~~~~~~~
In file included from /usr/include/c++/12/memory:76,
from /local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/RollingFileAppender.cpp:21:
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/RollingFileAppender.cpp: In function 'std::auto_ptr<log4cpp::Appender> log4cpp::create_roll_file_appender(const FactoryParams&)':
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/RollingFileAppender.cpp:106:19: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
106 | return std::auto_ptr<Appender>(new RollingFileAppender(name, filename, max_file_size, max_backup_index, append, mode));
| ^~~~~~~~
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/SyslogAppender.cpp:78:10: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
78 | std::auto_ptr<Appender> create_syslog_appender(const FactoryParams& params)
| ^~~~~~~~
In file included from /usr/include/c++/12/memory:76,
from /local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/SyslogAppender.cpp:19:
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/SyslogAppender.cpp: In function 'std::auto_ptr<log4cpp::Appender> log4cpp::create_syslog_appender(const FactoryParams&)':
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/SyslogAppender.cpp:84:20: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
84 | return std::auto_ptr<Appender>(new SyslogAppender(name, syslog_name, facility));
| ^~~~~~~~
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/RemoteSyslogAppender.cpp:172:10: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
172 | std::auto_ptr<Appender> create_remote_syslog_appender(const FactoryParams& params)
| ^~~~~~~~
In file included from /usr/include/c++/12/memory:76,
from /local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/RemoteSyslogAppender.cpp:23:
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/RemoteSyslogAppender.cpp: In function 'std::auto_ptr<log4cpp::Appender> log4cpp::create_remote_syslog_appender(const FactoryParams&)':
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/RemoteSyslogAppender.cpp:178:20: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
178 | return std::auto_ptr<Appender>(new RemoteSyslogAppender(name, syslog_name, relayer, facility, port_number));
| ^~~~~~~~
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/SimpleLayout.cpp:38:9: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
38 | std::auto_ptr<Layout> create_simple_layout(const FactoryParams& params)
| ^~~~~~~~
In file included from /usr/include/c++/12/memory:76,
from /local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/SimpleLayout.cpp:18:
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/SimpleLayout.cpp: In function 'std::auto_ptr<log4cpp::Layout> log4cpp::create_simple_layout(const FactoryParams&)':
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/SimpleLayout.cpp:40:19: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
40 | return std::auto_ptr<Layout>(new SimpleLayout);
| ^~~~~~~~
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/BasicLayout.cpp:40:10: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
40 | std::auto_ptr<Layout> create_basic_layout(const FactoryParams& params)
| ^~~~~~~~
In file included from /usr/include/c++/12/memory:76,
from /local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/BasicLayout.cpp:14:
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/BasicLayout.cpp: In function 'std::auto_ptr<log4cpp::Layout> log4cpp::create_basic_layout(const FactoryParams&)':
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/BasicLayout.cpp:42:20: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
42 | return std::auto_ptr<Layout>(new BasicLayout);
| ^~~~~~~~
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/PatternLayout.cpp:428:10: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
428 | std::auto_ptr<Layout> create_pattern_layout(const FactoryParams& params)
| ^~~~~~~~
In file included from /usr/include/c++/12/memory:76,
from /local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/PatternLayout.cpp:16:
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/PatternLayout.cpp: In function 'std::auto_ptr<log4cpp::Layout> log4cpp::create_pattern_layout(const FactoryParams&)':
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/PatternLayout.cpp:432:13: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
432 | std::auto_ptr<Layout> result(new PatternLayout);
| ^~~~~~~~
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/AbortAppender.cpp:46:10: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
46 | std::auto_ptr<Appender> create_abort_appender(const FactoryParams& params)
| ^~~~~~~~
In file included from /usr/include/c++/12/memory:76,
from /local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/AbortAppender.cpp:14:
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/AbortAppender.cpp: In function 'std::auto_ptr<log4cpp::Appender> log4cpp::create_abort_appender(const FactoryParams&)':
/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/log4cpp-2.9.1/src/AbortAppender.cpp:50:20: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
50 | return std::auto_ptr<Appender>(new AbortAppender(name));
| ^~~~~~~~
/usr/include/c++/12/bits/unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
===> Installing for orocos-log4cpp-2.9.1r1
=> Registering installation for orocos-log4cpp-2.9.1r1
===> Done install for orocos-log4cpp-2.9.1r1
===> Building binary package for orocos-log4cpp-2.9.1r1
Creating package /opt/robotpkg/var/lib/robotpkg/packages/bsd/Debian-12-x86_64/All/orocos-log4cpp-2.9.1r1
=> Linking package in /opt/robotpkg/var/lib/robotpkg/packages/bsd/Debian-12-x86_64/pub
=> Updating debian binary packages
dpkg-deb: building package 'robotpkg-orocos-log4cpp' in '/local/robotpkg/var/tmp/robotpkg/devel/orocos-log4cpp/work/pkg2deb.64219/robotpkg-orocos-log4cpp_2.9.1r1_amd64.deb'.
updated /opt/robotpkg/var/lib/robotpkg/packages/debian/pub/dists/bookworm/robotpkg/binary-amd64/robotpkg-orocos-log4cpp_2.9.1r1_amd64.deb
WARNING: gpg: can't connect to the agent: IPC connect call failed
WARNING: Error signing release
===> Deinstalling for orocos-log4cpp
Removed orocos-log4cpp-2.9.1r1
Removed digest-20080510
Removed tnftp-20151004~ssl