=> Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for xfmail-1.5.5nb8 --- all-recursive --- Making all in src --- all-recursive --- Making all in editor --- fl_edit.lo --- --- textbuf.lo --- --- fl_edit.lo --- if /opt/pkg/bin/mksh ../../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/mail -I/opt/pkg/include -I/opt/pkg/include/glib/glib-1.2 -I/opt/pkg/lib/glib/include -pipe -Os -I/opt/pkg/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 /opt/pkg/bin/mksh ../../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/mail -I/opt/pkg/include -I/opt/pkg/include/glib/glib-1.2 -I/opt/pkg/lib/glib/include -pipe -Os -I/opt/pkg/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: clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I../../src/mail -I/Users/pbulk/build/mail/xfmail/work/.buildlink/include -I/Users/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/Users/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -Os -MT fl_edit.lo -MD -MP -MF .deps/fl_edit.Tpo -c fl_edit.cpp -fno-common -DPIC -o .libs/fl_edit.o --- textbuf.lo --- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I../../src/mail -I/Users/pbulk/build/mail/xfmail/work/.buildlink/include -I/Users/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/Users/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -Os -MT textbuf.lo -MD -MP -MF .deps/textbuf.Tpo -c textbuf.cpp -fno-common -DPIC -o .libs/textbuf.o textbuf.cpp:407:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] tb_insert_line(tb, ""); ^ textbuf.cpp:419:14: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] ("tb_insert_char(): Could not realloc, character not inserted"); ^ textbuf.cpp:427:14: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] ("tb_insert_char(): Could not realloc attr, character not inserted"); ^ textbuf.cpp:469:18: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] tb_error("tb_insert_line(): could not malloc textline"); ^ textbuf.cpp:475:18: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] tb_error("tb_insert_line(): could not malloc line buffer"); ^ textbuf.cpp:484:18: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] tb_error("tb_insert_line(): could not malloc line attr buffer"); ^ textbuf.cpp:593:14: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] ("tb_insert_buf(): Could not realloc, character not inserted"); ^ textbuf.cpp:602:14: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] ("tb_insert_buf(): Could not realloc attr, character not inserted"); ^ textbuf.cpp:671:18: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] ("tb_insert_buf(): Could not realloc, character not inserted"); ^ textbuf.cpp:680:18: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] ("tb_insert_buf(): Could not realloc attr, character not inserted"); ^ textbuf.cpp:740:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] tb_append_line(tb, ""); ^ textbuf.cpp:741:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] tb_append_line(tb, ""); ^ textbuf.cpp:754:14: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] ("tb_insert_newline(): Could not allocate space for newline"); ^ textbuf.cpp:773:14: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] ("tb_insert_newline(): Could not allocate space for newline attr"); ^ textbuf.cpp:783:32: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] tb_append_line(tb, ""); ^ textbuf.cpp:786:32: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] tb_insert_line(tb, ""); ^ textbuf.cpp:821:18: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] tb_error("tb_append_line(): Could not allocate TextLine"); ^ textbuf.cpp:827:18: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] tb_error("tb_append_line(): Could not allocate line buffer"); ^ textbuf.cpp:834:18: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] tb_error("tb_append_line(): Could not allocate line attr buffer"); ^ textbuf.cpp:894:18: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] tb_error("tb_append_buf(): Could not allocate TextLine"); ^ textbuf.cpp:900:18: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] tb_error("tb_append_buf(): Could not allocate line buffer"); ^ textbuf.cpp:906:18: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] tb_error("tb_append_buf(): Could not allocate line attr buffer"); ^ textbuf.cpp:979:14: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] ("tb_append_to_line(): Could not realloc, buffer not appended"); ^ textbuf.cpp:987:14: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] ("tb_append_to_line(): Could not realloc attr, buffer not appended"); ^ textbuf.cpp:1068:18: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] ("tb_wrap_line(): Could not realloc, character not inserted"); ^ textbuf.cpp:1077:18: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] ("tb_wrap_line(): Could not realloc attr, character not inserted"); ^ textbuf.cpp:1317:18: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] ("tb_del_char(): Could not realloc, character not deleted"); ^ textbuf.cpp:1325:18: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] ("tb_del_char(): Could not realloc attr, character not deleted"); ^ textbuf.cpp:1558:18: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] ("tb_insert_char(): Could not realloc, spaces not inserted"); ^ textbuf.cpp:1566:18: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] ("tb_insert_char(): Could not realloc attr, spaces not inserted"); ^ textbuf.cpp:1692:18: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] tb_error("Can not allocate text buffer"); ^ textbuf.cpp:1745:18: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] tb_error("Could not read file %s", fname); ^ textbuf.cpp:1797:18: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] tb_error("Could not read file %s", fname); ^ textbuf.cpp:1848:18: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] tb_error("Could not save to file %s", fname); ^ 34 warnings generated. libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I../../src/mail -I/Users/pbulk/build/mail/xfmail/work/.buildlink/include -I/Users/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/Users/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -Os -MT textbuf.lo -MD -MP -MF .deps/textbuf.Tpo -c textbuf.cpp -o textbuf.o >/dev/null 2>&1 --- fl_edit.lo --- fl_edit.cpp:879:27: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] fl_edit_error("No previous search pattern"); ^ fl_edit.cpp:899:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] fl_edit_error("Text not found"); ^ fl_edit.cpp:3164:10: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] ("Could not malloc space for SPEC structure in object:%s", ^ 3 warnings generated. libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I../../src/mail -I/Users/pbulk/build/mail/xfmail/work/.buildlink/include -I/Users/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/Users/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -Os -MT fl_edit.lo -MD -MP -MF .deps/fl_edit.Tpo -c fl_edit.cpp -o fl_edit.o >/dev/null 2>&1 --- libeditor.la --- /opt/pkg/bin/mksh ../../libtool --mode=link clang++ -I/opt/pkg/include/glib/glib-1.2 -I/opt/pkg/lib/glib/include -pipe -Os -I/opt/pkg/include -I/usr/local/include -L/opt/pkg/lib -o libeditor.la -rpath /opt/pkg/lib fl_edit.lo textbuf.lo -lforms -lXpm -L/usr/local/lib -lX11 -lm libtool: link: clang++ -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libeditor.0.dylib .libs/fl_edit.o .libs/textbuf.o -L/Users/pbulk/build/mail/xfmail/work/.buildlink/lib -lforms /Users/pbulk/build/mail/xfmail/work/.buildlink/lib/libXpm.dylib /Users/pbulk/build/mail/xfmail/work/.buildlink/lib/libX11.dylib /Users/pbulk/build/mail/xfmail/work/.buildlink/lib/libxcb.dylib /Users/pbulk/build/mail/xfmail/work/.buildlink/lib/libXau.dylib /Users/pbulk/build/mail/xfmail/work/.buildlink/lib/libXdmcp.dylib -lm -Os -install_name /opt/pkg/lib/libeditor.0.dylib -compatibility_version 1 -current_version 1.0 -Wl,-single_module libtool: link: (cd ".libs" && rm -f "libeditor.dylib" && ln -s "libeditor.0.dylib" "libeditor.dylib") libtool: link: ar cr .libs/libeditor.a fl_edit.o textbuf.o libtool: link: ranlib .libs/libeditor.a libtool: link: ( cd ".libs" && rm -f "libeditor.la" && ln -s "../libeditor.la" "libeditor.la" ) Making all in mail --- addrbook_util.lo --- --- addrbook.lo --- --- addrbookdb.lo --- --- addrbook_util.lo --- if /opt/pkg/bin/mksh ../../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I/opt/pkg/include -I/opt/pkg/include/glib/glib-1.2 -I/opt/pkg/lib/glib/include -pipe -Os -I/opt/pkg/include -I/usr/local/include -MT addrbook_util.lo -MD -MP -MF ".deps/addrbook_util.Tpo" -c -o addrbook_util.lo `test -f 'addrbook_util.cpp' || echo './'`addrbook_util.cpp; then mv -f ".deps/addrbook_util.Tpo" ".deps/addrbook_util.Plo"; else rm -f ".deps/addrbook_util.Tpo"; exit 1; fi --- addrbookdb.lo --- if /opt/pkg/bin/mksh ../../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I/opt/pkg/include -I/opt/pkg/include/glib/glib-1.2 -I/opt/pkg/lib/glib/include -pipe -Os -I/opt/pkg/include -I/usr/local/include -MT addrbookdb.lo -MD -MP -MF ".deps/addrbookdb.Tpo" -c -o addrbookdb.lo `test -f 'addrbookdb.cpp' || echo './'`addrbookdb.cpp; then mv -f ".deps/addrbookdb.Tpo" ".deps/addrbookdb.Plo"; else rm -f ".deps/addrbookdb.Tpo"; exit 1; fi --- addrbook.lo --- if /opt/pkg/bin/mksh ../../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I/opt/pkg/include -I/opt/pkg/include/glib/glib-1.2 -I/opt/pkg/lib/glib/include -pipe -Os -I/opt/pkg/include -I/usr/local/include -MT addrbook.lo -MD -MP -MF ".deps/addrbook.Tpo" -c -o addrbook.lo `test -f 'addrbook.cpp' || echo './'`addrbook.cpp; then mv -f ".deps/addrbook.Tpo" ".deps/addrbook.Plo"; else rm -f ".deps/addrbook.Tpo"; exit 1; fi --- addrbook_util.lo --- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/mail/xfmail/work/.buildlink/include -I/Users/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/Users/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -Os -MT addrbook_util.lo -MD -MP -MF .deps/addrbook_util.Tpo -c addrbook_util.cpp -fno-common -DPIC -o .libs/addrbook_util.o --- addrbookdb.lo --- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/mail/xfmail/work/.buildlink/include -I/Users/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/Users/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -Os -MT addrbookdb.lo -MD -MP -MF .deps/addrbookdb.Tpo -c addrbookdb.cpp -fno-common -DPIC -o .libs/addrbookdb.o --- addrbook.lo --- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/mail/xfmail/work/.buildlink/include -I/Users/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/Users/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -Os -MT addrbook.lo -MD -MP -MF .deps/addrbook.Tpo -c addrbook.cpp -fno-common -DPIC -o .libs/addrbook.o --- addrbook_util.lo --- In file included from addrbook_util.cpp:41: ./fmail.h:33:18: warning: using directive refers to implicitly-defined namespace 'std' using namespace std; ^ --- addrbookdb.lo --- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/mail/xfmail/work/.buildlink/include -I/Users/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/Users/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -Os -MT addrbookdb.lo -MD -MP -MF .deps/addrbookdb.Tpo -c addrbookdb.cpp -o addrbookdb.o >/dev/null 2>&1 --- addrbook_util.lo --- addrbook_util.cpp:285:14: error: assigning to 'char *' from 'const char *' discards qualifiers if ((cp2 = strstr(aliascmd, cp)) == NULL || cp2 != aliascmd) ^~~~~~~~~~~~~~~~~~~~ 1 warning and 1 error generated. *** [addrbook_util.lo] Error code 1 bmake[2]: stopped in /Users/pbulk/build/mail/xfmail/work/xfmail-1.5.5/src/mail --- addrbook.lo --- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/mail/xfmail/work/.buildlink/include -I/Users/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/Users/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -Os -MT addrbook.lo -MD -MP -MF .deps/addrbook.Tpo -c addrbook.cpp -o addrbook.o >/dev/null 2>&1 1 error bmake[2]: stopped in /Users/pbulk/build/mail/xfmail/work/xfmail-1.5.5/src/mail *** [all-recursive] Error code 1 bmake[1]: stopped in /Users/pbulk/build/mail/xfmail/work/xfmail-1.5.5/src 1 error bmake[1]: stopped in /Users/pbulk/build/mail/xfmail/work/xfmail-1.5.5/src *** [all-recursive] Error code 1 bmake: stopped in /Users/pbulk/build/mail/xfmail/work/xfmail-1.5.5 1 error bmake: stopped in /Users/pbulk/build/mail/xfmail/work/xfmail-1.5.5 *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/mail/xfmail *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/mail/xfmail