Bug 1043285

Summary: incompatible Qt (core dumped)
Product: [Fedora] Fedora Reporter: Onuralp SEZER <thunderbirdtr>
Component: fritzingAssignee: Ed Marshall <esm>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: esm, thunderbirdtr
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-16 06:41:09 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Onuralp SEZER 2013-12-15 16:59:32 UTC
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:

Comment 1 Ed Marshall 2013-12-15 22:32:55 UTC
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.

Comment 2 Onuralp SEZER 2013-12-15 23:29:03 UTC
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

Comment 3 Ed Marshall 2013-12-16 06:41:09 UTC
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. :)