GNOME Bugzilla – Bug 554185
podsleuth doesn't work with sg3_utils 1.27
Last modified: 2010-09-16 22:27:51 UTC
Please describe the problem: PodSleuth tries to load libsgutils.so.1, however sg3_utils have been bumped to libsgutis.so.2. So PodSleuth will report all iPods as unkown on systems with latests sg3_utils (that's Gentoo testing, for example). This is one of the causes of bug #531927. Steps to reproduce: 1. Install sg3_utils-1.27 2. Run podsleuth 3. See it failing to recognize your iPod. Actual results: Expected results: Does this happen every time? Other information:
The PodSleuth code contains the following line (in src/PodSleuth/PodSleuth/ScsiReader.cs), so it will fail if libsgutils.so.1 is not present : [DllImport("libsgutils.so.1")]
there's also: ./src/PodSleuth/PodSleuth.dll.config.in: <dllmap dll="libsgutils.so.1" target="libsgutils.so.1" />
Obsoleted now that we use libgpod.