pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: htop compilation fails with Cannot find /proc/stat on Dragonfly 2.9



On Wed, 08 Dec 2010 16:06:28 +0900, Siju George 
<sgeorge.ml%gmail.com@localhost> wrote:

bmake update on htop fails with

=================================
checking for strdup... yes
checking whether gcc -std=c99 option works... yes
checking for /proc/stat... no
configure: error: Cannot find /proc/stat. Make sure you have a
Linux-compatible /proc filesystem mounted. See the file README for
help.
*** Error code 1

Add following:

CONFIGURE_ARGS+=        --with-proc=/compat/linux/proc

then build fine, but not works as expected, empty process list for me.
--
OBATA Akio / obache%NetBSD.org@localhost


Home | Main Index | Thread Index | Old Index