Tracker – Changelog – Bugs – packages.d.o – Source
Install getbuildlog: sudo apt install devscripts
Download latest jattach build logs: getbuildlog jattach last
Download all jattach build logs: getbuildlog jattach
> src/posix/psutil.c:215:10: fatal error: sys/sysctl.h: No such file or directory
make[1]: Entering directory '/build/reproducible-path/jattach-2.2'
mkdir -p build
cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/jattach-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -fcf-protection -Wl,-z,relro -Wl,-z,now -fcf-protection -DJATTACH_VERSION=\"2.2\" -o build/jattach src/posix/*.c
src/posix/jattach.c: In function ‘main’:
src/posix/jattach.c:73:56: warning: macro ‘__DATE__’ might prevent reproducible builds [-Wdate-time]
73 | printf("jattach " JATTACH_VERSION " built on " __DATE__ "\n"
| ^~~~~~~~
src/posix/psutil.c:215:10: fatal error: sys/sysctl.h: No such file or directory
215 | #include <sys/sysctl.h>
| ^~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:39: build/jattach] Error 1
make[1]: Leaving directory '/build/reproducible-path/jattach-2.2'
dh_auto_build: error: make -j1 INSTALL="install --strip-program=true" returned exit code 2
make: *** [debian/rules:6: binary-arch] Error 255