Hide Forgot
Description of problem: Fritzing not opening because of incompatible Qt version , "**** Error Line ***** Cannot mix incompatible Qt library (version 0x40805) with this library (version 0x40804) Aborted (core dumped) "*********************** Version-Release number of selected component (if applicable): fritzing-0.8.3b-0.fc20.x86_64 How reproducible: Open Fritzing and crashed Steps to Reproduce: 1. 2. 3. Actual results: Qt and Core dump error Expected results: Open Fritzing without problem Additional info:
This smells a lot like a case where you were in mid-upgrade; it sounds like you got the new version of qt (4.8.5), but a supplemental library was still 4.8.4. Just to check (and before you apply any more updates), can you run: rpm -qa | fgrep 4.8.4 I suspect you'll find one of qt or qt-x11 at version 4.8.4. Try applying the latest updates, and see if you're still having problems.
Well I already have latest updates and now working but this are "updates-testing" repository plus still I have issues and sometimes crashed and not working. I already filled another bug. thunderbirdtr@darkstar ~$ rpm -qa | fgrep 4.8.5 qt-doc-4.8.5-11.fc20.noarch qt-devel-4.8.5-11.fc20.x86_64 qt-4.8.5-11.fc20.x86_64 qt-4.8.5-11.fc20.i686 qt-demos-4.8.5-11.fc20.x86_64 qt-examples-4.8.5-11.fc20.x86_64 qt-x11-4.8.5-11.fc20.x86_64 qt-x11-4.8.5-11.fc20.i686 qt-assistant-4.8.5-11.fc20.x86_64
Okay, going to close this one out, since it looks like it was just a matter of getting the latest updates in place. This is the fun part of working with a pre-release Fedora. :)