=> 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 lnav-0.11.1 Making all in tools gmake[1]: Entering directory '/usr/pkgsrc/sysutils/lnav/work/lnav-0.11.1/tools' gcc -g3 -o bin2c bin2c.c -lz gmake[1]: Leaving directory '/usr/pkgsrc/sysutils/lnav/work/lnav-0.11.1/tools' Making all in src gmake[1]: Entering directory '/usr/pkgsrc/sysutils/lnav/work/lnav-0.11.1/src' BIN2C animals-json.cc BIN2C ansi-palette-json.cc BIN2C builtin-scripts.cc BIN2C builtin-sh-scripts.cc BIN2C default-config.cc BIN2C default-formats.cc BIN2C diseases-json.cc BIN2C emojis-json.cc BIN2C words-json.cc BIN2C help-md.cc BIN2C init-sql.cc CC ptimec TIMEFMT time_fmts.cc BIN2C xml-entities-json.cc BIN2C xterm-palette-json.cc /usr/pkg/bin/gmake all-recursive gmake[2]: Entering directory '/usr/pkgsrc/sysutils/lnav/work/lnav-0.11.1/src' Making all in fmtlib gmake[3]: Entering directory '/usr/pkgsrc/sysutils/lnav/work/lnav-0.11.1/src/fmtlib' CXX format.o CXX os.o AR libcppfmt.a gmake[3]: Leaving directory '/usr/pkgsrc/sysutils/lnav/work/lnav-0.11.1/src/fmtlib' Making all in third-party/base64/lib gmake[3]: Entering directory '/usr/pkgsrc/sysutils/lnav/work/lnav-0.11.1/src/third-party/base64/lib' CC lib.o CC arch/generic/codec.o CC tables/tables.o AR libbase64.a gmake[3]: Leaving directory '/usr/pkgsrc/sysutils/lnav/work/lnav-0.11.1/src/third-party/base64/lib' Making all in third-party/scnlib/src gmake[3]: Entering directory '/usr/pkgsrc/sysutils/lnav/work/lnav-0.11.1/src/third-party/scnlib/src' CXX reader_float.o CXX locale.o CXX reader_int.o CXX file.o CXX vscan.o AR libscnlib.a gmake[3]: Leaving directory '/usr/pkgsrc/sysutils/lnav/work/lnav-0.11.1/src/third-party/scnlib/src' Making all in pcrepp gmake[3]: Entering directory '/usr/pkgsrc/sysutils/lnav/work/lnav-0.11.1/src/pcrepp' CXX pcre2pp.o In file included from pcre2pp.cc:32: pcre2pp.hh: In member function 'nonstd::optional_lite::optional lnav::pcre2pp::match_data::operator[](size_t) const': pcre2pp.hh:91:19: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'unsigned int'} and 'const int' [-Wsign-compare] if (index >= this->md_capture_end) { ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ pcre2pp.cc: In member function 'std::__cxx11::string lnav::pcre2pp::code::replace(string_fragment, const char*) const': pcre2pp.cc:300:46: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare] } else if (capture_index > this->get_capture_count()) { ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ AR libpcrepp.a gmake[3]: Leaving directory '/usr/pkgsrc/sysutils/lnav/work/lnav-0.11.1/src/pcrepp' Making all in base gmake[3]: Entering directory '/usr/pkgsrc/sysutils/lnav/work/lnav-0.11.1/src/base' CXX ansi_scrubber.o In file included from ansi_scrubber.cc:38: ../../src/pcrepp/pcre2pp.hh: In member function 'nonstd::optional_lite::optional lnav::pcre2pp::match_data::operator[](size_t) const': ../../src/pcrepp/pcre2pp.hh:91:19: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'unsigned int'} and 'const int' [-Wsign-compare] if (index >= this->md_capture_end) { ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../src/relative_time.hh:45, from ../../src/yajlpp/yajlpp.hh:57, from ../../src/styling.hh:42, from ../../src/view_curses.hh:70, from ansi_scrubber.cc:40: ../../src/ptimec.hh: In function 'void ftime_s(char*, __off_t&, ssize_t, const exttm&)': ../../src/ptimec.hh:336:48: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'time_t' {aka 'long long int'} [-Wformat=] snprintf(&dst[off_inout], len - off_inout, "%ld", t); ^~~~~ ~ ../../src/ptimec.hh: In function 'void ftime_q(char*, __off_t&, ssize_t, const exttm&)': ../../src/ptimec.hh:394:48: warning: format '%lx' expects argument of type 'long unsigned int', but argument 4 has type 'time_t' {aka 'long long int'} [-Wformat=] snprintf(&dst[off_inout], len - off_inout, "%lx", t); ^~~~~ ~ In file included from attr_line.hh:43, from ansi_scrubber.hh:38, from ansi_scrubber.cc:34: string_attr_type.hh: In function 'void scrub_ansi_string(std::__cxx11::string&, string_attrs_t*)': string_attr_type.hh:194:30: warning: '*((void*)& role +4)' may be used uninitialized in this function [-Wmaybe-uninitialized] return std::make_pair(this, val); ~~~~~~~~~~~~~~^~~~~~~~~~~ ansi_scrubber.cc:246:14: note: '*((void*)& role +4)' was declared here auto role = nonstd::optional(); ^~~~ CXX attr_line.o In file included from attr_line.cc:40: ../../src/pcrepp/pcre2pp.hh: In member function 'nonstd::optional_lite::optional lnav::pcre2pp::match_data::operator[](size_t) const': ../../src/pcrepp/pcre2pp.hh:91:19: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'unsigned int'} and 'const int' [-Wsign-compare] if (index >= this->md_capture_end) { ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ CXX attr_line.builder.o CXX auto_pid.o CXX date_time_scanner.o In file included from date_time_scanner.cc:37: ../../src/ptimec.hh: In function 'void ftime_s(char*, __off_t&, ssize_t, const exttm&)': ../../src/ptimec.hh:336:48: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'time_t' {aka 'long long int'} [-Wformat=] snprintf(&dst[off_inout], len - off_inout, "%ld", t); ^~~~~ ~ ../../src/ptimec.hh: In function 'void ftime_q(char*, __off_t&, ssize_t, const exttm&)': ../../src/ptimec.hh:394:48: warning: format '%lx' expects argument of type 'long unsigned int', but argument 4 has type 'time_t' {aka 'long long int'} [-Wformat=] snprintf(&dst[off_inout], len - off_inout, "%lx", t); ^~~~~ ~ CXX fs_util.o CXX humanize.o CXX humanize.network.o In file included from humanize.network.cc:33: ../../src/pcrepp/pcre2pp.hh: In member function 'nonstd::optional_lite::optional lnav::pcre2pp::match_data::operator[](size_t) const': ../../src/pcrepp/pcre2pp.hh:91:19: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'unsigned int'} and 'const int' [-Wsign-compare] if (index >= this->md_capture_end) { ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ CXX humanize.time.o CXX intern_string.o In file included from intern_string.cc:39: ../../src/pcrepp/pcre2pp.hh: In member function 'nonstd::optional_lite::optional lnav::pcre2pp::match_data::operator[](size_t) const': ../../src/pcrepp/pcre2pp.hh:91:19: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'unsigned int'} and 'const int' [-Wsign-compare] if (index >= this->md_capture_end) { ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ CXX is_utf8.o is_utf8.cc: In function 'utf8_scan_result is_utf8(const unsigned char*, size_t, const char**, int*, nonstd::optional_lite::optional)': is_utf8.cc:74:14: warning: comparison of integer expressions of different signedness: 'ssize_t' {aka 'int'} and 'size_t' {aka 'unsigned int'} [-Wsign-compare] while (i < len) { ~~^~~~~ is_utf8.cc:87:23: warning: comparison of integer expressions of different signedness: 'ssize_t' {aka 'int'} and 'size_t' {aka 'unsigned int'} [-Wsign-compare] if (i + 1 < len) /* Expect a 2nd byte */ { ~~~~~~^~~~~ is_utf8.cc:104:23: warning: comparison of integer expressions of different signedness: 'ssize_t' {aka 'int'} and 'size_t' {aka 'unsigned int'} [-Wsign-compare] if (i + 2 < len) /* Expect a 2nd and 3rd byte */ { ~~~~~~^~~~~ is_utf8.cc:129:23: warning: comparison of integer expressions of different signedness: 'ssize_t' {aka 'int'} and 'size_t' {aka 'unsigned int'} [-Wsign-compare] if (i + 2 < len) /* Expect a 2nd and 3rd byte */ { ~~~~~~^~~~~ is_utf8.cc:153:23: warning: comparison of integer expressions of different signedness: 'ssize_t' {aka 'int'} and 'size_t' {aka 'unsigned int'} [-Wsign-compare] if (i + 2 < len) /* Expect a 2nd and 3rd byte */ { ~~~~~~^~~~~ is_utf8.cc:178:23: warning: comparison of integer expressions of different signedness: 'ssize_t' {aka 'int'} and 'size_t' {aka 'unsigned int'} [-Wsign-compare] if (i + 2 < len) /* Expect a 2nd and 3rd byte */ { ~~~~~~^~~~~ is_utf8.cc:202:23: warning: comparison of integer expressions of different signedness: 'ssize_t' {aka 'int'} and 'size_t' {aka 'unsigned int'} [-Wsign-compare] if (i + 3 < len) /* Expect a 2nd, 3rd 3th byte */ { ~~~~~~^~~~~ is_utf8.cc:235:23: warning: comparison of integer expressions of different signedness: 'ssize_t' {aka 'int'} and 'size_t' {aka 'unsigned int'} [-Wsign-compare] if (i + 3 < len) /* Expect a 2nd, 3rd 3th byte */ { ~~~~~~^~~~~ is_utf8.cc:266:23: warning: comparison of integer expressions of different signedness: 'ssize_t' {aka 'int'} and 'size_t' {aka 'unsigned int'} [-Wsign-compare] if (i + 3 < len) /* Expect a 2nd, 3rd 3th byte */ { ~~~~~~^~~~~ CXX isc.o CXX lnav.console.o In file included from lnav.console.cc:39: ../../src/pcrepp/pcre2pp.hh: In member function 'nonstd::optional_lite::optional lnav::pcre2pp::match_data::operator[](size_t) const': ../../src/pcrepp/pcre2pp.hh:91:19: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'unsigned int'} and 'const int' [-Wsign-compare] if (index >= this->md_capture_end) { ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../src/relative_time.hh:45, from ../../src/yajlpp/yajlpp.hh:57, from ../../src/styling.hh:42, from ../../src/view_curses.hh:70, from lnav.console.cc:41: ../../src/ptimec.hh: In function 'void ftime_s(char*, __off_t&, ssize_t, const exttm&)': ../../src/ptimec.hh:336:48: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'time_t' {aka 'long long int'} [-Wformat=] snprintf(&dst[off_inout], len - off_inout, "%ld", t); ^~~~~ ~ ../../src/ptimec.hh: In function 'void ftime_q(char*, __off_t&, ssize_t, const exttm&)': ../../src/ptimec.hh:394:48: warning: format '%lx' expects argument of type 'long unsigned int', but argument 4 has type 'time_t' {aka 'long long int'} [-Wformat=] snprintf(&dst[off_inout], len - off_inout, "%lx", t); ^~~~~ ~ CXX lnav.gzip.o CXX lnav_log.o CXX network.tcp.o CXX paths.o CXX snippet_highlighters.o In file included from snippet_highlighters.cc:33: ../../src/pcrepp/pcre2pp.hh: In member function 'nonstd::optional_lite::optional lnav::pcre2pp::match_data::operator[](size_t) const': ../../src/pcrepp/pcre2pp.hh:91:19: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'unsigned int'} and 'const int' [-Wsign-compare] if (index >= this->md_capture_end) { ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../src/relative_time.hh:45, from ../../src/yajlpp/yajlpp.hh:57, from ../../src/styling.hh:42, from ../../src/view_curses.hh:70, from snippet_highlighters.cc:34: ../../src/ptimec.hh: In function 'void ftime_s(char*, __off_t&, ssize_t, const exttm&)': ../../src/ptimec.hh:336:48: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'time_t' {aka 'long long int'} [-Wformat=] snprintf(&dst[off_inout], len - off_inout, "%ld", t); ^~~~~ ~ ../../src/ptimec.hh: In function 'void ftime_q(char*, __off_t&, ssize_t, const exttm&)': ../../src/ptimec.hh:394:48: warning: format '%lx' expects argument of type 'long unsigned int', but argument 4 has type 'time_t' {aka 'long long int'} [-Wformat=] snprintf(&dst[off_inout], len - off_inout, "%lx", t); ^~~~~ ~ In file included from attr_line.hh:42, from snippet_highlighters.hh:33, from snippet_highlighters.cc:30: intern_string.hh: In instantiation of 'string_fragment string_fragment::find_left_boundary(size_t, P&&) const [with P = string_fragment::tag1; size_t = unsigned int]': snippet_highlighters.cc:235:77: required from here intern_string.hh:314:32: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'unsigned int'} and 'int' [-Wsign-compare] if (start > 0 && start == this->length()) { ~~~~~~^~~~~~~~~~~~~~~~~ CXX string_attr_type.o CXX string_util.o CC strnatcmp.o CXX time_util.o CC ../third-party/xxHash/xxhash.o AR libbase.a gmake[3]: Leaving directory '/usr/pkgsrc/sysutils/lnav/work/lnav-0.11.1/src/base' Making all in tailer gmake[3]: Entering directory '/usr/pkgsrc/sysutils/lnav/work/lnav-0.11.1/src/tailer' ../../tools/bin2c -n tailer_bin tailerbin ./tailer.ape /usr/pkg/bin/gmake all-am gmake[4]: Entering directory '/usr/pkgsrc/sysutils/lnav/work/lnav-0.11.1/src/tailer' CC sha-256.o CC tailer.o AR libtailercommon.a CXX libtailerpp_a-tailerpp.o AR libtailerpp.a CXX libtailerservice_a-tailerbin.o CXX libtailerservice_a-tailer.looper.o In file included from ../../src/grep_proc.hh:49, from ../../src/bottom_status_source.hh:35, from ../../src/lnav.hh:49, from tailer.looper.cc:40: ../../src/pcrepp/pcre2pp.hh: In member function 'nonstd::optional_lite::optional lnav::pcre2pp::match_data::operator[](size_t) const': ../../src/pcrepp/pcre2pp.hh:91:19: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'unsigned int'} and 'const int' [-Wsign-compare] if (index >= this->md_capture_end) { ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../src/relative_time.hh:45, from ../../src/yajlpp/yajlpp.hh:57, from ../../src/styling.hh:42, from ../../src/view_curses.hh:70, from ../../src/statusview_curses.hh:38, from ../../src/bottom_status_source.hh:36, from ../../src/lnav.hh:49, from tailer.looper.cc:40: ../../src/ptimec.hh: In function 'void ftime_s(char*, __off_t&, ssize_t, const exttm&)': ../../src/ptimec.hh:336:48: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'time_t' {aka 'long long int'} [-Wformat=] snprintf(&dst[off_inout], len - off_inout, "%ld", t); ^~~~~ ~ ../../src/ptimec.hh: In function 'void ftime_q(char*, __off_t&, ssize_t, const exttm&)': ../../src/ptimec.hh:394:48: warning: format '%lx' expects argument of type 'long unsigned int', but argument 4 has type 'time_t' {aka 'long long int'} [-Wformat=] snprintf(&dst[off_inout], len - off_inout, "%lx", t); ^~~~~ ~ In file included from ./../third-party/ArenaAlloc/arenaalloc.h:23, from ../../src/db_sub_source.hh:39, from ../../src/lnav.hh:53, from tailer.looper.cc:40: ./../third-party/ArenaAlloc/arenaallocimpl.h: In member function 'std::size_t ArenaAlloc::_memblockimplbase::roundpow2(std::size_t)': ./../third-party/ArenaAlloc/arenaallocimpl.h:111:25: warning: right shift count >= width of type [-Wshift-count-overflow] value |= value >> 32; ^~ In file included from ../../src/lnav.hh:63, from tailer.looper.cc:40: ../../src/log_vtab_impl.hh: In static member function 'static bool log_cursor::integral_constraint::op_is_supported(unsigned char)': ../../src/log_vtab_impl.hh:85:22: error: 'SQLITE_INDEX_CONSTRAINT_IS' was not declared in this scope case SQLITE_INDEX_CONSTRAINT_IS: ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../../src/log_vtab_impl.hh:85:22: note: suggested alternative: 'SQLITE_INDEX_CONSTRAINT_LE' case SQLITE_INDEX_CONSTRAINT_IS: ^~~~~~~~~~~~~~~~~~~~~~~~~~ SQLITE_INDEX_CONSTRAINT_LE ../../src/log_vtab_impl.hh:86:22: error: 'SQLITE_INDEX_CONSTRAINT_NE' was not declared in this scope case SQLITE_INDEX_CONSTRAINT_NE: ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../../src/log_vtab_impl.hh:86:22: note: suggested alternative: 'SQLITE_INDEX_CONSTRAINT_LE' case SQLITE_INDEX_CONSTRAINT_NE: ^~~~~~~~~~~~~~~~~~~~~~~~~~ SQLITE_INDEX_CONSTRAINT_LE ../../src/log_vtab_impl.hh:87:22: error: 'SQLITE_INDEX_CONSTRAINT_ISNOT' was not declared in this scope case SQLITE_INDEX_CONSTRAINT_ISNOT: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../src/log_vtab_impl.hh:87:22: note: suggested alternative: 'SQLITE_INDEX_CONSTRAINT_GT' case SQLITE_INDEX_CONSTRAINT_ISNOT: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SQLITE_INDEX_CONSTRAINT_GT ../../src/log_vtab_impl.hh: In member function 'bool log_cursor::integral_constraint::matches(const T&) const': ../../src/log_vtab_impl.hh:107:22: error: 'SQLITE_INDEX_CONSTRAINT_IS' was not declared in this scope case SQLITE_INDEX_CONSTRAINT_IS: ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../../src/log_vtab_impl.hh:107:22: note: suggested alternative: 'SQLITE_INDEX_CONSTRAINT_LE' case SQLITE_INDEX_CONSTRAINT_IS: ^~~~~~~~~~~~~~~~~~~~~~~~~~ SQLITE_INDEX_CONSTRAINT_LE ../../src/log_vtab_impl.hh:109:22: error: 'SQLITE_INDEX_CONSTRAINT_NE' was not declared in this scope case SQLITE_INDEX_CONSTRAINT_NE: ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../../src/log_vtab_impl.hh:109:22: note: suggested alternative: 'SQLITE_INDEX_CONSTRAINT_LE' case SQLITE_INDEX_CONSTRAINT_NE: ^~~~~~~~~~~~~~~~~~~~~~~~~~ SQLITE_INDEX_CONSTRAINT_LE ../../src/log_vtab_impl.hh:110:22: error: 'SQLITE_INDEX_CONSTRAINT_ISNOT' was not declared in this scope case SQLITE_INDEX_CONSTRAINT_ISNOT: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../src/log_vtab_impl.hh:110:22: note: suggested alternative: 'SQLITE_INDEX_CONSTRAINT_GT' case SQLITE_INDEX_CONSTRAINT_ISNOT: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SQLITE_INDEX_CONSTRAINT_GT In file included from ./../third-party/ArenaAlloc/arenaalloc.h:23, from ../../src/db_sub_source.hh:39, from ../../src/lnav.hh:53, from tailer.looper.cc:40: ./../third-party/ArenaAlloc/arenaallocimpl.h: In instantiation of 'std::size_t ArenaAlloc::_memblockimplbase::roundpow2(std::size_t) [with AllocatorImpl = ArenaAlloc::_newAllocatorImpl; Derived = ArenaAlloc::_memblockimpl; std::size_t = unsigned int]': ./../third-party/ArenaAlloc/arenaallocimpl.h:138:23: required from 'ArenaAlloc::_memblockimplbase::_memblockimplbase(std::size_t, AllocatorImpl&) [with AllocatorImpl = ArenaAlloc::_newAllocatorImpl; Derived = ArenaAlloc::_memblockimpl; std::size_t = unsigned int]' ./../third-party/ArenaAlloc/arenaallocimpl.h:268:95: required from 'ArenaAlloc::_memblockimpl::_memblockimpl(std::size_t, AllocatorImpl&) [with AllocatorImpl = ArenaAlloc::_newAllocatorImpl; std::size_t = unsigned int]' ./../third-party/ArenaAlloc/arenaallocimpl.h:256:14: required from 'static ArenaAlloc::_memblockimpl* ArenaAlloc::_memblockimpl::create(size_t, AllocatorImpl&) [with AllocatorImpl = ArenaAlloc::_newAllocatorImpl; size_t = unsigned int]' ./../third-party/ArenaAlloc/arenaalloc.h:85:35: required from 'ArenaAlloc::Alloc::Alloc(std::size_t, AllocatorImpl) [with T = char; AllocatorImpl = ArenaAlloc::_newAllocatorImpl; MemblockImpl = ArenaAlloc::_memblockimpl; std::size_t = unsigned int]' ../../src/logfile.hh:434:51: required from here ./../third-party/ArenaAlloc/arenaallocimpl.h:111:22: warning: right shift count >= width of type [-Wshift-count-overflow] value |= value >> 32; ~~~~~~^~~~~ gmake[4]: *** [Makefile:862: libtailerservice_a-tailer.looper.o] Error 1 gmake[4]: Leaving directory '/usr/pkgsrc/sysutils/lnav/work/lnav-0.11.1/src/tailer' gmake[3]: *** [Makefile:717: all] Error 2 gmake[3]: Leaving directory '/usr/pkgsrc/sysutils/lnav/work/lnav-0.11.1/src/tailer' gmake[2]: *** [Makefile:1556: all-recursive] Error 1 gmake[2]: Leaving directory '/usr/pkgsrc/sysutils/lnav/work/lnav-0.11.1/src' gmake[1]: *** [Makefile:1212: all] Error 2 gmake[1]: Leaving directory '/usr/pkgsrc/sysutils/lnav/work/lnav-0.11.1/src' gmake: *** [Makefile:512: all-recursive] Error 1 *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/sysutils/lnav *** Error code 1 Stop. make: stopped in /usr/pkgsrc/sysutils/lnav