+ 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/pforth-27/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/pforth-27/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for pforth-27
--- pf_cglue.o ---
--- pf_clib.o ---
--- pf_cglue.o ---
cc  -x c -DPF_SUPPORT_FP -O2 -std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   -Wmissing-prototypes  -Wmissing-declarations  -g -pipe -O2  -I. -DPF_DEFAULT_DICTIONARY='"/usr/pkg/lib/pforth/pforth.dic"' -c -o pf_cglue.o ./csrc/pf_cglue.c
--- pf_clib.o ---
cc  -x c -DPF_SUPPORT_FP -O2 -std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   -Wmissing-prototypes  -Wmissing-declarations  -g -pipe -O2  -I. -DPF_DEFAULT_DICTIONARY='"/usr/pkg/lib/pforth/pforth.dic"' -c -o pf_clib.o ./csrc/pf_clib.c
--- pf_core.o ---
cc  -x c -DPF_SUPPORT_FP -O2 -std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   -Wmissing-prototypes  -Wmissing-declarations  -g -pipe -O2  -I. -DPF_DEFAULT_DICTIONARY='"/usr/pkg/lib/pforth/pforth.dic"' -c -o pf_core.o ./csrc/pf_core.c
--- pf_inner.o ---
cc  -x c -DPF_SUPPORT_FP -O2 -std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   -Wmissing-prototypes  -Wmissing-declarations  -g -pipe -O2  -I. -DPF_DEFAULT_DICTIONARY='"/usr/pkg/lib/pforth/pforth.dic"' -c -o pf_inner.o ./csrc/pf_inner.c
./csrc/pf_inner.c: In function 'pfCatch':
./csrc/pf_inner.c:1025:5: warning: implicit declaration of function 'ftello' [-Wimplicit-function-declaration]
     off_t original = sdTellFile( FileID );
     ^
./csrc/pf_inner.c:1026:5: warning: implicit declaration of function 'fseeko' [-Wimplicit-function-declaration]
     sdSeekFile( FileID, 0, PF_SEEK_END );
     ^
--- pf_io.o ---
cc  -x c -DPF_SUPPORT_FP -O2 -std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   -Wmissing-prototypes  -Wmissing-declarations  -g -pipe -O2  -I. -DPF_DEFAULT_DICTIONARY='"/usr/pkg/lib/pforth/pforth.dic"' -c -o pf_io.o ./csrc/pf_io.c
--- pf_io_none.o ---
cc  -x c -DPF_SUPPORT_FP -O2 -std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   -Wmissing-prototypes  -Wmissing-declarations  -g -pipe -O2  -I. -DPF_DEFAULT_DICTIONARY='"/usr/pkg/lib/pforth/pforth.dic"' -c -o pf_io_none.o ./csrc/pf_io_none.c
--- pf_main.o ---
cc  -x c -DPF_SUPPORT_FP -O2 -std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   -Wmissing-prototypes  -Wmissing-declarations  -g -pipe -O2  -I. -DPF_DEFAULT_DICTIONARY='"/usr/pkg/lib/pforth/pforth.dic"' -c -o pf_main.o ./csrc/pf_main.c
--- pf_mem.o ---
cc  -x c -DPF_SUPPORT_FP -O2 -std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   -Wmissing-prototypes  -Wmissing-declarations  -g -pipe -O2  -I. -DPF_DEFAULT_DICTIONARY='"/usr/pkg/lib/pforth/pforth.dic"' -c -o pf_mem.o ./csrc/pf_mem.c
--- pf_save.o ---
cc  -x c -DPF_SUPPORT_FP -O2 -std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   -Wmissing-prototypes  -Wmissing-declarations  -g -pipe -O2  -I. -DPF_DEFAULT_DICTIONARY='"/usr/pkg/lib/pforth/pforth.dic"' -c -o pf_save.o ./csrc/pf_save.c
./csrc/pf_save.c: In function 'ffSaveForth':
./csrc/pf_save.c:489:2: warning: implicit declaration of function 'ftello' [-Wimplicit-function-declaration]
  FormSize = sdTellFile( fid ) - 8;
  ^
./csrc/pf_save.c:490:2: warning: implicit declaration of function 'fseeko' [-Wimplicit-function-declaration]
  sdSeekFile( fid, 4, PF_SEEK_SET );
  ^
--- pf_text.o ---
cc  -x c -DPF_SUPPORT_FP -O2 -std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   -Wmissing-prototypes  -Wmissing-declarations  -g -pipe -O2  -I. -DPF_DEFAULT_DICTIONARY='"/usr/pkg/lib/pforth/pforth.dic"' -c -o pf_text.o ./csrc/pf_text.c
--- pf_words.o ---
cc  -x c -DPF_SUPPORT_FP -O2 -std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   -Wmissing-prototypes  -Wmissing-declarations  -g -pipe -O2  -I. -DPF_DEFAULT_DICTIONARY='"/usr/pkg/lib/pforth/pforth.dic"' -c -o pf_words.o ./csrc/pf_words.c
--- pfcompil.o ---
cc  -x c -DPF_SUPPORT_FP -O2 -std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   -Wmissing-prototypes  -Wmissing-declarations  -g -pipe -O2  -I. -DPF_DEFAULT_DICTIONARY='"/usr/pkg/lib/pforth/pforth.dic"' -c -o pfcompil.o ./csrc/pfcompil.c
--- pfcustom.o ---
cc  -x c -DPF_SUPPORT_FP -O2 -std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   -Wmissing-prototypes  -Wmissing-declarations  -g -pipe -O2  -I. -DPF_DEFAULT_DICTIONARY='"/usr/pkg/lib/pforth/pforth.dic"' -c -o pfcustom.o ./csrc/pfcustom.c
--- pf_io_posix.o ---
cc  -x c -DPF_SUPPORT_FP -O2 -std=c89  -fsigned-char  -fno-builtin  -fno-unroll-loops  -pedantic  -Wcast-qual  -Wall  -Wwrite-strings  -Winline   -Wmissing-prototypes  -Wmissing-declarations  -g -pipe -O2  -I. -DPF_DEFAULT_DICTIONARY='"/usr/pkg/lib/pforth/pforth.dic"' -c -o pf_io_posix.o ./csrc/posix/pf_io_posix.c
./csrc/posix/pf_io_posix.c: In function 'sdTerminalInit':
./csrc/posix/pf_io_posix.c:124:38: error: 'ECHOCTL' undeclared (first use in this function)
   term.c_lflag &= ~( ECHO | ECHONL | ECHOCTL | ICANON );
                                      ^
./csrc/posix/pf_io_posix.c:124:38: note: each undeclared identifier is reported only once for each function it appears in
*** [pf_io_posix.o] Error code 1

bmake: stopped making "all" in /home/pbulk/build/lang/pforth/work/pforth_v27
bmake: 1 error

bmake: stopped making "all" in /home/pbulk/build/lang/pforth/work/pforth_v27
*** Error code 2

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

Stop.
bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/pforth