From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 12 20:10:14 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D8391065675 for ; Fri, 12 Aug 2011 20:10:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E71068FC1B for ; Fri, 12 Aug 2011 20:10:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p7CKAD1x090834 for ; Fri, 12 Aug 2011 20:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p7CKADSY090832; Fri, 12 Aug 2011 20:10:13 GMT (envelope-from gnats) Date: Fri, 12 Aug 2011 20:10:13 GMT Message-Id: <201108122010.p7CKADSY090832@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Sayetsky Anton Cc: Subject: Re: ports/159728: sysutils/htop-0.9.0_1 is broken (does not show processes / missing info / wrong memory) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sayetsky Anton List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Aug 2011 20:10:14 -0000 The following reply was made to PR ports/159728; it has been noted by GNATS. From: Sayetsky Anton To: nico , bug-followup@freebsd.org Cc: Subject: Re: ports/159728: sysutils/htop-0.9.0_1 is broken (does not show processes / missing info / wrong memory) Date: Fri, 12 Aug 2011 23:05:57 +0300 Are you using CFLAGS/COPTFLAGS? Show the contents of your kernel config (it easily can be done via 'egrep -v "^$|^#"' $file) also. And you must try running htop under GENERIC, of course. P.S. Sorry for the possible email duplication.