Skip to main content
Topic: galaxy/kotatogram-desktop-beta is compiled against wrong version of abseil-cpp. (Read 239 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

galaxy/kotatogram-desktop-beta is compiled against wrong version of abseil-cpp.

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!