FS#60087 - [renpy] Binary refuses to start
Attached to Project:
Community Packages
Opened by Tatsuyuki Ishi (ishitatsuyuki) - Monday, 17 September 2018, 06:46 GMT
Last edited by Maxime Gauduin (Alucryd) - Tuesday, 18 September 2018, 07:54 GMT
Opened by Tatsuyuki Ishi (ishitatsuyuki) - Monday, 17 September 2018, 06:46 GMT
Last edited by Maxime Gauduin (Alucryd) - Tuesday, 18 September 2018, 07:54 GMT
|
Details
Description:
$ renpy Traceback (most recent call last): File "/usr/share/renpy/renpy.py", line 199, in <module> main() File "/usr/share/renpy/renpy.py", line 196, in main renpy.bootstrap.bootstrap(renpy_base) File "/usr/share/renpy/renpy/bootstrap.py", line 288, in bootstrap renpy.import_all() File "/usr/share/renpy/renpy/__init__.py", line 419, in import_all import renpy.text.text File "/usr/share/renpy/renpy/text/text.py", line 34, in <module> from _renpybidi import log2vis, WRTL, RTL, ON # @UnresolvedImport ImportError: /usr/lib/python2.7/site-packages/_renpybidi.so: undefined symbol: fribidi_log2vis Additional info: [testing] enabled renpy 5.1.0-1 fribidi 1.0.5-1 python2 2.7.15-2 |
This task depends upon
Closed by Maxime Gauduin (Alucryd)
Tuesday, 18 September 2018, 07:54 GMT
Reason for closing: Fixed
Additional comments about closing: 7.1.0-2
Tuesday, 18 September 2018, 07:54 GMT
Reason for closing: Fixed
Additional comments about closing: 7.1.0-2
So far no problems.
LD_PRELOAD=/usr/lib/libfribidi.so.0 renpy
_renpybidi.so should link to libfribidi.so.0 (have a DT_NEEDED entry with value libfribidi.so.0) while it doesn't. Most likely there's something wrong during the build.