+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/sslh-1.22c/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/sslh-1.22c/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for sslh-1.22c
./genver.sh >version.h
cc -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -DLIBWRAP -DENABLE_REGEX -DLIBCONFIG -c sslh-conf.c
sslh-conf.c: In function 'myconfig_setting_lookup_stringcpy':
sslh-conf.c:229:17: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
         asprintf(value, "%s", str);
                 ^
sslh-conf.c: In function 'c2s_parse_file':
sslh-conf.c:1807:20: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
            asprintf(errmsg, "%s:%d:%s", 
                    ^
sslh-conf.c:1813:17: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
         asprintf(errmsg, "%s:%s", filename, config_error_text(c));
                 ^
sslh-conf.c: In function 'read_block':
sslh-conf.c:1518:21: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
             asprintf(errmsg, "Mandatory option \"%s\" not found", desc->name);
                     ^
sslh-conf.c: In function 'read_block_setval':
sslh-conf.c:1461:25: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
                 asprintf(errmsg, "Option \"%s\" wrong type, expected %s\n", 
                         ^
sslh-conf.c: In function 'settingcpy':
sslh-conf.c:313:17: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
         asprintf(&str, "%s", config_setting_get_string(setting));
                 ^
sslh-conf.c: In function 'clcpy':
sslh-conf.c:356:17: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
         asprintf(&str, "%s", (*(struct arg_str**)cl_arg)->sval[0]);
                 ^
sslh-conf.c: In function 'regcompmatch_posix':
sslh-conf.c:1676:17: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
         asprintf(errmsg, "compiling pattern /%s/:%s", arg->regex, regerr);
                 ^
sslh-conf.c:1682:17: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
         asprintf(errmsg, "--%s %s: Illegal argument", 
                 ^
sslh-conf.c: In function 'cfg_as_string':
sslh-conf.c:1868:21: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
             asprintf(&subpath, "%s[%d]%s", path, config_setting_index(child), name);
                     ^
sslh-conf.c:1870:21: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
             asprintf(&subpath, "%s/%s", path, name);
                     ^
sslh-conf.c:1878:25: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
                 asprintf(&old, "%s", *strp);
                         ^
sslh-conf.c:1881:25: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
                 asprintf(&old, "%s", "");
                         ^
sslh-conf.c:1883:21: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
             asprintf(strp, "%s%s:%s", old, subpath, value);
                     ^
sslh-conf.c: In function 'scalar_to_string':
sslh-conf.c:1824:17: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
         asprintf(strp, "%d\n", config_setting_get_int(s));
                 ^
sslh-conf.c:1828:17: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
         asprintf(strp, "%s\n", config_setting_get_bool(s) ?  "[true]" : "[false]" );
                 ^
sslh-conf.c:1832:17: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
         asprintf(strp, "%lld\n", config_setting_get_int64(s));
                 ^
sslh-conf.c:1836:17: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
         asprintf(strp, "%lf\n", config_setting_get_float(s));
                 ^
sslh-conf.c:1840:17: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
         asprintf(strp, "%s\n", config_setting_get_string(s));
                 ^
cc -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -DLIBWRAP -DENABLE_REGEX -DLIBCONFIG -c common.c
cc -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -DLIBWRAP -DENABLE_REGEX -DLIBCONFIG -c sslh-main.c
cc -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -DLIBWRAP -DENABLE_REGEX -DLIBCONFIG -c probe.c
cc -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -DLIBWRAP -DENABLE_REGEX -DLIBCONFIG -c tls.c
cc -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -DLIBWRAP -DENABLE_REGEX -DLIBCONFIG -c argtable3.c
In file included from /usr/include/string.h:638:0,
                 from argtable3.c:316:
In function 'memset',
    inlined from 'trex_compile' at argtable3.c:4430:15:
/usr/include/bits/string3.h:81:30: warning: call to '__warn_memset_zero_len' declared with attribute warning: memset used with constant zero length parameter; this could be due to transposed parameters [enabled by default]
       __warn_memset_zero_len ();
                              ^
cc -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -DLIBWRAP -DENABLE_REGEX -DLIBCONFIG -c udp-listener.c
cc -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -DLIBWRAP -DENABLE_REGEX -DLIBCONFIG -c collection.c
cc -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -DLIBWRAP -DENABLE_REGEX -DLIBCONFIG -c gap.c
gap.c: In function 'gap_init':
gap.c:58:5: error: 'for' loop initial declarations are only allowed in C99 mode
     for (int i = 0; i < gap->len; i++)
     ^
gap.c:58:5: note: use option -std=c99 or -std=gnu99 to compile your code
gap.c: In function 'gap_extend':
gap.c:78:5: error: 'for' loop initial declarations are only allowed in C99 mode
     for (int i = gap->len; i < new_length; i++) {
     ^
make: *** [gap.o] Error 1
*** Error code 2

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/net/sslh
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/net/sslh