Description of problem: With the libgpod currently in updates-testing (and the new compat-libgpod), gtkpod crashes when attempting to mount the ipod by clicking the "Load Ipod(s)" button. Version-Release number of selected component (if applicable): libgpod-0.4.2-0.1.fc6 compat-libgpod-0.3.2-0.1.fc6 Steps to Reproduce: 1. yum --enablerepo=updates-testing install libgpod 2. run gtkpod from the terminal then click the "load ipod" button Actual results: gtkpod crashes with the following error: gtkpod: symbol lookup error: gtkpod: undefined symbol: itdb_device_set_mountpoint Expected results: Additional info: Reverting to the previous version (libgpod-0.4.0-0.fc6) fixes the problem: rpm -e --nodeps compat-libgpod libgpod && yum update
0.4.0 was never in fc6, because it is binary incompatible to the 0.3 version in fc6 but doesn't change the soname. Where did you get that from, and if the gtkpod is built against that i can understand why it crashes with the 0.3.2 in the compat update. Thats not really a fedora issue though.
Yeah, you're right - i didn't look closely enough at it. Both libgpod (0.4.0) and gtkpod were provided by freshrpms, and the compat update wont place nice with it.