From owner-freebsd-ports@FreeBSD.ORG Mon Apr 6 10:21:37 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B8A410656C9 for ; Mon, 6 Apr 2009 10:21:37 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-bw0-f164.google.com (mail-bw0-f164.google.com [209.85.218.164]) by mx1.freebsd.org (Postfix) with ESMTP id 70A9E8FC16 for ; Mon, 6 Apr 2009 10:21:36 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: by bwz8 with SMTP id 8so1754125bwz.43 for ; Mon, 06 Apr 2009 03:21:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=E1jzG9LKb9HIa4PPgjTo9/uk0u6yRa8FNihYF73J0Ts=; b=PeOLAtS0Iqh3Sx6ePb+AOSdr7Mok/wg1TXjzJiV8HbEwo3sZwOn2cOIjR9/Y8lMRxf QK3Jm4JGoM+fDt8JENonyG9KqJ31DJqNRKooDCwf9chAfdrhG1U1jJ1R1ssTdlc/iJmZ gKwaAR2qfq44y4O8/Ac/BjriI2sUXgm0VmJno= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=sBIqg+lt8iV2F0FIztR2DQ4UFmrtz68RJ/WzKk2SXGbnEyUZF0+euI+/aIqEK9Sib6 L/3BBLmkAb2IvKn2Auh/t2R4hQTXsFl0Lte6quJFpX/J06sL0RJ+AvTRcv8G1kB3WIVb RiUVn0/izqNl9T+dVlpF8Y9loHLqKhl/NuqBc= MIME-Version: 1.0 Sender: r.c.ladan@gmail.com Received: by 10.223.126.145 with SMTP id c17mr3610086fas.16.1239013294831; Mon, 06 Apr 2009 03:21:34 -0700 (PDT) In-Reply-To: <49D9097D.2060605@freebsd.org> References: <49D9097D.2060605@freebsd.org> Date: Mon, 6 Apr 2009 12:21:34 +0200 X-Google-Sender-Auth: b2fa4a054a57d48f Message-ID: From: Rene Ladan To: Torfinn Ingolfsen Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, "Jack L." Subject: Re: xfce4-cpugraph-plugin X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Apr 2009 10:21:37 -0000 2009/4/5 Rene Ladan : > Torfinn Ingolfsen schreef: >> >> Hi, >> >> On Thu, Apr 2, 2009 at 2:46 PM, Jack L. wrote: >>> >>> It doesn't work on my setup with 7.1-STABLE and xfce4.6 on amd64 as >>> well. I have 3 computers with the same exact issue. >> >> It doesn't work with latest RELENG_7 (ie. 7.2-prerelease / amd64) either. > > It fails on 7.2-BETA1/amd64 as well, at the same point as before: > cpu.c line 959: > > base->m_History[i] = 0; > > with i == 39, but base->m_History points to an inaccessible long int. > > I've mailed the authors (the first one listed has an invalid email address), > to see how they think about it. > I got an answer from 2 of the authors. They both say xfce4-cpugraph-plugin is abandonware. There are some alternatives: * http://adesklets.sourceforge.net/desklets.html (requires the adesklets framework) * http://gatopeichs.pbwiki.com/#gatotraymonitorCPUgraphicallyfromyoursystemstray (freedesktop/gtk+) Regards, Rene