=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/databases/abook", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for abook-0.6.1nb1 --- ./aclocal.m4 --- CDPATH="${ZSH_VERSION+.}:" && cd . && /usr/bin/bash /tmp/work/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 --- --- ./configure --- CDPATH="${ZSH_VERSION+.}:" && cd . && /usr/bin/bash /tmp/work/databases/abook/work/abook-0.6.1/missing autoconf --- ./config.h.in --- (CDPATH="${ZSH_VERSION+.}:" && cd . && /usr/bin/bash /tmp/work/databases/abook/work/abook-0.6.1/missing autoheader) --- ./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 --- 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. --- ./config.status --- /usr/bin/bash ./config.status --recheck --- ./config.h.in --- rm -f stamp-h1 touch ./config.h.in --- stamp-h1 --- cd . && /usr/bin/bash ./config.status config.h config.status: creating config.h config.status: config.h is unchanged --- config.h --- --- all --- /opt/pkg/bin/bmake 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" || /opt/pkg/bin/bmake 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/work/databases/abook/work/.tools/bin/msgfmt -c --statistics --verbose -o fr.gmo fr.po --- it.gmo --- rm -f it.gmo && /tmp/work/databases/abook/work/.tools/bin/msgfmt -c --statistics --verbose -o it.gmo it.po --- sv.gmo --- rm -f sv.gmo && /tmp/work/databases/abook/work/.tools/bin/msgfmt -c --statistics --verbose -o sv.gmo sv.po --- ja.gmo --- rm -f ja.gmo && /tmp/work/databases/abook/work/.tools/bin/msgfmt -c --statistics --verbose -o ja.gmo ja.po --- it.gmo --- it.po: 183 translated messages, 10 fuzzy translations, 17 untranslated messages. --- fr.gmo --- fr.po: 189 translated messages, 9 fuzzy translations, 12 untranslated messages. --- de.gmo --- --- ja.gmo --- ja.po: 148 translated messages, 25 fuzzy translations, 37 untranslated messages. --- sv.gmo --- sv.po: 141 translated messages, 29 fuzzy translations, 40 untranslated messages. --- de.gmo --- rm -f de.gmo && /tmp/work/databases/abook/work/.tools/bin/msgfmt -c --statistics --verbose -o de.gmo de.po de.po: 191 translated messages, 9 fuzzy translations, 10 untranslated messages. touch stamp-po --- ./aclocal.m4 --- --- abook.o --- --- abook_rl.o --- --- database.o --- --- abook_rl.o --- gcc -DHAVE_CONFIG_H -I. -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -MT abook_rl.o -MD -MP -MF .deps/abook_rl.Tpo -c -o abook_rl.o abook_rl.c --- abook.o --- gcc -DHAVE_CONFIG_H -I. -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -MT abook.o -MD -MP -MF .deps/abook.Tpo -c -o abook.o abook.c --- ./aclocal.m4 --- CDPATH="${ZSH_VERSION+.}:" && cd . && /usr/bin/bash /tmp/work/databases/abook/work/abook-0.6.1/missing aclocal-1.14 -I m4 --- database.o --- gcc -DHAVE_CONFIG_H -I. -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -MT database.o -MD -MP -MF .deps/database.Tpo -c -o database.o database.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/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -MT edit.o -MD -MP -MF .deps/edit.Tpo -c -o edit.o edit.c --- abook.o --- In file included from abook.c:35: getopt.h:109:20: error: conflicting types for 'getopt'; have 'int(void)' 109 | extern int getopt(); | ^~~~~~ In file included from abook.c:14: /usr/include/stdlib.h:302:12: note: previous declaration of 'getopt' with type 'int(int, char * const*, const char *)' 302 | extern int getopt(int, char *const *, const char *); | ^~~~~~ *** [abook.o] Error code 1 bmake[2]: stopped making "all-am" in /tmp/work/databases/abook/work/abook-0.6.1 --- edit.o --- edit.c: In function 'editor_print_data': edit.c:209:16: warning: variable 'x' set but not used [-Wunused-but-set-variable] 209 | int y, x; | ^ edit.c: In function 'edit_loop': edit.c:681:47: warning: variable 'window_x' set but not used [-Wunused-but-set-variable] 681 | int window_y, window_x; | ^~~~~~~~ --- abook_rl.o --- mv -f .deps/abook_rl.Tpo .deps/abook_rl.Po --- edit.o --- edit.c: In function 'parse_date_string': edit.c:501:17: warning: 'strncpy' specified bound 12 equals destination size [-Wstringop-truncation] 501 | p = s = strncpy(buf, str, sizeof(buf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mv -f .deps/edit.Tpo .deps/edit.Po --- database.o --- mv -f .deps/database.Tpo .deps/database.Po bmake[2]: 1 error bmake[2]: stopped making "all-am" in /tmp/work/databases/abook/work/abook-0.6.1 bmake[1]: stopped making "all-recursive" in /tmp/work/databases/abook/work/abook-0.6.1 bmake: stopped making "all" in /tmp/work/databases/abook/work/abook-0.6.1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/databases/abook *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/databases/abook