On Mon, Jul 11, 2016 at 7:39 AM Aaron M. Ucko <a...@alum.mit.edu> wrote:

> 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:
>
Builds on mine, I tested specifically on freebsd because its usually a
problem child.


>   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];
>
So, this a case of broken kFreeBSD includes again?
csmall@freebsd1:~$ grep '[[:space:]]HOST_NAME_MAX[[:space:]]' `find
/usr/include -type f`
/usr/include/x86_64-linux-gnu/bits/local_lim.h:#define HOST_NAME_MAX 64

local_lim.h is part of libc6-dev version 2.19-18+deb8u4
So what version are you using and why did the definition go away?

 - Craig

Reply via email to