Dear all
- every time you have
error while loading shared libraries: libXXX.so.XXX: cannot open shared object file: No such file or directory
for build from source programs you have to rebuild it
Git Clone URL: | https://aur.archlinux.org/clementine.git (read-only, click to copy) |
---|---|
Package Base: | clementine |
Description: | A modern music player and library organizer |
Upstream URL: | https://www.clementine-player.org/ |
Licenses: | GPL |
Submitter: | arojas |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 11 |
Popularity: | 5.46 |
First Submitted: | 2023-06-28 19:03 (UTC) |
Last Updated: | 2023-07-13 08:43 (UTC) |
Dear all
error while loading shared libraries: libXXX.so.XXX: cannot open shared object file: No such file or directory
for build from source programs you have to rebuild itDear @FabioLolix,
current updates updated /usr/lib/libabsl_log_internal_check_op.so.2308.0.0
The current version of clementine is trying to use libabsl_log_internal_check_op.so.2301.0.0
As their exists a symlink libabsl_log_internal_check_op.so -> libabsl_log_internal_check_op.so.2308.0.0 I wonder if it would be feasible to depend clementine on libabsl_log_internal_check_op.so instead of the exact version.
I very much prefer to use this package of clementine instead of the one provided via flatpak.
Kind regards
You need to rebuild after every protobuf update
$ ldd /usr/bin/clementine
libprotobuf.so.23 => not found
Anyone else getting the wrong libprotobuf? This broke my beloved clementine for weeks now. Same with the newest version 1.4.0rc2-4
$ pacman -Ql protobuf | grep libprotobuf.so
protobuf /usr/lib/libprotobuf.so
protobuf /usr/lib/libprotobuf.so.24
protobuf /usr/lib/libprotobuf.so.24.2.0
I will re-request this, but probably for different reasons than szdytom. I have a 12 core/24 thread Ryzen 5900X (not overclocked), and the build brings my system to a halt out of the box. Changing MAKEFLAGS to j=4 allows it to build. There's obviously a race condition somewhere.
Now it takes longer to build, but that's better than freezing my whole system.
Thanks! Been using clementine since 2010.
What's that they say? Too late to regret it, too early too brag about it?
Time to start bragging guys!
Would please you add -jX flags to enable compiling on multi-cores?
@Tharbad: That works, and is what I've been doing, but it does need to be able to start clementine to export to xspf files.
I was referring to the bulk method described in the strawberry wiki, which can (in principle) be used without the need to start up clementine to transfer the database using sqlite3. Which left me with empty playlists (even on a system with only a few short ones)
Hence suggesting that deleting the package from AUR may not be such a great idea at least for a while.
@James-T: If it's a large playlist give it a few minutes, everything will appear. Or try dragging the xspf file into an existing blank playlist.
One of these worked for me, maybe both.
Pinned Comments
FabioLolix commented on 2023-09-22 19:45 (UTC)
Dear all
error while loading shared libraries: libXXX.so.XXX: cannot open shared object file: No such file or directory
for build from source programs you have to rebuild it