+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=39 WRKLOG=/tmp/bulklog/notmuch-0.36/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=39 WRKLOG=/tmp/bulklog/notmuch-0.36/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for notmuch-0.36 Use "/bin/make V=1" to see the verbose compile lines. CC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include command-line-arguments.o CC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include debugger.o CC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include status.o CC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include gmime-filter-reply.o CC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include hooks.o echo 0.36 > version.stamp CC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include notmuch-client-init.o CC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include notmuch-compact.o CC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include notmuch-config.o notmuch-compact.c: In function 'notmuch_compact_command': notmuch-compact.c:41:2: warning: missing initializer for field 'opt_inherit' of 'notmuch_opt_desc_t' [-Wmissing-field-initializers] { } ^ In file included from notmuch-client.h:486:0, from notmuch-compact.c:21: command-line-arguments.h:21:36: note: 'opt_inherit' declared here const struct notmuch_opt_desc *opt_inherit; ^ CC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include notmuch-count.o notmuch-config.c: In function 'notmuch_conffile_open': notmuch-config.c:285:5: error: 'for' loop initial declarations are only allowed in C99 mode for (size_t i = 0; i < ARRAY_SIZE (group_comment_table); i++) { ^ notmuch-config.c:285:5: note: use option -std=c99 or -std=gnu99 to compile your code notmuch-config.c: In function '_config_key_info': notmuch-config.c:529:5: error: 'for' loop initial declarations are only allowed in C99 mode for (size_t i = 0; i < ARRAY_SIZE (config_key_table); i++) { ^ notmuch-config.c: In function 'notmuch_config_command_set': notmuch-config.c:605:2: warning: missing initializer for field 'opt_inherit' of 'notmuch_opt_desc_t' [-Wmissing-field-initializers] { } ^ In file included from notmuch-client.h:486:0, from notmuch-config.c:21: command-line-arguments.h:21:36: note: 'opt_inherit' declared here const struct notmuch_opt_desc *opt_inherit; ^ make: *** [notmuch-config.o] Error 1 make: *** Waiting for unfinished jobs.... notmuch-count.c: In function 'notmuch_count_command': notmuch-count.c:180:2: warning: missing initializer for field 'opt_inherit' of 'notmuch_opt_desc_t' [-Wmissing-field-initializers] { } ^ In file included from notmuch-client.h:486:0, from notmuch-count.c:22: command-line-arguments.h:21:36: note: 'opt_inherit' declared here const struct notmuch_opt_desc *opt_inherit; ^ *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/mail/notmuch *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/mail/notmuch