Wing does not start on gentoo Linux
Wing 7.1 won't start on gentoo Linux and logs the following to ~/.wingpro7.ide.log:
wing - 2019/10/18 21:47:06 - Fatal startup error: Exiting Wing
wing - 2019/10/18 21:47:06 - Traceback (most recent call last):
wing - 2019/10/18 21:47:06 - File "/home/shared/src/ide/bin/ide-2.7/src/startwing.pyo", line 1049, in Main
wing - 2019/10/18 21:47:06 - File "/home/shared/src/ide/bin/ide-2.7/src/startwing.pyo", line 770, in Run
wing - 2019/10/18 21:47:06 - File "/home/user/.local/share/Steam/steamapps/common/Wing Pro 7/x86_64/bin/ide-2.7/src/wingbase/mergeimporter.py", line 359, in load_module
wing - 2019/10/18 21:47:06 - raise exc
wing - 2019/10/18 21:47:06 - ImportError: /usr/lib64/libsqlite3.so.0: undefined symbol: ubrk_open
Even though the function is defined:
$ strings /usr/lib64/libsqlite3.so.0 | grep ubrk_open
ubrk_open
Comments