Package Details: clementine 1.4.0rc2-6

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: 16
Popularity: 0.96
First Submitted: 2023-06-28 19:03 (UTC)
Last Updated: 2024-03-02 18:47 (UTC)

Pinned Comments

haplo commented on 2024-01-30 15:48 (UTC)

@geomaster Same problem here, Clementine failed to start today due to taglib being upgraded:

/usr/bin/clementine: error while loading shared libraries: libtag.so.1: cannot open shared object file: No such file or directory

And build fails with the error you posted.

I opened an issue upstream: https://github.com/clementine-player/Clementine/issues/7313

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 Next › Last »

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.


FabioLolix commented on 2024-02-22 17:49 (UTC)

I took an almost complete pause for a while, updates will resume in a couple of days

gromit commented on 2024-02-21 15:11 (UTC)

This package currently fails to build because of breaking changes in the taglib package. Until upstream is compatible with the new version this package should instead depend on the taglib1 package.

glenjo commented on 2024-02-04 06:49 (UTC)

Taglib is included in the source as a third party library. If you modify PKGBUILD to change

-DUSE_SYSTEM_TAGLIB=ON

to

-DUSE_SYSTEM_TAGLIB=OFF

then build is successful.

duprezjm commented on 2024-02-01 14:40 (UTC)

As HAPLO "I installed taglib1 from AUR, that fixes this issue". And now Clementine work fine ! But now i have taglib1 and taglib2 installed ... taglib1 and taglib2 can’t they co-exist?

maderios commented on 2024-01-31 10:24 (UTC)

Linking to old taglib1 is not good solution for me. I installed Strawberry (official Arch package), it's Clementine fork. It works with new taglib 2 https://www.strawberrymusicplayer.org/#features

haplo commented on 2024-01-31 09:23 (UTC)

@geomaster I installed taglib1 from AUR, that also fixes this issue until Clementine migrates to taglib 2.0. No timeline yet, hopefully a maintainer will chime in in the Github issue.