Source: shellia Version: 5.9 Severity: normal Tags: patch ftbfs Hi,
src:shellia fails to build on reproduce.debian.net which does not use fakeroot: https://reproduce.debian.net/all/#shellia make -j6 "INSTALL=install --strip-program=true" make[1]: Entering directory '/build/reproducible-path/shellia-5.9' ERROR: sshd2222: do not run as root A simple upstream fix would be to just skip the test in that case, as done with fakeroot. For the Debian package this could be done with adding a export FAKED_MODE=1 to debian/rules. This makes the package reproducible. Cheers Jochen

