Source: procps
Version: 2:3.3.12-1
Severity: important
Justification: fails to build from source (but built successfully in the past)
Builds of procps for kFreeBSD and the Hurd have been failing:
watch.c: In function 'output_header':
watch.c:375:16: error: 'HOST_NAME_MAX' undeclared (first use in this function)
char hostname[HOST_NAME_MAX + 1];
^
watch.c:375:16: note: each undeclared identifier is reported only once for
each function it appears in
Makefile:1373: recipe for target 'watch.o' failed
make[3]: *** [watch.o] Error 1
Please account for the possibility that HOST_NAME_MAX will be
undefined and supply a reasonable fallback where necessary.
Thanks!