=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for gtk_wicontrol-0.17nb6 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. cd . \ && CONFIG_FILES= CONFIG_HEADERS=config.h \ /bin/sh ./config.status creating config.h config.h is unchanged /usr/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/var/pkgsrc/work/net/gtk_wicontrol/work/gtk_wicontrol-0.17' Making all in intl gmake[2]: Entering directory '/var/pkgsrc/work/net/gtk_wicontrol/work/gtk_wicontrol-0.17/intl' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/var/pkgsrc/work/net/gtk_wicontrol/work/gtk_wicontrol-0.17/intl' Making all in po gmake[2]: Entering directory '/var/pkgsrc/work/net/gtk_wicontrol/work/gtk_wicontrol-0.17/po' PATH=../src:$PATH /usr/pkg/bin/xgettext --default-domain=gtk_wicontrol --directory=.. \ --add-comments --keyword=_ --keyword=N_ \ --files-from=./POTFILES.in \ && test ! -f gtk_wicontrol.po \ || ( rm -f ./gtk_wicontrol.pot \ && mv gtk_wicontrol.po ./gtk_wicontrol.pot ) /var/pkgsrc/work/net/gtk_wicontrol/work/.tools/bin/msgfmt -o ja.mo ja.po rm -f cat-id-tbl.tmp sed -f ../intl/po2tbl.sed ./gtk_wicontrol.pot \ | sed -e "s/@PACKAGE NAME@/gtk_wicontrol/" > cat-id-tbl.tmp if cmp -s cat-id-tbl.tmp ./cat-id-tbl.c; then \ rm cat-id-tbl.tmp; \ else \ echo cat-id-tbl.c changed; \ rm -f ./cat-id-tbl.c; \ mv cat-id-tbl.tmp ./cat-id-tbl.c; \ fi cat-id-tbl.c changed cd . && rm -f stamp-cat-id && echo timestamp > stamp-cat-id gmake[2]: Leaving directory '/var/pkgsrc/work/net/gtk_wicontrol/work/gtk_wicontrol-0.17/po' Making all in src gmake[2]: Entering directory '/var/pkgsrc/work/net/gtk_wicontrol/work/gtk_wicontrol-0.17/src' clang -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/pkg/include -I/usr/include -O2 -I/usr/pkg/include -I/usr/include -Wall -c support.c clang -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/pkg/include -I/usr/include -O2 -I/usr/pkg/include -I/usr/include -Wall -c interface.c clang -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/pkg/include -I/usr/include -O2 -I/usr/pkg/include -I/usr/include -Wall -c main.c In file included from main.c:44: ./wiinfo.h:43:39: warning: declaration of 'struct wi_req' will not be visible outside of this function [-Wvisibility] int get_wi_info (char *ifname, struct wi_req * wreq); ^ ./wiinfo.h:44:40: warning: declaration of 'struct wi_req' will not be visible outside of this function [-Wvisibility] void set_wi_info (char *ifname, struct wi_req * wreq); ^ main.c:55:3: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration] exit (1); ^ main.c:55:3: note: include the header or explicitly provide a declaration for 'exit' 3 warnings generated. clang -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/pkg/include -I/usr/include -O2 -I/usr/pkg/include -I/usr/include -Wall -c callbacks.c clang -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/pkg/include -I/usr/include -O2 -I/usr/pkg/include -I/usr/include -Wall -c wm.c In file included from callbacks.c:44: ./wiinfo.h:43:39: warning: declaration of 'struct wi_req' will not be visible outside of this function [-Wvisibility] int get_wi_info (char *ifname, struct wi_req * wreq); ^ ./wiinfo.h:44:40: warning: declaration of 'struct wi_req' will not be visible outside of this function [-Wvisibility] void set_wi_info (char *ifname, struct wi_req * wreq); ^ callbacks.c:47:41: warning: declaration of 'struct wi_key' will not be visible outside of this function [-Wvisibility] static void wi_str2key (char *s, struct wi_key * k); ^ callbacks.c:440:17: error: variable has incomplete type 'struct wi_req' struct wi_req wreq; ^ callbacks.c:440:10: note: forward declaration of 'struct wi_req' struct wi_req wreq; ^ callbacks.c:457:17: error: use of undeclared identifier 'WI_MAX_DATALEN' wreq.wi_len = WI_MAX_DATALEN; ^ callbacks.c:458:18: error: use of undeclared identifier 'WI_RID_PORTTYPE' wreq.wi_type = WI_RID_PORTTYPE; ^ callbacks.c:477:17: error: use of undeclared identifier 'WI_MAX_DATALEN' wreq.wi_len = WI_MAX_DATALEN; ^ callbacks.c:478:18: error: use of undeclared identifier 'WI_RID_PM_ENABLED' wreq.wi_type = WI_RID_PM_ENABLED; ^ callbacks.c:490:17: error: use of undeclared identifier 'WI_MAX_DATALEN' wreq.wi_len = WI_MAX_DATALEN; ^ callbacks.c:491:18: error: use of undeclared identifier 'WI_RID_TX_RATE' wreq.wi_type = WI_RID_TX_RATE; ^ callbacks.c:501:17: error: use of undeclared identifier 'WI_MAX_DATALEN' wreq.wi_len = WI_MAX_DATALEN; ^ callbacks.c:502:18: error: use of undeclared identifier 'WI_RID_CUR_TX_RATE' wreq.wi_type = WI_RID_CUR_TX_RATE; ^ callbacks.c:516:17: error: use of undeclared identifier 'WI_MAX_DATALEN' wreq.wi_len = WI_MAX_DATALEN; ^ callbacks.c:517:18: error: use of undeclared identifier 'WI_RID_SERIALNO' wreq.wi_type = WI_RID_SERIALNO; ^ callbacks.c:536:17: error: use of undeclared identifier 'WI_MAX_DATALEN' wreq.wi_len = WI_MAX_DATALEN; ^ callbacks.c:537:18: error: use of undeclared identifier 'WI_RID_MAC_NODE' wreq.wi_type = WI_RID_MAC_NODE; ^ callbacks.c:553:17: error: use of undeclared identifier 'WI_MAX_DATALEN' wreq.wi_len = WI_MAX_DATALEN; ^ callbacks.c:554:18: error: use of undeclared identifier 'WI_RID_CHANNEL_LIST' wreq.wi_type = WI_RID_CHANNEL_LIST; ^ callbacks.c:566:17: error: use of undeclared identifier 'WI_MAX_DATALEN' wreq.wi_len = WI_MAX_DATALEN; ^ callbacks.c:567:18: error: use of undeclared identifier 'WI_RID_OWN_CHNL' wreq.wi_type = WI_RID_OWN_CHNL; ^ callbacks.c:579:17: error: use of undeclared identifier 'WI_MAX_DATALEN' wreq.wi_len = WI_MAX_DATALEN; ^ callbacks.c:580:18: error: use of undeclared identifier 'WI_RID_CURRENT_CHAN' wreq.wi_type = WI_RID_CURRENT_CHAN; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 3 warnings and 20 errors generated. Makefile:250: recipe for target 'callbacks.o' failed gmake[2]: *** [callbacks.o] Error 1 gmake[2]: *** Waiting for unfinished jobs.... gmake[2]: Leaving directory '/var/pkgsrc/work/net/gtk_wicontrol/work/gtk_wicontrol-0.17/src' Makefile:160: recipe for target 'all-recursive' failed gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory '/var/pkgsrc/work/net/gtk_wicontrol/work/gtk_wicontrol-0.17' Makefile:310: recipe for target 'all-recursive-am' failed gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/net/gtk_wicontrol *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/net/gtk_wicontrol