Description of problem: A new version of sip has been released, updating the sip-api from version 8 to 9. The current binary rpm for python-poppler-qt4 requires sip-api(8), causing multilib protection errors during upgrage. Version-Release number of selected component (if applicable): sip-4.14.4-1.fc17.x86_64 (from repo updates) python-poppler-qt4-0.16.2-3.fc17.x86_64 (release; no updates available) How reproducible: Always. Steps to Reproduce: 1. Install the newest sip from updates 2. Install python-poppler-qt4 Actual results: Error: Multilib version problems found. This often means that the root cause is something else and multilib version checking is just pointing out that there is a problem. Eg.: 1. You have an upgrade for sip which is missing some dependency that another package requires. Yum is trying to solve this by installing an older version of sip of the different architecture. If you exclude the bad architecture yum will tell you what the root cause is (which package requires what). You can try redoing the upgrade with --exclude sip.otherarch ... this should give you an error message showing the root cause of the problem. 2. You have multiple architectures of sip installed, but yum can only see an upgrade for one of those arcitectures. If you don't want/need both architectures anymore then you can remove the one with the missing update and everything will work. 3. You have duplicate versions of sip installed already. You can use "yum check" to get yum show these errors. ...you can also use --setopt=protected_multilib=false to remove this checking, however this is almost never the correct thing to do as something else is very likely to go wrong (often causing much more problems). Protected multilib versions: sip-4.13.2-1.fc17.i686 != sip-4.14.4-1.fc17.x86_64 Expected results: Flawless install. Additional info: A rebuild of python-poppler-qt4-0.16.2-3.fc17.src.rpm is sufficient to solve the problem.
python-poppler-qt4-0.16.2-5.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/python-poppler-qt4-0.16.2-5.fc17
Package python-poppler-qt4-0.16.2-5.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing python-poppler-qt4-0.16.2-5.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-4452/python-poppler-qt4-0.16.2-5.fc17 then log in and leave karma (feedback).
python-poppler-qt4-0.16.2-5.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report.