@swimm3r can't reproduce; building with devtools works fine
Search Criteria
Package Details: clementine 1.4.1+62+g56cfc4543-1
Package Actions
| 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: | 22 |
| Popularity: | 0.157443 |
| First Submitted: | 2023-06-28 19:03 (UTC) |
| Last Updated: | 2026-03-30 22:01 (UTC) |
Dependencies (35)
- abseil-cpp (abseil-cpp-gitAUR)
- alsa-lib
- chromaprint (chromaprint-fftwAUR)
- fftw (fftw-amdAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- gst-plugins-base-libs (gst-plugins-base-libs-gitAUR)
- gstreamer (gstreamer-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libcdio (libcdio-gitAUR)
- libgpod
- liblastfm-qt5
- libmtp (libmtp-gitAUR)
- libprotobuf.so (protobuf-21AUR, protobuf-gitAUR, protobuf)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libx11 (libx11-gitAUR)
- projectm (projectm-gitAUR)
- protobuf (protobuf-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-x11extras
- sqlite (sqlite-fossilAUR)
- taglib (taglib-gitAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- boost (boost-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- qt5-tools (make)
- sparsehash (make)
- gst-libav (gst-libav-gitAUR) (optional) – Libav plugin
- gst-plugins-bad (gst-plugins-bad-gitAUR) (optional) – "Bad" plugin libraries
- gst-plugins-base (gst-plugins-base-gitAUR) (optional) – "Base" plugin libraries
- gst-plugins-good (gst-plugins-good-gitAUR) (optional) – "Good" plugin libraries
- gst-plugins-ugly (gst-plugins-ugly-gitAUR) (optional) – "Ugly" plugin libraries
- gvfs (gvfs-gitAUR) (optional) – Various devices support
Required by (0)
Sources (1)
FabioLolix commented on 2026-04-07 21:19 (UTC)
swimm3r commented on 2026-04-07 08:06 (UTC)
Hello. I can not compile clemntine on a arch machine. I get the following error:
[ 9%] Building CXX object ext/libclementine-common/CMakeFiles/libclementine-common.dir/core/moc_messagereply.cpp.o
[ 9%] Building CXX object ext/libclementine-common/CMakeFiles/libclementine-common.dir/core/moc_workerpool.cpp.o
[ 9%] Linking CXX static library liblibclementine-common.a
[ 9%] Built target libclementine-common
[ 9%] Running cpp protocol buffer compiler on tagreadermessages.proto
make[2]: *** [ext/libclementine-tagreader/CMakeFiles/libclementine-tagreader.dir/build.make:78: ext/libclementine-tagreader/tagreadermessages.pb.h] Illegal instruction (core dumped)
make[1]: *** [CMakeFiles/Makefile2:1847: ext/libclementine-tagreader/CMakeFiles/libclementine-tagreader.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
Can anyone help me, please?
FabioLolix commented on 2026-03-30 22:02 (UTC)
Nestor_013 thanks for reporting
Nestor_013 commented on 2026-03-29 16:44 (UTC)
Since last update of protobuf I could not recompile.
[100%] Building CXX object src/CMakeFiles/clementine.dir/main.cpp.o
/var/lib/jenkins/jobs/Build_AUR_package_unconditional/workspace/clementine/src/Clementine/src/main.cpp: In function ‘void {anonymous}::ParseAProto()’:
/var/lib/jenkins/jobs/Build_AUR_package_unconditional/workspace/clementine/src/Clementine/src/main.cpp:195:25: error: ignoring return value of ‘bool google::protobuf::MessageLite::ParseFromArray(const void*, int)’, declared with attribute ‘nodiscard’ [-Werror=unused-result]
195 | message.ParseFromArray(data.constData(), data.size());
| ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/google/protobuf/generated_message_tctable_decl.h:24,
from /var/lib/jenkins/jobs/Build_AUR_package_unconditional/workspace/clementine/src/build/ext/libclementine-tagreader/tagreadermessages.pb.h:24,
from /var/lib/jenkins/jobs/Build_AUR_package_unconditional/workspace/clementine/src/Clementine/src/main.cpp:69:
/usr/include/google/protobuf/message_lite.h:690:3: note: declared here
690 | ParseFromArray(const void* data, int size);
| ^~~~~~~~~~~~~~
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/clementine.dir/build.make:79: src/CMakeFiles/clementine.dir/main.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:824: src/CMakeFiles/clementine.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
I had to add in the build() function:
export CXXFLAGS+=" -Wno-unused-result"
Can you add it to the current PKGBUILD until fixed upstream ?
FabioLolix commented on 2025-11-04 21:37 (UTC)
@simona there is a pinned comment for that since 2024-11-11 and have already replied to that same question on 2024-11-11 and 2024-12-31 and another pinned comment since 2025-05-02
simona commented on 2025-11-04 19:36 (UTC) (edited on 2025-11-04 21:41 (UTC) by simona)
require libprotobuf.so=32.1.0-64 (sorry but it seems not to be: failed to prepare transaction)
FabioLolix commented on 2025-07-12 13:10 (UTC)
libmygpo-qt5 have been removed from Arch
Remove libmygpo-qt5 from your system and build the last version; clementine have a bundled copy of libmygpo-qt5 (don't seem possible to disable it [gpodder] )
duprezjm commented on 2025-07-12 09:43 (UTC)
-> Packages not in AUR: libmygpo-qt5
glenjo commented on 2025-05-03 20:24 (UTC)
FabioLolix,
Fixed! Thanks!
Pinned Comments
FabioLolix commented on 2025-07-12 13:10 (UTC)
libmygpo-qt5have been removed from ArchRemove
libmygpo-qt5from your system and build the last version; clementine have a bundled copy of libmygpo-qt5 (don't seem possible to disable it [gpodder] )FabioLolix commented on 2025-05-02 21:52 (UTC)
@simona there is a pinned comment for that since 2024-11-11 and have already replied to that same question on 2024-11-11 and 2024-12-31
FabioLolix commented on 2024-11-11 06:11 (UTC)
You need to remove Clementine and rebuilt it
This is expected behaviour
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 directoryfor build from source programs you have to rebuild it