Please follow the steps below and check the boxes with [x] once you did the step.
Please provide information about your system and the version of Clementine used.
Clementine version: 1.31ļ¼ not support ubuntu 18.04
$ cmake .
`-- The C compiler identification is GNU 7.3.0
-- The CXX compiler identification is GNU 7.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Deprecation Warning at CMakeLists.txt:2 (cmake_policy):
The OLD behavior for policy CMP0011 will be removed from a future version
of CMake.
The cmake-policies(7) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
CMake Warning at /usr/share/cmake-3.10/Modules/FindQt4.cmake:620 (message):
/usr/bin/qmake reported QT_INSTALL_LIBS as "/usr/lib/x86_64-linux-gnu" but
QtCore could not be found there. Qt is NOT installed correctly for the
target build environment.
Call Stack (most recent call first):
CMakeLists.txt:35 (find_package)
CMake Error at /usr/share/cmake-3.10/Modules/FindQt4.cmake:628 (message):
Could NOT find QtCore. Check
tmp/Clementine-1.3.1/CMakeFiles/CMakeError.log for more
details.
Call Stack (most recent call first):
CMakeLists.txt:35 (find_package)
-- Configuring incomplete, errors occurred!
See also "Clementine-1.3.1/CMakeFiles/CMakeOutput.log".
`
sudo apt-get install clementine is installing fine for me in bionic. It appears to run fine as well after install.
@rik-shaw you used apt-get dist-upgrade?
I flush disk and install 18.04. now see this
$ ldd path/to/clementine | grep not
libprotobuf.so.9 => not found
libchromaprint.so.0 => not found
libechonest.so.2.3 => not found
libGLEW.so.1.13 => not found
liblastfm.so.1 => not found
libgpod.so.4 => not found
libqjson.so.0 => not found
libcdio.so.13 => not found
libcrypto++.so.9 => not found
Iām also doing a _new_ install of 18.04 (rather than an upgrade). I have just installed Clementine, it runs fine and ldd /usr/bin/clementine | grep not shows no output.
The version installed is 1.3.1+git276-g3485bbe43+dfsg-1.1build1.
@Moilleadoir Thank you for rise my mind ļ¼
I donot know why but it it true because my local env and I deal it.
the newest problem is:
"clementine: symbol lookup error: /usr/lib/x86_64-linux-gnu/libQtGui.so.4: undefined symbol: _ZN27QEventDispatcherUNIXPrivate16initThreadWakeUpEv"
I had found the reason is that because I dirty the LD_LIBRARY_PATH in .bashrc
clear LD_LIBRARY_PATH and set it ok in .bashrc
test ok now. Thank you all.
Installation using _Ubuntu PPA_ according to the instruction on the official website:
https://www.clementine-player.org/downloads
currently doesn't work:
$ sudo add-apt-repository ppa:me-davidsansome/clementine
HTTP Error 404: Not Found
Cannot add PPA: ''This PPA does not support bionic''.
The latest LTS release of _Ubuntu_ currently supported in the repository is _16.04_:
https://launchpad.net/~me-davidsansome/+archive/ubuntu/clementine
Either the instruction should be updated or the repository, or both.
Edit: What you say is trueāthat page needs updatingābut maybe you should open an issue specifically about that.
Clementine is available in the standard repos (at least in 18.04)ā¦
$ apt search clementine
Sorting... Done
Full Text Search... Done
clementine/bionic,now 1.3.1+git276-g3485bbe43+dfsg-1.1build1 amd64 [installed]
modern music player and library organizer
Also available as a snap (a little ugly) as is its Qt5 fork Strawberry (doesnāt include streaming features)ā¦
$ snap search clementine
Name Version Publisher Notes Summary
clementine 1.3.1.36+git kz6fittycent - Clementine is a modern music player.
strawberry 0.5.2+git jonaski - music player and collection organizer
Also available as a
snap(a little ugly) as is its Qt5 fork Strawberry (doesnāt include streaming features)ā¦$ snap search clementine Name Version Publisher Notes Summary clementine 1.3.1.36+git kz6fittycent - Clementine is a modern music player.
Oh, that's what I used instead. Could you please tell what's ugly about the snap edition?
Getting a bit OTā¦I donāt have the snap version installed in Ubuntu, but it was the only option in Solus and the snap version did not fit with the theming, i.e. it was _visually_ ugly. Since Solus is a rolling release it looks like they will package Strawberry instead (newer libraries).
Okay, thanks.
Installing using the official repository results in "The repository 'http://ppa.launchpad.net/me-davidsansome/clementine/ubuntu bionic Release' does not have a Release file."
(posting this comment to make this issue easier to find)
Most helpful comment
Clementine is available in the standard repos (at least in 18.04)ā¦
Also available as a
snap(a little ugly) as is its Qt5 fork Strawberry (doesnāt include streaming features)ā¦