GNU bug report logs -
#643
23.0.60; battery.el needs deprecated ACPI_PROCFS_POWER interface
Previous Next
Reported by: Sven Joachim <svenjoac <at> gmx.de>
Date: Sun, 3 Aug 2008 07:45:03 UTC
Severity: normal
Merged with 660
Done: Chong Yidong <cyd <at> stupidchicken.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 08 Aug 2008 13:49:56 -0400
with message-id <87projiegr.fsf <at> stupidchicken.com>
and subject line Re: 23.0.60; battery.el needs deprecated ACPI_PROCFS_POWER interface
has caused the Emacs bug report #643,
regarding 23.0.60; battery.el needs deprecated ACPI_PROCFS_POWER interface
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don <at> donarmstrong.com
immediately.)
--
643: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=643
Emacs Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
In recent Linux kernels, the information about battery status has been
moved from /proc/acpi/battery to /sys/class/power_supply. It is only
available from the former place if the kernel has been built with the
ACPI_PROCFS_POWER option, which is deprecated:
,----[ /usr/src/linux-2.6.26.1/drivers/acpi/Kconfig ]
| config ACPI_PROCFS_POWER
| bool "Deprecated power /proc/acpi directories"
| depends on PROC_FS
| default y
| ---help---
| For backwards compatibility, this option allows
| deprecated power /proc/acpi/ directories to exist, even when
| they have been replaced by functions in /sys.
| The deprecated directories (and their replacements) include:
| /proc/acpi/battery/* (/sys/class/power_supply/*)
| /proc/acpi/ac_adapter/* (sys/class/power_supply/*)
| This option has no effect on /proc/acpi/ directories
| and functions, which do not yet exist in /sys
|
| Say N to delete power /proc/acpi/ directories that have moved to /sys/
|
`----
At least Debian ships kernels that are built without ACPI_PROCFS_POWER,
so battery.el will not work with them.
Sven
[Message part 3 (message/rfc822, inline)]
I've checked in the patch.
This bug report was last modified 15 years and 243 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.