Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Apr 2008 17:11:02 GMT
From:      Daniel Holmes <danielh@holmesonics.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/122605: Port x11-wm/epplets E-Cpu epplet broken.
Message-ID:  <200804091711.m39HB2Ur026887@www.freebsd.org>
Resent-Message-ID: <200804091720.m39HK1kj056978@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         122605
>Category:       ports
>Synopsis:       Port x11-wm/epplets E-Cpu epplet broken.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 09 17:20:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Daniel Holmes
>Release:        7.0-Stable.
>Organization:
>Environment:
FreeBSD laptop.domain.actdsltmp 7.0-STABLE FreeBSD 7.0-STABLE #5: Sat Apr  5 07:23:24 MDT 2008     danielh@laptop.domain.actdsltmp:/usr/obj/usr/src/sys/LAPTOP  i386

>Description:
The E-Cpu epplet is expecting the sysctl kern.cp_times to exist, but it is kern.cp_time instead. This doesn't stop compile, however it does stop the epplet from starting.
>How-To-Repeat:
Install the x11-wm/epplets port.
>Fix:
Change line 101 of epplets/E-Cpu.c to read:

if(sysctlbyname("kern.cp_time", &cp_time, &len, NULL, 0)) {

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804091711.m39HB2Ur026887>