=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> 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 abook-0.6.1 --- ./aclocal.m4 --- CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /tmp/databases/abook/work/abook-0.6.1/missing aclocal-1.14 -I m4 WARNING: 'aclocal' is missing on your system. You should only need it if you modified 'acinclude.m4' or 'configure.ac'. You might want to install the Automake and Perl packages. Grab them from any GNU archive site. --- ./configure --- --- ./config.h.in --- (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /tmp/databases/abook/work/abook-0.6.1/missing autoheader) --- ./configure --- CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /tmp/databases/abook/work/abook-0.6.1/missing autoconf --- ./config.h.in --- WARNING: 'autoheader' is missing on your system. You should only need it if you modified 'acconfig.h' or 'configure.ac'. You might want to install the Autoconf and GNU m4 packages. Grab them from any GNU archive site. --- ./configure --- WARNING: 'autoconf' is missing on your system. You should only need it if you modified 'configure.ac'. You might want to install the Autoconf and GNU m4 packages. Grab them from any GNU archive site. --- ./config.h.in --- rm -f stamp-h1 --- ./config.status --- /bin/sh ./config.status --recheck --- ./config.h.in --- touch ./config.h.in --- stamp-h1 --- cd . && /bin/sh ./config.status config.h config.status: creating config.h config.status: config.h is unchanged --- config.h --- --- all --- /usr/bin/make all-recursive --- all-recursive --- Making all in po --- check-macro-version --- --- stamp-po --- test ! -f ./abook.pot || test -z "de.gmo fr.gmo it.gmo ja.gmo sv.gmo" || /usr/bin/make de.gmo fr.gmo it.gmo ja.gmo sv.gmo --- fr.gmo --- --- it.gmo --- --- ja.gmo --- --- sv.gmo --- --- fr.gmo --- rm -f fr.gmo && /tmp/databases/abook/work/.tools/bin/msgfmt -c --statistics --verbose -o fr.gmo fr.po --- it.gmo --- rm -f it.gmo && /tmp/databases/abook/work/.tools/bin/msgfmt -c --statistics --verbose -o it.gmo it.po --- ja.gmo --- rm -f ja.gmo && /tmp/databases/abook/work/.tools/bin/msgfmt -c --statistics --verbose -o ja.gmo ja.po --- fr.gmo --- 189 translated messages, 9 fuzzy translations, 12 untranslated messages. --- de.gmo --- --- sv.gmo --- rm -f sv.gmo && /tmp/databases/abook/work/.tools/bin/msgfmt -c --statistics --verbose -o sv.gmo sv.po --- it.gmo --- 183 translated messages, 10 fuzzy translations, 17 untranslated messages. --- ja.gmo --- 148 translated messages, 25 fuzzy translations, 37 untranslated messages. --- de.gmo --- rm -f de.gmo && /tmp/databases/abook/work/.tools/bin/msgfmt -c --statistics --verbose -o de.gmo de.po 191 translated messages, 9 fuzzy translations, 10 untranslated messages. --- sv.gmo --- 141 translated messages, 29 fuzzy translations, 40 untranslated messages. touch stamp-po --- ./aclocal.m4 --- --- abook.o --- --- abook_rl.o --- --- database.o --- --- ./aclocal.m4 --- CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /tmp/databases/abook/work/abook-0.6.1/missing aclocal-1.14 -I m4 --- abook_rl.o --- gcc -DHAVE_CONFIG_H -I. -I/usr/include -I/usr/pkg/include -Wall -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -MT abook_rl.o -MD -MP -MF .deps/abook_rl.Tpo -c -o abook_rl.o abook_rl.c --- database.o --- gcc -DHAVE_CONFIG_H -I. -I/usr/include -I/usr/pkg/include -Wall -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -MT database.o -MD -MP -MF .deps/database.Tpo -c -o database.o database.c --- abook.o --- gcc -DHAVE_CONFIG_H -I. -I/usr/include -I/usr/pkg/include -Wall -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -MT abook.o -MD -MP -MF .deps/abook.Tpo -c -o abook.o abook.c --- ./aclocal.m4 --- WARNING: 'aclocal' is missing on your system. You should only need it if you modified 'acinclude.m4' or 'configure.ac'. You might want to install the Automake and Perl packages. Grab them from any GNU archive site. --- edit.o --- gcc -DHAVE_CONFIG_H -I. -I/usr/include -I/usr/pkg/include -Wall -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -MT edit.o -MD -MP -MF .deps/edit.Tpo -c -o edit.o edit.c edit.c: In function 'editor_print_data': edit.c:209:9: warning: variable 'x' set but not used [-Wunused-but-set-variable] int y, x; ^ edit.c: In function 'edit_loop': edit.c:677:3: error: unknown type name 'MEVENT' MEVENT event; ^~~~~~ edit.c:678:6: warning: implicit declaration of function 'getmouse'; did you mean 'gettmode'? [-Wimplicit-function-declaration] if(getmouse(&event) == OK) { ^~~~~~~~ gettmode edit.c:679:12: error: request for member 'bstate' in something not a structure or union if(event.bstate & BUTTON1_CLICKED ^ edit.c:679:22: error: 'BUTTON1_CLICKED' undeclared (first use in this function); did you mean 'BUTTON5_PRESSED'? if(event.bstate & BUTTON1_CLICKED ^~~~~~~~~~~~~~~ BUTTON5_PRESSED edit.c:679:22: note: each undeclared identifier is reported only once for each function it appears in edit.c:680:15: error: request for member 'bstate' in something not a structure or union || event.bstate & BUTTON1_DOUBLE_CLICKED) { ^ edit.c:680:25: error: 'BUTTON1_DOUBLE_CLICKED' undeclared (first use in this function); did you mean 'BUTTON1_CLICKED'? || event.bstate & BUTTON1_DOUBLE_CLICKED) { ^~~~~~~~~~~~~~~~~~~~~~ BUTTON1_CLICKED edit.c:683:13: error: request for member 'y' in something not a structure or union if(event.y == 0) { ^ edit.c:686:20: error: request for member 'y' in something not a structure or union } else if(event.y == window_y + TABLINE ^ edit.c:687:16: error: request for member 'y' in something not a structure or union || event.y == window_y + TABLINE + 1) { ^ edit.c:689:25: error: request for member 'x' in something not a structure or union int mouse_x = event.x; ^ edit.c:706:20: error: request for member 'y' in something not a structure or union } else if(event.y >= window_y + FIELDS_START_Y) { ^ edit.c:708:23: error: request for member 'y' in something not a structure or union int j = 1 + event.y - window_y - FIELDS_START_Y; ^ edit.c:681:19: warning: variable 'window_x' set but not used [-Wunused-but-set-variable] int window_y, window_x; ^~~~~~~~ edit.c:714:19: error: request for member 'bstate' in something not a structure or union } else if(event.bstate & BUTTON4_PRESSED) { ^ edit.c:714:29: error: 'BUTTON4_PRESSED' undeclared (first use in this function); did you mean 'BUTTON5_PRESSED'? } else if(event.bstate & BUTTON4_PRESSED) { ^~~~~~~~~~~~~~~ BUTTON5_PRESSED edit.c:717:17: error: request for member 'bstate' in something not a structure or union else if(event.bstate & BUTTON5_PRESSED) { ^ *** [edit.o] Error code 1 make[2]: stopped in /tmp/databases/abook/work/abook-0.6.1 --- abook_rl.o --- mv -f .deps/abook_rl.Tpo .deps/abook_rl.Po --- abook.o --- mv -f .deps/abook.Tpo .deps/abook.Po --- database.o --- mv -f .deps/database.Tpo .deps/database.Po 1 error make[2]: stopped in /tmp/databases/abook/work/abook-0.6.1 *** [all-recursive] Error code 1 make[1]: stopped in /tmp/databases/abook/work/abook-0.6.1 1 error make[1]: stopped in /tmp/databases/abook/work/abook-0.6.1 *** [all] Error code 2 make: stopped in /tmp/databases/abook/work/abook-0.6.1 1 error make: stopped in /tmp/databases/abook/work/abook-0.6.1 *** Error code 2 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/databases/abook *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/databases/abook