Bug#665999: FTBFS on kfreebsd-*: procproperties.cpp:27:23: fatal error: asm/param.h: No such file or directory
Steven Chamberlain
steven at pyro.eu.org
Wed Mar 28 21:26:19 UTC 2012
On 28/03/12 22:19, Robert Millan wrote:
> if you can take a minute to look at the source and answer my
> questions. I will really appreciate it.
Hi,
I noticed there's an #ifdef linux in the file that introduced the
<asm/param.h> include. So if there is anything Linux-specific in that
file it probably wasn't intended:
> +#ifdef __linux__
> + memwritable += maps[i].private_dirty;
> +#else
> + if (maps[i].perm & GLIBTOP_MAP_PERM_WRITE)
> + memwritable += maps[i].size;
> +#endif
I would try a test build of this myself (and lots of other stuff) on
kFreeBSD and Linux when my new toy arrives...
Regards,
--
Steven Chamberlain
steven at pyro.eu.org
More information about the pkg-gnome-maintainers
mailing list