dd_wizard
13th February 2010, 11:07 PM
I was finally able to boot a nightly build with desktop-x86_64-20100211.17.iso. However, when I tried to pre-update totem-pl-parser to get around dependency issues, I got a ton of .so conflicts from RPM Fusion. Since there's no full install iso available, what's the best way to update from F12 to F13? Or should I wait for the dependency issues to get resolved?
dd_wizard
---------- Post added at 03:07 PM CST ---------- Previous post was at 01:10 PM CST ----------
Here's some more information. Using:
sudo yum --skip-broken --disablerepo=* --enablerepo=*rawhide update > yum.txt 2>&1
generates the following:
Packages skipped because of dependency problems:
brasero-2.29.90-1.fc13.x86_64 from rawhide
brasero-libs-2.29.90-1.fc13.x86_64 from rawhide
brasero-nautilus-2.29.90-1.fc13.x86_64 from rawhide
gmime-2.5.1-1.fc13.x86_64 from rawhide
totem-2.29.4-2.fc13.x86_64 from rawhide
totem-mozplugin-2.29.4-2.fc13.x86_64 from rawhide
totem-nautilus-2.29.4-2.fc13.x86_64 from rawhide
totem-pl-parser-2.29.1-1.fc13.x86_64 from rawhide
It looks like totem-pl-parser depends on libgmime-2.4.so.2, which gets replaced by the new gmime. The rest of the packages depend on libtotem-plparser.so.17, which won't install because of the gmime conflict. Any ideas if the system will boot after an update with --skip-broken?
Thanks,
dd_wizard
dd_wizard
---------- Post added at 03:07 PM CST ---------- Previous post was at 01:10 PM CST ----------
Here's some more information. Using:
sudo yum --skip-broken --disablerepo=* --enablerepo=*rawhide update > yum.txt 2>&1
generates the following:
Packages skipped because of dependency problems:
brasero-2.29.90-1.fc13.x86_64 from rawhide
brasero-libs-2.29.90-1.fc13.x86_64 from rawhide
brasero-nautilus-2.29.90-1.fc13.x86_64 from rawhide
gmime-2.5.1-1.fc13.x86_64 from rawhide
totem-2.29.4-2.fc13.x86_64 from rawhide
totem-mozplugin-2.29.4-2.fc13.x86_64 from rawhide
totem-nautilus-2.29.4-2.fc13.x86_64 from rawhide
totem-pl-parser-2.29.1-1.fc13.x86_64 from rawhide
It looks like totem-pl-parser depends on libgmime-2.4.so.2, which gets replaced by the new gmime. The rest of the packages depend on libtotem-plparser.so.17, which won't install because of the gmime conflict. Any ideas if the system will boot after an update with --skip-broken?
Thanks,
dd_wizard