+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/st-term-0.9.2nb1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/st-term-0.9.2nb1/work.log ===> Building for st-term-0.9.2nb1 cp config.def.h config.h gcc -I/opt/pkg/include `pkg-config --cflags fontconfig` `pkg-config --cflags freetype2` -DVERSION=\"0.9.2\" -D_XOPEN_SOURCE=600 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/freetype2 -c st.c st.c: In function 'ttynew': st.c:780:13: warning: implicit declaration of function 'openpty'; did you mean 'open'? [-Wimplicit-function-declaration] 780 | if (openpty(&m, &s, NULL, NULL, NULL) < 0) | ^~~~~~~ | open st.c:794:21: warning: implicit declaration of function 'ioctl' [-Wimplicit-function-declaration] 794 | if (ioctl(s, TIOCSCTTY, NULL) < 0) | ^~~~~ st.c:794:30: error: 'TIOCSCTTY' undeclared (first use in this function) 794 | if (ioctl(s, TIOCSCTTY, NULL) < 0) | ^~~~~~~~~ st.c:794:30: note: each undeclared identifier is reported only once for each function it appears in st.c: In function 'ttyresize': st.c:931:24: error: storage size of 'w' isn't known 931 | struct winsize w; | ^ st.c:937:26: error: 'TIOCSWINSZ' undeclared (first use in this function) 937 | if (ioctl(cmdfd, TIOCSWINSZ, &w) < 0) | ^~~~~~~~~~ *** Error code 1 Stop. bmake: stopped making "all" in /home/pbulk/build/x11/st-term/work/st-0.9.2 *** Error code 1 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/st-term *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/st-term