Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: Kodi-rpi is linked with python3.12 but the python has been upgraded to 3.13 (Read 117 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Kodi-rpi is linked with python3.12 but the python has been upgraded to 3.13

I did a full upgrade 10 min ago and kodi didn't show up so I checked the log.
Looks like an oversight:
Code: [Select]
$ /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:
Code: [Select]
# 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

Re: Kodi-rpi is linked with python3.12 but the python has been upgraded to 3.13

Reply #1
we don't have kodi in our repos.

https://packages.artixlinux.org/packages/?sort=&q=kodi

Code: [Select]
$ pacman -F /usr/bin/kodi-standalone
usr/bin/kodi-standalone is owned by cachyos-v3/kodi 21.1-5
usr/bin/kodi-standalone is owned by cachyos-v3/kodi-gles 21.1-5
usr/bin/kodi-standalone is owned by extra-x86-64-v3/kodi 21.1-4.1
usr/bin/kodi-standalone is owned by extra-x86-64-v3/kodi-gles 21.1-4.1
usr/bin/kodi-standalone is owned by extra/kodi 21.1-4
usr/bin/kodi-standalone is owned by extra/kodi-gles 21.1-4
usr/bin/kodi-standalone is owned by chaotic-aur/kodi-git 22.r1831.g4d70587-1
usr/bin/kodi-standalone is owned by chaotic-aur/kodi-stable-git 21.1.r152.g7991123-1

 

Re: Kodi-rpi is linked with python3.12 but the python has been upgraded to 3.13

Reply #2
Sorry about that, I forgot the "alarm" repo. Closing this.