Bug 1318841

Summary: wxGTK: Request for Rebuild to fix C++ ABI incompatibility
Product: [Fedora] Fedora Reporter: Sergio Basto <sergio>
Component: wxGTKAssignee: Dan HorĂ¡k <dan>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 23CC: alexjnewt, dan
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-10-27 21:45:32 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 Sergio Basto 2016-03-18 00:26:38 UTC
Description of problem:

As I wrote in https://bugzilla.redhat.com/show_bug.cgi?id=1318171#c5 :

I think something similar is happening in wxGTK-2.8.12-19.fc23.x86_64, 

Warning: Mismatch between the program and library build versions detected.
The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1008,wx containers,compatible with 2.4,compatible with 2.6),
and your program used 2.8 (no debug,Unicode,compiler with C++ ABI 1009,wx containers,compatible with 2.4,compatible with 2.6).

In reply  Scott Talbert wrote:
Yes, wxGTK package probably also needs to be rebuilt.  You should file a separate bug for that.


Version-Release number of selected component (if applicable):
wxGTK-2.8.12-19.fc23.i686
wxGTK-2.8.12-19.fc23.x86_64


How reproducible:
Run for example: mediainfo-gui

Steps to Reproduce:
1. install and run mediainfo-gui in F23 

Actual results:

Warning: Mismatch between the program and library build versions detected.
The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1008,wx containers,compatible with 2.4,compatible with 2.6),
and your program used 2.8 (no debug,Unicode,compiler with C++ ABI 1009,wx containers,compatible with 2.4,compatible with 2.6).

Expected results:
no warnings.

Additional info:

Comment 1 Sergio Basto 2016-10-27 21:45:32 UTC
How reproducible:
Run for example: mediainfo-gui

Steps to Reproduce:
1. install and run mediainfo-gui in F23 

not anymore

Comment 2 Jeremy Newton 2016-10-28 00:27:20 UTC
Looks like I forgot to close this when I rebuilt. Thanks!