kodi-rpi 19.4-2 is failing - missing liblzo2.so.2

This forum is for topics dealing with problems with software specifically in the AArch64 repo.

kodi-rpi 19.4-2 is failing - missing liblzo2.so.2

Postby lendok » Thu May 12, 2022 7:36 pm

After a system update and reboot kodi is not starting anymore.
$this->bbcode_second_pass_code('', '/usr/lib/kodi/kodi.bin: error while loading shared libraries: liblzo2.so.2: cannot open shared object file: No such file or directory
')
lendok
 
Posts: 4
Joined: Thu Jan 27, 2022 4:54 pm

Re: kodi-rpi 19.4-2 is failing - missing liblzo2.so.2

Postby lendok » Thu May 12, 2022 7:45 pm

This is actually an armv7h (Raspberry Pi 4) topic. I don't know how to move it
lendok
 
Posts: 4
Joined: Thu Jan 27, 2022 4:54 pm

Re: kodi-rpi 19.4-2 is failing - missing liblzo2.so.2

Postby graysky » Thu May 12, 2022 7:54 pm

Odd, some dependency must have changed... you need lzo:
$this->bbcode_second_pass_code('', 'pacman -S lzo')
graysky
Developer
 
Posts: 1727
Joined: Sun Jun 26, 2011 6:56 am
Location: /run/user/1000

Re: kodi-rpi 19.4-2 is failing - missing liblzo2.so.2

Postby lendok » Thu May 12, 2022 8:20 pm

@graysky
it's working again. Thank you :D
lendok
 
Posts: 4
Joined: Thu Jan 27, 2022 4:54 pm

Re: kodi-rpi 19.4-2 is failing - missing liblzo2.so.2

Postby unformatted » Fri May 13, 2022 7:03 am

FYI, I had the same issue on 2 RPi4's running aarch64 (armv8). Regular maintenance checking for orphans:

$this->bbcode_second_pass_code('', '
[user@PC01 ~]$ pacman -Qdt
lzo 2.10-3
')

lzo is however installed as a dependency of 'another' package:

$this->bbcode_second_pass_code('', '
[user@PC01 ~]$ pacman -Qi lzo
Name : lzo
Version : 2.10-3
Description : Portable lossless data compression library
Architecture : aarch64
URL : https://www.oberhumer.com/opensource/lzo
Licenses : GPL
Groups : None
Provides : None
Depends On : glibc
Optional Deps : None
Required By : None
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 374.36 KiB
Packager : Arch Linux ARM Build System <builder+n1@archlinuxarm.org>
Build Date : Tue 19 Nov 2019 03:41:37 AM CET
Install Date : Fri 08 Oct 2021 06:21:15 PM CEST
Install Reason : Installed as a dependency for another package
Install Script : No
Validated By : Signature
')
unformatted
 
Posts: 119
Joined: Tue Mar 09, 2021 5:23 pm

Re: kodi-rpi 19.4-2 is failing - missing liblzo2.so.2

Postby robg » Fri May 13, 2022 3:02 pm

If you see the lines
$this->bbcode_second_pass_code('', '
Required By : None
Install Reason : Installed as a dependency for another package
')
in conjunction, it means that either the package was explicitly installed with the --asdeps option (unlikely); or the dependency structure changed, and the packaged is no longer required (also unlikely); or the dependent package was uninstalled without its dependencies (likely).
robg
 
Posts: 186
Joined: Tue Jan 05, 2021 8:22 am


Return to ARMv8

Who is online

Users browsing this forum: No registered users and 3 guests