alpha-unknown-linux-gnu-gcc -mieee -O2 -mcpu=pca56 -pthread -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -Wc++-compat -DXXH_NAMESPACE=ZSTD_ -DZSTD_MULTITHREAD -DZSTD_GZCOMPRESS -DZSTD_GZDECOMPRESS -DZSTD_LZMACOMPRESS -DZSTD_LZMADECOMPRESS -DZSTD_LEGACY_SUPPORT=5 -c -o util.o util.c distcc[381] ERROR: compile util.c on 192.168.20.67 failed distcc[381] (dcc_build_somewhere) Warning: remote compilation of 'util.c' failed, retrying locally distcc[381] Warning: failed to distribute util.c to 192.168.20.67, running locally instead util.c: In function ‘UTIL_setFileStat’: util.c:161:24: error: storage size of ‘timebuf’ isn’t known 161 | struct utimbuf timebuf; | ^~~~~~~ util.c:164:16: warning: implicit declaration of function ‘utime’; did you mean ‘ctime’? [-Wimplicit-function-declaration] 164 | res += utime(filename, &timebuf); | ^~~~~ | ctime util.c:161:24: warning: unused variable ‘timebuf’ [-Wunused-variable] 161 | struct utimbuf timebuf; | ^~~~~~~ distcc[381] ERROR: compile util.c on localhost failed