Debian Patches

Status for entr/5.8-1

Patch Description Author Forwarded Bugs Origin Last update
system-test-with-system-binary.patch Patch system test to be able to test the installed 'entr' binary Otto Kekäläinen <otto@debian.org> not-needed 2024-09-03
Include-local-strlcpy.patch Include local strlcpy
On Debian Bookworm and Bullseye, as well as Ubuntu Jammy the build fails as it
is unable to find 'strlcpy'. Include if like older versions of Entr did to fix
build error:

cc -g -O2 -ffile-prefix-map=/tmp/build/source=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_LINUX_PORT -Imissing -o entr compat.o status.o entr.o -Wl,-z,relro -Wl,-z,now
/usr/bin/ld: entr.o: in function `process_input':
././entr.c:348: undefined reference to `strlcpy'
/usr/bin/ld: ././entr.c:365: undefined reference to `strlcpy'
/usr/bin/ld: entr.o: in function `run_utility':
././entr.c:492: undefined reference to `strlcpy'
/usr/bin/ld: status.o: in function `xdirname':
././status.c:105: undefined reference to `strlcpy'
/usr/bin/ld: ././status.c:105: undefined reference to `strlcpy'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile.bsd:15: entr] Error 1
Otto Kekäläinen <otto@debian.org> no 2024-09-07

All known versions for source package 'entr'

Links