=> 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 xfmail-1.5.5nb11
--- all-recursive ---
Making all in src
--- all-recursive ---
Making all in editor
--- fl_edit.lo ---
--- textbuf.lo ---
--- fl_edit.lo ---
if /bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H  -I. -I. -I../../src/include -I../../src/mail  -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include  -I/usr/X11R7/include  -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT fl_edit.lo -MD -MP -MF ".deps/fl_edit.Tpo"  -c -o fl_edit.lo `test -f 'fl_edit.cpp' || echo './'`fl_edit.cpp;  then mv -f ".deps/fl_edit.Tpo" ".deps/fl_edit.Plo";  else rm -f ".deps/fl_edit.Tpo"; exit 1;  fi
--- textbuf.lo ---
if /bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H  -I. -I. -I../../src/include -I../../src/mail  -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include  -I/usr/X11R7/include  -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT textbuf.lo -MD -MP -MF ".deps/textbuf.Tpo"  -c -o textbuf.lo `test -f 'textbuf.cpp' || echo './'`textbuf.cpp;  then mv -f ".deps/textbuf.Tpo" ".deps/textbuf.Plo";  else rm -f ".deps/textbuf.Tpo"; exit 1;  fi
--- fl_edit.lo ---
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../../src/include -I../../src/mail -I/tmp/pkgbuild/mail/xfmail/work.sparc/.buildlink/include -I/tmp/pkgbuild/mail/xfmail/work.sparc/.x11-buildlink/include -I/tmp/pkgbuild/mail/xfmail/work.sparc/.buildlink/include/glib/glib-1.2 -I/tmp/pkgbuild/mail/xfmail/work.sparc/.buildlink/lib/glib/include -O2 -MT fl_edit.lo -MD -MP -MF .deps/fl_edit.Tpo -c fl_edit.cpp  -fPIC -DPIC -o .libs/fl_edit.o
distcc[17286] ERROR: nonblocking connect to 192.168.1.1:3748 failed: Connection refused
distcc[17286] Warning: failed to distribute fl_edit.cpp to 192.168.1.1:3748, running locally instead
--- textbuf.lo ---
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../../src/include -I../../src/mail -I/tmp/pkgbuild/mail/xfmail/work.sparc/.buildlink/include -I/tmp/pkgbuild/mail/xfmail/work.sparc/.x11-buildlink/include -I/tmp/pkgbuild/mail/xfmail/work.sparc/.buildlink/include/glib/glib-1.2 -I/tmp/pkgbuild/mail/xfmail/work.sparc/.buildlink/lib/glib/include -O2 -MT textbuf.lo -MD -MP -MF .deps/textbuf.Tpo -c textbuf.cpp  -fPIC -DPIC -o .libs/textbuf.o
distcc[22427] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
textbuf.cpp: In function 'int tb_insert_char(TextBuf*, int, char)':
textbuf.cpp:407:28: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  407 |         tb_insert_line(tb, "");
      |                            ^~
textbuf.cpp:419:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  419 |             ("tb_insert_char(): Could not realloc, character not inserted");
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
textbuf.cpp:427:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  427 |             ("tb_insert_char(): Could not realloc attr, character not inserted");
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
textbuf.cpp: In function 'void tb_insert_line(TextBuf*, char*)':
textbuf.cpp:469:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  469 |         tb_error("tb_insert_line(): could not malloc textline");
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
textbuf.cpp:475:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  475 |         tb_error("tb_insert_line(): could not malloc line buffer");
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
textbuf.cpp:484:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  484 |         tb_error("tb_insert_line(): could not malloc line attr buffer");
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
textbuf.cpp: In function 'void tb_insert_block(TextBuf*, int, int, char*)':
textbuf.cpp:593:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  593 |             ("tb_insert_buf(): Could not realloc, character not inserted");
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
textbuf.cpp:602:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  602 |             ("tb_insert_buf(): Could not realloc attr, character not inserted");
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
textbuf.cpp:671:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  671 |                 ("tb_insert_buf(): Could not realloc, character not inserted");
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
textbuf.cpp:680:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  680 |                 ("tb_insert_buf(): Could not realloc attr, character not inserted");
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
textbuf.cpp: In function 'void tb_insert_cr(TextBuf*, int)':
textbuf.cpp:740:28: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  740 |         tb_append_line(tb, "");
      |                            ^~
textbuf.cpp:741:28: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  741 |         tb_append_line(tb, "");
      |                            ^~
textbuf.cpp:754:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  754 |             ("tb_insert_newline(): Could not allocate space for newline");
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
textbuf.cpp:773:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  773 |             ("tb_insert_newline(): Could not allocate space for newline attr");
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
textbuf.cpp:783:32: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  783 |             tb_append_line(tb, "");
      |                                ^~
textbuf.cpp:786:32: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  786 |             tb_insert_line(tb, "");
      |                                ^~
textbuf.cpp: In function 'void tb_append_line(TextBuf*, char*)':
textbuf.cpp:821:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  821 |         tb_error("tb_append_line(): Could not allocate TextLine");
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
textbuf.cpp:827:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  827 |         tb_error("tb_append_line(): Could not allocate line buffer");
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
textbuf.cpp:834:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  834 |         tb_error("tb_append_line(): Could not allocate line attr buffer");
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
textbuf.cpp: In function 'void tb_append_buf(TextBuf*, char*, u_long)':
textbuf.cpp:894:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  894 |         tb_error("tb_append_buf(): Could not allocate TextLine");
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
textbuf.cpp:900:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  900 |         tb_error("tb_append_buf(): Could not allocate line buffer");
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
textbuf.cpp:906:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  906 |         tb_error("tb_append_buf(): Could not allocate line attr buffer");
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
textbuf.cpp: In function 'void tb_append_to_line(TextBuf*, char*)':
textbuf.cpp:979:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  979 |             ("tb_append_to_line(): Could not realloc, buffer not appended");
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
textbuf.cpp:987:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  987 |             ("tb_append_to_line(): Could not realloc attr, buffer not appended");
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
textbuf.cpp: In function 'int tb_wrap_line(TextBuf*)':
textbuf.cpp:1068:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1068 |                 ("tb_wrap_line(): Could not realloc, character not inserted");
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
textbuf.cpp:1077:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1077 |                 ("tb_wrap_line(): Could not realloc attr, character not inserted");
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
textbuf.cpp: In function 'int tb_del_char(TextBuf*, int)':
textbuf.cpp:1317:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1317 |                 ("tb_del_char(): Could not realloc, character not deleted");
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
textbuf.cpp:1325:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1325 |                 ("tb_del_char(): Could not realloc attr, character not deleted");
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
textbuf.cpp: In function 'int tb_handle_tabs(TextBuf*)':
textbuf.cpp:1558:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1558 |                 ("tb_insert_char(): Could not realloc, spaces not inserted");
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
textbuf.cpp:1566:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1566 |                 ("tb_insert_char(): Could not realloc attr, spaces not inserted");
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
textbuf.cpp: In function 'char* tb_get_text(TextBuf*, u_long*)':
textbuf.cpp:1692:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1692 |         tb_error("Can not allocate text buffer");
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
textbuf.cpp: In function 'void tb_load_file(TextBuf*, char*)':
textbuf.cpp:1745:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1745 |         tb_error("Could not read file %s", fname);
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~
textbuf.cpp: In function 'void tb_insert_file(TextBuf*, int, int, char*)':
textbuf.cpp:1797:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1797 |         tb_error("Could not read file %s", fname);
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~
textbuf.cpp: In function 'void tb_save_file(TextBuf*, char*)':
textbuf.cpp:1848:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1848 |         tb_error("Could not save to file %s", fname);
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
--- fl_edit.lo ---
fl_edit.cpp: In function 'void fl_textedit_draw_textline(FL_OBJECT*, TextLine*, int, FL_Coord, FL_Coord, FL_Coord, FL_Coord, int, int, int)':
fl_edit.cpp:554:9: error: 'fl_textcolor' was not declared in this scope; did you mean 'fl_getmcolor'?
  554 |         fl_textcolor(fgcol);
      |         ^~~~~~~~~~~~
      |         fl_getmcolor
fl_edit.cpp: In function 'void fl_textedit_search(FL_OBJECT*, int)':
fl_edit.cpp:879:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  879 |             fl_edit_error("No previous search pattern");
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
fl_edit.cpp:899:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  899 |         fl_edit_error("Text not found");
      |                       ^~~~~~~~~~~~~~~~
fl_edit.cpp: In function 'FL_OBJECT* fl_create_textedit(int, FL_Coord, FL_Coord, FL_Coord, FL_Coord, const char*)':
fl_edit.cpp:3164:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 3164 |         ("Could not malloc space for SPEC structure in object:%s",
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
distcc[17286] ERROR: compile fl_edit.cpp on localhost failed
*** [fl_edit.lo] Error code 1

make[2]: stopped in /tmp/pkgbuild/mail/xfmail/work.sparc/xfmail-1.5.5/src/editor
--- textbuf.lo ---
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../../src/include -I../../src/mail -I/tmp/pkgbuild/mail/xfmail/work.sparc/.buildlink/include -I/tmp/pkgbuild/mail/xfmail/work.sparc/.x11-buildlink/include -I/tmp/pkgbuild/mail/xfmail/work.sparc/.buildlink/include/glib/glib-1.2 -I/tmp/pkgbuild/mail/xfmail/work.sparc/.buildlink/lib/glib/include -O2 -MT textbuf.lo -MD -MP -MF .deps/textbuf.Tpo -c textbuf.cpp -o textbuf.o >/dev/null 2>&1
1 error

make[2]: stopped in /tmp/pkgbuild/mail/xfmail/work.sparc/xfmail-1.5.5/src/editor
*** [all-recursive] Error code 1

make[1]: stopped in /tmp/pkgbuild/mail/xfmail/work.sparc/xfmail-1.5.5/src
1 error

make[1]: stopped in /tmp/pkgbuild/mail/xfmail/work.sparc/xfmail-1.5.5/src
*** [all-recursive] Error code 1

make: stopped in /tmp/pkgbuild/mail/xfmail/work.sparc/xfmail-1.5.5
1 error

make: stopped in /tmp/pkgbuild/mail/xfmail/work.sparc/xfmail-1.5.5
*** Error code 2

Stop.
make[1]: stopped in /usr/pkgsrc/mail/xfmail
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/mail/xfmail