After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 554185 - podsleuth doesn't work with sg3_utils 1.27
podsleuth doesn't work with sg3_utils 1.27
Status: RESOLVED FIXED
Product: banshee
Classification: Other
Component: Device - iPod
1.2.1
Other All
: Normal normal
: 1.x
Assigned To: Banshee Maintainers
Banshee Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-09-28 15:28 UTC by Santiago M. Mola
Modified: 2010-09-16 22:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Santiago M. Mola 2008-09-28 15:28:06 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:
Comment 1 Bertrand Lorentz 2008-09-28 17:07:42 UTC
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")]
Comment 2 Santiago M. Mola 2008-09-28 17:12:19 UTC
there's also:

./src/PodSleuth/PodSleuth.dll.config.in:	<dllmap dll="libsgutils.so.1" target="libsgutils.so.1" />
Comment 3 Alan McGovern 2010-09-16 22:27:51 UTC
Obsoleted now that we use libgpod.