+ 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/ccze-0.2.1nb5/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/ccze-0.2.1nb5/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for ccze-0.2.1nb5
/usr/pkg/bin/gmake -C doc all
gmake[1]: Entering directory '/home/pbulk/build/sysutils/ccze/work/ccze-0.2.1/doc'
sed -e "s,@VERSION@,0.2.1,g" -e "s,@DIST@,stable,g" \
    <ccze.spec.in >ccze.spec
sed -e "s,@VERSION\@,0.2.1,g" \
    -e "s,@sysconfdir\@,/usr/pkg/etc,g" \
    -e "s,@pkglibdir\@,/usr/pkg/lib/ccze,g" \
<./ccze.1.in >ccze.1T && mv -f ccze.1T ccze.1
sed -e "s,@VERSION\@,0.2.1,g" \
    -e "s,@sysconfdir\@,/usr/pkg/etc,g" \
    -e "s,@pkglibdir\@,/usr/pkg/lib/ccze,g" \
<./ccze-plugin.7.in >ccze-plugin.7T && mv -f ccze-plugin.7T ccze-plugin.7
sed -e "s,@VERSION\@,0.2.1,g" \
    -e "s,@sysconfdir\@,/usr/pkg/etc,g" \
    -e "s,@pkglibdir\@,/usr/pkg/lib/ccze,g" \
<./ccze-cssdump.1.in >ccze-cssdump.1T && mv -f ccze-cssdump.1T ccze-cssdump.1
gmake[1]: Leaving directory '/home/pbulk/build/sysutils/ccze/work/ccze-0.2.1/doc'
/usr/pkg/bin/gmake -C src all
gmake[1]: Entering directory '/home/pbulk/build/sysutils/ccze/work/ccze-0.2.1/src'
cc -c -I/usr/pkg/include/ncurses -I/usr/pkg/include -I. -I. -I.. -DPATCHLEVEL=\"1\" -DSYSCONFDIR=\"/usr/pkg/etc\" -D_GNU_SOURCE=1 -DPKGLIBDIR=\"/usr/pkg/lib/ccze\" -DHAVE_SYSTEM_H=1 -DBUILTIN=1 -Wshadow -Wpointer-arith -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wbad-function-cast -Wsign-compare -Wchar-subscripts -Wcomment -Wformat -Wformat-nonliteral -Wformat-security -Wimplicit -Wmain -Wmissing-braces -Wparentheses -Wreturn-type -Wswitch -Wmulticharacter -Wmissing-noreturn -Wmissing-declarations  -pipe -O2 -I/usr/pkg/include/ncurses -I/usr/pkg/include -I/usr/pkg/include ccze.c
cc -c -I/usr/pkg/include/ncurses -I/usr/pkg/include -I. -I. -I.. -DPATCHLEVEL=\"1\" -DSYSCONFDIR=\"/usr/pkg/etc\" -D_GNU_SOURCE=1 -DPKGLIBDIR=\"/usr/pkg/lib/ccze\" -DHAVE_SYSTEM_H=1 -DBUILTIN=1 -Wshadow -Wpointer-arith -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wbad-function-cast -Wsign-compare -Wchar-subscripts -Wcomment -Wformat -Wformat-nonliteral -Wformat-security -Wimplicit -Wmain -Wmissing-braces -Wparentheses -Wreturn-type -Wswitch -Wmulticharacter -Wmissing-noreturn -Wmissing-declarations  -pipe -O2 -I/usr/pkg/include/ncurses -I/usr/pkg/include -I/usr/pkg/include ccze-color.c
In file included from ccze.c:22:
../system.h:171:17: error: two or more data types in declaration specifiers
 #define error_t int
                 ^~~
ccze.c: In function 'ccze_main':
ccze.c:586:4: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
    asprintf (&homerc, "%s/.colorizerc", home);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ccze.c:589:4: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
    asprintf (&homerc, "%s/.cczerc", home);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gmake[1]: *** [Makefile:98: ccze.o] Error 1
gmake[1]: *** Waiting for unfinished jobs....
In file included from ccze-compat.h:25,
                 from ccze-color.c:32:
../system.h:171:17: error: two or more data types in declaration specifiers
 #define error_t int
                 ^~~
ccze-color.c: In function 'ccze_color_to_css':
ccze-color.c:264:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   if (my_color < COLOR_PAIR (8))
                ^
ccze-color.c:265:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
     asprintf (&tmp, "\tcolor: %s\n", ccze_color_to_name_css (my_color, cidx));
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ccze-color.c:275:7: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
       asprintf (&tmp, "\tcolor: %s\n\ttext-background: %s\n", cj, ci);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ccze-color.c:279:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
     asprintf (&str, ".ccze_%s {\n%s\ttext-decoration: underline\n}\n",
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        ccze_color_lookup_name (cidx), tmp);
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ccze-color.c:282:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
     asprintf (&str, ".ccze_%s {\n%s}\n",
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        ccze_color_lookup_name (cidx), tmp);
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gmake[1]: *** [Makefile:98: ccze-color.o] Error 1
gmake[1]: Leaving directory '/home/pbulk/build/sysutils/ccze/work/ccze-0.2.1/src'
gmake: *** [Makefile:20: all-recursive] Error 2
*** Error code 2

Stop.
bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/sysutils/ccze
*** Error code 1

Stop.
bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/sysutils/ccze