FS#37695 - [lm_sensors] rrdtool should not be optional

Attached to Project: Arch Linux
Opened by ValdikSS (ValdikSS) - Friday, 08 November 2013, 10:45 GMT
Last edited by Eric Belanger (Snowman) - Friday, 08 November 2013, 18:04 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Eric Belanger (Snowman)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
/usr/bin/sensord can't find librrd.so.4 without rrdtool package, so it can't work. It should be included as a dependency, not as an optional package.

ldd /usr/bin/sensord
linux-vdso.so.1 (0x00007fff9e389000)
libsensors.so.4 => /usr/lib/libsensors.so.4 (0x0000003000800000)
librrd.so.4 => not found
libc.so.6 => /usr/lib/libc.so.6 (0x0000003000400000)
libm.so.6 => /usr/lib/libm.so.6 (0x0000003001000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003000000000)


Additional info:
extra/lm_sensors 3.3.4-1


Steps to reproduce:
This task depends upon

Closed by  Eric Belanger (Snowman)
Friday, 08 November 2013, 18:04 GMT
Reason for closing:  Not a bug
Additional comments about closing:  rrdtool pulls in X related depends which is not wanted on a headless server. See  FS#23328 
Comment by Gerardo Exequiel Pozzi (djgera) - Friday, 08 November 2013, 15:05 GMT
I never used sensord, only sensor command.
Package clear says: "Optional Deps : rrdtool: for logging with sensord"

Loading...