+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/oto-0.5/work.log
+ su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/oto-0.5/work.log
===> Building for oto-0.5
/opt/local/bin/gmake  all-recursive
gmake[1]: Entering directory '/home/pbulk/build/fonts/oto/work/oto-0.5'
Making all in config
gmake[2]: Entering directory '/home/pbulk/build/fonts/oto/work/oto-0.5/config'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/home/pbulk/build/fonts/oto/work/oto-0.5/config'
Making all in src
gmake[2]: Entering directory '/home/pbulk/build/fonts/oto/work/oto-0.5/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I..   -I/opt/local/include -I/usr/include -DPKGDATADIR=\"/opt/local/share/oto\" -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.c; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..   -I/opt/local/include -I/usr/include -DPKGDATADIR=\"/opt/local/share/oto\" -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -MT misc.o -MD -MP -MF ".deps/misc.Tpo" -c -o misc.o misc.c; \
then mv -f ".deps/misc.Tpo" ".deps/misc.Po"; else rm -f ".deps/misc.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..   -I/opt/local/include -I/usr/include -DPKGDATADIR=\"/opt/local/share/oto\" -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -MT u2c.o -MD -MP -MF ".deps/u2c.Tpo" -c -o u2c.o u2c.c; \
then mv -f ".deps/u2c.Tpo" ".deps/u2c.Po"; else rm -f ".deps/u2c.Tpo"; exit 1; fi
In file included from ot.h:26,
                 from main.c:27:
u2c.h:40:14: error: expected ';' before 'extern'
   40 | __BEGIN_DECLS
      |              ^
      |              ;
   41 | 
   42 | extern U2C *u2c_open(char *file);
      | ~~~~~~        
u2c.h:46:12: error: expected ';' before 'typedef'
   46 | __END_DECLS
      |            ^
      |            ;
In file included from u2c.c:27:
u2c.h:40:14: error: expected ';' before 'extern'
   40 | __BEGIN_DECLS
      |              ^
      |              ;
   41 | 
   42 | extern U2C *u2c_open(char *file);
      | ~~~~~~        
ot.h:208:14: error: expected ';' before 'extern'
  208 | __BEGIN_DECLS
      |              ^
      |              ;
  209 | 
  210 | extern void read_table(uint8_t *p, uint32_t length,
      | ~~~~~~        
u2c.h:46:12: error: expected ';' before 'static'
   46 | __END_DECLS
      |            ^
      |            ;
ot.h:252:12: error: expected ';' before 'void'
  252 | __END_DECLS
      |            ^
      |            ;
In file included from ot.h:26,
                 from misc.c:26:
u2c.h:40:14: error: expected ';' before 'extern'
   40 | __BEGIN_DECLS
      |              ^
      |              ;
   41 | 
   42 | extern U2C *u2c_open(char *file);
      | ~~~~~~        
u2c.h:46:12: error: expected ';' before 'typedef'
   46 | __END_DECLS
      |            ^
      |            ;
ot.h:208:14: error: expected ';' before 'extern'
  208 | __BEGIN_DECLS
      |              ^
      |              ;
  209 | 
  210 | extern void read_table(uint8_t *p, uint32_t length,
      | ~~~~~~        
ot.h:252:12: error: expected ';' before 'void'
  252 | __END_DECLS
      |            ^
      |            ;
misc.c: In function 'to_utf8_string':
misc.c:105:15: warning: passing argument 2 of 'libiconv' from incompatible pointer type [-Wincompatible-pointer-types]
  105 |     iconv(cd, &inbuf, &inbytesleft, &outbuf, &outbytesleft);
      |               ^~~~~~
      |               |
      |               char **
In file included from misc.c:21:
/home/pbulk/build/fonts/oto/work/.buildlink/include/iconv.h:82:48: note: expected 'const char **' but argument is of type 'char **'
   82 | extern size_t iconv (iconv_t cd, const char* * inbuf, size_t *inbytesleft, char* * outbuf, size_t *outbytesleft);
      |                                  ~~~~~~~~~~~~~~^~~~~
misc.c: In function 'from_utf8_string':
misc.c:140:15: warning: passing argument 2 of 'libiconv' from incompatible pointer type [-Wincompatible-pointer-types]
  140 |     iconv(cd, &inbuf, &inbytesleft, &outbuf, &outbytesleft);
      |               ^~~~~~
      |               |
      |               char **
/home/pbulk/build/fonts/oto/work/.buildlink/include/iconv.h:82:48: note: expected 'const char **' but argument is of type 'char **'
   82 | extern size_t iconv (iconv_t cd, const char* * inbuf, size_t *inbytesleft, char* * outbuf, size_t *outbytesleft);
      |                                  ~~~~~~~~~~~~~~^~~~~
gmake[2]: *** [Makefile:264: u2c.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
gmake[2]: *** [Makefile:264: main.o] Error 1
gmake[2]: *** [Makefile:264: misc.o] Error 1
gmake[2]: Leaving directory '/home/pbulk/build/fonts/oto/work/oto-0.5/src'
gmake[1]: *** [Makefile:246: all-recursive] Error 1
gmake[1]: Leaving directory '/home/pbulk/build/fonts/oto/work/oto-0.5'
gmake: *** [Makefile:173: all] Error 2
*** Error code 2

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

Stop.
bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-trunk-x86_64/fonts/oto