+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/xfmail-1.5.5nb11/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/xfmail-1.5.5nb11/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
===> 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/bash ../../libtool --mode=compile c++ -DHAVE_CONFIG_H  -I. -I. -I../../src/include -I../../src/mail  -I/usr/pkg/include -I/usr/include  -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/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/bash ../../libtool --mode=compile c++ -DHAVE_CONFIG_H  -I. -I. -I../../src/include -I../../src/mail  -I/usr/pkg/include -I/usr/include  -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/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
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../../src/include -I../../src/mail -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -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/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -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: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",
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*** [fl_edit.lo] Error code 1

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

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

bmake[1]: stopped in /home/pbulk/build/mail/xfmail/work/xfmail-1.5.5/src
1 error

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

bmake: stopped in /home/pbulk/build/mail/xfmail/work/xfmail-1.5.5
1 error

bmake: stopped in /home/pbulk/build/mail/xfmail/work/xfmail-1.5.5
*** Error code 2

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/mail/xfmail
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/mail/xfmail