Artix Linux Forum

Artix Linux => Package management => Topic started by: dreieck on 05 October 2023, 20:22:51

Title: galaxy/kotatogram-desktop-beta is compiled against wrong version of abseil-cpp.
Post by: dreieck on 05 October 2023, 20:22:51
Currently, galaxy/kotatogram-desktop-beta is at version 1.4.9-6. It depends on abseil-cpp.
world/abseil-cpp is at version 20230802.1-1.1.

Starting kotatogram-desktop fails with
Code: [Select]
kotatogram-desktop: error while loading shared libraries: libabsl_strings.so.2301.0.0: cannot open shared object file: No such file or directory
.

Current version of world/abseil-cpp provides the file /usr/lib/libabsl_strings.so.2308.0.0, but not libabsl_strings.so.2301.0.0 which kotatogram-desktop expects.

Regards!