I did a full upgrade 10 min ago and kodi didn't show up so I checked the log.
Looks like an oversight:
$ /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
The python:
# pacman -Qi python
Name : python
Version : 3.13.1-1
Description : The Python programming language
Architecture : aarch64
URL : https://www.python.org/
Licenses : PSF-2.0
Groups : None
Provides : python3 python-externally-managed
Depends On : bzip2 expat gdbm libffi libnsl libxcrypt openssl zlib tzdata mpdecimal
Optional Deps : python-setuptools: for building Python packages using tooling that is usually bundled with Python
python-pip: for installing Python packages using tooling that is usually bundled with Python
python-pipx: for installing Python software not packaged on Arch Linux
sqlite: for a default database integration [installed]
xz: for lzma [installed]
tk: for tkinter
Required By : python-packaging python-pillow python-pycryptodomex python-simplejson rpi4-eeprom samba smbclient
Optional For : btrfs-progs cifs-utils clang dtc git gstreamer gtest iproute2 ldb libcec libevent libftdi libnewt libplist
libxml2 libxslt lirc nfs-utils nftables pcsclite syslog-ng talloc tdb tevent usbutils util-linux-libs xfsprogs
Conflicts With : None
Replaces : python3 python-externally-managed
Installed Size : 71.02 MiB
Packager : Unknown Packager
Build Date : Mon Dec 23 14:41:37 2024
Install Date : Sat Jan 11 12:13:39 2025
Install Reason : Installed as a dependency for another package
Install Script : No
Validated By : SHA-256 Sum
$ ls -lah /usr/lib/libpython3.*
lrwxrwxrwx 1 root root 20 Dec 23 14:41 /usr/lib/libpython3.13.so -> libpython3.13.so.1.0
-rwxr-xr-x 1 root root 5.4M Dec 23 14:41 /usr/lib/libpython3.13.so.1.0
-rwxr-xr-x 1 root root 66K Dec 23 14:41 /usr/lib/libpython3.so
Best Regards