Bug 985362

Summary: GCC6: presage fails to build
Product: [openSUSE] openSUSE Tumbleweed Reporter: Dominique Leuenberger <dimstar>
Component: OtherAssignee: Marguerite Su <i>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: jengelh
Version: Current   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Bug Depends on: 985238    
Bug Blocks: 984984    

Description Dominique Leuenberger 2016-06-17 09:51:56 UTC
Since the update to GCC6, openSUSE:Factory/presage fails to build
Comment 1 Marguerite Su 2016-06-17 17:05:22 UTC
fixed in https://build.opensuse.org/request/show/403067
Comment 2 Marguerite Su 2016-06-18 17:02:02 UTC
gcc6 issue was solved but a new problem happened:

[  106s] checking for python wx module... ./configure: line 18014:  5437 Aborted                 $PYTHON -c "import wx" 2 &> /dev/null
[  106s] checking for python wx.stc module... ./configure: line 18014:  5441 Aborted                 $PYTHON -c "import wx.stc" 2 &> /dev/null
[  106s] no

And I made a patch to expose what happened

[  106s] Fatal Error: Mismatch between the program and library build versions detected.
[  106s] The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1009,STL containers,compatible with 2.6),
[  106s] and wxPython used 2.8 (no debug,Unicode,compiler with C++ ABI 1010,STL containers,compatible with 2.6).

And I tested on my own TW:

2.8.12.1-12.5 works, while 2.8.12.1-12.6 not.

It's because boo#985238
Comment 3 Marguerite Su 2016-06-21 08:00:14 UTC
closed again
Comment 4 Jan Engelhardt 2017-02-17 17:08:30 UTC
It's really an issue in wxWidgets/wxPython, as the g++ ABI number constantly changes (and that without being an issue to everything else).

*** This bug has been marked as a duplicate of bug 953017 ***