=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/math/djbfft", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for djbfft-0.76 --- compilebase --- --- load --- --- compilebase --- ( cat warn-auto.sh; echo exec "`head -1 conf-cc`" '-c ${1+"$@"}' ) > compilebase --- load --- ( cat warn-auto.sh; echo 'main="$1"; shift'; echo exec "`head -1 conf-ld`" '-o "$main" "$main".o ${1+"$@"}' ) > load chmod 755 load --- compilebase --- chmod 755 compilebase --- systype --- --- choose --- --- systype --- ( cat warn-auto.sh; echo CC=\'`head -1 conf-cc`\'; echo LD=\'`head -1 conf-ld`\'; cat find-systype.sh; ) | sh > systype --- choose --- cat warn-auto.sh choose.sh | sed s}HOME}"`head -1 conf-home`"}g > choose chmod 755 choose --- auto_align --- ( ./compilebase trycpp.c -malign-double >/dev/null 2>&1 && echo -malign-double || exit 0 ) > auto_align rm -f trycpp.o --- compile --- ( cat warn-auto.sh; echo exec "`head -1 conf-cc`" "`cat auto_align`" '-c ${1+"$@"}' ) > compile chmod 755 compile --- accuracy.o --- ./compile accuracy.c accuracy.c:230:1: error: return type defaults to 'int' [-Wimplicit-int] 230 | main() | ^~~~ accuracy.c: In function 'main': accuracy.c:286:3: error: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 286 | exit(0); | ^~~~ accuracy.c:7:1: note: include '' or provide a declaration of 'exit' 6 | #include "fftr8.h" +++ |+#include 7 | accuracy.c:286:3: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 286 | exit(0); | ^~~~ accuracy.c:286:3: note: include '' or provide a declaration of 'exit' *** [accuracy.o] Error code 1 bmake: stopped making "it" in /tmp/work/math/djbfft/work/djbfft-0.76 bmake: 1 error bmake: stopped making "it" in /tmp/work/math/djbfft/work/djbfft-0.76 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/math/djbfft *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/math/djbfft