+ 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/pt2-clone-1.37nb1/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/pt2-clone-1.37nb1/work.log => Bootstrap dependency digest>=20211023: found digest-20211023 ===> Building for pt2-clone-1.37nb1 [ 1%] Building C object CMakeFiles/pt2-clone.dir/src/gfx/pt2_gfx_aboutscreen.c.o [ 3%] Building C object CMakeFiles/pt2-clone.dir/src/gfx/pt2_gfx_clear.c.o [ 5%] Building C object CMakeFiles/pt2-clone.dir/src/gfx/pt2_gfx_diskop.c.o [ 7%] Building C object CMakeFiles/pt2-clone.dir/src/gfx/pt2_gfx_editop.c.o [ 9%] Building C object CMakeFiles/pt2-clone.dir/src/gfx/pt2_gfx_font.c.o [ 11%] Building C object CMakeFiles/pt2-clone.dir/src/gfx/pt2_gfx_icon.c.o [ 13%] Building C object CMakeFiles/pt2-clone.dir/src/gfx/pt2_gfx_loop_pins.c.o [ 15%] Building C object CMakeFiles/pt2-clone.dir/src/gfx/pt2_gfx_mod2wav.c.o [ 17%] Building C object CMakeFiles/pt2-clone.dir/src/gfx/pt2_gfx_mute_buttons.c.o [ 19%] Building C object CMakeFiles/pt2-clone.dir/src/gfx/pt2_gfx_pat2smp_dialog.c.o [ 21%] Building C object CMakeFiles/pt2-clone.dir/src/gfx/pt2_gfx_patcursor.c.o [ 23%] Building C object CMakeFiles/pt2-clone.dir/src/gfx/pt2_gfx_pointer.c.o [ 25%] Building C object CMakeFiles/pt2-clone.dir/src/gfx/pt2_gfx_posed.c.o [ 26%] Building C object CMakeFiles/pt2-clone.dir/src/gfx/pt2_gfx_sampler.c.o [ 28%] Building C object CMakeFiles/pt2-clone.dir/src/gfx/pt2_gfx_spectrum.c.o [ 30%] Building C object CMakeFiles/pt2-clone.dir/src/gfx/pt2_gfx_tracker.c.o [ 32%] Building C object CMakeFiles/pt2-clone.dir/src/gfx/pt2_gfx_vumeter.c.o [ 34%] Building C object CMakeFiles/pt2-clone.dir/src/gfx/pt2_gfx_yes_no_dialog.c.o [ 36%] Building C object CMakeFiles/pt2-clone.dir/src/pt2_audio.c.o [ 38%] Building C object CMakeFiles/pt2-clone.dir/src/pt2_blep.c.o [ 40%] Building C object CMakeFiles/pt2-clone.dir/src/pt2_bmp.c.o [ 42%] Building C object CMakeFiles/pt2-clone.dir/src/pt2_chordmaker.c.o [ 44%] Building C object CMakeFiles/pt2-clone.dir/src/pt2_config.c.o [ 46%] Building C object CMakeFiles/pt2-clone.dir/src/pt2_diskop.c.o /home/pbulk/build/audio/pt2-clone/work/pt2-clone-1.37/src/pt2_diskop.c: In function 'findFirst': /home/pbulk/build/audio/pt2-clone/work/pt2-clone-1.37/src/pt2_diskop.c:175:27: error: 'struct dirent' has no member named 'd_type' 175 | searchRec->isDir = (fData->d_type == DT_DIR) ? true : false; | ^~ /home/pbulk/build/audio/pt2-clone/work/pt2-clone-1.37/src/pt2_diskop.c:175:39: error: 'DT_DIR' undeclared (first use in this function) 175 | searchRec->isDir = (fData->d_type == DT_DIR) ? true : false; | ^~~~~~ /home/pbulk/build/audio/pt2-clone/work/pt2-clone-1.37/src/pt2_diskop.c:175:39: note: each undeclared identifier is reported only once for each function it appears in /home/pbulk/build/audio/pt2-clone/work/pt2-clone-1.37/src/pt2_diskop.c:177:11: error: 'struct dirent' has no member named 'd_type' 177 | if (fData->d_type == DT_UNKNOWN || fData->d_type == DT_LNK) | ^~ /home/pbulk/build/audio/pt2-clone/work/pt2-clone-1.37/src/pt2_diskop.c:177:23: error: 'DT_UNKNOWN' undeclared (first use in this function); did you mean 'SDLK_UNKNOWN'? 177 | if (fData->d_type == DT_UNKNOWN || fData->d_type == DT_LNK) | ^~~~~~~~~~ | SDLK_UNKNOWN /home/pbulk/build/audio/pt2-clone/work/pt2-clone-1.37/src/pt2_diskop.c:177:42: error: 'struct dirent' has no member named 'd_type' 177 | if (fData->d_type == DT_UNKNOWN || fData->d_type == DT_LNK) | ^~ /home/pbulk/build/audio/pt2-clone/work/pt2-clone-1.37/src/pt2_diskop.c:177:54: error: 'DT_LNK' undeclared (first use in this function) 177 | if (fData->d_type == DT_UNKNOWN || fData->d_type == DT_LNK) | ^~~~~~ /home/pbulk/build/audio/pt2-clone/work/pt2-clone-1.37/src/pt2_diskop.c: In function 'findNext': /home/pbulk/build/audio/pt2-clone/work/pt2-clone-1.37/src/pt2_diskop.c:255:27: error: 'struct dirent' has no member named 'd_type' 255 | searchRec->isDir = (fData->d_type == DT_DIR) ? true : false; | ^~ /home/pbulk/build/audio/pt2-clone/work/pt2-clone-1.37/src/pt2_diskop.c:255:39: error: 'DT_DIR' undeclared (first use in this function) 255 | searchRec->isDir = (fData->d_type == DT_DIR) ? true : false; | ^~~~~~ /home/pbulk/build/audio/pt2-clone/work/pt2-clone-1.37/src/pt2_diskop.c:257:11: error: 'struct dirent' has no member named 'd_type' 257 | if (fData->d_type == DT_UNKNOWN || fData->d_type == DT_LNK) | ^~ /home/pbulk/build/audio/pt2-clone/work/pt2-clone-1.37/src/pt2_diskop.c:257:23: error: 'DT_UNKNOWN' undeclared (first use in this function); did you mean 'SDLK_UNKNOWN'? 257 | if (fData->d_type == DT_UNKNOWN || fData->d_type == DT_LNK) | ^~~~~~~~~~ | SDLK_UNKNOWN /home/pbulk/build/audio/pt2-clone/work/pt2-clone-1.37/src/pt2_diskop.c:257:42: error: 'struct dirent' has no member named 'd_type' 257 | if (fData->d_type == DT_UNKNOWN || fData->d_type == DT_LNK) | ^~ /home/pbulk/build/audio/pt2-clone/work/pt2-clone-1.37/src/pt2_diskop.c:257:54: error: 'DT_LNK' undeclared (first use in this function) 257 | if (fData->d_type == DT_UNKNOWN || fData->d_type == DT_LNK) | ^~~~~~ *** [CMakeFiles/pt2-clone.dir/src/pt2_diskop.c.o] Error code 1 bmake[2]: stopped in /home/pbulk/build/audio/pt2-clone/work/pt2-clone-1.37 1 error bmake[2]: stopped in /home/pbulk/build/audio/pt2-clone/work/pt2-clone-1.37 *** [CMakeFiles/pt2-clone.dir/all] Error code 2 bmake[1]: stopped in /home/pbulk/build/audio/pt2-clone/work/pt2-clone-1.37 1 error bmake[1]: stopped in /home/pbulk/build/audio/pt2-clone/work/pt2-clone-1.37 *** [all] Error code 2 bmake: stopped in /home/pbulk/build/audio/pt2-clone/work/pt2-clone-1.37 1 error bmake: stopped in /home/pbulk/build/audio/pt2-clone/work/pt2-clone-1.37 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-2021Q4-x86_64/audio/pt2-clone *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-2021Q4-x86_64/audio/pt2-clone