27f0ee5 Rebuild with new gcc build to fix: undefined symbol: _ZNSt7__cxx1112basic...

Authored and Committed by churchyard 4 years ago
    Rebuild with new gcc build to fix: undefined symbol: _ZNSt7__cxx1112basic...
    
    wxpython4 in Fedora 32 was broken:
    
    >>> import wx
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
      File "/usr/lib64/python3.9/site-packages/wx/__init__.py", line 17, in <module>
        from wx.core import *
      File "/usr/lib64/python3.9/site-packages/wx/core.py", line 12, in <module>
        from ._core import *
    ImportError: /usr/lib64/python3.9/site-packages/wx/_core.cpython-39-x86_64-linux-gnu.so: undefined symbol: _ZNSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEE9_M_createERmm, version WXU_3.0
    
    After investigation, it was found that simply rebuilding it with a newer
    gcc build makes the problem go away.
    
        
  • Build completed
    success
    Built as python-wxpython4-4.0.7-5.fc32
    4 years ago
file modified
+4 -1