Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 102594 - Emerge sys-apps/i2c and sys-apps/lm_sensors fails on kernel 2.4
Summary: Emerge sys-apps/i2c and sys-apps/lm_sensors fails on kernel 2.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-15 04:50 UTC by Christophe Garault
Modified: 2005-08-15 05:03 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christophe Garault 2005-08-15 04:50:08 UTC
I allreadeay have lm_sensors installed on a 2.4.29 kernel, but trying to upgrade
to 2.4.31, I need to emerge again lm_sensors and i2c. Here is what I get:

Message of emerge sys-apps/i2c:
make: *** No rule to create target 
Comment 1 Christophe Garault 2005-08-15 04:50:08 UTC
I allreadeay have lm_sensors installed on a 2.4.29 kernel, but trying to upgrade
to 2.4.31, I need to emerge again lm_sensors and i2c. Here is what I get:

Message of emerge sys-apps/i2c:
make: *** No rule to create target « /usr/src/linux/include/linux/modversions.h
», needed for « kernel/i2c-pport.d ». Stop.

!!! ERROR: sys-apps/i2c-2.9.1 failed.
!!! Function src_compile, Line 50, Exitcode 2


Message of emerge sys-apps/lm_sensors:

sed -e 's@^\(.*\)\.o:@kernel/busses/i2c-ali1535.d kernel/busses/i2c-ali1535.o:
Makefile '`dirname kernel/busses/i2c-ali1535.d`/Module.mk' @' >
kernel/busses/i2c-ali1535.d
make: *** No rule to create target « /usr/src/linux/include/linux/modversions.h
», nécessaire pour « kernel/chips/xeontemp.d ». Stop.

!!! ERROR: sys-apps/lm_sensors-modules-2.9.1 failed.
!!! Function src_compile, Line 56, Exitcode 2


Reproducible: Always
Steps to Reproduce:
1. emerge -av sys-apps/i2c
2. emerge -av sys-apps/lm_sensors
3.
Comment 2 Christophe Garault 2005-08-15 05:03:55 UTC
Shame on me, the new kernel had to be compiled at least once for lm_sensors to
be emerged correctly. Everything's working now.