| Anonymous | Login | Signup for a new account | 2010-09-08 17:52 MDT |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ << ] [ >> ] | [ View Advanced ] [ Issue History ] [ Print ] | |||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0000022 | [channel: elrepo/el5] --elrepo--request-for-enhancement-- | block | always | 2009-07-07 18:26 | 2010-04-16 12:26 | ||
| Reporter | pperry | View Status | public | ||||
| Assigned To | pperry | ||||||
| Priority | normal | Resolution | fixed | ||||
| Status | resolved | ||||||
| Summary | 0000022: Backporting lm93 sensor driver fails due to missing i2c_smbus_read_block_data() function | ||||||
| Description |
Attempting to backport the lm93 hwmon sensor driver fails due to missing i2c_smbus_read_block_data() function in i2c-core. [phil@Quad lm93-2.6.30.1]$ make modules make -C src/ modules make[1]: Entering directory `/home/phil/Desktop/lm93-2.6.30.1/src' make -C /lib/modules/2.6.18-128.1.14.el5/build SUBDIRS=/home/phil/Desktop/lm93-2.6.30.1/src modules make[2]: Entering directory `/usr/src/kernels/2.6.18-128.1.14.el5-x86_64' CC [M] /home/phil/Desktop/lm93-2.6.30.1/src/lm93.o /home/phil/Desktop/lm93-2.6.30.1/src/lm93.c: In function ‘lm93_read_block’: /home/phil/Desktop/lm93-2.6.30.1/src/lm93.c:849: error: implicit declaration of function ‘i2c_smbus_read_block_data’ make[3]: *** [/home/phil/Desktop/lm93-2.6.30.1/src/lm93.o] Error 1 make[2]: *** [_module_/home/phil/Desktop/lm93-2.6.30.1/src] Error 2 make[2]: Leaving directory `/usr/src/kernels/2.6.18-128.1.14.el5-x86_64' make[1]: *** [modules] Error 2 make[1]: Leaving directory `/home/phil/Desktop/lm93-2.6.30.1/src' make: *** [modules] Error 2 [phil@Quad lm93-2.6.30.1]$ |
||||||
| Additional Information |
The function i2c_smbus_read_block_data() function was removed and only later restored around kernel-2.6.22 in i2c-core. See here for details: http://lists.lm-sensors.org/pipermail/lm-sensors/2007-April/019430.html [^] Without updating i2c-core it will not be possible to easily backport lm93 to RHEL5.3 |
||||||
| Tags | No tags attached. | ||||||
| Attached Files | |||||||
|
|
|||||||
| Mantis 1.1.8[^] Copyright © 2000 - 2009 Mantis Group |