From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: Re: [PATCH 0/2] Add tools for sysadmins: htop and dfc. Date: Fri, 30 Aug 2013 23:17:30 +0200 Message-ID: <52210BEA.3000906@gmail.com> References: <1377893316-5136-1-git-send-email-tipecaml@gmail.com> <20130830213055.GA27067@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58784) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFWOX-0008D6-HA for guix-devel@gnu.org; Fri, 30 Aug 2013 17:38:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VFWOO-0002D1-VL for guix-devel@gnu.org; Fri, 30 Aug 2013 17:38:17 -0400 Received: from mail-we0-x22d.google.com ([2a00:1450:400c:c03::22d]:50283) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFWOO-0002Bf-OQ for guix-devel@gnu.org; Fri, 30 Aug 2013 17:38:08 -0400 Received: by mail-we0-f173.google.com with SMTP id x54so2066258wes.32 for ; Fri, 30 Aug 2013 14:38:08 -0700 (PDT) In-Reply-To: <20130830213055.GA27067@debian> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Andreas Enge Cc: guix-devel@gnu.org On 08/30/2013 11:30 PM, Andreas Enge wrote: > On Fri, Aug 30, 2013 at 10:08:34PM +0200, Cyril Roelandt wrote: >> This patch series adds htop and dfc, which are 'modern' versions of top and df. >> Note that dfc is the first Guix package to use the CMake build system! > > Since cmake currently does not pass its tests on x86_64, I suppose the > package will so far be only available on i686? > Yes. I'll have to look into this cmake issue. I think I'll start by upgrading to 2.8.11.2, see if it fixes the issue. Cyril.