by mobin2008 » Sun Jan 19, 2025 9:41 pm
This commit upgrades python to 3.13 in core repo:make_clickable_callback(MAGIC_URL_FULL, ' ', 'https://github.com/archlinuxarm/PKGBUILDs/commit/8f1dcb8abd6cee4601cb6bf389aa4ad6efd134e6', '', ' class="postlink"')
Is it normal to wait for a month for kodi rebuild with python3.13? I have a ugly workaround right now:
[code]
$ /usr/bin/kodi-standalone --audio-backend=alsa
/usr/lib/kodi/kodi.bin: error while loading shared libraries: libpython3.12.so.1.0: cannot open shared object file: No such file or directory
/usr/lib/kodi/kodi.bin: error while loading shared libraries: libpython3.12.so.1.0: cannot open shared object file: No such file or directory
/usr/lib/kodi/kodi.bin: error while loading shared libraries: libpython3.12.so.1.0: cannot open shared object file: No such file or directory
/usr/bin/kodi --standalone --audio-backend=alsa has exited in an unclean state 3 times in the last 1 seconds.
Something is probably wrong
[/code]
[code]
$ ls -lah /usr/lib/libpython3.12.so.1.0
lrwxrwxrwx 1 root root 20 Jan 11 14:38 /usr/lib/libpython3.12.so.1.0 -> libpython3.13.so.1.0
[/code]