Package: src:switchsh Version: 0~20070801-5 Severity: serious Tags: ftbfs forky sid
Dear maintainer: During a rebuild of all packages in unstable, this package failed to build. Below you will find the last part of the build log (probably the most relevant part, but not necessarily). If required, the full build log is available here: https://people.debian.org/~sanvila/build-logs/202605/ About the archive rebuild: The build was made on virtual machines from AWS, using sbuild and a reduced chroot with only build-essential packages. If you cannot reproduce the bug please contact me privately, as I am willing to provide ssh access to a virtual machine where the bug is fully reproducible. If this is really a bug in one of the build-depends, please use reassign and add an affects on src:switchsh, so that this is still visible in the BTS web page for this package. Thanks. -------------------------------------------------------------------------------- [...] debian/rules clean dh clean debian/rules override_dh_auto_clean make[1]: Entering directory '/<<PKGBUILDDIR>>' rm -f switchsh make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_clean debian/rules binary dh binary dh_update_autotools_config dh_autoreconf debian/rules override_dh_auto_build make[1]: Entering directory '/<<PKGBUILDDIR>>' /usr/bin/make switchsh make[2]: Entering directory '/<<PKGBUILDDIR>>' x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -pedantic -Werror -Wextra -Wformat -Wformat-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now switchsh.c -o switchsh switchsh.c: In function âmainâ: switchsh.c:55:18: error: implicit declaration of function âopenâ; did you mean âpopenâ? [-Wimplicit-function-declaration] 55 | int bashfd = open(bashpath, O_PATH | O_NOFOLLOW | O_CLOEXEC); | ^~~~ | popen switchsh.c:55:33: error: âO_PATHâ undeclared (first use in this function) 55 | int bashfd = open(bashpath, O_PATH | O_NOFOLLOW | O_CLOEXEC); | ^~~~~~ switchsh.c:55:33: note: each undeclared identifier is reported only once for each function it appears in switchsh.c:55:42: error: âO_NOFOLLOWâ undeclared (first use in this function); did you mean âUMOUNT_NOFOLLOWâ? 55 | int bashfd = open(bashpath, O_PATH | O_NOFOLLOW | O_CLOEXEC); | ^~~~~~~~~~ | UMOUNT_NOFOLLOW make[2]: *** [<builtin>: switchsh] Error 1 make[2]: Leaving directory '/<<PKGBUILDDIR>>' make[1]: *** [debian/rules:12: override_dh_auto_build] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:22: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2 --------------------------------------------------------------------------------

