Bug#665999: #define HZ, libgtop and time accounting

2012-03-28 Thread Christoph Egger
tag 665999 + patch quit Michael Biebl writes: > Source: gnome-system-monitor > procproperties.cpp:27:23: fatal error: asm/param.h: No such file or directory Needed for the HZ macro. Reading why this would be needed, diving into libgtop. This is basically for reading the rtime field of glibtop_

Re: Bug#665999: FTBFS on kfreebsd-*: procproperties.cpp:27:23: fatal error: asm/param.h: No such file or directory

2012-03-28 Thread Steven Chamberlain
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 include. So if there is anything Linux-specific in that file it probably wasn't

Bug#662658: x86info / kfreebsd

2012-03-28 Thread Christoph Egger
Hi! While you're at updating x86info for kfreebsd please also consider adding devd as a alternative to udev | makedev. Regards Christoph -- 9FED 5C6C E206 B70A 5857 70CA 9655 22B9 D49A E731 Debian Developer | Lisp Hacker | CaCert Assurer -- To UNSUBSCRIBE, email to debian-bsd-requ...@

Re: Bug#665999: FTBFS on kfreebsd-*: procproperties.cpp:27:23: fatal error: asm/param.h: No such file or directory

2012-03-28 Thread Robert Millan
El 28 de març de 2012 22:42, Michael Biebl ha escrit: > I don't run kfreebsd. You don't need to run anything. When you're inclined, it'd be great if you can take a minute to look at the source and answer my questions. I will really appreciate it. Thanks! -- Robert Millan -- To UNSUBSCRIBE,

Re: Bug#665999: FTBFS on kfreebsd-*: procproperties.cpp:27:23: fatal error: asm/param.h: No such file or directory

2012-03-28 Thread Michael Biebl
On 28.03.2012 20:18, Robert Millan wrote: > El 27 de març de 2012 19:39, Michael Biebl ha escrit: >> procproperties.cpp:27:23: fatal error: asm/param.h: No such file or directory > > This program was building before. Why was dependency > added? Does it now rely on Linux-specific functionality,