=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for giftcurs-0.6.2nb8 /usr/pkg/bin/bmake all-recursive Making all in po Making all in intl Making all in src if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -DPCRE_STATIC -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DLOCALEDIR=\"/usr/pkg/share/locale\" -I/usr/pkg/include -I/usr/include -DNDEBUG -O2 -march=i586 -I/usr/pkg/include -I/usr/include -no-cpp-precomp -Wall -Winline -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o `test -f 'main.c' || echo './'`main.c; then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -DPCRE_STATIC -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DLOCALEDIR=\"/usr/pkg/share/locale\" -I/usr/pkg/include -I/usr/include -DNDEBUG -O2 -march=i586 -I/usr/pkg/include -I/usr/include -no-cpp-precomp -Wall -Winline -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT ban.o -MD -MP -MF ".deps/ban.Tpo" -c -o ban.o `test -f 'ban.c' || echo './'`ban.c; then mv -f ".deps/ban.Tpo" ".deps/ban.Po"; else rm -f ".deps/ban.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -DPCRE_STATIC -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DLOCALEDIR=\"/usr/pkg/share/locale\" -I/usr/pkg/include -I/usr/include -DNDEBUG -O2 -march=i586 -I/usr/pkg/include -I/usr/include -no-cpp-precomp -Wall -Winline -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT get.o -MD -MP -MF ".deps/get.Tpo" -c -o get.o `test -f 'get.c' || echo './'`get.c; then mv -f ".deps/get.Tpo" ".deps/get.Po"; else rm -f ".deps/get.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -DPCRE_STATIC -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DLOCALEDIR=\"/usr/pkg/share/locale\" -I/usr/pkg/include -I/usr/include -DNDEBUG -O2 -march=i586 -I/usr/pkg/include -I/usr/include -no-cpp-precomp -Wall -Winline -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT gift.o -MD -MP -MF ".deps/gift.Tpo" -c -o gift.o `test -f 'gift.c' || echo './'`gift.c; then mv -f ".deps/gift.Tpo" ".deps/gift.Po"; else rm -f ".deps/gift.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -DPCRE_STATIC -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DLOCALEDIR=\"/usr/pkg/share/locale\" -I/usr/pkg/include -I/usr/include -DNDEBUG -O2 -march=i586 -I/usr/pkg/include -I/usr/include -no-cpp-precomp -Wall -Winline -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT list.o -MD -MP -MF ".deps/list.Tpo" -c -o list.o `test -f 'list.c' || echo './'`list.c; then mv -f ".deps/list.Tpo" ".deps/list.Po"; else rm -f ".deps/list.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -DPCRE_STATIC -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DLOCALEDIR=\"/usr/pkg/share/locale\" -I/usr/pkg/include -I/usr/include -DNDEBUG -O2 -march=i586 -I/usr/pkg/include -I/usr/include -no-cpp-precomp -Wall -Winline -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT misc.o -MD -MP -MF ".deps/misc.Tpo" -c -o misc.o `test -f 'misc.c' || echo './'`misc.c; then mv -f ".deps/misc.Tpo" ".deps/misc.Po"; else rm -f ".deps/misc.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -DPCRE_STATIC -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DLOCALEDIR=\"/usr/pkg/share/locale\" -I/usr/pkg/include -I/usr/include -DNDEBUG -O2 -march=i586 -I/usr/pkg/include -I/usr/include -no-cpp-precomp -Wall -Winline -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT parse.o -MD -MP -MF ".deps/parse.Tpo" -c -o parse.o `test -f 'parse.c' || echo './'`parse.c; then mv -f ".deps/parse.Tpo" ".deps/parse.Po"; else rm -f ".deps/parse.Tpo"; exit 1; fi parse.c:208:9: warning: array subscript is of type 'char' [-Wchar-subscripts] while (isdigit(*foo)) ^~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ parse.c:211:10: warning: array subscript is of type 'char' [-Wchar-subscripts] while (isdigit(*foo) && scale < 1001) ^~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ 2 warnings generated. if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -DPCRE_STATIC -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DLOCALEDIR=\"/usr/pkg/share/locale\" -I/usr/pkg/include -I/usr/include -DNDEBUG -O2 -march=i586 -I/usr/pkg/include -I/usr/include -no-cpp-precomp -Wall -Winline -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT protocol.o -MD -MP -MF ".deps/protocol.Tpo" -c -o protocol.o `test -f 'protocol.c' || echo './'`protocol.c; then mv -f ".deps/protocol.Tpo" ".deps/protocol.Po"; else rm -f ".deps/protocol.Tpo"; exit 1; fi protocol.c:68:9: warning: array subscript is of type 'char' [-Wchar-subscripts] while (isalnum(*str) || *str == '_') ^~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:48:44: note: expanded from macro 'isalnum' #define isalnum(c) ((int)((_ctype_tab_ + 1)[(c)] & (_CTYPE_A|_CTYPE_D))) ^~~~ 1 warning generated. if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -DPCRE_STATIC -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DLOCALEDIR=\"/usr/pkg/share/locale\" -I/usr/pkg/include -I/usr/include -DNDEBUG -O2 -march=i586 -I/usr/pkg/include -I/usr/include -no-cpp-precomp -Wall -Winline -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT screen.o -MD -MP -MF ".deps/screen.Tpo" -c -o screen.o `test -f 'screen.c' || echo './'`screen.c; then mv -f ".deps/screen.Tpo" ".deps/screen.Po"; else rm -f ".deps/screen.Tpo"; exit 1; fi screen.c:261:2: warning: implicit declaration of function 'g_atexit' is invalid in C99 [-Wimplicit-function-declaration] g_atexit(screen_deinit); ^ 1 warning generated. if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -DPCRE_STATIC -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DLOCALEDIR=\"/usr/pkg/share/locale\" -I/usr/pkg/include -I/usr/include -DNDEBUG -O2 -march=i586 -I/usr/pkg/include -I/usr/include -no-cpp-precomp -Wall -Winline -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT search.o -MD -MP -MF ".deps/search.Tpo" -c -o search.o `test -f 'search.c' || echo './'`search.c; then mv -f ".deps/search.Tpo" ".deps/search.Po"; else rm -f ".deps/search.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -DPCRE_STATIC -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DLOCALEDIR=\"/usr/pkg/share/locale\" -I/usr/pkg/include -I/usr/include -DNDEBUG -O2 -march=i586 -I/usr/pkg/include -I/usr/include -no-cpp-precomp -Wall -Winline -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT settings.o -MD -MP -MF ".deps/settings.Tpo" -c -o settings.o `test -f 'settings.c' || echo './'`settings.c; then mv -f ".deps/settings.Tpo" ".deps/settings.Po"; else rm -f ".deps/settings.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -DPCRE_STATIC -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DLOCALEDIR=\"/usr/pkg/share/locale\" -I/usr/pkg/include -I/usr/include -DNDEBUG -O2 -march=i586 -I/usr/pkg/include -I/usr/include -no-cpp-precomp -Wall -Winline -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT transfer.o -MD -MP -MF ".deps/transfer.Tpo" -c -o transfer.o `test -f 'transfer.c' || echo './'`transfer.c; then mv -f ".deps/transfer.Tpo" ".deps/transfer.Po"; else rm -f ".deps/transfer.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -DPCRE_STATIC -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DLOCALEDIR=\"/usr/pkg/share/locale\" -I/usr/pkg/include -I/usr/include -DNDEBUG -O2 -march=i586 -I/usr/pkg/include -I/usr/include -no-cpp-precomp -Wall -Winline -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT tree.o -MD -MP -MF ".deps/tree.Tpo" -c -o tree.o `test -f 'tree.c' || echo './'`tree.c; then mv -f ".deps/tree.Tpo" ".deps/tree.Po"; else rm -f ".deps/tree.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -DPCRE_STATIC -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DLOCALEDIR=\"/usr/pkg/share/locale\" -I/usr/pkg/include -I/usr/include -DNDEBUG -O2 -march=i586 -I/usr/pkg/include -I/usr/include -no-cpp-precomp -Wall -Winline -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT ui.o -MD -MP -MF ".deps/ui.Tpo" -c -o ui.o `test -f 'ui.c' || echo './'`ui.c; then mv -f ".deps/ui.Tpo" ".deps/ui.Po"; else rm -f ".deps/ui.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -DPCRE_STATIC -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DLOCALEDIR=\"/usr/pkg/share/locale\" -I/usr/pkg/include -I/usr/include -DNDEBUG -O2 -march=i586 -I/usr/pkg/include -I/usr/include -no-cpp-precomp -Wall -Winline -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT ui_console.o -MD -MP -MF ".deps/ui_console.Tpo" -c -o ui_console.o `test -f 'ui_console.c' || echo './'`ui_console.c; then mv -f ".deps/ui_console.Tpo" ".deps/ui_console.Po"; else rm -f ".deps/ui_console.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -DPCRE_STATIC -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DLOCALEDIR=\"/usr/pkg/share/locale\" -I/usr/pkg/include -I/usr/include -DNDEBUG -O2 -march=i586 -I/usr/pkg/include -I/usr/include -no-cpp-precomp -Wall -Winline -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT ui_draw.o -MD -MP -MF ".deps/ui_draw.Tpo" -c -o ui_draw.o `test -f 'ui_draw.c' || echo './'`ui_draw.c; then mv -f ".deps/ui_draw.Tpo" ".deps/ui_draw.Po"; else rm -f ".deps/ui_draw.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -DPCRE_STATIC -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DLOCALEDIR=\"/usr/pkg/share/locale\" -I/usr/pkg/include -I/usr/include -DNDEBUG -O2 -march=i586 -I/usr/pkg/include -I/usr/include -no-cpp-precomp -Wall -Winline -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT ui_help.o -MD -MP -MF ".deps/ui_help.Tpo" -c -o ui_help.o `test -f 'ui_help.c' || echo './'`ui_help.c; then mv -f ".deps/ui_help.Tpo" ".deps/ui_help.Po"; else rm -f ".deps/ui_help.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -DPCRE_STATIC -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DLOCALEDIR=\"/usr/pkg/share/locale\" -I/usr/pkg/include -I/usr/include -DNDEBUG -O2 -march=i586 -I/usr/pkg/include -I/usr/include -no-cpp-precomp -Wall -Winline -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT ui_input.o -MD -MP -MF ".deps/ui_input.Tpo" -c -o ui_input.o `test -f 'ui_input.c' || echo './'`ui_input.c; then mv -f ".deps/ui_input.Tpo" ".deps/ui_input.Po"; else rm -f ".deps/ui_input.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -DPCRE_STATIC -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DLOCALEDIR=\"/usr/pkg/share/locale\" -I/usr/pkg/include -I/usr/include -DNDEBUG -O2 -march=i586 -I/usr/pkg/include -I/usr/include -no-cpp-precomp -Wall -Winline -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT ui_main.o -MD -MP -MF ".deps/ui_main.Tpo" -c -o ui_main.o `test -f 'ui_main.c' || echo './'`ui_main.c; then mv -f ".deps/ui_main.Tpo" ".deps/ui_main.Po"; else rm -f ".deps/ui_main.Tpo"; exit 1; fi ui_main.c:757:55: warning: format string is empty [-Wformat-zero-length] g_snprintf(tmp, sizeof tmp, stats.network ? " %s " : "", stats.network); ^~ 1 warning generated. if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -DPCRE_STATIC -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DLOCALEDIR=\"/usr/pkg/share/locale\" -I/usr/pkg/include -I/usr/include -DNDEBUG -O2 -march=i586 -I/usr/pkg/include -I/usr/include -no-cpp-precomp -Wall -Winline -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT ui_mouse.o -MD -MP -MF ".deps/ui_mouse.Tpo" -c -o ui_mouse.o `test -f 'ui_mouse.c' || echo './'`ui_mouse.c; then mv -f ".deps/ui_mouse.Tpo" ".deps/ui_mouse.Po"; else rm -f ".deps/ui_mouse.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -DPCRE_STATIC -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DLOCALEDIR=\"/usr/pkg/share/locale\" -I/usr/pkg/include -I/usr/include -DNDEBUG -O2 -march=i586 -I/usr/pkg/include -I/usr/include -no-cpp-precomp -Wall -Winline -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT ui_settings.o -MD -MP -MF ".deps/ui_settings.Tpo" -c -o ui_settings.o `test -f 'ui_settings.c' || echo './'`ui_settings.c; then mv -f ".deps/ui_settings.Tpo" ".deps/ui_settings.Po"; else rm -f ".deps/ui_settings.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -DPCRE_STATIC -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DLOCALEDIR=\"/usr/pkg/share/locale\" -I/usr/pkg/include -I/usr/include -DNDEBUG -O2 -march=i586 -I/usr/pkg/include -I/usr/include -no-cpp-precomp -Wall -Winline -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT ui_transfer.o -MD -MP -MF ".deps/ui_transfer.Tpo" -c -o ui_transfer.o `test -f 'ui_transfer.c' || echo './'`ui_transfer.c; then mv -f ".deps/ui_transfer.Tpo" ".deps/ui_transfer.Po"; else rm -f ".deps/ui_transfer.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -DPCRE_STATIC -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DLOCALEDIR=\"/usr/pkg/share/locale\" -I/usr/pkg/include -I/usr/include -DNDEBUG -O2 -march=i586 -I/usr/pkg/include -I/usr/include -no-cpp-precomp -Wall -Winline -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT format.o -MD -MP -MF ".deps/format.Tpo" -c -o format.o `test -f 'format.c' || echo './'`format.c; then mv -f ".deps/format.Tpo" ".deps/format.Po"; else rm -f ".deps/format.Tpo"; exit 1; fi format.c:188:8: warning: array subscript is of type 'char' [-Wchar-subscripts] if (!isalpha(fmt[0])) ^~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:49:44: note: expanded from macro 'isalpha' #define isalpha(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_A)) ^~~~ format.c:428:6: warning: array subscript is of type 'char' [-Wchar-subscripts] if (isdigit(attr[0])) { ^~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ format.c:484:9: warning: array subscript is of type 'char' [-Wchar-subscripts] while (isalnum(*str) || (*str && strchr("_-%<$", *str))) ^~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:48:44: note: expanded from macro 'isalnum' #define isalnum(c) ((int)((_ctype_tab_ + 1)[(c)] & (_CTYPE_A|_CTYPE_D))) ^~~~ format.c:694:15: warning: array subscript is of type 'char' [-Wchar-subscripts] } else if (isdigit(args[0])) { ^~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ 4 warnings generated. if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -DPCRE_STATIC -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DLOCALEDIR=\"/usr/pkg/share/locale\" -I/usr/pkg/include -I/usr/include -DNDEBUG -O2 -march=i586 -I/usr/pkg/include -I/usr/include -no-cpp-precomp -Wall -Winline -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT xcommon.o -MD -MP -MF ".deps/xcommon.Tpo" -c -o xcommon.o `test -f 'xcommon.c' || echo './'`xcommon.c; then mv -f ".deps/xcommon.Tpo" ".deps/xcommon.Po"; else rm -f ".deps/xcommon.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -DPCRE_STATIC -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -DLOCALEDIR=\"/usr/pkg/share/locale\" -I/usr/pkg/include -I/usr/include -DNDEBUG -O2 -march=i586 -I/usr/pkg/include -I/usr/include -no-cpp-precomp -Wall -Winline -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT wcwidth.o -MD -MP -MF ".deps/wcwidth.Tpo" -c -o wcwidth.o `test -f 'wcwidth.c' || echo './'`wcwidth.c; then mv -f ".deps/wcwidth.Tpo" ".deps/wcwidth.Po"; else rm -f ".deps/wcwidth.Tpo"; exit 1; fi cc -DNDEBUG -O2 -march=i586 -I/usr/pkg/include -I/usr/include -no-cpp-precomp -Wall -Winline -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -o giFTcurs main.o ban.o get.o gift.o list.o misc.o parse.o protocol.o screen.o search.o settings.o transfer.o tree.o ui.o ui_console.o ui_draw.o ui_help.o ui_input.o ui_main.o ui_mouse.o ui_settings.o ui_transfer.o format.o xcommon.o wcwidth.o /usr/pkg/lib/libintl.so /usr/lib/libc.so -Wl,-rpath -Wl,/usr/pkg/lib -lcurses -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lglib-2.0 -lintl ui_transfer.o: In function `total_getattr': ui_transfer.c:(.text+0x14fc): undefined reference to `disk_free' clang: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/net/giftcurs/work/giFTcurs-0.6.2/src *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/net/giftcurs/work/giFTcurs-0.6.2 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/net/giftcurs/work/giFTcurs-0.6.2 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/net/giftcurs *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/net/giftcurs