=> Bootstrap dependency digest>=20010302: found digest-20190127 WARNING: [license.mk] Every package should define a LICENSE. ===> 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 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 /bin/sh ../../libtool --mode=compile clang++ -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 -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/sh ../../libtool --mode=compile clang++ -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 -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: clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I../../src/mail -I/data/scratch/mail/xfmail/work/.buildlink/include -I/data/scratch/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/data/scratch/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: clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I../../src/mail -I/data/scratch/mail/xfmail/work/.buildlink/include -I/data/scratch/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/data/scratch/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: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/data/scratch/mail/xfmail/work/.buildlink/include -I/data/scratch/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/data/scratch/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.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/data/scratch/mail/xfmail/work/.buildlink/include -I/data/scratch/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/data/scratch/mail/xfmail/work/.buildlink/lib/glib/include -O2 -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 --- /bin/sh ../../libtool --mode=link clang++ -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -O2 -I/usr/pkg/include -I/usr/include -I/usr/local/include -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -o libeditor.la -rpath /usr/pkg/lib fl_edit.lo textbuf.lo -lforms -lXpm -L/usr/local/lib -lX11 -lm libtool: link: clang++ -shared -fPIC -DPIC .libs/fl_edit.o .libs/textbuf.o -Wl,-rpath,/data/scratch/mail/xfmail/work/.buildlink/lib -Wl,-rpath,/data/scratch/mail/xfmail/work/.buildlink/lib -L/data/scratch/mail/xfmail/work/.buildlink/lib -lforms -lXpm -lX11 -lxcb -lXau -lXdmcp -lm -O2 -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-soname -Wl,libeditor.so.0 -o .libs/libeditor.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libeditor.so.0" && ln -s "libeditor.so.0.0.0" "libeditor.so.0") libtool: link: (cd ".libs" && rm -f "libeditor.so" && ln -s "libeditor.so.0.0.0" "libeditor.so") libtool: link: ar cru .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 --- --- addrbookentry.lo --- --- cache.lo --- --- cfgfile.lo --- --- connection.lo --- --- connection_ssl.lo --- --- addrbook_util.lo --- if /bin/sh ../../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I/usr/pkg/include -I/usr/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/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 --- addrbook.lo --- if /bin/sh ../../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I/usr/pkg/include -I/usr/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/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 --- addrbookdb.lo --- if /bin/sh ../../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I/usr/pkg/include -I/usr/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/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 --- cache.lo --- if /bin/sh ../../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I/usr/pkg/include -I/usr/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/local/include -MT cache.lo -MD -MP -MF ".deps/cache.Tpo" -c -o cache.lo `test -f 'cache.cpp' || echo './'`cache.cpp; then mv -f ".deps/cache.Tpo" ".deps/cache.Plo"; else rm -f ".deps/cache.Tpo"; exit 1; fi --- connection.lo --- if /bin/sh ../../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I/usr/pkg/include -I/usr/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/local/include -MT connection.lo -MD -MP -MF ".deps/connection.Tpo" -c -o connection.lo `test -f 'connection.cpp' || echo './'`connection.cpp; then mv -f ".deps/connection.Tpo" ".deps/connection.Plo"; else rm -f ".deps/connection.Tpo"; exit 1; fi --- cfgfile.lo --- if /bin/sh ../../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I/usr/pkg/include -I/usr/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/local/include -MT cfgfile.lo -MD -MP -MF ".deps/cfgfile.Tpo" -c -o cfgfile.lo `test -f 'cfgfile.cpp' || echo './'`cfgfile.cpp; then mv -f ".deps/cfgfile.Tpo" ".deps/cfgfile.Plo"; else rm -f ".deps/cfgfile.Tpo"; exit 1; fi --- addrbookentry.lo --- if /bin/sh ../../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I/usr/pkg/include -I/usr/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/local/include -MT addrbookentry.lo -MD -MP -MF ".deps/addrbookentry.Tpo" -c -o addrbookentry.lo `test -f 'addrbookentry.cpp' || echo './'`addrbookentry.cpp; then mv -f ".deps/addrbookentry.Tpo" ".deps/addrbookentry.Plo"; else rm -f ".deps/addrbookentry.Tpo"; exit 1; fi --- connection_ssl.lo --- if /bin/sh ../../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I/usr/pkg/include -I/usr/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/local/include -MT connection_ssl.lo -MD -MP -MF ".deps/connection_ssl.Tpo" -c -o connection_ssl.lo `test -f 'connection_ssl.cpp' || echo './'`connection_ssl.cpp; then mv -f ".deps/connection_ssl.Tpo" ".deps/connection_ssl.Plo"; else rm -f ".deps/connection_ssl.Tpo"; exit 1; fi --- cache.lo --- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/data/scratch/mail/xfmail/work/.buildlink/include -I/data/scratch/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/data/scratch/mail/xfmail/work/.buildlink/lib/glib/include -O2 -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c cache.cpp -fPIC -DPIC -o .libs/cache.o --- addrbook_util.lo --- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/data/scratch/mail/xfmail/work/.buildlink/include -I/data/scratch/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/data/scratch/mail/xfmail/work/.buildlink/lib/glib/include -O2 -MT addrbook_util.lo -MD -MP -MF .deps/addrbook_util.Tpo -c addrbook_util.cpp -fPIC -DPIC -o .libs/addrbook_util.o --- addrbookentry.lo --- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/data/scratch/mail/xfmail/work/.buildlink/include -I/data/scratch/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/data/scratch/mail/xfmail/work/.buildlink/lib/glib/include -O2 -MT addrbookentry.lo -MD -MP -MF .deps/addrbookentry.Tpo -c addrbookentry.cpp -fPIC -DPIC -o .libs/addrbookentry.o --- addrbookdb.lo --- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/data/scratch/mail/xfmail/work/.buildlink/include -I/data/scratch/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/data/scratch/mail/xfmail/work/.buildlink/lib/glib/include -O2 -MT addrbookdb.lo -MD -MP -MF .deps/addrbookdb.Tpo -c addrbookdb.cpp -fPIC -DPIC -o .libs/addrbookdb.o --- cfgfile.lo --- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/data/scratch/mail/xfmail/work/.buildlink/include -I/data/scratch/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/data/scratch/mail/xfmail/work/.buildlink/lib/glib/include -O2 -MT cfgfile.lo -MD -MP -MF .deps/cfgfile.Tpo -c cfgfile.cpp -fPIC -DPIC -o .libs/cfgfile.o --- connection.lo --- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/data/scratch/mail/xfmail/work/.buildlink/include -I/data/scratch/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/data/scratch/mail/xfmail/work/.buildlink/lib/glib/include -O2 -MT connection.lo -MD -MP -MF .deps/connection.Tpo -c connection.cpp -fPIC -DPIC -o .libs/connection.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; ^ --- addrbook.lo --- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/data/scratch/mail/xfmail/work/.buildlink/include -I/data/scratch/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/data/scratch/mail/xfmail/work/.buildlink/lib/glib/include -O2 -MT addrbook.lo -MD -MP -MF .deps/addrbook.Tpo -c addrbook.cpp -fPIC -DPIC -o .libs/addrbook.o --- connection.lo --- In file included from connection.cpp:28: ./fmail.h:33:18: warning: using directive refers to implicitly-defined namespace 'std' using namespace std; ^ --- cfgfile.lo --- In file included from cfgfile.cpp:30: ./fmail.h:33:18: warning: using directive refers to implicitly-defined namespace 'std' using namespace std; ^ --- cache.lo --- In file included from cache.cpp:29: ./fmail.h:33:18: warning: using directive refers to implicitly-defined namespace 'std' using namespace std; ^ --- connection_ssl.lo --- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/data/scratch/mail/xfmail/work/.buildlink/include -I/data/scratch/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/data/scratch/mail/xfmail/work/.buildlink/lib/glib/include -O2 -MT connection_ssl.lo -MD -MP -MF .deps/connection_ssl.Tpo -c connection_ssl.cpp -fPIC -DPIC -o .libs/connection_ssl.o libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/data/scratch/mail/xfmail/work/.buildlink/include -I/data/scratch/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/data/scratch/mail/xfmail/work/.buildlink/lib/glib/include -O2 -MT connection_ssl.lo -MD -MP -MF .deps/connection_ssl.Tpo -c connection_ssl.cpp -o connection_ssl.o >/dev/null 2>&1 --- connectionManager.lo --- if /bin/sh ../../libtool --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I/usr/pkg/include -I/usr/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/local/include -MT connectionManager.lo -MD -MP -MF ".deps/connectionManager.Tpo" -c -o connectionManager.lo `test -f 'connectionManager.cpp' || echo './'`connectionManager.cpp; then mv -f ".deps/connectionManager.Tpo" ".deps/connectionManager.Plo"; else rm -f ".deps/connectionManager.Tpo"; exit 1; fi libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/data/scratch/mail/xfmail/work/.buildlink/include -I/data/scratch/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/data/scratch/mail/xfmail/work/.buildlink/lib/glib/include -O2 -MT connectionManager.lo -MD -MP -MF .deps/connectionManager.Tpo -c connectionManager.cpp -fPIC -DPIC -o .libs/connectionManager.o In file included from connectionManager.cpp:28: ./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/data/scratch/mail/xfmail/work/.buildlink/include -I/data/scratch/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/data/scratch/mail/xfmail/work/.buildlink/lib/glib/include -O2 -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 make[2]: stopped in /data/scratch/mail/xfmail/work/xfmail-1.5.5/src/mail --- connection.lo --- 1 warning generated. libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/data/scratch/mail/xfmail/work/.buildlink/include -I/data/scratch/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/data/scratch/mail/xfmail/work/.buildlink/lib/glib/include -O2 -MT connection.lo -MD -MP -MF .deps/connection.Tpo -c connection.cpp -o connection.o >/dev/null 2>&1 --- cfgfile.lo --- cfgfile.cpp:144:27: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] cfg_debug(CFG_DEBUG, "\nadd(%s) -> %s ... ",key.c_str(), val.c_str()); ^ cfgfile.cpp:155:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] cfg_debug(CFG_DEBUG, "find(%s) -> ... ", key.c_str()); ^ cfgfile.cpp:159:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] cfg_debug(CFG_DEBUG, "failed. (NOT FOUND)\n"); ^ cfgfile.cpp:163:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] cfg_debug(CFG_DEBUG, "success. (FOUND)\n"); ^ cfgfile.cpp:170:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] cfg_debug(CFG_DEBUG, "\nremove(%s) ... ", key.c_str()); ^ cfgfile.cpp:172:23: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] if(find(key).c_str() == "") { ^ ~~ cfgfile.cpp:173:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] cfg_debug(CFG_DEBUG, " failed. (NOT FOUND)\n"); ^ cfgfile.cpp:177:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] cfg_debug(CFG_DEBUG, " success. (REMOVED)\n"); ^ cfgfile.cpp:198:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] cfg_debug(CFG_DEBUG, "Locking File\n"); ^ cfgfile.cpp:204:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] cfg_debug(CFG_DEBUG, "File Open\n"); ^ cfgfile.cpp:234:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] cfg_debug(CFG_DEBUG, "Unlocking File\n"); ^ cfgfile.cpp:244:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] cfg_debug(CFG_DEBUG, "File Closed\n"); ^ cfgfile.cpp:257:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] cfg_debug(CFG_STATUS, "\nSaving config file..."); ^ cfgfile.cpp:281:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] cfg_debug(CFG_DEBUG, "Saving %s=%s\n", iter->first.c_str(), iter->second.c_str()); ^ cfgfile.cpp:302:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] cfg_debug(CFG_STATUS, " completed. [%i/%i]\n", saved, Map.size()); ^ cfgfile.cpp:356:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] cfg_debug(CFG_STATUS, "\nLoading Personal Settings..."); ^ cfgfile.cpp:366:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] cfg_debug(CFG_STATUS, " completed. [%i]\n",Map.size()); ^ cfgfile.cpp:368:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] cfg_debug(CFG_STATUS, "\nLoading System Override Settings..."); ^ cfgfile.cpp:378:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] cfg_debug(CFG_STATUS, " completed. [%i]\n",Map.size()); ^ --- addrbookentry.lo --- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/data/scratch/mail/xfmail/work/.buildlink/include -I/data/scratch/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/data/scratch/mail/xfmail/work/.buildlink/lib/glib/include -O2 -MT addrbookentry.lo -MD -MP -MF .deps/addrbookentry.Tpo -c addrbookentry.cpp -o addrbookentry.o >/dev/null 2>&1 --- cache.lo --- 1 warning generated. libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/data/scratch/mail/xfmail/work/.buildlink/include -I/data/scratch/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/data/scratch/mail/xfmail/work/.buildlink/lib/glib/include -O2 -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c cache.cpp -o cache.o >/dev/null 2>&1 --- addrbook.lo --- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/data/scratch/mail/xfmail/work/.buildlink/include -I/data/scratch/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/data/scratch/mail/xfmail/work/.buildlink/lib/glib/include -O2 -MT addrbook.lo -MD -MP -MF .deps/addrbook.Tpo -c addrbook.cpp -o addrbook.o >/dev/null 2>&1 --- cfgfile.lo --- 20 warnings generated. libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/data/scratch/mail/xfmail/work/.buildlink/include -I/data/scratch/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/data/scratch/mail/xfmail/work/.buildlink/lib/glib/include -O2 -MT cfgfile.lo -MD -MP -MF .deps/cfgfile.Tpo -c cfgfile.cpp -o cfgfile.o >/dev/null 2>&1 --- connectionManager.lo --- 1 warning generated. libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/data/scratch/mail/xfmail/work/.buildlink/include -I/data/scratch/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/data/scratch/mail/xfmail/work/.buildlink/lib/glib/include -O2 -MT connectionManager.lo -MD -MP -MF .deps/connectionManager.Tpo -c connectionManager.cpp -o connectionManager.o >/dev/null 2>&1 1 error make[2]: stopped in /data/scratch/mail/xfmail/work/xfmail-1.5.5/src/mail *** [all-recursive] Error code 1 make[1]: stopped in /data/scratch/mail/xfmail/work/xfmail-1.5.5/src 1 error make[1]: stopped in /data/scratch/mail/xfmail/work/xfmail-1.5.5/src *** [all-recursive] Error code 1 make: stopped in /data/scratch/mail/xfmail/work/xfmail-1.5.5 1 error make: stopped in /data/scratch/mail/xfmail/work/xfmail-1.5.5 *** Error code 2 Stop. make[1]: stopped in /data/pkgsrc/mail/xfmail *** Error code 1 Stop. make: stopped in /data/pkgsrc/mail/xfmail