FS#5944 - mythtv, missing lm_sensors dependency
Attached to Project:
Arch Linux
Opened by Neil Bags (nbags) - Wednesday, 06 December 2006, 07:23 GMT
Last edited by Andreas Radke (AndyRTR) - Monday, 07 May 2007, 20:36 GMT
Opened by Neil Bags (nbags) - Wednesday, 06 December 2006, 07:23 GMT
Last edited by Andreas Radke (AndyRTR) - Monday, 07 May 2007, 20:36 GMT
|
Details
MythTV appears to depend on lm_sensors, but its not listed
in the PKGBUILD depends. Output:
/usr/bin/mythbackend: error while loading shared libraries: libsensors.so.3: cannot open shared object file: No such file or directory After installing lm_sensors, the problem goes away and mythbackend starts normally. |
This task depends upon
Closed by Andreas Radke (AndyRTR)
Monday, 07 May 2007, 20:36 GMT
Reason for closing: Fixed
Additional comments about closing: pkg rebuild without lm_sensors installed. sadly there's no configure switch to disable it.
Monday, 07 May 2007, 20:36 GMT
Reason for closing: Fixed
Additional comments about closing: pkg rebuild without lm_sensors installed. sadly there's no configure switch to disable it.
Can you give me some more details here? What version of the mythtv package?
An ldd of the/usr/bin/mythbackend from 0.20.0.20060919-1 does not have a dependency on libsensors.
The version seems to be the same:
[neil@bundy ~]$ pacman -Q |grep mythtv
mythtv 0.20.0.20060919-1
[neil@bundy ~]$ ldd /usr/bin/mythbackend |grep sensors
libsensors.so.3 => /usr/lib/libsensors.so.3 (0x00002aeb6e7a9000)
Do you get the same md5sums for your mythtv package and backend binary that I do?
[pjmattal@pedantic ~]$ md5sum /var/cache/pacman/pkg/mythtv-0.20.0.20060919-1.pkg.tar.gz /usr/bin/mythbackend
30ae8558176ae9e3a398aac4e002e7b9 /var/cache/pacman/pkg/mythtv-0.20.0.20060919-1.pkg.tar.gz
853633b0b5f46c565df37ee8f54ef646 /usr/bin/mythbackend
[neil@bundy ~]$ md5sum /var/cache/pacman/pkg/mythtv-0.20.0.20060919-1.pkg.tar.gz /usr/bin/mythbackend
d6f7c02dd4eb5e47cab8ed67dc4b29c6 /var/cache/pacman/pkg/mythtv-0.20.0.20060919-1.pkg.tar.gz
f6b666aaed448220774149d19dd44292 /usr/bin/mythbackend
I am on x86_64, I should have mentioned this in the initial report (sorry!).