=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for lrzsz-0.12.20nb1 cd . && autoheader WARNING: 'autoheader' is missing on your system. You should only need it if you modified 'acconfig.h' or 'configure.in'. You might want to install the Autoconf and GNU m4 packages. Grab them from any GNU archive site. /usr/pkg/bin/bmake all-recursive Making all in lib cc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -march=i586 -c long-options.c long-options.c:65:4: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' exit (0); ^ long-options.c:65:4: note: please include the header or explicitly provide a declaration for 'exit' 1 warning generated. cc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -march=i586 -c xstrtol.c cc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -march=i586 -c xstrtoul.c cc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -march=i586 -c error.c rm -f libzmodem.a ar cru libzmodem.a long-options.o xstrtol.o xstrtoul.o error.o ranlib libzmodem.a Making all in intl cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DGNULOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib -O2 -march=i586 intl-compat.c cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DGNULOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib -O2 -march=i586 bindtextdom.c cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DGNULOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib -O2 -march=i586 dcgettext.c cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DGNULOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib -O2 -march=i586 dgettext.c cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DGNULOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib -O2 -march=i586 gettext.c cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DGNULOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib -O2 -march=i586 finddomain.c cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DGNULOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib -O2 -march=i586 loadmsgcat.c cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DGNULOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib -O2 -march=i586 localealias.c cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DGNULOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib -O2 -march=i586 textdomain.c cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DGNULOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib -O2 -march=i586 l10nflist.c cc -c -DLOCALEDIR=\"/usr/pkg/share/locale\" -DGNULOCALEDIR=\"/usr/pkg/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/pkg/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib -O2 -march=i586 explodename.c rm -f libintl.a ar cru libintl.a intl-compat.o bindtextdom.o dcgettext.o dgettext.o gettext.o finddomain.o loadmsgcat.o localealias.o textdomain.o l10nflist.o explodename.o ranlib libintl.a Making all in src cc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/pkg/share/locale\" -I.. -I. -I../src -I../intl -I../lib -O2 -march=i586 -c lrz.c lrz.c:387:15: warning: format string is not a string literal (potentially insecure) [-Wformat-security] error(0,0,_("don't have settimeofday, will not set time\n")); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./zglobal.h:189:18: note: expanded from macro '_' # define _(Text) gettext (Text) ^~~~~~~~~~~~~~ lrz.c:391:5: warning: format string is not a string literal (potentially insecure) [-Wformat-security] _("not running as root (this is good!), can not set time\n")); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./zglobal.h:189:18: note: expanded from macro '_' # define _(Text) gettext (Text) ^~~~~~~~~~~~~~ lrz.c:417:2: warning: format string is not a string literal (potentially insecure) [-Wformat-security] _("security violation: can't do that under restricted shell\n")); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./zglobal.h:189:18: note: expanded from macro '_' # define _(Text) gettext (Text) ^~~~~~~~~~~~~~ lrz.c:432:17: warning: format string is not a string literal (potentially insecure) [-Wformat-security] error(0,0, _("cannot turnoff syslog")); ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./zglobal.h:189:18: note: expanded from macro '_' # define _(Text) gettext (Text) ^~~~~~~~~~~~~~ lrz.c:470:15: warning: format string is not a string literal (potentially insecure) [-Wformat-security] error(1,0,_("out of memory")); ^~~~~~~~~~~~~~~~~~ ./zglobal.h:189:18: note: expanded from macro '_' # define _(Text) gettext (Text) ^~~~~~~~~~~~~~ lrz.c:480:3: warning: format string is not a string literal (potentially insecure) [-Wformat-security] _("this program was never intended to be used setuid\n")); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./zglobal.h:189:18: note: expanded from macro '_' # define _(Text) gettext (Text) ^~~~~~~~~~~~~~ lrz.c:524:15: warning: format string is not a string literal (potentially insecure) [-Wformat-security] error(1,0, _("hostname too long\n")); ^~~~~~~~~~~~~~~~~~~~~~~~ ./zglobal.h:189:18: note: expanded from macro '_' # define _(Text) gettext (Text) ^~~~~~~~~~~~~~ lrz.c:539:15: warning: format string is not a string literal (potentially insecure) [-Wformat-security] error(1,0, _("illegal server address\n")); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./zglobal.h:189:18: note: expanded from macro '_' # define _(Text) gettext (Text) ^~~~~~~~~~~~~~ lrz.c:755:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] error(1,0,_("out of memory")); ^~~~~~~~~~~~~~~~~~ ./zglobal.h:189:18: note: expanded from macro '_' # define _(Text) gettext (Text) ^~~~~~~~~~~~~~ lrz.c:1074:15: warning: format string is not a string literal (potentially insecure) [-Wformat-security] vstringf(_("got ZCAN")); ~~~~~~~~~^~~~~~~~~~~~~~ ./zglobal.h:189:18: note: expanded from macro '_' # define _(Text) gettext (Text) ^ ./zglobal.h:397:49: note: expanded from macro 'vstringf' #define vstringf(format,args...) fprintf(stderr,format, ##args) ^ lrz.c:1117:13: warning: format string is not a string literal (potentially insecure) [-Wformat-security] error(1,0,_("out of memory")); ^~~~~~~~~~~~~~~~~~ ./zglobal.h:189:18: note: expanded from macro '_' # define _(Text) gettext (Text) ^~~~~~~~~~~~~~ lrz.c:1243:15: warning: format string is not a string literal (potentially insecure) [-Wformat-security] error(1,0,_("out of memory")); ^~~~~~~~~~~~~~~~~~ ./zglobal.h:189:18: note: expanded from macro '_' # define _(Text) gettext (Text) ^~~~~~~~~~~~~~ lrz.c:1285:18: warning: format string is not a string literal (potentially insecure) [-Wformat-security] error(1,errno,_("cannot tmpfile() for tcp protocol synchronization")); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./zglobal.h:189:18: note: expanded from macro '_' # define _(Text) gettext (Text) ^~~~~~~~~~~~~~ lrz.c:1300:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] error(1,0,_("out of memory")); ^~~~~~~~~~~~~~~~~~ ./zglobal.h:189:18: note: expanded from macro '_' # define _(Text) gettext (Text) ^~~~~~~~~~~~~~ lrz.c:1317:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] error(1,0,_("out of memory")); ^~~~~~~~~~~~~~~~~~ ./zglobal.h:189:18: note: expanded from macro '_' # define _(Text) gettext (Text) ^~~~~~~~~~~~~~ lrz.c:1783:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] vstringf(_("got ZRINIT")); ~~~~~~~~~^~~~~~~~~~~~~~~~ ./zglobal.h:189:18: note: expanded from macro '_' # define _(Text) gettext (Text) ^ ./zglobal.h:397:49: note: expanded from macro 'vstringf' #define vstringf(format,args...) fprintf(stderr,format, ##args) ^ lrz.c:1787:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] vstringf(_("got ZCAN")); ~~~~~~~~~^~~~~~~~~~~~~~ ./zglobal.h:189:18: note: expanded from macro '_' # define _(Text) gettext (Text) ^ ./zglobal.h:397:49: note: expanded from macro 'vstringf' #define vstringf(format,args...) fprintf(stderr,format, ##args) ^ lrz.c:1832:15: warning: format string is not a string literal (potentially insecure) [-Wformat-security] vstringf(_("Skipped")); ~~~~~~~~~^~~~~~~~~~~~~ ./zglobal.h:189:18: note: expanded from macro '_' # define _(Text) gettext (Text) ^ ./zglobal.h:397:49: note: expanded from macro 'vstringf' #define vstringf(format,args...) fprintf(stderr,format, ##args) ^ lrz.c:2231:18: warning: format string is not a string literal (potentially insecure) [-Wformat-security] error(1,errno,_("fgets for tcp protocol synchronization failed: ")); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./zglobal.h:189:18: note: expanded from macro '_' # define _(Text) gettext (Text) ^~~~~~~~~~~~~~ 19 warnings generated. cc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/pkg/share/locale\" -I.. -I. -I../src -I../intl -I../lib -O2 -march=i586 -c timing.c cc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/pkg/share/locale\" -I.. -I. -I../src -I../intl -I../lib -O2 -march=i586 -c zperr.c cc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/pkg/share/locale\" -I.. -I. -I../src -I../intl -I../lib -O2 -march=i586 -c zreadline.c zreadline.c:127:13: warning: format string is not a string literal (potentially insecure) [-Wformat-security] error(1,0,_("out of memory")); ^~~~~~~~~~~~~~~~~~ ./zglobal.h:189:18: note: expanded from macro '_' # define _(Text) gettext (Text) ^~~~~~~~~~~~~~ 1 warning generated. cc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/pkg/share/locale\" -I.. -I. -I../src -I../intl -I../lib -O2 -march=i586 -c crctab.c cc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/pkg/share/locale\" -I.. -I. -I../src -I../intl -I../lib -O2 -march=i586 -c rbsb.c cc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/pkg/share/locale\" -I.. -I. -I../src -I../intl -I../lib -O2 -march=i586 -c zm.c cc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/pkg/share/locale\" -I.. -I. -I../src -I../intl -I../lib -O2 -march=i586 -c protname.c cc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/pkg/share/locale\" -I.. -I. -I../src -I../intl -I../lib -O2 -march=i586 -c tcp.c tcp.c:131:13: warning: format string is not a string literal (potentially insecure) [-Wformat-security] error(1,0,_("tcp_connect: illegal format1\n")); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./zglobal.h:189:18: note: expanded from macro '_' # define _(Text) gettext (Text) ^~~~~~~~~~~~~~ tcp.c:135:13: warning: format string is not a string literal (potentially insecure) [-Wformat-security] error(1,0,_("tcp_connect: illegal format2\n")); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./zglobal.h:189:18: note: expanded from macro '_' # define _(Text) gettext (Text) ^~~~~~~~~~~~~~ tcp.c:145:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] error(1,0,_("tcp_connect: illegal format3\n")); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./zglobal.h:189:18: note: expanded from macro '_' # define _(Text) gettext (Text) ^~~~~~~~~~~~~~ tcp.c:151:13: warning: format string is not a string literal (potentially insecure) [-Wformat-security] error(1,0,_("tcp_connect: illegal format4\n")); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./zglobal.h:189:18: note: expanded from macro '_' # define _(Text) gettext (Text) ^~~~~~~~~~~~~~ tcp.c:155:13: warning: format string is not a string literal (potentially insecure) [-Wformat-security] error(1,0,_("tcp_connect: illegal format5\n")); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./zglobal.h:189:18: note: expanded from macro '_' # define _(Text) gettext (Text) ^~~~~~~~~~~~~~ 5 warnings generated. cc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/pkg/share/locale\" -I.. -I. -I../src -I../intl -I../lib -O2 -march=i586 -c lsyslog.c lsyslog.c:67:4: warning: implicitly declaring library function 'sprintf' with type 'int (char *, const char *, ...)' sprintf(uid_string,"#%lu",(unsigned long) uid); ^ lsyslog.c:67:4: note: please include the header or explicitly provide a declaration for 'sprintf' lsyslog.c:72:5: warning: implicit declaration of function 'vasprintf' is invalid in C99 [-Wimplicit-function-declaration] vasprintf(&s,format, ap); ^ 2 warnings generated. cc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/pkg/share/locale\" -I.. -I. -I../src -I../intl -I../lib -O2 -march=i586 -c canit.c cc -O2 -march=i586 -Wl,-R/usr/pkg/lib -o lrz lrz.o timing.o zperr.o zreadline.o crctab.o rbsb.o zm.o protname.o tcp.o lsyslog.o canit.o ../lib/libzmodem.a ../intl/libintl.a cc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/pkg/share/locale\" -I.. -I. -I../src -I../intl -I../lib -O2 -march=i586 -c lsz.c lsz.c:228:16: warning: format string is not a string literal (potentially insecure) [-Wformat-security] error (0, 0, _ ("io_mode(,2) in rbsb.c not implemented\n")); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./zglobal.h:189:18: note: expanded from macro '_' # define _(Text) gettext (Text) ^~~~~~~~~~~~~~ lsz.c:526:3: warning: format string is not a string literal (potentially insecure) [-Wformat-security] _("security violation: can't do that under restricted shell\n")); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./zglobal.h:189:18: note: expanded from macro '_' # define _(Text) gettext (Text) ^~~~~~~~~~~~~~ lsz.c:556:17: warning: format string is not a string literal (potentially insecure) [-Wformat-security] error(0,0, _("cannot turnoff syslog")); ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./zglobal.h:189:18: note: expanded from macro '_' # define _(Text) gettext (Text) ^~~~~~~~~~~~~~ lsz.c:583:15: warning: format string is not a string literal (potentially insecure) [-Wformat-security] error(1,0,_("out of memory")); ^~~~~~~~~~~~~~~~~~ ./zglobal.h:189:18: note: expanded from macro '_' # define _(Text) gettext (Text) ^~~~~~~~~~~~~~ lsz.c:595:3: warning: format string is not a string literal (potentially insecure) [-Wformat-security] _("this program was never intended to be used setuid\n")); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./zglobal.h:189:18: note: expanded from macro '_' # define _(Text) gettext (Text) ^~~~~~~~~~~~~~ lsz.c:628:10: warning: format string is not a string literal (potentially insecure) [-Wformat-security] printf(_("Can't send command in restricted mode\n")); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./zglobal.h:189:18: note: expanded from macro '_' # define _(Text) gettext (Text) ^~~~~~~~~~~~~~ lsz.c:655:15: warning: format string is not a string literal (potentially insecure) [-Wformat-security] error(1,0, _("hostname too long\n")); ^~~~~~~~~~~~~~~~~~~~~~~~ ./zglobal.h:189:18: note: expanded from macro '_' # define _(Text) gettext (Text) ^~~~~~~~~~~~~~ lsz.c:670:15: warning: format string is not a string literal (potentially insecure) [-Wformat-security] error(1,0, _("illegal server address\n")); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./zglobal.h:189:18: note: expanded from macro '_' # define _(Text) gettext (Text) ^~~~~~~~~~~~~~ lsz.c:831:13: warning: format string is not a string literal (potentially insecure) [-Wformat-security] error(1,0,_("out of memory")); ^~~~~~~~~~~~~~~~~~ ./zglobal.h:189:18: note: expanded from macro '_' # define _(Text) gettext (Text) ^~~~~~~~~~~~~~ lsz.c:912:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] error(1,0,_("tcp protocol init failed\n")); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./zglobal.h:189:18: note: expanded from macro '_' # define _(Text) gettext (Text) ^~~~~~~~~~~~~~ lsz.c:972:13: warning: format string is not a string literal (potentially insecure) [-Wformat-security] vstringf (_ ("Can't open any requested files.")); ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./zglobal.h:189:18: note: expanded from macro '_' # define _(Text) gettext (Text) ^ ./zglobal.h:397:49: note: expanded from macro 'vstringf' #define vstringf(format,args...) fprintf(stderr,format, ##args) ^ lsz.c:1200:12: warning: format string is not a string literal (potentially insecure) [-Wformat-security] vstringf(_("Give your local XMODEM receive command now.")); ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./zglobal.h:189:18: note: expanded from macro '_' # define _(Text) gettext (Text) ^ ./zglobal.h:397:49: note: expanded from macro 'vstringf' #define vstringf(format,args...) fprintf(stderr,format, ##args) ^ lsz.c:1239:55: warning: format specifies type 'unsigned long' but the argument has type 'time_t' (aka 'long long') [-Wformat] sprintf(p, "%lu %lo %o 0 %d %ld", (long) f.st_size, f.st_mtime, ~~~ ^~~~~~~~~~ %llo lsz.c:1786:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] vstringf(_("got ZRQINIT")); ~~~~~~~~~^~~~~~~~~~~~~~~~~ ./zglobal.h:189:18: note: expanded from macro '_' # define _(Text) gettext (Text) ^ ./zglobal.h:397:49: note: expanded from macro 'vstringf' #define vstringf(format,args...) fprintf(stderr,format, ##args) ^ lsz.c:1792:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] vstringf(_("got ZCAN")); ~~~~~~~~~^~~~~~~~~~~~~~ ./zglobal.h:189:18: note: expanded from macro '_' # define _(Text) gettext (Text) ^ ./zglobal.h:397:49: note: expanded from macro 'vstringf' #define vstringf(format,args...) fprintf(stderr,format, ##args) ^ 15 warnings generated. cc -O2 -march=i586 -Wl,-R/usr/pkg/lib -o lsz lsz.o timing.o zperr.o zreadline.o crctab.o rbsb.o zm.o protname.o tcp.o lsyslog.o canit.o ../lib/libzmodem.a ../intl/libintl.a Making all in po Making all in man Making all in testsuite => Unwrapping files-to-be-installed.