=> 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 ---
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 ---
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 ---
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../../src/include -I../../src/mail -I/pbulk/work/mail/xfmail/work/.buildlink/include -I/pbulk/work/mail/xfmail/work/.x11-buildlink/include -I/pbulk/work/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/pbulk/work/mail/xfmail/work/.buildlink/lib/glib/include -O2 -MT textbuf.lo -MD -MP -MF .deps/textbuf.Tpo -c textbuf.cpp  -fPIC -DPIC -o .libs/textbuf.o
--- fl_edit.lo ---
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../../src/include -I../../src/mail -I/pbulk/work/mail/xfmail/work/.buildlink/include -I/pbulk/work/mail/xfmail/work/.x11-buildlink/include -I/pbulk/work/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/pbulk/work/mail/xfmail/work/.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
--- textbuf.lo ---
textbuf.cpp: In function 'int tb_insert_char(TextBuf*, int, char)':
textbuf.cpp:407:30: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
         tb_insert_line(tb, "");
                              ^
textbuf.cpp:419:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
             ("tb_insert_char(): Could not realloc, character not inserted");
                                                                           ^
textbuf.cpp:427:80: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
             ("tb_insert_char(): Could not realloc attr, character not inserted");
                                                                                ^
textbuf.cpp: In function 'void tb_insert_line(TextBuf*, char*)':
textbuf.cpp:469:63: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
         tb_error("tb_insert_line(): could not malloc textline");
                                                               ^
textbuf.cpp:475:66: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
         tb_error("tb_insert_line(): could not malloc line buffer");
                                                                  ^
textbuf.cpp:484:71: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
         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:74: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
             ("tb_insert_buf(): Could not realloc, character not inserted");
                                                                          ^
textbuf.cpp:602:79: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
             ("tb_insert_buf(): Could not realloc attr, character not inserted");
                                                                               ^
textbuf.cpp:671:78: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
                 ("tb_insert_buf(): Could not realloc, character not inserted");
                                                                              ^
textbuf.cpp:680:83: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
                 ("tb_insert_buf(): Could not realloc attr, character not inserted");
                                                                                   ^
textbuf.cpp: In function 'void tb_insert_cr(TextBuf*, int)':
textbuf.cpp:740:30: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
         tb_append_line(tb, "");
                              ^
textbuf.cpp:741:30: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
         tb_append_line(tb, "");
                              ^
textbuf.cpp:754:73: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
             ("tb_insert_newline(): Could not allocate space for newline");
                                                                         ^
textbuf.cpp:773:78: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
             ("tb_insert_newline(): Could not allocate space for newline attr");
                                                                              ^
textbuf.cpp:783:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
             tb_append_line(tb, "");
                                  ^
textbuf.cpp:786:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
             tb_insert_line(tb, "");
                                  ^
textbuf.cpp: In function 'void tb_append_line(TextBuf*, char*)':
textbuf.cpp:821:65: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
         tb_error("tb_append_line(): Could not allocate TextLine");
                                                                 ^
textbuf.cpp:827:68: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
         tb_error("tb_append_line(): Could not allocate line buffer");
                                                                    ^
textbuf.cpp:834:73: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
         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:64: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
         tb_error("tb_append_buf(): Could not allocate TextLine");
                                                                ^
textbuf.cpp:900:67: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
         tb_error("tb_append_buf(): Could not allocate line buffer");
                                                                   ^
textbuf.cpp:906:72: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
         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:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
             ("tb_append_to_line(): Could not realloc, buffer not appended");
                                                                           ^
textbuf.cpp:987:80: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
             ("tb_append_to_line(): Could not realloc attr, buffer not appended");
                                                                                ^
textbuf.cpp: In function 'int tb_wrap_line(TextBuf*)':
textbuf.cpp:1068:77: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
                 ("tb_wrap_line(): Could not realloc, character not inserted");
                                                                             ^
textbuf.cpp:1077:82: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
                 ("tb_wrap_line(): Could not realloc attr, character not inserted");
                                                                                  ^
textbuf.cpp: In function 'int tb_del_char(TextBuf*, int)':
textbuf.cpp:1317:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
                 ("tb_del_char(): Could not realloc, character not deleted");
                                                                           ^
textbuf.cpp:1325:80: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
                 ("tb_del_char(): Could not realloc attr, character not deleted");
                                                                                ^
textbuf.cpp: In function 'int tb_handle_tabs(TextBuf*)':
textbuf.cpp:1558:76: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
                 ("tb_insert_char(): Could not realloc, spaces not inserted");
                                                                            ^
textbuf.cpp:1566:81: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
                 ("tb_insert_char(): Could not realloc attr, spaces not inserted");
                                                                                 ^
textbuf.cpp: In function 'char* tb_get_text(TextBuf*, u_long*)':
textbuf.cpp:1692:48: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
         tb_error("Can not allocate text buffer");
                                                ^
textbuf.cpp: In function 'void tb_load_file(TextBuf*, char*)':
textbuf.cpp:1745:49: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
         tb_error("Could not read file %s", fname);
                                                 ^
textbuf.cpp: In function 'void tb_insert_file(TextBuf*, int, int, char*)':
textbuf.cpp:1797:49: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
         tb_error("Could not read file %s", fname);
                                                 ^
textbuf.cpp: In function 'void tb_save_file(TextBuf*, char*)':
textbuf.cpp:1848:52: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
         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
         fl_textcolor(fgcol);
         ^~~~~~~~~~~~
fl_edit.cpp:554:9: note: suggested alternative: 'fl_getmcolor'
         fl_textcolor(fgcol);
         ^~~~~~~~~~~~
         fl_getmcolor
fl_edit.cpp: In function 'void fl_textedit_search(FL_OBJECT*, int)':
fl_edit.cpp:879:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
             fl_edit_error("No previous search pattern");
                                                       ^
fl_edit.cpp:899:39: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
         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:3165:15: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
          label);
               ^
--- textbuf.lo ---
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../../src/include -I../../src/mail -I/pbulk/work/mail/xfmail/work/.buildlink/include -I/pbulk/work/mail/xfmail/work/.x11-buildlink/include -I/pbulk/work/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/pbulk/work/mail/xfmail/work/.buildlink/lib/glib/include -O2 -MT textbuf.lo -MD -MP -MF .deps/textbuf.Tpo -c textbuf.cpp -o textbuf.o >/dev/null 2>&1
--- fl_edit.lo ---
*** [fl_edit.lo] Error code 1

make[2]: stopped in /pbulk/work/mail/xfmail/work/xfmail-1.5.5/src/editor
1 error

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

make[1]: stopped in /pbulk/work/mail/xfmail/work/xfmail-1.5.5/src
1 error

make[1]: stopped in /pbulk/work/mail/xfmail/work/xfmail-1.5.5/src
*** [all-recursive] Error code 1

make: stopped in /pbulk/work/mail/xfmail/work/xfmail-1.5.5
1 error

make: stopped in /pbulk/work/mail/xfmail/work/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