=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for monotone-1.1nb33 /usr/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/tmp/pkgbuild/devel/monotone/work.alpha/monotone-1.1' Making all in doc gmake[2]: Entering directory '/tmp/pkgbuild/devel/monotone/work.alpha/monotone-1.1/doc' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/tmp/pkgbuild/devel/monotone/work.alpha/monotone-1.1/doc' gmake[2]: Entering directory '/tmp/pkgbuild/devel/monotone/work.alpha/monotone-1.1' REAL_BLDDIR=$PWD/.; \ (cd . && $REAL_BLDDIR/mtn --root=. automate get_base_revision_id) 2>/dev/null >src/package_revision_raw.txt \ || (cd . && mtn --root=. automate get_base_revision_id) 2>/dev/null >src/package_revision_raw.txt \ || rm -f src/package_revision_raw.txt c++ -O2 -mieee -pthread -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -Wall -W -Wno-unused -o util/txt2c util/txt2c.cc REAL_BLDDIR=$PWD/.; \ (cd . && $REAL_BLDDIR/mtn --root=. automate get_current_revision) 2>/dev/null >src/package_full_revision_raw.txt \ || (cd . && mtn --root=. automate get_current_revision) 2>/dev/null >src/package_full_revision_raw.txt \ || rm -f src/package_full_revision_raw.txt depbase=`echo src/option.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ c++ -I. -I/usr/pkg/include -I/usr/pkg/include/botan-1.10 -I/usr/pkg/include/lua-5.4 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -O2 -mieee -pthread -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -Wall -W -Wno-unused -MT src/option.o -MD -MP -MF $depbase.Tpo -c -o src/option.o src/option.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/options.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ c++ -I. -I/usr/pkg/include -I/usr/pkg/include/botan-1.10 -I/usr/pkg/include/lua-5.4 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -O2 -mieee -pthread -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -Wall -W -Wno-unused -MT src/options.o -MD -MP -MF $depbase.Tpo -c -o src/options.o src/options.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/options_applicator.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ c++ -I. -I/usr/pkg/include -I/usr/pkg/include/botan-1.10 -I/usr/pkg/include/lua-5.4 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -O2 -mieee -pthread -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -Wall -W -Wno-unused -MT src/options_applicator.o -MD -MP -MF $depbase.Tpo -c -o src/options_applicator.o src/options_applicator.cc &&\ mv -f $depbase.Tpo $depbase.Po src/option.cc: In member function 'void option::concrete_option_set::from_command_line(args_vector&, option::concrete_option_set::preparse_flag)': src/option.cc:525:25: warning: catching polymorphic type 'class boost::bad_lexical_cast' by value [-Wcatch-value=] 525 | catch (boost::bad_lexical_cast) | ^~~~~~~~~~~~~~~~ src/option.cc: In member function 'void option::concrete_option_set::from_key_value_pairs(const std::vector, std::__cxx11::basic_string > >&)': src/option.cc:570:21: warning: catching polymorphic type 'class boost::bad_lexical_cast' by value [-Wcatch-value=] 570 | catch (boost::bad_lexical_cast) | ^~~~~~~~~~~~~~~~ In file included from src/file_io.hh:14, from src/option.cc:11: src/paths.hh: In instantiation of 'bool safe_compose(const T&, const char*, T&, bool) [with T = any_path]': src/platform-wrapped.hh:66:46: required from here src/paths.hh:427:15: warning: catching polymorphic type 'class std::logic_error' by value [-Wcatch-value=] 427 | catch (std::logic_error) | ^~~~~~~~~~~ depbase=`echo src/specialized_lexical_cast.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ c++ -I. -I/usr/pkg/include -I/usr/pkg/include/botan-1.10 -I/usr/pkg/include/lua-5.4 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -O2 -mieee -pthread -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -Wall -W -Wno-unused -MT src/specialized_lexical_cast.o -MD -MP -MF $depbase.Tpo -c -o src/specialized_lexical_cast.o src/specialized_lexical_cast.cc &&\ mv -f $depbase.Tpo $depbase.Po src/options_list.hh: In constructor 'options::options()': src/options.cc:156:28: warning: implicitly-declared 'system_path& system_path::operator=(const system_path&)' is deprecated [-Wdeprecated-copy] 156 | name = type ( default_ ); | ^ src/options_list.hh:256:1: note: in expansion of macro 'OPTVAR' 256 | OPTVAR(globals, system_path, conf_dir, get_default_confdir() COMMA origin::user) | ^~~~~~ In file included from src/options.hh:25, from src/options.cc:15: src/paths.hh:366:3: note: because 'system_path' has user-provided 'system_path::system_path(const system_path&)' 366 | system_path(system_path const & other) : any_path(other) {}; | ^~~~~~~~~~~ src/options.cc:156:28: warning: implicitly-declared 'system_path& system_path::operator=(const system_path&)' is deprecated [-Wdeprecated-copy] 156 | name = type ( default_ ); | ^ src/options_list.hh:291:1: note: in expansion of macro 'OPTVAR' 291 | OPTVAR(globals, system_path, dbname, ) | ^~~~~~ In file included from src/options.hh:25, from src/options.cc:15: src/paths.hh:366:3: note: because 'system_path' has user-provided 'system_path::system_path(const system_path&)' 366 | system_path(system_path const & other) : any_path(other) {}; | ^~~~~~~~~~~ src/options.cc:156:28: warning: implicitly-declared 'system_path& system_path::operator=(const system_path&)' is deprecated [-Wdeprecated-copy] 156 | name = type ( default_ ); | ^ src/options_list.hh:176:3: note: in expansion of macro 'OPTVAR' 176 | OPTVAR(name, type, name, init) \ | ^~~~~~ src/options_list.hh:181:3: note: in expansion of macro 'SIMPLE_INITIALIZED_OPTION' 181 | SIMPLE_INITIALIZED_OPTION(name, optstring, type, , description) | ^~~~~~~~~~~~~~~~~~~~~~~~~ src/options_list.hh:185:3: note: in expansion of macro 'SIMPLE_OPTION' 185 | SIMPLE_OPTION(name, optstring, type, description) | ^~~~~~~~~~~~~ src/options_list.hh:313:1: note: in expansion of macro 'GROUPED_SIMPLE_OPTION' 313 | GROUPED_SIMPLE_OPTION(globals, roster_cache_performance_log, "roster-cache-performance-log", | ^~~~~~~~~~~~~~~~~~~~~ In file included from src/options.hh:25, from src/options.cc:15: src/paths.hh:366:3: note: because 'system_path' has user-provided 'system_path::system_path(const system_path&)' 366 | system_path(system_path const & other) : any_path(other) {}; | ^~~~~~~~~~~ src/options.cc:156:28: warning: implicitly-declared 'system_path& system_path::operator=(const system_path&)' is deprecated [-Wdeprecated-copy] 156 | name = type ( default_ ); | ^ src/options_list.hh:176:3: note: in expansion of macro 'OPTVAR' 176 | OPTVAR(name, type, name, init) \ | ^~~~~~ src/options_list.hh:181:3: note: in expansion of macro 'SIMPLE_INITIALIZED_OPTION' 181 | SIMPLE_INITIALIZED_OPTION(name, optstring, type, , description) | ^~~~~~~~~~~~~~~~~~~~~~~~~ src/options_list.hh:185:3: note: in expansion of macro 'SIMPLE_OPTION' 185 | SIMPLE_OPTION(name, optstring, type, description) | ^~~~~~~~~~~~~ src/options_list.hh:370:1: note: in expansion of macro 'GROUPED_SIMPLE_OPTION' 370 | GROUPED_SIMPLE_OPTION(globals, dump, "dump", system_path, | ^~~~~~~~~~~~~~~~~~~~~ In file included from src/options.hh:25, from src/options.cc:15: src/paths.hh:366:3: note: because 'system_path' has user-provided 'system_path::system_path(const system_path&)' 366 | system_path(system_path const & other) : any_path(other) {}; | ^~~~~~~~~~~ src/options.cc:156:28: warning: implicitly-declared 'system_path& system_path::operator=(const system_path&)' is deprecated [-Wdeprecated-copy] 156 | name = type ( default_ ); | ^ src/options_list.hh:176:3: note: in expansion of macro 'OPTVAR' 176 | OPTVAR(name, type, name, init) \ | ^~~~~~ src/options_list.hh:417:1: note: in expansion of macro 'SIMPLE_INITIALIZED_OPTION' 417 | SIMPLE_INITIALIZED_OPTION(key_dir, "keydir", system_path, | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/options.hh:25, from src/options.cc:15: src/paths.hh:366:3: note: because 'system_path' has user-provided 'system_path::system_path(const system_path&)' 366 | system_path(system_path const & other) : any_path(other) {}; | ^~~~~~~~~~~ src/options.cc:156:28: warning: implicitly-declared 'system_path& system_path::operator=(const system_path&)' is deprecated [-Wdeprecated-copy] 156 | name = type ( default_ ); | ^ src/options_list.hh:176:3: note: in expansion of macro 'OPTVAR' 176 | OPTVAR(name, type, name, init) \ | ^~~~~~ src/options_list.hh:181:3: note: in expansion of macro 'SIMPLE_INITIALIZED_OPTION' 181 | SIMPLE_INITIALIZED_OPTION(name, optstring, type, , description) | ^~~~~~~~~~~~~~~~~~~~~~~~~ src/options_list.hh:185:3: note: in expansion of macro 'SIMPLE_OPTION' 185 | SIMPLE_OPTION(name, optstring, type, description) | ^~~~~~~~~~~~~ src/options_list.hh:427:1: note: in expansion of macro 'GROUPED_SIMPLE_OPTION' 427 | GROUPED_SIMPLE_OPTION(globals, log, "log", system_path, | ^~~~~~~~~~~~~~~~~~~~~ In file included from src/options.hh:25, from src/options.cc:15: src/paths.hh:366:3: note: because 'system_path' has user-provided 'system_path::system_path(const system_path&)' 366 | system_path(system_path const & other) : any_path(other) {}; | ^~~~~~~~~~~ src/options.cc:156:28: warning: implicitly-declared 'system_path& system_path::operator=(const system_path&)' is deprecated [-Wdeprecated-copy] 156 | name = type ( default_ ); | ^ src/options_list.hh:176:3: note: in expansion of macro 'OPTVAR' 176 | OPTVAR(name, type, name, init) \ | ^~~~~~ src/options_list.hh:181:3: note: in expansion of macro 'SIMPLE_INITIALIZED_OPTION' 181 | SIMPLE_INITIALIZED_OPTION(name, optstring, type, , description) | ^~~~~~~~~~~~~~~~~~~~~~~~~ src/options_list.hh:486:1: note: in expansion of macro 'SIMPLE_OPTION' 486 | SIMPLE_OPTION(pidfile, "pid-file/no-pid-file", system_path, | ^~~~~~~~~~~~~ In file included from src/options.hh:25, from src/options.cc:15: src/paths.hh:366:3: note: because 'system_path' has user-provided 'system_path::system_path(const system_path&)' 366 | system_path(system_path const & other) : any_path(other) {}; | ^~~~~~~~~~~ src/options.cc:156:28: warning: implicitly-declared 'system_path& system_path::operator=(const system_path&)' is deprecated [-Wdeprecated-copy] 156 | name = type ( default_ ); | ^ src/options_list.hh:176:3: note: in expansion of macro 'OPTVAR' 176 | OPTVAR(name, type, name, init) \ | ^~~~~~ src/options_list.hh:181:3: note: in expansion of macro 'SIMPLE_INITIALIZED_OPTION' 181 | SIMPLE_INITIALIZED_OPTION(name, optstring, type, , description) | ^~~~~~~~~~~~~~~~~~~~~~~~~ src/options_list.hh:632:1: note: in expansion of macro 'SIMPLE_OPTION' 632 | SIMPLE_OPTION(authors_file, "authors-file", system_path, | ^~~~~~~~~~~~~ In file included from src/options.hh:25, from src/options.cc:15: src/paths.hh:366:3: note: because 'system_path' has user-provided 'system_path::system_path(const system_path&)' 366 | system_path(system_path const & other) : any_path(other) {}; | ^~~~~~~~~~~ src/options.cc:156:28: warning: implicitly-declared 'system_path& system_path::operator=(const system_path&)' is deprecated [-Wdeprecated-copy] 156 | name = type ( default_ ); | ^ src/options_list.hh:176:3: note: in expansion of macro 'OPTVAR' 176 | OPTVAR(name, type, name, init) \ | ^~~~~~ src/options_list.hh:181:3: note: in expansion of macro 'SIMPLE_INITIALIZED_OPTION' 181 | SIMPLE_INITIALIZED_OPTION(name, optstring, type, , description) | ^~~~~~~~~~~~~~~~~~~~~~~~~ src/options_list.hh:635:1: note: in expansion of macro 'SIMPLE_OPTION' 635 | SIMPLE_OPTION(branches_file, "branches-file", system_path, | ^~~~~~~~~~~~~ In file included from src/options.hh:25, from src/options.cc:15: src/paths.hh:366:3: note: because 'system_path' has user-provided 'system_path::system_path(const system_path&)' 366 | system_path(system_path const & other) : any_path(other) {}; | ^~~~~~~~~~~ src/options.cc:156:28: warning: implicitly-declared 'system_path& system_path::operator=(const system_path&)' is deprecated [-Wdeprecated-copy] 156 | name = type ( default_ ); | ^ src/options_list.hh:176:3: note: in expansion of macro 'OPTVAR' 176 | OPTVAR(name, type, name, init) \ | ^~~~~~ src/options_list.hh:181:3: note: in expansion of macro 'SIMPLE_INITIALIZED_OPTION' 181 | SIMPLE_INITIALIZED_OPTION(name, optstring, type, , description) | ^~~~~~~~~~~~~~~~~~~~~~~~~ src/options_list.hh:647:1: note: in expansion of macro 'SIMPLE_OPTION' 647 | SIMPLE_OPTION(import_marks, "import-marks", system_path, | ^~~~~~~~~~~~~ In file included from src/options.hh:25, from src/options.cc:15: src/paths.hh:366:3: note: because 'system_path' has user-provided 'system_path::system_path(const system_path&)' 366 | system_path(system_path const & other) : any_path(other) {}; | ^~~~~~~~~~~ src/options.cc:156:28: warning: implicitly-declared 'system_path& system_path::operator=(const system_path&)' is deprecated [-Wdeprecated-copy] 156 | name = type ( default_ ); | ^ src/options_list.hh:176:3: note: in expansion of macro 'OPTVAR' 176 | OPTVAR(name, type, name, init) \ | ^~~~~~ src/options_list.hh:181:3: note: in expansion of macro 'SIMPLE_INITIALIZED_OPTION' 181 | SIMPLE_INITIALIZED_OPTION(name, optstring, type, , description) | ^~~~~~~~~~~~~~~~~~~~~~~~~ src/options_list.hh:650:1: note: in expansion of macro 'SIMPLE_OPTION' 650 | SIMPLE_OPTION(export_marks, "export-marks", system_path, | ^~~~~~~~~~~~~ In file included from src/options.hh:25, from src/options.cc:15: src/paths.hh:366:3: note: because 'system_path' has user-provided 'system_path::system_path(const system_path&)' 366 | system_path(system_path const & other) : any_path(other) {}; | ^~~~~~~~~~~ src/options_list.hh: In member function 'const options& options::operator=(const options&)': src/options_list.hh:256:30: warning: implicitly-declared 'system_path& system_path::operator=(const system_path&)' is deprecated [-Wdeprecated-copy] 256 | OPTVAR(globals, system_path, conf_dir, get_default_confdir() COMMA origin::user) | ^~~~~~~~ src/options.cc:178:18: note: in definition of macro 'OPTVAR' 178 | name = other.name; | ^~~~ In file included from src/options.hh:25, from src/options.cc:15: src/paths.hh:366:3: note: because 'system_path' has user-provided 'system_path::system_path(const system_path&)' 366 | system_path(system_path const & other) : any_path(other) {}; | ^~~~~~~~~~~ src/options_list.hh:291:30: warning: implicitly-declared 'system_path& system_path::operator=(const system_path&)' is deprecated [-Wdeprecated-copy] 291 | OPTVAR(globals, system_path, dbname, ) | ^~~~~~ src/options.cc:178:18: note: in definition of macro 'OPTVAR' 178 | name = other.name; | ^~~~ In file included from src/options.hh:25, from src/options.cc:15: src/paths.hh:366:3: note: because 'system_path' has user-provided 'system_path::system_path(const system_path&)' 366 | system_path(system_path const & other) : any_path(other) {}; | ^~~~~~~~~~~ src/options_list.hh:313:32: warning: implicitly-declared 'system_path& system_path::operator=(const system_path&)' is deprecated [-Wdeprecated-copy] 313 | GROUPED_SIMPLE_OPTION(globals, roster_cache_performance_log, "roster-cache-performance-log", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/options.cc:178:18: note: in definition of macro 'OPTVAR' 178 | name = other.name; | ^~~~ src/options_list.hh:181:3: note: in expansion of macro 'SIMPLE_INITIALIZED_OPTION' 181 | SIMPLE_INITIALIZED_OPTION(name, optstring, type, , description) | ^~~~~~~~~~~~~~~~~~~~~~~~~ src/options_list.hh:185:3: note: in expansion of macro 'SIMPLE_OPTION' 185 | SIMPLE_OPTION(name, optstring, type, description) | ^~~~~~~~~~~~~ src/options_list.hh:313:1: note: in expansion of macro 'GROUPED_SIMPLE_OPTION' 313 | GROUPED_SIMPLE_OPTION(globals, roster_cache_performance_log, "roster-cache-performance-log", | ^~~~~~~~~~~~~~~~~~~~~ In file included from src/options.hh:25, from src/options.cc:15: src/paths.hh:366:3: note: because 'system_path' has user-provided 'system_path::system_path(const system_path&)' 366 | system_path(system_path const & other) : any_path(other) {}; | ^~~~~~~~~~~ src/options_list.hh:370:32: warning: implicitly-declared 'system_path& system_path::operator=(const system_path&)' is deprecated [-Wdeprecated-copy] 370 | GROUPED_SIMPLE_OPTION(globals, dump, "dump", system_path, | ^~~~ src/options.cc:178:18: note: in definition of macro 'OPTVAR' 178 | name = other.name; | ^~~~ src/options_list.hh:181:3: note: in expansion of macro 'SIMPLE_INITIALIZED_OPTION' 181 | SIMPLE_INITIALIZED_OPTION(name, optstring, type, , description) | ^~~~~~~~~~~~~~~~~~~~~~~~~ src/options_list.hh:185:3: note: in expansion of macro 'SIMPLE_OPTION' 185 | SIMPLE_OPTION(name, optstring, type, description) | ^~~~~~~~~~~~~ src/options_list.hh:370:1: note: in expansion of macro 'GROUPED_SIMPLE_OPTION' 370 | GROUPED_SIMPLE_OPTION(globals, dump, "dump", system_path, | ^~~~~~~~~~~~~~~~~~~~~ In file included from src/options.hh:25, from src/options.cc:15: src/paths.hh:366:3: note: because 'system_path' has user-provided 'system_path::system_path(const system_path&)' 366 | system_path(system_path const & other) : any_path(other) {}; | ^~~~~~~~~~~ src/options_list.hh:417:27: warning: implicitly-declared 'system_path& system_path::operator=(const system_path&)' is deprecated [-Wdeprecated-copy] 417 | SIMPLE_INITIALIZED_OPTION(key_dir, "keydir", system_path, | ^~~~~~~ src/options.cc:178:18: note: in definition of macro 'OPTVAR' 178 | name = other.name; | ^~~~ src/options_list.hh:417:1: note: in expansion of macro 'SIMPLE_INITIALIZED_OPTION' 417 | SIMPLE_INITIALIZED_OPTION(key_dir, "keydir", system_path, | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/options.hh:25, from src/options.cc:15: src/paths.hh:366:3: note: because 'system_path' has user-provided 'system_path::system_path(const system_path&)' 366 | system_path(system_path const & other) : any_path(other) {}; | ^~~~~~~~~~~ src/options_list.hh:427:32: warning: implicitly-declared 'system_path& system_path::operator=(const system_path&)' is deprecated [-Wdeprecated-copy] 427 | GROUPED_SIMPLE_OPTION(globals, log, "log", system_path, | ^~~ src/options.cc:178:18: note: in definition of macro 'OPTVAR' 178 | name = other.name; | ^~~~ src/options_list.hh:181:3: note: in expansion of macro 'SIMPLE_INITIALIZED_OPTION' 181 | SIMPLE_INITIALIZED_OPTION(name, optstring, type, , description) | ^~~~~~~~~~~~~~~~~~~~~~~~~ src/options_list.hh:185:3: note: in expansion of macro 'SIMPLE_OPTION' 185 | SIMPLE_OPTION(name, optstring, type, description) | ^~~~~~~~~~~~~ src/options_list.hh:427:1: note: in expansion of macro 'GROUPED_SIMPLE_OPTION' 427 | GROUPED_SIMPLE_OPTION(globals, log, "log", system_path, | ^~~~~~~~~~~~~~~~~~~~~ In file included from src/options.hh:25, from src/options.cc:15: src/paths.hh:366:3: note: because 'system_path' has user-provided 'system_path::system_path(const system_path&)' 366 | system_path(system_path const & other) : any_path(other) {}; | ^~~~~~~~~~~ src/options_list.hh:486:15: warning: implicitly-declared 'system_path& system_path::operator=(const system_path&)' is deprecated [-Wdeprecated-copy] 486 | SIMPLE_OPTION(pidfile, "pid-file/no-pid-file", system_path, | ^~~~~~~ src/options.cc:178:18: note: in definition of macro 'OPTVAR' 178 | name = other.name; | ^~~~ src/options_list.hh:181:3: note: in expansion of macro 'SIMPLE_INITIALIZED_OPTION' 181 | SIMPLE_INITIALIZED_OPTION(name, optstring, type, , description) | ^~~~~~~~~~~~~~~~~~~~~~~~~ src/options_list.hh:486:1: note: in expansion of macro 'SIMPLE_OPTION' 486 | SIMPLE_OPTION(pidfile, "pid-file/no-pid-file", system_path, | ^~~~~~~~~~~~~ In file included from src/options.hh:25, from src/options.cc:15: src/paths.hh:366:3: note: because 'system_path' has user-provided 'system_path::system_path(const system_path&)' 366 | system_path(system_path const & other) : any_path(other) {}; | ^~~~~~~~~~~ src/options_list.hh:632:15: warning: implicitly-declared 'system_path& system_path::operator=(const system_path&)' is deprecated [-Wdeprecated-copy] 632 | SIMPLE_OPTION(authors_file, "authors-file", system_path, | ^~~~~~~~~~~~ src/options.cc:178:18: note: in definition of macro 'OPTVAR' 178 | name = other.name; | ^~~~ src/options_list.hh:181:3: note: in expansion of macro 'SIMPLE_INITIALIZED_OPTION' 181 | SIMPLE_INITIALIZED_OPTION(name, optstring, type, , description) | ^~~~~~~~~~~~~~~~~~~~~~~~~ src/options_list.hh:632:1: note: in expansion of macro 'SIMPLE_OPTION' 632 | SIMPLE_OPTION(authors_file, "authors-file", system_path, | ^~~~~~~~~~~~~ In file included from src/options.hh:25, from src/options.cc:15: src/paths.hh:366:3: note: because 'system_path' has user-provided 'system_path::system_path(const system_path&)' 366 | system_path(system_path const & other) : any_path(other) {}; | ^~~~~~~~~~~ src/options_list.hh:635:15: warning: implicitly-declared 'system_path& system_path::operator=(const system_path&)' is deprecated [-Wdeprecated-copy] 635 | SIMPLE_OPTION(branches_file, "branches-file", system_path, | ^~~~~~~~~~~~~ src/options.cc:178:18: note: in definition of macro 'OPTVAR' 178 | name = other.name; | ^~~~ src/options_list.hh:181:3: note: in expansion of macro 'SIMPLE_INITIALIZED_OPTION' 181 | SIMPLE_INITIALIZED_OPTION(name, optstring, type, , description) | ^~~~~~~~~~~~~~~~~~~~~~~~~ src/options_list.hh:635:1: note: in expansion of macro 'SIMPLE_OPTION' 635 | SIMPLE_OPTION(branches_file, "branches-file", system_path, | ^~~~~~~~~~~~~ In file included from src/options.hh:25, from src/options.cc:15: src/paths.hh:366:3: note: because 'system_path' has user-provided 'system_path::system_path(const system_path&)' 366 | system_path(system_path const & other) : any_path(other) {}; | ^~~~~~~~~~~ src/options_list.hh:647:15: warning: implicitly-declared 'system_path& system_path::operator=(const system_path&)' is deprecated [-Wdeprecated-copy] 647 | SIMPLE_OPTION(import_marks, "import-marks", system_path, | ^~~~~~~~~~~~ src/options.cc:178:18: note: in definition of macro 'OPTVAR' 178 | name = other.name; | ^~~~ src/options_list.hh:181:3: note: in expansion of macro 'SIMPLE_INITIALIZED_OPTION' 181 | SIMPLE_INITIALIZED_OPTION(name, optstring, type, , description) | ^~~~~~~~~~~~~~~~~~~~~~~~~ src/options_list.hh:647:1: note: in expansion of macro 'SIMPLE_OPTION' 647 | SIMPLE_OPTION(import_marks, "import-marks", system_path, | ^~~~~~~~~~~~~ In file included from src/options.hh:25, from src/options.cc:15: src/paths.hh:366:3: note: because 'system_path' has user-provided 'system_path::system_path(const system_path&)' 366 | system_path(system_path const & other) : any_path(other) {}; | ^~~~~~~~~~~ src/options_list.hh:650:15: warning: implicitly-declared 'system_path& system_path::operator=(const system_path&)' is deprecated [-Wdeprecated-copy] 650 | SIMPLE_OPTION(export_marks, "export-marks", system_path, | ^~~~~~~~~~~~ src/options.cc:178:18: note: in definition of macro 'OPTVAR' 178 | name = other.name; | ^~~~ src/options_list.hh:181:3: note: in expansion of macro 'SIMPLE_INITIALIZED_OPTION' 181 | SIMPLE_INITIALIZED_OPTION(name, optstring, type, , description) | ^~~~~~~~~~~~~~~~~~~~~~~~~ src/options_list.hh:650:1: note: in expansion of macro 'SIMPLE_OPTION' 650 | SIMPLE_OPTION(export_marks, "export-marks", system_path, | ^~~~~~~~~~~~~ In file included from src/options.hh:25, from src/options.cc:15: src/paths.hh:366:3: note: because 'system_path' has user-provided 'system_path::system_path(const system_path&)' 366 | system_path(system_path const & other) : any_path(other) {}; | ^~~~~~~~~~~ src/options.cc: In function 'options::options_type collect_children(options::static_options_fun)': src/options.cc:206:29: warning: implicitly-declared 'option::option_set& option::option_set::operator=(const option::option_set&)' is deprecated [-Wdeprecated-copy] 206 | out = out | (*(*i))(); | ^ In file included from src/options.hh:24, from src/options.cc:15: src/option.hh:303:5: note: because 'option::option_set' has user-provided 'option::option_set::option_set(const option::option_set&) [with T = options]' 303 | option_set(option_set const & other) | ^~~~~~~~~~ src/options_list.hh: In member function 'void options::reset_conf_dir()': src/options.cc:251:28: warning: implicitly-declared 'system_path& system_path::operator=(const system_path&)' is deprecated [-Wdeprecated-copy] 251 | name = type ( default_ ); \ | ^ src/options_list.hh:256:1: note: in expansion of macro 'OPTVAR' 256 | OPTVAR(globals, system_path, conf_dir, get_default_confdir() COMMA origin::user) | ^~~~~~ In file included from src/options.hh:25, from src/options.cc:15: src/paths.hh:366:3: note: because 'system_path' has user-provided 'system_path::system_path(const system_path&)' 366 | system_path(system_path const & other) : any_path(other) {}; | ^~~~~~~~~~~ In file included from src/options.cc:282: src/options_list.hh: In member function 'void options::real_set_conf_dir(std::string)': src/options_list.hh:261:43: warning: implicitly-declared 'system_path& system_path::operator=(const system_path&)' is deprecated [-Wdeprecated-copy] 261 | conf_dir = system_path(arg, origin::user); | ^ In file included from src/options.hh:25, from src/options.cc:15: src/paths.hh:366:3: note: because 'system_path' has user-provided 'system_path::system_path(const system_path&)' 366 | system_path(system_path const & other) : any_path(other) {}; | ^~~~~~~~~~~ In file included from src/options.cc:282: src/options_list.hh:263:33: warning: implicitly-declared 'system_path& system_path::operator=(const system_path&)' is deprecated [-Wdeprecated-copy] 263 | key_dir = (conf_dir / "keys"); | ^ In file included from src/options.hh:25, from src/options.cc:15: src/paths.hh:366:3: note: because 'system_path' has user-provided 'system_path::system_path(const system_path&)' 366 | system_path(system_path const & other) : any_path(other) {}; | ^~~~~~~~~~~ src/options_list.hh: In member function 'void options::reset_dbname()': src/options.cc:251:28: warning: implicitly-declared 'system_path& system_path::operator=(const system_path&)' is deprecated [-Wdeprecated-copy] 251 | name = type ( default_ ); \ | ^ src/options_list.hh:291:1: note: in expansion of macro 'OPTVAR' 291 | OPTVAR(globals, system_path, dbname, ) | ^~~~~~ In file included from src/options.hh:25, from src/options.cc:15: src/paths.hh:366:3: note: because 'system_path' has user-provided 'system_path::system_path(const system_path&)' 366 | system_path(system_path const & other) : any_path(other) {}; | ^~~~~~~~~~~ In file included from src/options.cc:282: src/options_list.hh: In member function 'void options::real_set_dbname(std::string)': src/options_list.hh:306:45: warning: implicitly-declared 'system_path& system_path::operator=(const system_path&)' is deprecated [-Wdeprecated-copy] 306 | dbname = system_path(arg, origin::user); | ^ In file included from src/options.hh:25, from src/options.cc:15: src/paths.hh:366:3: note: because 'system_path' has user-provided 'system_path::system_path(const system_path&)' 366 | system_path(system_path const & other) : any_path(other) {}; | ^~~~~~~~~~~ src/options_list.hh: In member function 'void options::reset_roster_cache_performance_log()': src/options.cc:251:28: warning: implicitly-declared 'system_path& system_path::operator=(const system_path&)' is deprecated [-Wdeprecated-copy] 251 | name = type ( default_ ); \ | ^ src/options_list.hh:176:3: note: in expansion of macro 'OPTVAR' 176 | OPTVAR(name, type, name, init) \ | ^~~~~~ src/options_list.hh:181:3: note: in expansion of macro 'SIMPLE_INITIALIZED_OPTION' 181 | SIMPLE_INITIALIZED_OPTION(name, optstring, type, , description) | ^~~~~~~~~~~~~~~~~~~~~~~~~ src/options_list.hh:185:3: note: in expansion of macro 'SIMPLE_OPTION' 185 | SIMPLE_OPTION(name, optstring, type, description) | ^~~~~~~~~~~~~ src/options_list.hh:313:1: note: in expansion of macro 'GROUPED_SIMPLE_OPTION' 313 | GROUPED_SIMPLE_OPTION(globals, roster_cache_performance_log, "roster-cache-performance-log", | ^~~~~~~~~~~~~~~~~~~~~ In file included from src/options.hh:25, from src/options.cc:15: src/paths.hh:366:3: note: because 'system_path' has user-provided 'system_path::system_path(const system_path&)' 366 | system_path(system_path const & other) : any_path(other) {}; | ^~~~~~~~~~~ src/options_list.hh: In member function 'void options::reset_dump()': src/options.cc:251:28: warning: implicitly-declared 'system_path& system_path::operator=(const system_path&)' is deprecated [-Wdeprecated-copy] 251 | name = type ( default_ ); \ | ^ src/options_list.hh:176:3: note: in expansion of macro 'OPTVAR' 176 | OPTVAR(name, type, name, init) \ | ^~~~~~ src/options_list.hh:181:3: note: in expansion of macro 'SIMPLE_INITIALIZED_OPTION' 181 | SIMPLE_INITIALIZED_OPTION(name, optstring, type, , description) | ^~~~~~~~~~~~~~~~~~~~~~~~~ src/options_list.hh:185:3: note: in expansion of macro 'SIMPLE_OPTION' 185 | SIMPLE_OPTION(name, optstring, type, description) | ^~~~~~~~~~~~~ src/options_list.hh:370:1: note: in expansion of macro 'GROUPED_SIMPLE_OPTION' 370 | GROUPED_SIMPLE_OPTION(globals, dump, "dump", system_path, | ^~~~~~~~~~~~~~~~~~~~~ In file included from src/options.hh:25, from src/options.cc:15: src/paths.hh:366:3: note: because 'system_path' has user-provided 'system_path::system_path(const system_path&)' 366 | system_path(system_path const & other) : any_path(other) {}; | ^~~~~~~~~~~ src/options_list.hh: In member function 'void options::reset_key_dir()': src/options.cc:251:28: warning: implicitly-declared 'system_path& system_path::operator=(const system_path&)' is deprecated [-Wdeprecated-copy] 251 | name = type ( default_ ); \ | ^ src/options_list.hh:176:3: note: in expansion of macro 'OPTVAR' 176 | OPTVAR(name, type, name, init) \ | ^~~~~~ src/options_list.hh:417:1: note: in expansion of macro 'SIMPLE_INITIALIZED_OPTION' 417 | SIMPLE_INITIALIZED_OPTION(key_dir, "keydir", system_path, | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/options.hh:25, from src/options.cc:15: src/paths.hh:366:3: note: because 'system_path' has user-provided 'system_path::system_path(const system_path&)' 366 | system_path(system_path const & other) : any_path(other) {}; | ^~~~~~~~~~~ src/options_list.hh: In member function 'void options::reset_log()': src/options.cc:251:28: warning: implicitly-declared 'system_path& system_path::operator=(const system_path&)' is deprecated [-Wdeprecated-copy] 251 | name = type ( default_ ); \ | ^ src/options_list.hh:176:3: note: in expansion of macro 'OPTVAR' 176 | OPTVAR(name, type, name, init) \ | ^~~~~~ src/options_list.hh:181:3: note: in expansion of macro 'SIMPLE_INITIALIZED_OPTION' 181 | SIMPLE_INITIALIZED_OPTION(name, optstring, type, , description) | ^~~~~~~~~~~~~~~~~~~~~~~~~ src/options_list.hh:185:3: note: in expansion of macro 'SIMPLE_OPTION' 185 | SIMPLE_OPTION(name, optstring, type, description) | ^~~~~~~~~~~~~ src/options_list.hh:427:1: note: in expansion of macro 'GROUPED_SIMPLE_OPTION' 427 | GROUPED_SIMPLE_OPTION(globals, log, "log", system_path, | ^~~~~~~~~~~~~~~~~~~~~ In file included from src/options.hh:25, from src/options.cc:15: src/paths.hh:366:3: note: because 'system_path' has user-provided 'system_path::system_path(const system_path&)' 366 | system_path(system_path const & other) : any_path(other) {}; | ^~~~~~~~~~~ src/options_list.hh: In member function 'void options::reset_pidfile()': src/options.cc:251:28: warning: implicitly-declared 'system_path& system_path::operator=(const system_path&)' is deprecated [-Wdeprecated-copy] 251 | name = type ( default_ ); \ | ^ src/options_list.hh:176:3: note: in expansion of macro 'OPTVAR' 176 | OPTVAR(name, type, name, init) \ | ^~~~~~ src/options_list.hh:181:3: note: in expansion of macro 'SIMPLE_INITIALIZED_OPTION' 181 | SIMPLE_INITIALIZED_OPTION(name, optstring, type, , description) | ^~~~~~~~~~~~~~~~~~~~~~~~~ src/options_list.hh:486:1: note: in expansion of macro 'SIMPLE_OPTION' 486 | SIMPLE_OPTION(pidfile, "pid-file/no-pid-file", system_path, | ^~~~~~~~~~~~~ In file included from src/options.hh:25, from src/options.cc:15: src/paths.hh:366:3: note: because 'system_path' has user-provided 'system_path::system_path(const system_path&)' 366 | system_path(system_path const & other) : any_path(other) {}; | ^~~~~~~~~~~ src/options_list.hh: In member function 'void options::reset_authors_file()': src/options.cc:251:28: warning: implicitly-declared 'system_path& system_path::operator=(const system_path&)' is deprecated [-Wdeprecated-copy] 251 | name = type ( default_ ); \ | ^ src/options_list.hh:176:3: note: in expansion of macro 'OPTVAR' 176 | OPTVAR(name, type, name, init) \ | ^~~~~~ src/options_list.hh:181:3: note: in expansion of macro 'SIMPLE_INITIALIZED_OPTION' 181 | SIMPLE_INITIALIZED_OPTION(name, optstring, type, , description) | ^~~~~~~~~~~~~~~~~~~~~~~~~ src/options_list.hh:632:1: note: in expansion of macro 'SIMPLE_OPTION' 632 | SIMPLE_OPTION(authors_file, "authors-file", system_path, | ^~~~~~~~~~~~~ In file included from src/options.hh:25, from src/options.cc:15: src/paths.hh:366:3: note: because 'system_path' has user-provided 'system_path::system_path(const system_path&)' 366 | system_path(system_path const & other) : any_path(other) {}; | ^~~~~~~~~~~ src/options_list.hh: In member function 'void options::reset_branches_file()': src/options.cc:251:28: warning: implicitly-declared 'system_path& system_path::operator=(const system_path&)' is deprecated [-Wdeprecated-copy] 251 | name = type ( default_ ); \ | ^ src/options_list.hh:176:3: note: in expansion of macro 'OPTVAR' 176 | OPTVAR(name, type, name, init) \ | ^~~~~~ src/options_list.hh:181:3: note: in expansion of macro 'SIMPLE_INITIALIZED_OPTION' 181 | SIMPLE_INITIALIZED_OPTION(name, optstring, type, , description) | ^~~~~~~~~~~~~~~~~~~~~~~~~ src/options_list.hh:635:1: note: in expansion of macro 'SIMPLE_OPTION' 635 | SIMPLE_OPTION(branches_file, "branches-file", system_path, | ^~~~~~~~~~~~~ In file included from src/options.hh:25, from src/options.cc:15: src/paths.hh:366:3: note: because 'system_path' has user-provided 'system_path::system_path(const system_path&)' 366 | system_path(system_path const & other) : any_path(other) {}; | ^~~~~~~~~~~ src/options_list.hh: In member function 'void options::reset_import_marks()': src/options.cc:251:28: warning: implicitly-declared 'system_path& system_path::operator=(const system_path&)' is deprecated [-Wdeprecated-copy] 251 | name = type ( default_ ); \ | ^ src/options_list.hh:176:3: note: in expansion of macro 'OPTVAR' 176 | OPTVAR(name, type, name, init) \ | ^~~~~~ src/options_list.hh:181:3: note: in expansion of macro 'SIMPLE_INITIALIZED_OPTION' 181 | SIMPLE_INITIALIZED_OPTION(name, optstring, type, , description) | ^~~~~~~~~~~~~~~~~~~~~~~~~ src/options_list.hh:647:1: note: in expansion of macro 'SIMPLE_OPTION' 647 | SIMPLE_OPTION(import_marks, "import-marks", system_path, | ^~~~~~~~~~~~~ In file included from src/options.hh:25, from src/options.cc:15: src/paths.hh:366:3: note: because 'system_path' has user-provided 'system_path::system_path(const system_path&)' 366 | system_path(system_path const & other) : any_path(other) {}; | ^~~~~~~~~~~ src/options_list.hh: In member function 'void options::reset_export_marks()': src/options.cc:251:28: warning: implicitly-declared 'system_path& system_path::operator=(const system_path&)' is deprecated [-Wdeprecated-copy] 251 | name = type ( default_ ); \ | ^ src/options_list.hh:176:3: note: in expansion of macro 'OPTVAR' 176 | OPTVAR(name, type, name, init) \ | ^~~~~~ src/options_list.hh:181:3: note: in expansion of macro 'SIMPLE_INITIALIZED_OPTION' 181 | SIMPLE_INITIALIZED_OPTION(name, optstring, type, , description) | ^~~~~~~~~~~~~~~~~~~~~~~~~ src/options_list.hh:650:1: note: in expansion of macro 'SIMPLE_OPTION' 650 | SIMPLE_OPTION(export_marks, "export-marks", system_path, | ^~~~~~~~~~~~~ In file included from src/options.hh:25, from src/options.cc:15: src/paths.hh:366:3: note: because 'system_path' has user-provided 'system_path::system_path(const system_path&)' 366 | system_path(system_path const & other) : any_path(other) {}; | ^~~~~~~~~~~ In file included from src/options.cc:282: src/options_list.hh: In instantiation of 'void set_simple_option(T&, const string&) [with T = system_path; std::string = std::__cxx11::basic_string]': src/options_list.hh:313:1: required from here src/options_list.hh:118:5: warning: implicitly-declared 'system_path& system_path::operator=(const system_path&)' is deprecated [-Wdeprecated-copy] 118 | { t = T(arg, origin::user); } | ~~^~~~~~~~~~~~~~~~~~~~~~ In file included from src/options.hh:25, from src/options.cc:15: src/paths.hh:366:3: note: because 'system_path' has user-provided 'system_path::system_path(const system_path&)' 366 | system_path(system_path const & other) : any_path(other) {}; | ^~~~~~~~~~~ depbase=`echo src/monotone.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ c++ -I. -I/usr/pkg/include -I/usr/pkg/include/botan-1.10 -I/usr/pkg/include/lua-5.4 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -O2 -mieee -pthread -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -Wall -W -Wno-unused -MT src/monotone.o -MD -MP -MF $depbase.Tpo -c -o src/monotone.o src/monotone.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/unix/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ c++ -I. -I/usr/pkg/include -I/usr/pkg/include/botan-1.10 -I/usr/pkg/include/lua-5.4 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -O2 -mieee -pthread -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -Wall -W -Wno-unused -MT src/unix/main.o -MD -MP -MF $depbase.Tpo -c -o src/unix/main.o src/unix/main.cc &&\ mv -f $depbase.Tpo $depbase.Po ./util/txt2c std_hooks src/std_hooks.lua src/std_hooks.cc ./util/txt2c schema src/schema.sql src/schema.cc sed -e 's,[@]PACKAGE_VERSION[@],1.1,' -e 's,[@]sysconfdir[@],/usr/pkg/etc,' < src/util/mtnopt.in > mtnopt && chmod +x mtnopt ./install-sh -c -d extra/building sed -e 's,[@]PACKAGE_VERSION[@],1.1,' -e 's,[@]sysconfdir[@],/usr/pkg/etc,' < extra/building/dump-test-logs.sh.in > extra/building/dump-test-logs.sh && chmod +x extra/building/dump-test-logs.sh depbase=`echo src/unix/read_password.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ c++ -I. -I/usr/pkg/include -I/usr/pkg/include/botan-1.10 -I/usr/pkg/include/lua-5.4 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -O2 -mieee -pthread -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -Wall -W -Wno-unused -MT src/unix/read_password.o -MD -MP -MF $depbase.Tpo -c -o src/unix/read_password.o src/unix/read_password.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/unix/get_system_flavour.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ c++ -I. -I/usr/pkg/include -I/usr/pkg/include/botan-1.10 -I/usr/pkg/include/lua-5.4 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -O2 -mieee -pthread -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -Wall -W -Wno-unused -MT src/unix/get_system_flavour.o -MD -MP -MF $depbase.Tpo -c -o src/unix/get_system_flavour.o src/unix/get_system_flavour.cc &&\ mv -f $depbase.Tpo $depbase.Po In file included from src/options.hh:25, from src/app_state.hh:15, from src/monotone.cc:21: src/paths.hh: In instantiation of 'bool safe_compose(const T&, const char*, T&, bool) [with T = any_path]': src/platform-wrapped.hh:66:46: required from here src/paths.hh:427:15: warning: catching polymorphic type 'class std::logic_error' by value [-Wcatch-value=] 427 | catch (std::logic_error) | ^~~~~~~~~~~ depbase=`echo src/unix/process.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ c++ -I. -I/usr/pkg/include -I/usr/pkg/include/botan-1.10 -I/usr/pkg/include/lua-5.4 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -O2 -mieee -pthread -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -Wall -W -Wno-unused -MT src/unix/process.o -MD -MP -MF $depbase.Tpo -c -o src/unix/process.o src/unix/process.cc &&\ mv -f $depbase.Tpo $depbase.Po src/unix/process.cc: In function '__pid_t process_spawn(const char* const*)': src/unix/process.cc:155:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 155 | raise(SIGKILL); | ~~~~~^~~~~~~~~ src/unix/process.cc:156:5: note: here 156 | default: /* Parent */ | ^~~~~~~ depbase=`echo src/unix/terminal.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ c++ -I. -I/usr/pkg/include -I/usr/pkg/include/botan-1.10 -I/usr/pkg/include/lua-5.4 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -O2 -mieee -pthread -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -Wall -W -Wno-unused -MT src/unix/terminal.o -MD -MP -MF $depbase.Tpo -c -o src/unix/terminal.o src/unix/terminal.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/unix/inodeprint.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ c++ -I. -I/usr/pkg/include -I/usr/pkg/include/botan-1.10 -I/usr/pkg/include/lua-5.4 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -O2 -mieee -pthread -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -Wall -W -Wno-unused -MT src/unix/inodeprint.o -MD -MP -MF $depbase.Tpo -c -o src/unix/inodeprint.o src/unix/inodeprint.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/unix/fs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ c++ -DLOCALEDIR="\"/usr/pkg/share/locale\"" -I. -I/usr/pkg/include -I/usr/pkg/include/botan-1.10 -I/usr/pkg/include/lua-5.4 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -O2 -mieee -pthread -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -Wall -W -Wno-unused -MT src/unix/fs.o -MD -MP -MF $depbase.Tpo -c -o src/unix/fs.o src/unix/fs.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/unix/make_io_binary.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ c++ -I. -I/usr/pkg/include -I/usr/pkg/include/botan-1.10 -I/usr/pkg/include/lua-5.4 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -O2 -mieee -pthread -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -Wall -W -Wno-unused -MT src/unix/make_io_binary.o -MD -MP -MF $depbase.Tpo -c -o src/unix/make_io_binary.o src/unix/make_io_binary.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/unix/os_strerror.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ c++ -I. -I/usr/pkg/include -I/usr/pkg/include/botan-1.10 -I/usr/pkg/include/lua-5.4 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -O2 -mieee -pthread -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -Wall -W -Wno-unused -MT src/unix/os_strerror.o -MD -MP -MF $depbase.Tpo -c -o src/unix/os_strerror.o src/unix/os_strerror.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/unix/cputime.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ c++ -I. -I/usr/pkg/include -I/usr/pkg/include/botan-1.10 -I/usr/pkg/include/lua-5.4 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -O2 -mieee -pthread -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -Wall -W -Wno-unused -MT src/unix/cputime.o -MD -MP -MF $depbase.Tpo -c -o src/unix/cputime.o src/unix/cputime.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/unix/ssh_agent_platform.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ c++ -I. -I/usr/pkg/include -I/usr/pkg/include/botan-1.10 -I/usr/pkg/include/lua-5.4 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -O2 -mieee -pthread -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -Wall -W -Wno-unused -MT src/unix/ssh_agent_platform.o -MD -MP -MF $depbase.Tpo -c -o src/unix/ssh_agent_platform.o src/unix/ssh_agent_platform.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/unix/parse_date.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ c++ -I. -I/usr/pkg/include -I/usr/pkg/include/botan-1.10 -I/usr/pkg/include/lua-5.4 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -O2 -mieee -pthread -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -Wall -W -Wno-unused -MT src/unix/parse_date.o -MD -MP -MF $depbase.Tpo -c -o src/unix/parse_date.o src/unix/parse_date.cc &&\ mv -f $depbase.Tpo $depbase.Po In function 'int connect_to_agent()', inlined from 'ssh_agent_platform::ssh_agent_platform()' at src/unix/ssh_agent_platform.cc:76:26: src/unix/ssh_agent_platform.cc:62:10: warning: 'char* strncpy(char*, const char*, size_t)' specified bound 104 equals destination size [-Wstringop-truncation] 62 | strncpy(addr.sun_path, authsocket, sizeof(addr.sun_path)); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ depbase=`echo src/netxx/accept.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ c++ -I. -I/usr/pkg/include -I/usr/pkg/include/botan-1.10 -I/usr/pkg/include/lua-5.4 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -O2 -mieee -pthread -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -Wall -W -Wno-unused -MT src/netxx/accept.o -MD -MP -MF $depbase.Tpo -c -o src/netxx/accept.o src/netxx/accept.cxx &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/netxx/address.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ c++ -I. -I/usr/pkg/include -I/usr/pkg/include/botan-1.10 -I/usr/pkg/include/lua-5.4 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -O2 -mieee -pthread -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -Wall -W -Wno-unused -MT src/netxx/address.o -MD -MP -MF $depbase.Tpo -c -o src/netxx/address.o src/netxx/address.cxx &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/netxx/datagram.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ c++ -I. -I/usr/pkg/include -I/usr/pkg/include/botan-1.10 -I/usr/pkg/include/lua-5.4 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -O2 -mieee -pthread -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -Wall -W -Wno-unused -MT src/netxx/datagram.o -MD -MP -MF $depbase.Tpo -c -o src/netxx/datagram.o src/netxx/datagram.cxx &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/netxx/datagramserver.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ c++ -I. -I/usr/pkg/include -I/usr/pkg/include/botan-1.10 -I/usr/pkg/include/lua-5.4 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -O2 -mieee -pthread -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -Wall -W -Wno-unused -MT src/netxx/datagramserver.o -MD -MP -MF $depbase.Tpo -c -o src/netxx/datagramserver.o src/netxx/datagramserver.cxx &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/netxx/osutil.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ c++ -I. -I/usr/pkg/include -I/usr/pkg/include/botan-1.10 -I/usr/pkg/include/lua-5.4 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -O2 -mieee -pthread -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -Wall -W -Wno-unused -MT src/netxx/osutil.o -MD -MP -MF $depbase.Tpo -c -o src/netxx/osutil.o src/netxx/osutil.cxx &&\ mv -f $depbase.Tpo $depbase.Po src/netxx/datagram.cxx: In constructor 'Netxx::Datagram::Datagram(const Netxx::Address&, const Netxx::Timeout&)': src/netxx/datagram.cxx:88:10: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 88 | std::auto_ptr ap(pimpl_ = new pimpl(timeout)); | ^~~~~~~~ In file included from /usr/include/g++/memory:83, from src/netxx/datagram.cxx:50: /usr/include/g++/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ src/netxx/datagram.cxx: In constructor 'Netxx::Datagram::Datagram(const char*, Netxx::port_type, const Netxx::Timeout&)': src/netxx/datagram.cxx:99:10: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 99 | std::auto_ptr ap(pimpl_ = new pimpl(timeout)); | ^~~~~~~~ In file included from /usr/include/g++/memory:83, from src/netxx/datagram.cxx:50: /usr/include/g++/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ src/netxx/datagram.cxx: In constructor 'Netxx::Datagram::Datagram(Netxx::socket_type, const Netxx::Timeout&)': src/netxx/datagram.cxx:109:10: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 109 | std::auto_ptr ap (pimpl_ = new pimpl(timeout, socketfd)); | ^~~~~~~~ In file included from /usr/include/g++/memory:83, from src/netxx/datagram.cxx:50: /usr/include/g++/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ src/netxx/datagram.cxx: In constructor 'Netxx::Datagram::Datagram(const Netxx::Timeout&)': src/netxx/datagram.cxx:118:10: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 118 | std::auto_ptr ap (pimpl_ = new pimpl(timeout)); | ^~~~~~~~ In file included from /usr/include/g++/memory:83, from src/netxx/datagram.cxx:50: /usr/include/g++/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ src/netxx/datagramserver.cxx: In constructor 'Netxx::DatagramServer::DatagramServer(Netxx::port_type, const Netxx::Timeout&)': src/netxx/datagramserver.cxx:56:10: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 56 | std::auto_ptr ap(pimpl_ = new ServerBase(timeout)); | ^~~~~~~~ In file included from /usr/include/g++/memory:83, from src/netxx/datagramserver.cxx:50: /usr/include/g++/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ src/netxx/datagramserver.cxx: In constructor 'Netxx::DatagramServer::DatagramServer(const Netxx::Address&, const Netxx::Timeout&)': src/netxx/datagramserver.cxx:67:10: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 67 | std::auto_ptr ap(pimpl_ = new ServerBase(timeout)); | ^~~~~~~~ In file included from /usr/include/g++/memory:83, from src/netxx/datagramserver.cxx:50: /usr/include/g++/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ depbase=`echo src/netxx/peer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ c++ -I. -I/usr/pkg/include -I/usr/pkg/include/botan-1.10 -I/usr/pkg/include/lua-5.4 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -O2 -mieee -pthread -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -Wall -W -Wno-unused -MT src/netxx/peer.o -MD -MP -MF $depbase.Tpo -c -o src/netxx/peer.o src/netxx/peer.cxx &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/netxx/probe.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ c++ -I. -I/usr/pkg/include -I/usr/pkg/include/botan-1.10 -I/usr/pkg/include/lua-5.4 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -O2 -mieee -pthread -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -Wall -W -Wno-unused -MT src/netxx/probe.o -MD -MP -MF $depbase.Tpo -c -o src/netxx/probe.o src/netxx/probe.cxx &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/netxx/probe_select.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ c++ -I. -I/usr/pkg/include -I/usr/pkg/include/botan-1.10 -I/usr/pkg/include/lua-5.4 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -O2 -mieee -pthread -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -Wall -W -Wno-unused -MT src/netxx/probe_select.o -MD -MP -MF $depbase.Tpo -c -o src/netxx/probe_select.o src/netxx/probe_select.cxx &&\ mv -f $depbase.Tpo $depbase.Po src/netxx/probe.cxx: In copy constructor 'Netxx::Probe::Probe(const Netxx::Probe&)': src/netxx/probe.cxx:74:10: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 74 | std::auto_ptr ap(pimpl_ = new pimpl); | ^~~~~~~~ In file included from /usr/include/g++/memory:83, from src/netxx/probe.cxx:49: /usr/include/g++/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ depbase=`echo src/netxx/recvfrom.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ c++ -I. -I/usr/pkg/include -I/usr/pkg/include/botan-1.10 -I/usr/pkg/include/lua-5.4 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -O2 -mieee -pthread -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -Wall -W -Wno-unused -MT src/netxx/recvfrom.o -MD -MP -MF $depbase.Tpo -c -o src/netxx/recvfrom.o src/netxx/recvfrom.cxx &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/netxx/serverbase.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ c++ -I. -I/usr/pkg/include -I/usr/pkg/include/botan-1.10 -I/usr/pkg/include/lua-5.4 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -O2 -mieee -pthread -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -Wall -W -Wno-unused -MT src/netxx/serverbase.o -MD -MP -MF $depbase.Tpo -c -o src/netxx/serverbase.o src/netxx/serverbase.cxx &&\ mv -f $depbase.Tpo $depbase.Po src/netxx/probe_select.cxx: In copy constructor 'Netxx::Probe_impl::Probe_impl(const Netxx::Probe_impl&)': src/netxx/probe_select.cxx:74:10: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 74 | std::auto_ptr ap(new pimpl); pimpl_ = ap.get(); | ^~~~~~~~ In file included from /usr/include/g++/memory:83, from src/netxx/probe_select.cxx:50: /usr/include/g++/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ depbase=`echo src/netxx/sockaddr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ c++ -I. -I/usr/pkg/include -I/usr/pkg/include/botan-1.10 -I/usr/pkg/include/lua-5.4 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -O2 -mieee -pthread -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -Wall -W -Wno-unused -MT src/netxx/sockaddr.o -MD -MP -MF $depbase.Tpo -c -o src/netxx/sockaddr.o src/netxx/sockaddr.cxx &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/netxx/socket.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ c++ -I. -I/usr/pkg/include -I/usr/pkg/include/botan-1.10 -I/usr/pkg/include/lua-5.4 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -O2 -mieee -pthread -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -Wall -W -Wno-unused -MT src/netxx/socket.o -MD -MP -MF $depbase.Tpo -c -o src/netxx/socket.o src/netxx/socket.cxx &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/netxx/sockopt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ c++ -I. -I/usr/pkg/include -I/usr/pkg/include/botan-1.10 -I/usr/pkg/include/lua-5.4 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -O2 -mieee -pthread -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -Wall -W -Wno-unused -MT src/netxx/sockopt.o -MD -MP -MF $depbase.Tpo -c -o src/netxx/sockopt.o src/netxx/sockopt.cxx &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/netxx/stream.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ c++ -I. -I/usr/pkg/include -I/usr/pkg/include/botan-1.10 -I/usr/pkg/include/lua-5.4 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -O2 -mieee -pthread -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -Wall -W -Wno-unused -MT src/netxx/stream.o -MD -MP -MF $depbase.Tpo -c -o src/netxx/stream.o src/netxx/stream.cxx &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/netxx/streambase.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ c++ -I. -I/usr/pkg/include -I/usr/pkg/include/botan-1.10 -I/usr/pkg/include/lua-5.4 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -O2 -mieee -pthread -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -Wall -W -Wno-unused -MT src/netxx/streambase.o -MD -MP -MF $depbase.Tpo -c -o src/netxx/streambase.o src/netxx/streambase.cxx &&\ mv -f $depbase.Tpo $depbase.Po src/netxx/stream.cxx: In constructor 'Netxx::Stream::Stream(const Netxx::Address&, const Netxx::Timeout&)': src/netxx/stream.cxx:63:10: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 63 | std::auto_ptr ap(pimpl_ = new pimpl); | ^~~~~~~~ In file included from /usr/include/g++/memory:83, from src/netxx/stream.cxx:46: /usr/include/g++/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ src/netxx/stream.cxx: In constructor 'Netxx::Stream::Stream(Netxx::socket_type, const Netxx::Timeout&)': src/netxx/stream.cxx:74:10: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 74 | std::auto_ptr ap(pimpl_ = new pimpl(socketfd)); | ^~~~~~~~ In file included from /usr/include/g++/memory:83, from src/netxx/stream.cxx:46: /usr/include/g++/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ src/netxx/stream.cxx: In constructor 'Netxx::Stream::Stream(const char*, Netxx::port_type, const Netxx::Timeout&)': src/netxx/stream.cxx:85:10: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 85 | std::auto_ptr ap(pimpl_ = new pimpl); | ^~~~~~~~ In file included from /usr/include/g++/memory:83, from src/netxx/stream.cxx:46: /usr/include/g++/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ depbase=`echo src/netxx/streamserver.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ c++ -I. -I/usr/pkg/include -I/usr/pkg/include/botan-1.10 -I/usr/pkg/include/lua-5.4 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -O2 -mieee -pthread -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -Wall -W -Wno-unused -MT src/netxx/streamserver.o -MD -MP -MF $depbase.Tpo -c -o src/netxx/streamserver.o src/netxx/streamserver.cxx &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/netxx/resolve_getaddrinfo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ c++ -I. -I/usr/pkg/include -I/usr/pkg/include/botan-1.10 -I/usr/pkg/include/lua-5.4 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -O2 -mieee -pthread -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -Wall -W -Wno-unused -MT src/netxx/resolve_getaddrinfo.o -MD -MP -MF $depbase.Tpo -c -o src/netxx/resolve_getaddrinfo.o src/netxx/resolve_getaddrinfo.cxx &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/sanity.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ c++ -I. -I/usr/pkg/include -I/usr/pkg/include/botan-1.10 -I/usr/pkg/include/lua-5.4 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -O2 -mieee -pthread -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -Wall -W -Wno-unused -MT src/sanity.o -MD -MP -MF $depbase.Tpo -c -o src/sanity.o src/sanity.cc &&\ mv -f $depbase.Tpo $depbase.Po src/netxx/streamserver.cxx: In constructor 'Netxx::StreamServer::StreamServer(Netxx::port_type, const Netxx::Timeout&, int)': src/netxx/streamserver.cxx:62:10: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 62 | std::auto_ptr ap(pimpl_ = new ServerBase(timeout)); | ^~~~~~~~ In file included from /usr/include/g++/memory:83, from src/netxx/streamserver.cxx:52: /usr/include/g++/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ src/netxx/streamserver.cxx: In constructor 'Netxx::StreamServer::StreamServer(const Netxx::Address&, const Netxx::Timeout&, int)': src/netxx/streamserver.cxx:73:10: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 73 | std::auto_ptr ap(pimpl_ = new ServerBase(timeout)); | ^~~~~~~~ In file included from /usr/include/g++/memory:83, from src/netxx/streamserver.cxx:52: /usr/include/g++/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ depbase=`echo src/simplestring_xform.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ c++ -I. -I/usr/pkg/include -I/usr/pkg/include/botan-1.10 -I/usr/pkg/include/lua-5.4 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -O2 -mieee -pthread -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -Wall -W -Wno-unused -MT src/simplestring_xform.o -MD -MP -MF $depbase.Tpo -c -o src/simplestring_xform.o src/simplestring_xform.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/constants.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ c++ -I. -I/usr/pkg/include -I/usr/pkg/include/botan-1.10 -I/usr/pkg/include/lua-5.4 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -O2 -mieee -pthread -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -Wall -W -Wno-unused -MT src/constants.o -MD -MP -MF $depbase.Tpo -c -o src/constants.o src/constants.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/vocab.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ c++ -I. -I/usr/pkg/include -I/usr/pkg/include/botan-1.10 -I/usr/pkg/include/lua-5.4 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -O2 -mieee -pthread -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -Wall -W -Wno-unused -MT src/vocab.o -MD -MP -MF $depbase.Tpo -c -o src/vocab.o src/vocab.cc &&\ mv -f $depbase.Tpo $depbase.Po src/sanity.cc: In member function 'void sanity::gasp()': src/sanity.cc:436:14: warning: catching polymorphic type 'class std::logic_error' by value [-Wcatch-value=] 436 | catch (logic_error) | ^~~~~~~~~~~ src/sanity.cc:442:14: warning: catching polymorphic type 'class recoverable_failure' by value [-Wcatch-value=] 442 | catch (recoverable_failure) | ^~~~~~~~~~~~~~~~~~~ In file included from src/file_io.hh:14, from src/sanity.cc:24: src/paths.hh: In instantiation of 'bool safe_compose(const T&, const char*, T&, bool) [with T = any_path]': src/platform-wrapped.hh:66:46: required from here src/paths.hh:427:15: warning: catching polymorphic type 'class std::logic_error' by value [-Wcatch-value=] 427 | catch (std::logic_error) | ^~~~~~~~~~~ depbase=`echo src/charset.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ c++ -I. -I/usr/pkg/include -I/usr/pkg/include/botan-1.10 -I/usr/pkg/include/lua-5.4 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -O2 -mieee -pthread -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -Wall -W -Wno-unused -MT src/charset.o -MD -MP -MF $depbase.Tpo -c -o src/charset.o src/charset.cc &&\ mv -f $depbase.Tpo $depbase.Po In file included from /tmp/pkgbuild/devel/monotone/work.alpha/.buildlink/include/idna.h:64, from src/charset.cc:11: /tmp/pkgbuild/devel/monotone/work.alpha/.buildlink/include/boost/smart_ptr/detail/sp_counted_base_nt.hpp:46:12: error: 'gl_int32_t' in namespace 'boost' does not name a type 46 | boost::int_least32_t use_count_; // #shared | ^~~~~~~~~~~~~ /tmp/pkgbuild/devel/monotone/work.alpha/.buildlink/include/boost/smart_ptr/detail/sp_counted_base_nt.hpp:47:12: error: 'gl_int32_t' in namespace 'boost' does not name a type 47 | boost::int_least32_t weak_count_; // #weak + (#shared != 0) | ^~~~~~~~~~~~~ In file included from /tmp/pkgbuild/devel/monotone/work.alpha/.buildlink/include/boost/smart_ptr/detail/sp_counted_base.hpp:25, from /tmp/pkgbuild/devel/monotone/work.alpha/.buildlink/include/boost/smart_ptr/detail/shared_count.hpp:26, from /tmp/pkgbuild/devel/monotone/work.alpha/.buildlink/include/boost/smart_ptr/shared_ptr.hpp:18, from /tmp/pkgbuild/devel/monotone/work.alpha/.buildlink/include/boost/shared_ptr.hpp:17, from src/vocab.hh:13, from src/charset.hh:13, from src/charset.cc:17: /tmp/pkgbuild/devel/monotone/work.alpha/.buildlink/include/boost/smart_ptr/detail/sp_counted_base_nt.hpp: In constructor 'boost::detail::sp_counted_base::sp_counted_base()': /tmp/pkgbuild/devel/monotone/work.alpha/.buildlink/include/boost/smart_ptr/detail/sp_counted_base_nt.hpp:51:42: error: class 'boost::detail::sp_counted_base' does not have any field named 'use_count_' 51 | sp_counted_base() BOOST_SP_NOEXCEPT: use_count_( 1 ), weak_count_( 1 ) | ^~~~~~~~~~ /tmp/pkgbuild/devel/monotone/work.alpha/.buildlink/include/boost/smart_ptr/detail/sp_counted_base_nt.hpp:51:59: error: class 'boost::detail::sp_counted_base' does not have any field named 'weak_count_' 51 | sp_counted_base() BOOST_SP_NOEXCEPT: use_count_( 1 ), weak_count_( 1 ) | ^~~~~~~~~~~ /tmp/pkgbuild/devel/monotone/work.alpha/.buildlink/include/boost/smart_ptr/detail/sp_counted_base_nt.hpp: In member function 'void boost::detail::sp_counted_base::add_ref_copy()': /tmp/pkgbuild/devel/monotone/work.alpha/.buildlink/include/boost/smart_ptr/detail/sp_counted_base_nt.hpp:77:11: error: 'use_count_' was not declared in this scope; did you mean 'use_count'? 77 | ++use_count_; | ^~~~~~~~~~ | use_count /tmp/pkgbuild/devel/monotone/work.alpha/.buildlink/include/boost/smart_ptr/detail/sp_counted_base_nt.hpp: In member function 'bool boost::detail::sp_counted_base::add_ref_lock()': /tmp/pkgbuild/devel/monotone/work.alpha/.buildlink/include/boost/smart_ptr/detail/sp_counted_base_nt.hpp:82:13: error: 'use_count_' was not declared in this scope; did you mean 'use_count'? 82 | if( use_count_ == 0 ) return false; | ^~~~~~~~~~ | use_count /tmp/pkgbuild/devel/monotone/work.alpha/.buildlink/include/boost/smart_ptr/detail/sp_counted_base_nt.hpp:83:11: error: 'use_count_' was not declared in this scope; did you mean 'use_count'? 83 | ++use_count_; | ^~~~~~~~~~ | use_count /tmp/pkgbuild/devel/monotone/work.alpha/.buildlink/include/boost/smart_ptr/detail/sp_counted_base_nt.hpp: In member function 'void boost::detail::sp_counted_base::release()': /tmp/pkgbuild/devel/monotone/work.alpha/.buildlink/include/boost/smart_ptr/detail/sp_counted_base_nt.hpp:89:15: error: 'use_count_' was not declared in this scope; did you mean 'use_count'? 89 | if( --use_count_ == 0 ) | ^~~~~~~~~~ | use_count /tmp/pkgbuild/devel/monotone/work.alpha/.buildlink/include/boost/smart_ptr/detail/sp_counted_base_nt.hpp: In member function 'void boost::detail::sp_counted_base::weak_add_ref()': /tmp/pkgbuild/devel/monotone/work.alpha/.buildlink/include/boost/smart_ptr/detail/sp_counted_base_nt.hpp:98:11: error: 'weak_count_' was not declared in this scope 98 | ++weak_count_; | ^~~~~~~~~~~ /tmp/pkgbuild/devel/monotone/work.alpha/.buildlink/include/boost/smart_ptr/detail/sp_counted_base_nt.hpp: In member function 'void boost::detail::sp_counted_base::weak_release()': /tmp/pkgbuild/devel/monotone/work.alpha/.buildlink/include/boost/smart_ptr/detail/sp_counted_base_nt.hpp:103:15: error: 'weak_count_' was not declared in this scope 103 | if( --weak_count_ == 0 ) | ^~~~~~~~~~~ /tmp/pkgbuild/devel/monotone/work.alpha/.buildlink/include/boost/smart_ptr/detail/sp_counted_base_nt.hpp: In member function 'long int boost::detail::sp_counted_base::use_count() const': /tmp/pkgbuild/devel/monotone/work.alpha/.buildlink/include/boost/smart_ptr/detail/sp_counted_base_nt.hpp:111:16: error: 'use_count_' was not declared in this scope; did you mean 'use_count'? 111 | return use_count_; | ^~~~~~~~~~ | use_count In file included from /tmp/pkgbuild/devel/monotone/work.alpha/.buildlink/include/idna.h:64, from src/charset.cc:11: /tmp/pkgbuild/devel/monotone/work.alpha/.buildlink/include/boost/smart_ptr/detail/shared_count.hpp: In function 'std::size_t boost::detail::sp_hash_pointer(T*)': /tmp/pkgbuild/devel/monotone/work.alpha/.buildlink/include/boost/smart_ptr/detail/shared_count.hpp:105:12: error: 'gl_uintptr_t' is not a member of 'boost'; did you mean 'gl_uintptr_t'? 105 | boost::uintptr_t v = reinterpret_cast( p ); | ^~~~~~~~~ /tmp/pkgbuild/devel/monotone/work.alpha/.buildlink/include/idn-int.h:318:27: note: 'gl_uintptr_t' declared here 318 | typedef unsigned long int gl_uintptr_t; | ^~~~~~~~~~~~ In file included from /tmp/pkgbuild/devel/monotone/work.alpha/.buildlink/include/boost/smart_ptr/shared_ptr.hpp:18, from /tmp/pkgbuild/devel/monotone/work.alpha/.buildlink/include/boost/shared_ptr.hpp:17, from src/vocab.hh:13, from src/charset.hh:13, from src/charset.cc:17: /tmp/pkgbuild/devel/monotone/work.alpha/.buildlink/include/boost/smart_ptr/detail/shared_count.hpp:108:38: error: 'v' was not declared in this scope 108 | return static_cast( v + ( v >> 3 ) ); | ^ gmake[2]: *** [Makefile:2285: src/charset.o] Error 1 gmake[2]: *** Waiting for unfinished jobs.... gmake[2]: Leaving directory '/tmp/pkgbuild/devel/monotone/work.alpha/monotone-1.1' gmake[1]: *** [Makefile:2406: all-recursive] Error 1 gmake[1]: Leaving directory '/tmp/pkgbuild/devel/monotone/work.alpha/monotone-1.1' gmake: *** [Makefile:1310: all] Error 2 *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/devel/monotone *** Error code 1 Stop. make: stopped in /usr/pkgsrc/devel/monotone