Source: sqlite Version: 2.8.17-14 Severity: serious Tags: buster sid https://tests.reproducible-builds.org/debian/rb-pkg/unstable/arm64/sqlite.html
... cc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -DTHREADSAFE=1 -o lemon ./tool/lemon.c ./tool/lemon.c: In function 'tplt_open': ./tool/lemon.c:2821:7: warning: implicit declaration of function 'access' [-Wimplicit-function-declaration] if( access(buf,004)==0 ){ ^~~~~~ ./tool/lemon.c:2713:14: note: previous declaration of 'access' was here extern int access(); ^~~~~~ cp ./tool/lempar.c . cp ./src/parse.y . ./lemon parse.y Makefile:261: recipe for target 'parse.c' failed make[2]: *** [parse.c] Segmentation fault make[2]: *** Deleting file 'parse.c' make[2]: Leaving directory '/build/1st/sqlite-2.8.17' debian/rules:37: recipe for target 'override_dh_auto_build' failed make[1]: *** [override_dh_auto_build] Error 2 I've confirmed on armel that the segfault is also present there, and goes away when building lemon with gcc-6.