Bug 1297131 - Compiler ABI mismatch
Summary: Compiler ABI mismatch
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: compat-wxGTK3-gtk2
Version: 22
Hardware: All
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Jeremy Newton
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-01-09 17:02 UTC by Epifanov Ivan
Modified: 2016-01-09 19:33 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-01-09 19:33:41 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Epifanov Ivan 2016-01-09 17:02:34 UTC
Currently, building anything with wxGTK3 produces error on launch:
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 your program used 3.0 (wchar_t,compiler with C++ ABI 1009,wx containers,compatible with 2.8).


Because wxGTK3 is built with older gcc version, than currently available, and because of strict check in wxGTK3.

This was fixed for wxGTK (see https://bugzilla.redhat.com/show_bug.cgi?id=1200611), but never for wxGTK3.

Comment 1 Jeremy Newton 2016-01-09 18:11:58 UTC
Was this not fixed with wxGTK3-3.0.2-12.fc24?

http://koji.fedoraproject.org/koji/buildinfo?buildID=708387

I just rebuilt wxGTK3 last week, is there a compile option that I'm missing here?

Comment 2 Epifanov Ivan 2016-01-09 18:49:43 UTC
Oh, sorry, just realized i've reported it against rawhide.
That's actually on f22 with wxGTK3-3.0.2-11

That's still strange, as it should've been fixed:
Thu May 28 2015 Mamoru TASAKA <mtasaka> - 3.0.2-6
- Don't abort on ABI check, backport from wxGTK


So i did some more digging, and looks like that's problem in compat-wxGTK3-gtk2
Which was fixed in latest release, but, sadly, it's available only for 23/rawhide.
Sorry for the confusion.

Comment 3 Epifanov Ivan 2016-01-09 19:33:41 UTC
Looks like nothing depends on compat-wxGTK3-gtk2, so i'll just rebuild it locally and will patiently wait for updates in repos.


Note You need to log in before you can comment on or make changes to this bug.