=> Bootstrap dependency digest>=20010302: found digest-20160304
===> Skipping vulnerability checks.
WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'.
===> Building for lnav-0.7.3nb7
--- all-recursive ---
Making all in src
--- all ---
/usr/bin/make  all-am
--- spookyhash/.dirstamp ---
--- spookyhash/.deps/.dirstamp ---
--- yajl/.dirstamp ---
--- yajl/.deps/.dirstamp ---
--- ansi_scrubber.o ---
--- bookmarks.o ---
--- collation-functions.o ---
--- db_sub_source.o ---
--- environ_vtab.o ---
--- extension-functions.o ---
--- fs-extension-functions.o ---
--- grep_proc.o ---
--- hist_source.o ---
--- intern_string.o ---
--- json-extension-functions.o ---
--- json_op.o ---
--- bookmarks.o ---
  CXX      bookmarks.o
--- collation-functions.o ---
  CXX      collation-functions.o
--- db_sub_source.o ---
  CXX      db_sub_source.o
--- environ_vtab.o ---
  CXX      environ_vtab.o
--- json_ptr.o ---
--- line_buffer.o ---
--- listview_curses.o ---
--- ansi_scrubber.o ---
  CXX      ansi_scrubber.o
--- extension-functions.o ---
  CC       extension-functions.o
--- listview_curses.o ---
  CXX      listview_curses.o
--- line_buffer.o ---
  CXX      line_buffer.o
--- json-extension-functions.o ---
  CXX      json-extension-functions.o
--- intern_string.o ---
  CXX      intern_string.o
--- json_op.o ---
  CXX      json_op.o
--- fs-extension-functions.o ---
  CXX      fs-extension-functions.o
--- grep_proc.o ---
  CXX      grep_proc.o
--- lnav_commands.o ---
--- json_ptr.o ---
  CXX      json_ptr.o
--- hist_source.o ---
  CXX      hist_source.o
--- lnav_commands.o ---
  CXX      lnav_commands.o
--- environ_vtab.o ---
In file included from environ_vtab.cc:38:
./lnav_log.hh:83:9: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
        LIST_HEAD(dumper_head, log_state_dumper) lsl_list;
        ^
/usr/include/sys/queue.h:183:2: note: expanded from macro 'LIST_HEAD'
        struct type *lh_first;  /* first element */                     \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:191:2: note: expanded from macro 'LIST_ENTRY'
        struct type *le_next;   /* next element */                      \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:192:2: note: expanded from macro 'LIST_ENTRY'
        struct type **le_prev;  /* address of previous next element */  \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
--- extension-functions.o ---
extension-functions.c:740:9: warning: array subscript is of type 'char' [-Wchar-subscripts]
    if( isblank(r) ){
        ^~~~~~~~~~
/usr/include/sys/ctype_inline.h:71:44: note: expanded from macro 'isblank'
#define isblank(c)      ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_BL))
                                                ^~~~
extension-functions.c:744:13: warning: array subscript is of type 'char' [-Wchar-subscripts]
        r = toupper(r);
            ^~~~~~~~~~
/usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper'
#define toupper(c)      ((int)((_toupper_tab_ + 1)[(c)]))
                                                  ^~~~
extension-functions.c:746:13: warning: array subscript is of type 'char' [-Wchar-subscripts]
        r = tolower(r);
            ^~~~~~~~~~
/usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower'
#define tolower(c)      ((int)((_tolower_tab_ + 1)[(c)]))
                                                  ^~~~
--- grep_proc.o ---
In file included from grep_proc.cc:43:
./lnav_log.hh:83:9: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
        LIST_HEAD(dumper_head, log_state_dumper) lsl_list;
        ^
/usr/include/sys/queue.h:183:2: note: expanded from macro 'LIST_HEAD'
        struct type *lh_first;  /* first element */                     \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:191:2: note: expanded from macro 'LIST_ENTRY'
        struct type *le_next;   /* next element */                      \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:192:2: note: expanded from macro 'LIST_ENTRY'
        struct type **le_prev;  /* address of previous next element */  \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
--- listview_curses.o ---
In file included from listview_curses.cc:38:
./lnav_log.hh:83:9: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
        LIST_HEAD(dumper_head, log_state_dumper) lsl_list;
        ^
/usr/include/sys/queue.h:183:2: note: expanded from macro 'LIST_HEAD'
        struct type *lh_first;  /* first element */                     \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:191:2: note: expanded from macro 'LIST_ENTRY'
        struct type *le_next;   /* next element */                      \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:192:2: note: expanded from macro 'LIST_ENTRY'
        struct type **le_prev;  /* address of previous next element */  \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
--- ansi_scrubber.o ---
In file included from ansi_scrubber.cc:36:
In file included from ./pcrepp.hh:56:
./lnav_log.hh:83:9: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
        LIST_HEAD(dumper_head, log_state_dumper) lsl_list;
        ^
/usr/include/sys/queue.h:183:2: note: expanded from macro 'LIST_HEAD'
        struct type *lh_first;  /* first element */                     \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:191:2: note: expanded from macro 'LIST_ENTRY'
        struct type *le_next;   /* next element */                      \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:192:2: note: expanded from macro 'LIST_ENTRY'
        struct type **le_prev;  /* address of previous next element */  \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
--- json_op.o ---
In file included from json_op.cc:34:
In file included from ./json_op.hh:39:
In file included from ./json_ptr.hh:43:
In file included from ./yajlpp.hh:41:
In file included from ./pcrepp.hh:56:
./lnav_log.hh:83:9: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
        LIST_HEAD(dumper_head, log_state_dumper) lsl_list;
        ^
/usr/include/sys/queue.h:183:2: note: expanded from macro 'LIST_HEAD'
        struct type *lh_first;  /* first element */                     \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:191:2: note: expanded from macro 'LIST_ENTRY'
        struct type *le_next;   /* next element */                      \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:192:2: note: expanded from macro 'LIST_ENTRY'
        struct type **le_prev;  /* address of previous next element */  \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
--- bookmarks.o ---
In file included from bookmarks.cc:34:
In file included from ./bookmarks.hh:40:
./lnav_log.hh:83:9: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
        LIST_HEAD(dumper_head, log_state_dumper) lsl_list;
        ^
/usr/include/sys/queue.h:183:2: note: expanded from macro 'LIST_HEAD'
        struct type *lh_first;  /* first element */                     \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:191:2: note: expanded from macro 'LIST_ENTRY'
        struct type *le_next;   /* next element */                      \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:192:2: note: expanded from macro 'LIST_ENTRY'
        struct type **le_prev;  /* address of previous next element */  \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
--- hist_source.o ---
In file included from hist_source.cc:37:
In file included from ./lnav_util.hh:48:
In file included from ./byte_array.hh:38:
./lnav_log.hh:83:9: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
        LIST_HEAD(dumper_head, log_state_dumper) lsl_list;
        ^
/usr/include/sys/queue.h:183:2: note: expanded from macro 'LIST_HEAD'
        struct type *lh_first;  /* first element */                     \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:191:2: note: expanded from macro 'LIST_ENTRY'
        struct type *le_next;   /* next element */                      \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:192:2: note: expanded from macro 'LIST_ENTRY'
        struct type **le_prev;  /* address of previous next element */  \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
--- extension-functions.o ---
3 warnings generated.
--- lnav_config.o ---
  CXX      lnav_config.o
--- json_ptr.o ---
In file included from json_ptr.cc:34:
In file included from ./json_ptr.hh:43:
In file included from ./yajlpp.hh:41:
In file included from ./pcrepp.hh:56:
./lnav_log.hh:83:9: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
        LIST_HEAD(dumper_head, log_state_dumper) lsl_list;
        ^
/usr/include/sys/queue.h:183:2: note: expanded from macro 'LIST_HEAD'
        struct type *lh_first;  /* first element */                     \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:191:2: note: expanded from macro 'LIST_ENTRY'
        struct type *le_next;   /* next element */                      \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:192:2: note: expanded from macro 'LIST_ENTRY'
        struct type **le_prev;  /* address of previous next element */  \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
--- line_buffer.o ---
In file included from line_buffer.cc:46:
In file included from ./lnav_util.hh:48:
In file included from ./byte_array.hh:38:
./lnav_log.hh:83:9: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
        LIST_HEAD(dumper_head, log_state_dumper) lsl_list;
        ^
/usr/include/sys/queue.h:183:2: note: expanded from macro 'LIST_HEAD'
        struct type *lh_first;  /* first element */                     \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:191:2: note: expanded from macro 'LIST_ENTRY'
        struct type *le_next;   /* next element */                      \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:192:2: note: expanded from macro 'LIST_ENTRY'
        struct type **le_prev;  /* address of previous next element */  \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
--- environ_vtab.o ---
3 warnings generated.
--- json_op.o ---
3 warnings generated.
--- lnav_log.o ---
--- lnav_util.o ---
--- lnav_log.o ---
  CXX      lnav_log.o
--- lnav_util.o ---
  CXX      lnav_util.o
--- log_accel.o ---
  CXX      log_accel.o
--- json-extension-functions.o ---
In file included from json-extension-functions.cc:43:
In file included from ./json_op.hh:39:
In file included from ./json_ptr.hh:43:
In file included from ./yajlpp.hh:41:
In file included from ./pcrepp.hh:56:
./lnav_log.hh:83:9: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
        LIST_HEAD(dumper_head, log_state_dumper) lsl_list;
        ^
/usr/include/sys/queue.h:183:2: note: expanded from macro 'LIST_HEAD'
        struct type *lh_first;  /* first element */                     \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:191:2: note: expanded from macro 'LIST_ENTRY'
        struct type *le_next;   /* next element */                      \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:192:2: note: expanded from macro 'LIST_ENTRY'
        struct type **le_prev;  /* address of previous next element */  \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
--- db_sub_source.o ---
In file included from db_sub_source.cc:32:
--- collation-functions.o ---
In file included from collation-functions.cc:44:
In file included from ./log_format.hh:49:
In file included from ./pcrepp.hh:56:
./lnav_log.hh:83:9: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
        LIST_HEAD(dumper_head, log_state_dumper) lsl_list;
        ^
/usr/include/sys/queue.h:183:2: note: expanded from macro 'LIST_HEAD'
        struct type *lh_first;  /* first element */                     \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:191:2: note: expanded from macro 'LIST_ENTRY'
        struct type *le_next;   /* next element */                      \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
--- db_sub_source.o ---
In file included from ./db_sub_source.hh:37:
In file included from ./listview_curses.hh:42:
In file included from ./view_curses.hh:63:
./lnav_log.hh:83:9: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
        LIST_HEAD(dumper_head, log_state_dumper) lsl_list;
        ^
/usr/include/sys/queue.h:183:2: note: expanded from macro 'LIST_HEAD'
        struct type *lh_first;  /* first element */                     \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:191:2: note: expanded from macro 'LIST_ENTRY'
        struct type *le_next;   /* next element */                      \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
--- collation-functions.o ---
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:192:2: note: expanded from macro 'LIST_ENTRY'
        struct type **le_prev;  /* address of previous next element */  \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
--- db_sub_source.o ---
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:192:2: note: expanded from macro 'LIST_ENTRY'
        struct type **le_prev;  /* address of previous next element */  \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
--- bookmarks.o ---
3 warnings generated.
--- json-extension-functions.o ---
3 warnings generated.
--- lnav_commands.o ---
In file included from lnav_commands.cc:41:
In file included from ./lnav.hh:45:
In file included from ./byte_array.hh:38:
./lnav_log.hh:83:9: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
        LIST_HEAD(dumper_head, log_state_dumper) lsl_list;
        ^
/usr/include/sys/queue.h:183:2: note: expanded from macro 'LIST_HEAD'
        struct type *lh_first;  /* first element */                     \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:191:2: note: expanded from macro 'LIST_ENTRY'
        struct type *le_next;   /* next element */                      \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:192:2: note: expanded from macro 'LIST_ENTRY'
        struct type **le_prev;  /* address of previous next element */  \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
--- log_format.o ---
--- log_format_loader.o ---
--- log_format.o ---
  CXX      log_format.o
--- log_format_loader.o ---
  CXX      log_format_loader.o
--- logfile.o ---
  CXX      logfile.o
--- line_buffer.o ---
3 warnings generated.
--- logfile_sub_source.o ---
  CXX      logfile_sub_source.o
--- lnav_log.o ---
In file included from lnav_log.cc:70:
./lnav_log.hh:83:9: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
        LIST_HEAD(dumper_head, log_state_dumper) lsl_list;
        ^
/usr/include/sys/queue.h:183:2: note: expanded from macro 'LIST_HEAD'
        struct type *lh_first;  /* first element */                     \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:191:2: note: expanded from macro 'LIST_ENTRY'
        struct type *le_next;   /* next element */                      \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:192:2: note: expanded from macro 'LIST_ENTRY'
        struct type **le_prev;  /* address of previous next element */  \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
--- lnav_util.o ---
In file included from lnav_util.cc:42:
In file included from ./auto_fd.hh:42:
./lnav_log.hh:83:9: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
        LIST_HEAD(dumper_head, log_state_dumper) lsl_list;
        ^
/usr/include/sys/queue.h:183:2: note: expanded from macro 'LIST_HEAD'
        struct type *lh_first;  /* first element */                     \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:191:2: note: expanded from macro 'LIST_ENTRY'
        struct type *le_next;   /* next element */                      \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:192:2: note: expanded from macro 'LIST_ENTRY'
        struct type **le_prev;  /* address of previous next element */  \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
--- listview_curses.o ---
3 warnings generated.
--- grep_proc.o ---
3 warnings generated.
--- network-extension-functions.o ---
  CXX      network-extension-functions.o
--- data_scanner.o ---
  CXX      data_scanner.o
--- lnav_log.o ---
3 warnings generated.
--- ansi_scrubber.o ---
3 warnings generated.
--- data_parser.o ---
--- json_ptr.o ---
3 warnings generated.
--- data_parser.o ---
  CXX      data_parser.o
--- lnav_config.o ---
In file included from lnav_config.cc:40:
./lnav_log.hh:83:9: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
--- ptimec_rt.o ---
  CXX      ptimec_rt.o
--- lnav_config.o ---
        LIST_HEAD(dumper_head, log_state_dumper) lsl_list;
        ^
/usr/include/sys/queue.h:183:2: note: expanded from macro 'LIST_HEAD'
        struct type *lh_first;  /* first element */                     \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:191:2: note: expanded from macro 'LIST_ENTRY'
        struct type *le_next;   /* next element */                      \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:192:2: note: expanded from macro 'LIST_ENTRY'
        struct type **le_prev;  /* address of previous next element */  \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
--- readline_curses.o ---
  CXX      readline_curses.o
--- log_accel.o ---
In file included from log_accel.cc:34:
In file included from ./log_accel.hh:40:
./lnav_log.hh:83:9: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
        LIST_HEAD(dumper_head, log_state_dumper) lsl_list;
        ^
/usr/include/sys/queue.h:183:2: note: expanded from macro 'LIST_HEAD'
        struct type *lh_first;  /* first element */                     \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:191:2: note: expanded from macro 'LIST_ENTRY'
        struct type *le_next;   /* next element */                      \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:192:2: note: expanded from macro 'LIST_ENTRY'
        struct type **le_prev;  /* address of previous next element */  \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
3 warnings generated.
--- readline_highlighters.o ---
  CXX      readline_highlighters.o
--- collation-functions.o ---
3 warnings generated.
--- session_data.o ---
  CXX      session_data.o
--- sequence_matcher.o ---
  CXX      sequence_matcher.o
--- log_format.o ---
In file included from log_format.cc:38:
In file included from ./yajlpp.hh:41:
In file included from ./pcrepp.hh:56:
./lnav_log.hh:83:9: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
        LIST_HEAD(dumper_head, log_state_dumper) lsl_list;
        ^
/usr/include/sys/queue.h:183:2: note: expanded from macro 'LIST_HEAD'
        struct type *lh_first;  /* first element */                     \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:191:2: note: expanded from macro 'LIST_ENTRY'
        struct type *le_next;   /* next element */                      \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:192:2: note: expanded from macro 'LIST_ENTRY'
        struct type **le_prev;  /* address of previous next element */  \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
--- logfile.o ---
In file included from logfile.cc:47:
In file included from ./logfile.hh:44:
./lnav_log.hh:83:9: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
        LIST_HEAD(dumper_head, log_state_dumper) lsl_list;
        ^
/usr/include/sys/queue.h:183:2: note: expanded from macro 'LIST_HEAD'
        struct type *lh_first;  /* first element */                     \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:191:2: note: expanded from macro 'LIST_ENTRY'
        struct type *le_next;   /* next element */                      \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:192:2: note: expanded from macro 'LIST_ENTRY'
--- lnav_config.o ---
3 warnings generated.
--- lnav_util.o ---
3 warnings generated.
--- data_scanner.o ---
In file included from data_scanner.cc:36:
In file included from ./pcrepp.hh:56:
./lnav_log.hh:83:9: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
        LIST_HEAD(dumper_head, log_state_dumper) lsl_list;
        ^
/usr/include/sys/queue.h:183:2: note: expanded from macro 'LIST_HEAD'
        struct type *lh_first;  /* first element */                     \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:191:2: note: expanded from macro 'LIST_ENTRY'
        struct type *le_next;   /* next element */                      \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
--- logfile_sub_source.o ---
In file included from logfile_sub_source.cc:35:
In file included from ./lnav_util.hh:48:
In file included from ./byte_array.hh:38:
./lnav_log.hh:83:9: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
        LIST_HEAD(dumper_head, log_state_dumper) lsl_list;
        ^
/usr/include/sys/queue.h:183:2: note: expanded from macro 'LIST_HEAD'
        struct type *lh_first;  /* first element */                     \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:191:2: note: expanded from macro 'LIST_ENTRY'
        struct type *le_next;   /* next element */                      \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
--- data_parser.o ---
In file included from data_parser.cc:32:
In file included from ./data_parser.hh:42:
./lnav_log.hh:83:9: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
        LIST_HEAD(dumper_head, log_state_dumper) lsl_list;
        ^
/usr/include/sys/queue.h:183:2: note: expanded from macro 'LIST_HEAD'
        struct type *lh_first;  /* first element */                     \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:191:2: note: expanded from macro 'LIST_ENTRY'
        struct type *le_next;   /* next element */                      \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
--- readline_curses.o ---
In file included from readline_curses.cc:58:
In file included from ./pcrepp.hh:56:
./lnav_log.hh:83:9: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
        LIST_HEAD(dumper_head, log_state_dumper) lsl_list;
        ^
/usr/include/sys/queue.h:183:2: note: expanded from macro 'LIST_HEAD'
        struct type *lh_first;  /* first element */                     \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:191:2: note: expanded from macro 'LIST_ENTRY'
        struct type *le_next;   /* next element */                      \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
--- logfile.o ---
        struct type **le_prev;  /* address of previous next element */  \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
--- shared_buffer.o ---
--- sqlite-extension-func.o ---
--- statusview_curses.o ---
--- data_scanner.o ---
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:192:2: note: expanded from macro 'LIST_ENTRY'
        struct type **le_prev;  /* address of previous next element */  \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
3 warnings generated.
--- logfile_sub_source.o ---
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:192:2: note: expanded from macro 'LIST_ENTRY'
        struct type **le_prev;  /* address of previous next element */  \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
--- data_parser.o ---
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:192:2: note: expanded from macro 'LIST_ENTRY'
        struct type **le_prev;  /* address of previous next element */  \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
--- readline_curses.o ---
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:192:2: note: expanded from macro 'LIST_ENTRY'
        struct type **le_prev;  /* address of previous next element */  \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
--- shared_buffer.o ---
  CXX      shared_buffer.o
--- sqlite-extension-func.o ---
  CC       sqlite-extension-func.o
--- string-extension-functions.o ---
--- statusview_curses.o ---
  CXX      statusview_curses.o
--- string-extension-functions.o ---
  CXX      string-extension-functions.o
--- readline_highlighters.o ---
In file included from readline_highlighters.cc:34:
In file included from ./pcrepp.hh:56:
./lnav_log.hh:83:9: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
--- data_parser.o ---
3 warnings generated.
--- sequence_matcher.o ---
In file included from sequence_matcher.cc:34:
In file included from ./sequence_matcher.hh:37:
In file included from ./byte_array.hh:38:
./lnav_log.hh:83:9: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
        LIST_HEAD(dumper_head, log_state_dumper) lsl_list;
        ^
/usr/include/sys/queue.h:183:2: note: expanded from macro 'LIST_HEAD'
        struct type *lh_first;  /* first element */                     \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:191:2: note: expanded from macro 'LIST_ENTRY'
        struct type *le_next;   /* next element */                      \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
--- readline_highlighters.o ---
        LIST_HEAD(dumper_head, log_state_dumper) lsl_list;
        ^
/usr/include/sys/queue.h:183:2: note: expanded from macro 'LIST_HEAD'
        struct type *lh_first;  /* first element */                     \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:191:2: note: expanded from macro 'LIST_ENTRY'
        struct type *le_next;   /* next element */                      \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:192:2: note: expanded from macro 'LIST_ENTRY'
        struct type **le_prev;  /* address of previous next element */  \
        ^
--- log_format_loader.o ---
In file included from log_format_loader.cc:41:
In file included from ./yajlpp.hh:41:
In file included from ./pcrepp.hh:56:
./lnav_log.hh:83:9: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
        LIST_HEAD(dumper_head, log_state_dumper) lsl_list;
        ^
/usr/include/sys/queue.h:183:2: note: expanded from macro 'LIST_HEAD'
        struct type *lh_first;  /* first element */                     \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:191:2: note: expanded from macro 'LIST_ENTRY'
        struct type *le_next;   /* next element */                      \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
--- pcrepp.o ---
--- piper_proc.o ---
--- sequence_matcher.o ---
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:192:2: note: expanded from macro 'LIST_ENTRY'
        struct type **le_prev;  /* address of previous next element */  \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
--- readline_highlighters.o ---
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
--- log_format_loader.o ---
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:192:2: note: expanded from macro 'LIST_ENTRY'
        struct type **le_prev;  /* address of previous next element */  \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
--- session_data.o ---
In file included from session_data.cc:44:
In file included from ./yajlpp.hh:41:
In file included from ./pcrepp.hh:56:
./lnav_log.hh:83:9: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
        LIST_HEAD(dumper_head, log_state_dumper) lsl_list;
        ^
/usr/include/sys/queue.h:183:2: note: expanded from macro 'LIST_HEAD'
        struct type *lh_first;  /* first element */                     \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:191:2: note: expanded from macro 'LIST_ENTRY'
        struct type *le_next;   /* next element */                      \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:192:2: note: expanded from macro 'LIST_ENTRY'
        struct type **le_prev;  /* address of previous next element */  \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
--- pcrepp.o ---
  CXX      pcrepp.o
--- piper_proc.o ---
  CXX      piper_proc.o
--- shared_buffer.o ---
In file included from shared_buffer.cc:38:
In file included from ./shared_buffer.hh:41:
./lnav_log.hh:83:9: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
        LIST_HEAD(dumper_head, log_state_dumper) lsl_list;
        ^
/usr/include/sys/queue.h:183:2: note: expanded from macro 'LIST_HEAD'
        struct type *lh_first;  /* first element */                     \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:191:2: note: expanded from macro 'LIST_ENTRY'
        struct type *le_next;   /* next element */                      \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:192:2: note: expanded from macro 'LIST_ENTRY'
        struct type **le_prev;  /* address of previous next element */  \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
--- db_sub_source.o ---
3 warnings generated.
--- shared_buffer.o ---
3 warnings generated.
--- sequence_matcher.o ---
3 warnings generated.
--- sql_util.o ---
  CXX      sql_util.o
--- state-extension-functions.o ---
  CXX      state-extension-functions.o
--- strnatcmp.o ---
  CC       strnatcmp.o
--- string-extension-functions.o ---
In file included from string-extension-functions.cc:18:
In file included from ./pcrepp.hh:56:
./lnav_log.hh:83:9: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
        LIST_HEAD(dumper_head, log_state_dumper) lsl_list;
        ^
/usr/include/sys/queue.h:183:2: note: expanded from macro 'LIST_HEAD'
        struct type *lh_first;  /* first element */                     \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:191:2: note: expanded from macro 'LIST_ENTRY'
        struct type *le_next;   /* next element */                      \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:192:2: note: expanded from macro 'LIST_ENTRY'
        struct type **le_prev;  /* address of previous next element */  \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
string-extension-functions.cc:144:9: error: unknown type name 'string'; did you mean 'pcrecpp::string'?
        string dest(str);
        ^~~~~~
        pcrecpp::string
/data/scratch/sysutils/lnav/work/.buildlink/include/pcre_stringpiece.h:59:12: note: 'pcrecpp::string' declared here
using std::string;
           ^
3 warnings and 1 error generated.
*** [string-extension-functions.o] Error code 1

make[2]: stopped in /data/scratch/sysutils/lnav/work/lnav-0.7.3/src
--- pcrepp.o ---
In file included from pcrepp.cc:36:
In file included from ./pcrepp.hh:56:
./lnav_log.hh:83:9: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
        LIST_HEAD(dumper_head, log_state_dumper) lsl_list;
        ^
/usr/include/sys/queue.h:183:2: note: expanded from macro 'LIST_HEAD'
        struct type *lh_first;  /* first element */                     \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:191:2: note: expanded from macro 'LIST_ENTRY'
        struct type *le_next;   /* next element */                      \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:192:2: note: expanded from macro 'LIST_ENTRY'
        struct type **le_prev;  /* address of previous next element */  \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
--- statusview_curses.o ---
In file included from statusview_curses.cc:34:
In file included from ./statusview_curses.hh:38:
In file included from ./view_curses.hh:63:
./lnav_log.hh:83:9: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
        LIST_HEAD(dumper_head, log_state_dumper) lsl_list;
        ^
/usr/include/sys/queue.h:183:2: note: expanded from macro 'LIST_HEAD'
        struct type *lh_first;  /* first element */                     \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:191:2: note: expanded from macro 'LIST_ENTRY'
        struct type *le_next;   /* next element */                      \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:192:2: note: expanded from macro 'LIST_ENTRY'
        struct type **le_prev;  /* address of previous next element */  \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
--- pcrepp.o ---
3 warnings generated.
--- hist_source.o ---
3 warnings generated.
--- statusview_curses.o ---
3 warnings generated.
--- piper_proc.o ---
In file included from piper_proc.cc:48:
./lnav_log.hh:83:9: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
        LIST_HEAD(dumper_head, log_state_dumper) lsl_list;
        ^
/usr/include/sys/queue.h:183:2: note: expanded from macro 'LIST_HEAD'
        struct type *lh_first;  /* first element */                     \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:191:2: note: expanded from macro 'LIST_ENTRY'
        struct type *le_next;   /* next element */                      \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:192:2: note: expanded from macro 'LIST_ENTRY'
        struct type **le_prev;  /* address of previous next element */  \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
--- readline_highlighters.o ---
3 warnings generated.
--- sql_util.o ---
In file included from sql_util.cc:40:
./lnav_log.hh:83:9: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
        LIST_HEAD(dumper_head, log_state_dumper) lsl_list;
        ^
/usr/include/sys/queue.h:183:2: note: expanded from macro 'LIST_HEAD'
        struct type *lh_first;  /* first element */                     \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:191:2: note: expanded from macro 'LIST_ENTRY'
        struct type *le_next;   /* next element */                      \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:192:2: note: expanded from macro 'LIST_ENTRY'
        struct type **le_prev;  /* address of previous next element */  \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
--- state-extension-functions.o ---
In file included from state-extension-functions.cc:43:
In file included from ./lnav.hh:45:
In file included from ./byte_array.hh:38:
./lnav_log.hh:83:9: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
        LIST_HEAD(dumper_head, log_state_dumper) lsl_list;
        ^
/usr/include/sys/queue.h:183:2: note: expanded from macro 'LIST_HEAD'
        struct type *lh_first;  /* first element */                     \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:191:2: note: expanded from macro 'LIST_ENTRY'
        struct type *le_next;   /* next element */                      \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
./lnav_log.hh:88:5: warning: struct 'log_state_dumper' was previously declared as a class [-Wmismatched-tags]
    LIST_ENTRY(log_state_dumper) lsd_link;
    ^
/usr/include/sys/queue.h:192:2: note: expanded from macro 'LIST_ENTRY'
        struct type **le_prev;  /* address of previous next element */  \
        ^
./lnav_log.hh:64:7: note: previous use is here
class log_state_dumper {
      ^
--- sql_util.o ---
sql_util.cc:367:5: error: unknown type name 'string'; did you mean 'pcrecpp::string'?
    string &schema_out = *((string *)smc->smc_userdata);
    ^~~~~~
    pcrecpp::string
/data/scratch/sysutils/lnav/work/.buildlink/include/pcre_stringpiece.h:59:12: note: 'pcrecpp::string' declared here
using std::string;
           ^
sql_util.cc:367:29: error: unknown type name 'string'; did you mean 'pcrecpp::string'?
    string &schema_out = *((string *)smc->smc_userdata);
                            ^~~~~~
                            pcrecpp::string
/data/scratch/sysutils/lnav/work/.buildlink/include/pcre_stringpiece.h:59:12: note: 'pcrecpp::string' declared here
using std::string;
           ^
sql_util.cc:384:5: error: unknown type name 'string'; did you mean 'pcrecpp::string'?
    string &schema_out = *((string *)smc->smc_userdata);
    ^~~~~~
    pcrecpp::string
/data/scratch/sysutils/lnav/work/.buildlink/include/pcre_stringpiece.h:59:12: note: 'pcrecpp::string' declared here
using std::string;
           ^
sql_util.cc:384:29: error: unknown type name 'string'; did you mean 'pcrecpp::string'?
    string &schema_out = *((string *)smc->smc_userdata);
                            ^~~~~~
                            pcrecpp::string
/data/scratch/sysutils/lnav/work/.buildlink/include/pcre_stringpiece.h:59:12: note: 'pcrecpp::string' declared here
using std::string;
           ^
sql_util.cc:449:5: error: unknown type name 'string'; did you mean 'pcrecpp::string'?
    string db_name;
    ^~~~~~
    pcrecpp::string
/data/scratch/sysutils/lnav/work/.buildlink/include/pcre_stringpiece.h:59:12: note: 'pcrecpp::string' declared here
using std::string;
           ^
sql_util.cc:451:23: error: use of undeclared identifier 'string'; did you mean 'pcrecpp::string'?
    if (base_start == string::npos) {
                      ^~~~~~
                      pcrecpp::string
/data/scratch/sysutils/lnav/work/.buildlink/include/pcre_stringpiece.h:59:12: note: 'pcrecpp::string' declared here
using std::string;
           ^
3 warnings and 6 errors generated.
*** [sql_util.o] Error code 1

make[2]: stopped in /data/scratch/sysutils/lnav/work/lnav-0.7.3/src
--- piper_proc.o ---
3 warnings generated.
--- logfile.o ---
3 warnings generated.
--- readline_curses.o ---
3 warnings generated.
--- logfile_sub_source.o ---
3 warnings generated.
--- state-extension-functions.o ---
3 warnings generated.
--- log_format_loader.o ---
3 warnings generated.
--- log_format.o ---
3 warnings generated.
--- session_data.o ---
3 warnings generated.
--- lnav_commands.o ---
3 warnings generated.
2 errors

make[2]: stopped in /data/scratch/sysutils/lnav/work/lnav-0.7.3/src
*** [all] Error code 2

make[1]: stopped in /data/scratch/sysutils/lnav/work/lnav-0.7.3/src
1 error

make[1]: stopped in /data/scratch/sysutils/lnav/work/lnav-0.7.3/src
*** [all-recursive] Error code 1

make: stopped in /data/scratch/sysutils/lnav/work/lnav-0.7.3
1 error

make: stopped in /data/scratch/sysutils/lnav/work/lnav-0.7.3
*** Error code 2

Stop.
make[1]: stopped in /data/pkgsrc/sysutils/lnav
*** Error code 1

Stop.
make: stopped in /data/pkgsrc/sysutils/lnav