|
Bugzilla – Full Text Bug Listing |
| Summary: | GCC6: presage fails to build | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Dominique Leuenberger <dimstar> |
| Component: | Other | Assignee: | 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
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 closed again 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 *** |