Bug 1217955

Summary: Mismatch between the program and library build versions
Product: [Fedora] Fedora Reporter: rvcsaba
Component: timelineAssignee: Gwyn Ciesla <gwync>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 22CC: gwync, neteler, swt
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: 2015-06-15 01:27:21 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:
Embargoed:

Description rvcsaba 2015-05-03 10:53:05 UTC
Description of problem:

/usr/bin/timeline 
Fatal Error: Mismatch between the program and library build versions detected.
The library used 3.0 (wchar_t,compiler with C++ ABI 1008,wx containers,compatible with 2.8),
and wxPython used 3.0 (wchar_t,compiler with C++ ABI 1002,wx containers,compatible with 2.8).
Aborted (core dumped)


Version-Release number of selected component (if applicable):

timeline-1.5.0-1.fc22.noarch


Actual results:

Timeline crashed.


Expected results:

Timeline working.


Additional info:

I "build" latest v1.6.0 release, but same problem. :(

Comment 1 markusN 2015-05-04 21:23:58 UTC
It seems to be a generic wxPython problem (we just found the same issue when
running GRASS GIS 7):

$ python -c "import wx"
Fatal Error: Mismatch between the program and library build versions detected.
The library used 3.0 (wchar_t,compiler with C++ ABI 1008,wx
containers,compatible with 2.8),
and wxPython used 3.0 (wchar_t,compiler with C++ ABI 1002,wx
containers,compatible with 2.8).
Cancelled (core dump created)

Comment 2 markusN 2015-05-04 21:27:49 UTC
See also bug #1208813

Comment 3 Scott Talbert 2015-06-15 01:07:42 UTC
Is this still a problem?  I rebuilt wxPython a while back which should've resolved this.

Comment 4 rvcsaba 2015-06-15 01:23:59 UTC
Timeline is work, thanks!