=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/devel/samurai", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for samurai-1.2 --- build.o --- --- deps.o --- --- build.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D__EXTENSIONS__ -std=c99 -Wall -Wextra -Wpedantic -Wno-unused-parameter -c -o build.o build.c --- deps.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D__EXTENSIONS__ -std=c99 -Wall -Wextra -Wpedantic -Wno-unused-parameter -c -o deps.o deps.c --- env.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D__EXTENSIONS__ -std=c99 -Wall -Wextra -Wpedantic -Wno-unused-parameter -c -o env.o env.c --- graph.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D__EXTENSIONS__ -std=c99 -Wall -Wextra -Wpedantic -Wno-unused-parameter -c -o graph.o graph.c graph.c: In function 'nodestat': graph.c:102:48: error: 'timestruc_t' {aka 'struct timespec'} has no member named '__tv_sec'; did you mean 'tv_sec'? 102 | n->mtime = (int64_t)st.st_mtim.__tv_sec * 1000000000 + st.st_mtim.__tv_nsec; | ^~~~~~~~ | tv_sec graph.c:102:83: error: 'timestruc_t' {aka 'struct timespec'} has no member named '__tv_nsec'; did you mean 'tv_nsec'? 102 | n->mtime = (int64_t)st.st_mtim.__tv_sec * 1000000000 + st.st_mtim.__tv_nsec; | ^~~~~~~~~ | tv_nsec *** [graph.o] Error code 1 bmake: stopped making "samu" in /tmp/work/devel/samurai/work/samurai-1.2 bmake: 1 error bmake: stopped making "samu" in /tmp/work/devel/samurai/work/samurai-1.2 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/samurai *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/samurai