Package Details: clementine 1.4.1+38+g1fc7fe0e1-2

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://github.com/clementine-player/Clementine
Licenses: GPL-3.0-or-later
Submitter: arojas
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 20
Popularity: 1.17
First Submitted: 2023-06-28 19:03 (UTC)
Last Updated: 2025-04-02 21:38 (UTC)

Pinned Comments

FabioLolix commented on 2024-11-11 06:11 (UTC)

    error: failed to prepare transaction (could not satisfy dependencies) :: installing $PACKAGE (VERSION) breaks dependency 'libXXX.so=$VERSION' required by clementine -> error installing repo packages

You need to remove Clementine and rebuilt it

This is expected behaviour

FabioLolix commented on 2023-09-22 19:45 (UTC)

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

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »

Thermi commented on 2024-03-10 05:28 (UTC)

The PKBUILD uses --copy-dt-needed-entries, which is actually (after my simple test with makepkg -rf without it) not needed. It builds and runs fine with out that LDFLAG. mold (the linker) does not support --copy-dt-needed-entries, so one has to remove it before one can build clementine using this PKGBUILD.

@FabioLolix could you please remove that flag?

FabioLolix commented on 2024-03-02 18:48 (UTC)

This time should be fixed for all

FabioLolix commented on 2024-03-02 18:30 (UTC)

@Oldiesmann just replied to you on https://github.com/clementine-player/Clementine/issues/7313#issuecomment-1974871856

I will have to use the bundled taglib since dirty building don't work and no way people will use devtools

Oldiesmann commented on 2024-03-02 18:27 (UTC)

I've tried everything listed here - using the latest AUR package, various modifications to PKGBUILD, etc. and it always fails with the same error.

FabioLolix commented on 2024-03-02 17:50 (UTC)

@ilil @Bad-Mad use the updated pkgbuild


Also in the occurrence of not using the system's taglib you can remove the depends on it

ilil commented on 2024-03-02 17:46 (UTC)

@Bad-Mad I had to change the PKGBUILD to make the update possible. depends=(taglib1) change to depends=(taglib)

export PKG_CONFIG_PATH=/usr/lib/taglib1/lib/pkgconfig delete

-DUSE_SYSTEM_TAGLIB=ON change to -DUSE_SYSTEM_TAGLIB=OFF

FabioLolix commented on 2024-03-02 13:11 (UTC)

@Bad-Mad the pkgbuild was updated before you posted to use taglib1


On a general note, you're welcome to stop reporting the same issues here or to developers after I have reported that can't updated for ssh issues


But now i have taglib1 and taglib2 installed ... taglib1 and taglib2 can’t they co-exist?

@duprezjm it can coexist

Bad-Mad commented on 2024-03-02 12:42 (UTC)

I had to change the PKGBUILD to make the update possible.

-DUSE_SYSTEM_TAGLIB=ON

change to

-DUSE_SYSTEM_TAGLIB=OFF

https://github.com/clementine-player/Clementine/issues/7313

FabioLolix commented on 2024-03-02 09:15 (UTC)

Need to solve this before updating

$ LANG=C git clone ssh://aur@aur.archlinux.org/clementine.git
Cloning into 'clementine'...
aur@aur.archlinux.org: Permission denied (publickey).

For the records, I had to change

Host aur
HostName aur.archlinux.org

To simply

Host aur.archlinux.org

The previous config was last used on 2024-01-30 (Canata update)

FabioLolix commented on 2024-02-26 06:20 (UTC)

Need to solve this before updating

$ LANG=C git clone ssh://aur@aur.archlinux.org/clementine.git
Cloning into 'clementine'...
aur@aur.archlinux.org: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.