|
|
按照官方power-management-guide安装到cpufreqd时产生错误
emerge cpufreqd时安装到第二个文件sys-apps/lm_sensors-2.10.4时产生错误
- The die message:
- CONFIG_HWMON not detected
复制代码
以下为详细错误描述:
详细错误信息:/var/temp/portage/sys-apps/lm_sensors-2.10.4/temp/build.log
- [32;01m*[0m Determining the location of the kernel source code
- [32;01m*[0m Found kernel source directory:
- [32;01m*[0m /usr/src/linux
- [32;01m*[0m Found kernel object directory:
- [32;01m*[0m /lib/modules/2.6.23-gentoo-r9/build
- [32;01m*[0m Found sources for kernel version:
- [32;01m*[0m 2.6.23-gentoo-r9
- [31;01m*[0m
- [31;01m*[0m lm_sensors-2.10.4 requires CONFIG_HWMON to be enabled for 2.6.14+ kernels.
- [31;01m*[0m
- [31;01m*[0m
- [31;01m*[0m ERROR: sys-apps/lm_sensors-2.10.4 failed.
- [31;01m*[0m Call stack:
- [31;01m*[0m ebuild.sh, line 49: Called pkg_setup
- [31;01m*[0m lm_sensors-2.10.4.ebuild, line 56: Called die
- [31;01m*[0m The specific snippet of code:
- [31;01m*[0m die "CONFIG_HWMON not detected"
- [31;01m*[0m The die message:
- [31;01m*[0m CONFIG_HWMON not detected
- [31;01m*[0m
- [31;01m*[0m If you need support, post the topmost build error, and the call stack if relevant.
- [31;01m*[0m A complete build log is located at '/var/tmp/portage/sys-apps/lm_sensors-2.10.4/temp/build.log'.
- [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/sys-apps/lm_sensors-2.10.4/temp/die.env'.
- [31;01m*[0m
复制代码
本来以为是内核源码缺少文件,从装了内核源码还是一样。
从google安关键字搜索,只有很少的信息。 |
|