+ 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/libgeotiff-1.7.3nb1/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/libgeotiff-1.7.3nb1/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for libgeotiff-1.7.3nb1
--- all ---
/usr/pkg/bin/bmake  all-recursive
--- all-recursive ---
Making all in libxtiff
--- xtiff.lo ---
/bin/bash ../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I..   -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include  -I../ -I./.. -DHAVE_TIFF=1 -pipe -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -O3 -DNDEBUG -MT xtiff.lo -MD -MP -MF .deps/xtiff.Tpo -c -o xtiff.lo xtiff.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/home/pbulk/build/geography/libgeotiff/work/.buildlink/include -DLDAP_DEPRECATED -I../ -I./.. -DHAVE_TIFF=1 -pipe -O2 -DLDAP_DEPRECATED -O3 -DNDEBUG -MT xtiff.lo -MD -MP -MF .deps/xtiff.Tpo -c xtiff.c  -fPIC -DPIC -o .libs/xtiff.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/home/pbulk/build/geography/libgeotiff/work/.buildlink/include -DLDAP_DEPRECATED -I../ -I./.. -DHAVE_TIFF=1 -pipe -O2 -DLDAP_DEPRECATED -O3 -DNDEBUG -MT xtiff.lo -MD -MP -MF .deps/xtiff.Tpo -c xtiff.c -o xtiff.o >/dev/null 2>&1
mv -f .deps/xtiff.Tpo .deps/xtiff.Plo
--- libxtiff.la ---
/bin/bash ../libtool  --tag=CC    --mode=link cc -I../ -I./.. -DHAVE_TIFF=1 -pipe -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -O3 -DNDEBUG   -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -o libxtiff.la  xtiff.lo  -lproj -lm -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64  -ltiff
libtool: link: ar cr .libs/libxtiff.a .libs/xtiff.o 
libtool: link: ranlib .libs/libxtiff.a
libtool: link: ( cd ".libs" && rm -f "libxtiff.la" && ln -s "../libxtiff.la" "libxtiff.la" )
Making all in .
--- cpl_serv.lo ---
--- geo_extra.lo ---
--- cpl_serv.lo ---
depbase=`echo cpl_serv.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/bash ./libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I.   -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include  -I./libxtiff  -DHAVE_TIFF=1 -pipe -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -O3 -DNDEBUG -MT cpl_serv.lo -MD -MP -MF $depbase.Tpo -c -o cpl_serv.lo cpl_serv.c && mv -f $depbase.Tpo $depbase.Plo
--- geo_extra.lo ---
depbase=`echo geo_extra.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/bash ./libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I.   -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include  -I./libxtiff  -DHAVE_TIFF=1 -pipe -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -O3 -DNDEBUG -MT geo_extra.lo -MD -MP -MF $depbase.Tpo -c -o geo_extra.lo geo_extra.c && mv -f $depbase.Tpo $depbase.Plo
--- cpl_serv.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/home/pbulk/build/geography/libgeotiff/work/.buildlink/include -DLDAP_DEPRECATED -I./libxtiff -DHAVE_TIFF=1 -pipe -O2 -DLDAP_DEPRECATED -O3 -DNDEBUG -MT cpl_serv.lo -MD -MP -MF .deps/cpl_serv.Tpo -c cpl_serv.c  -fPIC -DPIC -o .libs/cpl_serv.o
cpl_serv.c: In function 'gtCSLGetField':
cpl_serv.c:277:5: error: 'for' loop initial declarations are only allowed in C99 mode
     for( int i = 0; i < iField+1; i++ )
     ^
cpl_serv.c:277:5: note: use option -std=c99 or -std=gnu99 to compile your code
--- geo_extra.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/home/pbulk/build/geography/libgeotiff/work/.buildlink/include -DLDAP_DEPRECATED -I./libxtiff -DHAVE_TIFF=1 -pipe -O2 -DLDAP_DEPRECATED -O3 -DNDEBUG -MT geo_extra.lo -MD -MP -MF .deps/geo_extra.Tpo -c geo_extra.c  -fPIC -DPIC -o .libs/geo_extra.o
--- cpl_serv.lo ---
*** [cpl_serv.lo] Error code 1

bmake[2]: stopped in /home/pbulk/build/geography/libgeotiff/work/libgeotiff-1.7.3
--- geo_extra.lo ---
geo_extra.c: In function 'GTIFMapSysToPCS':
geo_extra.c:428:2: error: 'for' loop initial declarations are only allowed in C99 mode
  for( int i = 0; StatePlaneTable[i] != KvUserDefined; i += 2 )
  ^
geo_extra.c:428:2: note: use option -std=c99 or -std=gnu99 to compile your code
geo_extra.c:442:2: error: 'for' loop initial declarations are only allowed in C99 mode
  for( int i = 0; StatePlaneTable[i] != KvUserDefined; i += 2 )
  ^
geo_extra.c: In function 'GTIFPCSToMapSys':
geo_extra.c:618:5: error: 'for' loop initial declarations are only allowed in C99 mode
     for( int i = 0; StatePlaneTable[i] != KvUserDefined; i += 2 )
     ^
*** [geo_extra.lo] Error code 1

bmake[2]: stopped in /home/pbulk/build/geography/libgeotiff/work/libgeotiff-1.7.3
2 errors

bmake[2]: stopped in /home/pbulk/build/geography/libgeotiff/work/libgeotiff-1.7.3
*** [all-recursive] Error code 1

bmake[1]: stopped in /home/pbulk/build/geography/libgeotiff/work/libgeotiff-1.7.3
1 error

bmake[1]: stopped in /home/pbulk/build/geography/libgeotiff/work/libgeotiff-1.7.3
*** [all] Error code 2

bmake: stopped in /home/pbulk/build/geography/libgeotiff/work/libgeotiff-1.7.3
1 error

bmake: stopped in /home/pbulk/build/geography/libgeotiff/work/libgeotiff-1.7.3
*** Error code 2

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

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/geography/libgeotiff