=> Bootstrap dependency digest>=20010302: found digest-20190127
===> 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'.
===> 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 pan-0.146nb3
/bin/cp /data/pkgsrc/news/pan/files/pan.appdata.xml /data/scratch/news/pan/work/pan-0.146/
/bin/cp /data/pkgsrc/news/pan/files/pan.desktop /data/scratch/news/pan/work/pan-0.146/
/usr/pkg/bin/gmake  all-recursive
gmake[1]: Entering directory '/data/scratch/news/pan/work/pan-0.146'
Making all in .
gmake[2]: Entering directory '/data/scratch/news/pan/work/pan-0.146'
gmake[2]: Leaving directory '/data/scratch/news/pan/work/pan-0.146'
Making all in uulib
gmake[2]: Entering directory '/data/scratch/news/pan/work/pan-0.146/uulib'
  CC       uunconc.o
  CC       uulib.o
  CC       uuencode.o
  CC       uucheck.o
  CC       uuutil.o
  CC       uuscan.o
  CC       uustring.o
  CC       fptools.o
uuencode.c:258:18: warning: initializing 'unsigned char *' with an expression of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  unsigned char *itemp = (char *) uuestr_itemp;
                 ^       ~~~~~~~~~~~~~~~~~~~~~
uuencode.c:259:18: warning: initializing 'unsigned char *' with an expression of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  unsigned char *otemp = (char *) uuestr_otemp;
                 ^       ~~~~~~~~~~~~~~~~~~~~~
uuencode.c:283:26: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
          if (_FP_fgets (itemp, 255, infile) == NULL)
                         ^~~~~
./fptools.h:49:48: note: passing argument to parameter here
char *  TOOLEXPORT      _FP_fgets       _ANSI_ARGS_((char *, int, FILE *));
                                                           ^
uuencode.c:289:27: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
          count = strlen (itemp);
                          ^~~~~
/usr/include/string.h:61:28: note: passing argument to parameter here
size_t   strlen(const char *);
                            ^
uuencode.c:315:38: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
                              strlen(eolstring), outfile) != strlen (eolstring))
                                     ^~~~~~~~~
/usr/include/string.h:61:28: note: passing argument to parameter here
size_t   strlen(const char *);
                            ^
uuencode.c:315:70: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
                              strlen(eolstring), outfile) != strlen (eolstring))
                                                                     ^~~~~~~~~
/usr/include/string.h:61:28: note: passing argument to parameter here
size_t   strlen(const char *);
                            ^
uuencode.c:371:42: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
                                  strlen(eolstring), outfile) != strlen (eolstring))
                                         ^~~~~~~~~
/usr/include/string.h:61:28: note: passing argument to parameter here
size_t   strlen(const char *);
                            ^
uuencode.c:371:74: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
                                  strlen(eolstring), outfile) != strlen (eolstring))
                                                                         ^~~~~~~~~
/usr/include/string.h:61:28: note: passing argument to parameter here
size_t   strlen(const char *);
                            ^
uuencode.c:389:46: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
                                      strlen(eolstring), outfile) != strlen (eolstring))
                                             ^~~~~~~~~
/usr/include/string.h:61:28: note: passing argument to parameter here
size_t   strlen(const char *);
                            ^
uuencode.c:389:78: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
                                      strlen(eolstring), outfile) != strlen (eolstring))
                                                                             ^~~~~~~~~
/usr/include/string.h:61:28: note: passing argument to parameter here
size_t   strlen(const char *);
                            ^
uuencode.c:424:42: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
                                  strlen(eolstring), outfile) != strlen (eolstring))
                                         ^~~~~~~~~
/usr/include/string.h:61:28: note: passing argument to parameter here
size_t   strlen(const char *);
                            ^
uuencode.c:424:74: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
                                  strlen(eolstring), outfile) != strlen (eolstring))
                                                                         ^~~~~~~~~
/usr/include/string.h:61:28: note: passing argument to parameter here
size_t   strlen(const char *);
                            ^
uuencode.c:488:38: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
                              strlen(eolstring), outfile) != strlen (eolstring))
                                     ^~~~~~~~~
/usr/include/string.h:61:28: note: passing argument to parameter here
size_t   strlen(const char *);
                            ^
uuencode.c:488:70: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
                              strlen(eolstring), outfile) != strlen (eolstring))
                                                                     ^~~~~~~~~
/usr/include/string.h:61:28: note: passing argument to parameter here
size_t   strlen(const char *);
                            ^
uuencode.c:539:30: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
                      strlen(eolstring), outfile) != strlen (eolstring))
                             ^~~~~~~~~
/usr/include/string.h:61:28: note: passing argument to parameter here
size_t   strlen(const char *);
                            ^
uuencode.c:539:62: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
                      strlen(eolstring), outfile) != strlen (eolstring))
                                                             ^~~~~~~~~
/usr/include/string.h:61:28: note: passing argument to parameter here
size_t   strlen(const char *);
                            ^
uuencode.c:680:18: warning: initializing 'unsigned char *' with an expression of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  unsigned char *itemp = (char *) uuestr_itemp;
                 ^       ~~~~~~~~~~~~~~~~~~~~~
uuencode.c:681:18: warning: initializing 'unsigned char *' with an expression of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  unsigned char *otemp = (char *) uuestr_otemp;
                 ^       ~~~~~~~~~~~~~~~~~~~~~
uuencode.c:781:40: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
                                strlen(eolstring), outfile) != strlen (eolstring))
                                       ^~~~~~~~~
/usr/include/string.h:61:28: note: passing argument to parameter here
size_t   strlen(const char *);
                            ^
uuencode.c:781:72: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
                                strlen(eolstring), outfile) != strlen (eolstring))
                                                                       ^~~~~~~~~
/usr/include/string.h:61:28: note: passing argument to parameter here
size_t   strlen(const char *);
                            ^
uuencode.c:799:44: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
                                    strlen(eolstring), outfile) != strlen (eolstring))
                                           ^~~~~~~~~
/usr/include/string.h:61:28: note: passing argument to parameter here
size_t   strlen(const char *);
                            ^
uuencode.c:799:76: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
                                    strlen(eolstring), outfile) != strlen (eolstring))
                                                                           ^~~~~~~~~
/usr/include/string.h:61:28: note: passing argument to parameter here
size_t   strlen(const char *);
                            ^
uuencode.c:834:40: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
                                strlen(eolstring), outfile) != strlen (eolstring))
                                       ^~~~~~~~~
/usr/include/string.h:61:28: note: passing argument to parameter here
size_t   strlen(const char *);
                            ^
uuencode.c:834:72: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
                                strlen(eolstring), outfile) != strlen (eolstring))
                                                                       ^~~~~~~~~
/usr/include/string.h:61:28: note: passing argument to parameter here
size_t   strlen(const char *);
                            ^
uuencode.c:902:34: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
                          strlen(eolstring), outfile) != strlen (eolstring))
                                 ^~~~~~~~~
/usr/include/string.h:61:28: note: passing argument to parameter here
size_t   strlen(const char *);
                            ^
uuencode.c:902:66: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
                          strlen(eolstring), outfile) != strlen (eolstring))
                                                                 ^~~~~~~~~
/usr/include/string.h:61:28: note: passing argument to parameter here
size_t   strlen(const char *);
                            ^
uuencode.c:959:26: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
                  strlen(eolstring), outfile) != strlen (eolstring))
                         ^~~~~~~~~
/usr/include/string.h:61:28: note: passing argument to parameter here
size_t   strlen(const char *);
                            ^
uuencode.c:959:58: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
                  strlen(eolstring), outfile) != strlen (eolstring))
                                                         ^~~~~~~~~
/usr/include/string.h:61:28: note: passing argument to parameter here
size_t   strlen(const char *);
                            ^
  CC       crc32.o
28 warnings generated.
  AR       libuu.a
gmake[2]: Leaving directory '/data/scratch/news/pan/work/pan-0.146/uulib'
Making all in pan
gmake[2]: Entering directory '/data/scratch/news/pan/work/pan-0.146/pan'
Making all in general
gmake[3]: Entering directory '/data/scratch/news/pan/work/pan-0.146/pan/general'
  CXX      debug.o
  CXX      file-util.o
  CXX      log.o
  CXX      e-util.o
  CXX      line-reader.o
  CXX      progress.o
  CXX      quark.o
  CXX      string-view.o
In file included from quark.cc:25:
In file included from ./quark.h:35:
/usr/include/c++/ext/hash_set:204:5: warning: Use of the header <ext/hash_set> is deprecated.  Migrate to <unordered_set> [-W#warnings]
#   warning Use of the header <ext/hash_set> is deprecated.  Migrate to <unordered_set>
    ^
  CXX      text-match.o
  CXX      utf8-utils.o
  CXX      worker-pool.o
file-util.cc:213:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
  register char *in, *out;
  ^~~~~~~~~
file-util.cc:213:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
  register char *in, *out;
  ^~~~~~~~~
1 warning generated.
  CXX      compression.o
2 warnings generated.
text-match.cc:476:8: error: no viable conversion from 'pan::StringView' to 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>'
   s = tmp;
       ^~~
/usr/include/c++/string:798:5: note: candidate constructor not viable: no known conversion from 'pan::StringView' to 'const std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> &' for 1st argument
    basic_string(const basic_string& __str);
    ^
/usr/include/c++/string:803:5: note: candidate constructor not viable: no known conversion from 'pan::StringView' to 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> &&' for 1st argument
    basic_string(basic_string&& __str)
    ^
/usr/include/c++/string:816:5: note: candidate constructor template not viable: no known conversion from 'pan::StringView' to 'const char *' for 1st argument
    basic_string(const _CharT* __s) : __r_(__default_init_tag(), __default_init_tag()) {
    ^
/usr/include/c++/string:867:5: note: candidate constructor not viable: no known conversion from 'pan::StringView' to 'initializer_list<char>' for 1st argument
    basic_string(initializer_list<_CharT> __il);
    ^
/usr/include/c++/string:791:40: note: explicit constructor is not a candidate
    _LIBCPP_INLINE_VISIBILITY explicit basic_string(const allocator_type& __a)
                                       ^
/usr/include/c++/string:853:18: note: explicit constructor is not a candidate
        explicit basic_string(const _Tp& __t);
                 ^
../../pan/general/string-view.h:98:10: note: candidate function
         operator const std::string () const { return to_string(); }
         ^
/usr/include/c++/string:885:44: note: passing argument to parameter '__str' here
    basic_string& operator=(basic_string&& __str)
                                           ^
1 error generated.
gmake[3]: *** [Makefile:457: text-match.o] Error 1
gmake[3]: *** Waiting for unfinished jobs....
gmake[3]: Leaving directory '/data/scratch/news/pan/work/pan-0.146/pan/general'
gmake[2]: *** [Makefile:391: all-recursive] Error 1
gmake[2]: Leaving directory '/data/scratch/news/pan/work/pan-0.146/pan'
gmake[1]: *** [Makefile:592: all-recursive] Error 1
gmake[1]: Leaving directory '/data/scratch/news/pan/work/pan-0.146'
gmake: *** [Makefile:446: all] Error 2
*** Error code 2

Stop.
make[1]: stopped in /data/pkgsrc/news/pan
*** Error code 1

Stop.
make: stopped in /data/pkgsrc/news/pan