This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Error when starting clementine. symbol lookup error

Tags: clementine clementine clementine
(comma "," separated)
ellmoe
Registered Member
Posts
28
Karma
0
clementine: symbol lookup error: /usr/lib64/libQtGui.so.4: undefined symbol: _ZN14QObjectPrivate15checkWindowRoleEv
I looked everywhere and I can't seem to see what preventing me from starting it.

Any help will be welcome.

Thanks in advance!
User avatar
yurchor
Registered Member
Posts
64
Karma
1
OS
Regretfully, you did not post any information about your distribution. So I will try some telepathy...

Please rebuild with the latest stable Qt version in portages.
ellmoe
Registered Member
Posts
28
Karma
0
Sorry for that, just tell me what u need and I will provided it.
Thanks for your help

cat /proc/version
Linux version 2.6.32-220.7.1.el6.x86_64 (mockbuild@x86-002.build.bos.redhat.com) (gcc version 4.4.6 20110731 (Red Hat 4.4.6-3) (GCC) ) #1 SMP Fri Feb 10 15:22:22 EST 2012
User avatar
google01103
Manager
Posts
6668
Karma
25
usually these kind of errors mean that something is out of sync, like a program was compiled against an older library then the one you have installed and thus the symbol lookup error.

where did you get the Clementine package? it needs to specific to the distro you are running

to compile see http://code.google.com/p/clementine-pla ... FromSource


OpenSuse Leap 42.1 x64, Plasma 5.x

ellmoe
Registered Member
Posts
28
Karma
0
That is the clementine I used:

http://li.nux.ro/download/nux/dextop/el ... x86_64.rpm

Let me know thanks
User avatar
yurchor
Registered Member
Posts
64
Karma
1
OS
1. Did you try to use Stella distribution forums?

2. It is not that hard to build Clementine by yourself. Can you try it?
User avatar
google01103
Manager
Posts
6668
Karma
25
seems you are running RedHat 4.4.6 and trying to install a package from a Centos 6.0.2 derivative (Stella) both of which (Centos and Stella) are based on RedHat 6.x - correct? If so see my previous post


OpenSuse Leap 42.1 x64, Plasma 5.x

ellmoe
Registered Member
Posts
28
Karma
0
Now the error is this one:

clementine: symbol lookup error: /usr/lib64/libQxtGui.so.0: undefined symbol: _ZN12QApplication16x11ClientMessageEP7QWidgetP7_XEventb
ellmoe
Registered Member
Posts
28
Karma
0
Clemetine install with no error, but when I run it it give the error I pasted in my previous post.
ellmoe
Registered Member
Posts
28
Karma
0
Ok I remove the previous clementine and downloand the source.
Here what happen when I do cmake

Code: Select all
cmake ..
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - 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
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found.
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found.
-- Found Qt-Version 4.6.2
-- Found Qt-Version 4.6.2
-- Found Qt-Version 4.6.2
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib64/libX11.so
-- Found OpenGL: /usr/lib64/libGL.so
-- Boost version: 1.41.0
-- Could NOT find PROTOBUF (missing:  PROTOBUF_LIBRARY PROTOBUF_INCLUDE_DIR)
-- checking for module 'taglib>=1.6'
--   found taglib, version 1.6.1
-- checking for module 'QJson'
--   found QJson, version 0.7.1
-- checking for module 'gstreamer-0.10'
--   package 'gstreamer-0.10' not found
-- checking for module 'gstreamer-base-0.10'
--   package 'gstreamer-base-0.10' not found
-- checking for module 'gstreamer-app-0.10'
--   package 'gstreamer-app-0.10' not found
-- checking for module 'gstreamer-cdda-0.10'
--   package 'gstreamer-cdda-0.10' not found
-- checking for module 'gstreamer-tag-0.10'
--   package 'gstreamer-tag-0.10' not found
-- checking for module 'glib-2.0'
--   found glib-2.0, version 2.22.5
-- checking for module 'libxml-2.0'
--   package 'libxml-2.0' not found
-- checking for module 'gobject-2.0'
--   found gobject-2.0, version 2.22.5
-- checking for module 'libgpod-1.0>=0.7.92'
--   package 'libgpod-1.0>=0.7.92' not found
-- checking for module 'gio-2.0'
--   found gio-2.0, version 2.22.5
-- checking for module 'libimobiledevice-1.0'
--   package 'libimobiledevice-1.0' not found
-- checking for module 'libplist'
--   package 'libplist' not found
-- checking for module 'libusbmuxd'
--   package 'libusbmuxd' not found
-- checking for module 'libmtp>=1.0'
--   package 'libmtp>=1.0' not found
-- checking for module 'indicate-qt'
--   package 'indicate-qt' not found
-- checking for module 'libspotify>=10.1.16'
--   package 'libspotify>=10.1.16' not found
-- checking for module 'libcdio'
--   package 'libcdio' not found
-- checking for module 'qca2'
--   package 'qca2' not found
-- checking for module 'libchromaprint'
--   package 'libchromaprint' not found
-- Looking for include files CMAKE_HAVE_PTHREAD_H
-- Looking for include files CMAKE_HAVE_PTHREAD_H - found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Performing Test SUPPORTS_OPENMP
-- Performing Test SUPPORTS_OPENMP - Success
-- checking for module 'gnutls'
--   found gnutls, version 2.8.5
-- Building static qsqlite plugin
-- Looking for lrintf
-- Looking for lrintf - found
-- Looking for round
-- Looking for round - found
FFTW3 lib not found. Set FFTW3_DIR to find it.
CMake Error at 3rdparty/chromaprint/CMakeLists.txt:95 (message):
  Neither FFmpeg with avfft.h nor FFTW3 found


CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
GLEW_INCLUDE_DIRS
   used as include directory in directory /home/moe/MOE/download/firefox/clementine-1.0.1/3rdparty/libprojectm
   used as include directory in directory /home/moe/MOE/download/firefox/clementine-1.0.1/3rdparty/libprojectm/MilkdropPresetFactory
   used as include directory in directory /home/moe/MOE/download/firefox/clementine-1.0.1/3rdparty/libprojectm/Renderer
GLEW_LIBRARIES
    linked by target "projectM" in directory /home/moe/MOE/download/firefox/clementine-1.0.1/3rdparty/libprojectm

-- Configuring incomplete, errors occurred!
[moe@oc2067074600 bin]$
ellmoe
Registered Member
Posts
28
Karma
0
Add the lib is asking for is a part of this package that is already installed:

rpm -Uhv http://dl.atrpms.net/el6-x86_64/atrpms/ ... x86_64.rpm
Retrieving http://dl.atrpms.net/el6-x86_64/atrpms/ ... x86_64.rpm
warning: /var/tmp/rpm-tmp.69tUVq: Header V4 DSA/SHA1 Signature, key ID 66534c2b: NOKEY
Preparing... ########################################### [100%]
package fftw-3.2.2-14.el6.x86_64 is already installed
User avatar
yurchor
Registered Member
Posts
64
Karma
1
OS
You should install fftw-devel
ellmoe
Registered Member
Posts
28
Karma
0
After installing fftw-devel-3.2.2-14.el6.x86_64.rpm
I get the following error after cmake

A big thanks to everyone who is helping!

Code: Select all
cmake ..
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - 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
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found.
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found.
-- Found Qt-Version 4.6.2
-- Found Qt-Version 4.6.2
-- Found Qt-Version 4.6.2
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib64/libX11.so
-- Found OpenGL: /usr/lib64/libGL.so
-- Boost version: 1.41.0
-- Could NOT find PROTOBUF (missing:  PROTOBUF_LIBRARY PROTOBUF_INCLUDE_DIR)
-- checking for module 'taglib>=1.6'
--   found taglib, version 1.6.1
-- checking for module 'QJson'
--   found QJson, version 0.7.1
-- checking for module 'gstreamer-0.10'
--   package 'gstreamer-0.10' not found
-- checking for module 'gstreamer-base-0.10'
--   package 'gstreamer-base-0.10' not found
-- checking for module 'gstreamer-app-0.10'
--   package 'gstreamer-app-0.10' not found
-- checking for module 'gstreamer-cdda-0.10'
--   package 'gstreamer-cdda-0.10' not found
-- checking for module 'gstreamer-tag-0.10'
--   package 'gstreamer-tag-0.10' not found
-- checking for module 'glib-2.0'
--   found glib-2.0, version 2.22.5
-- checking for module 'libxml-2.0'
--   package 'libxml-2.0' not found
-- checking for module 'gobject-2.0'
--   found gobject-2.0, version 2.22.5
-- checking for module 'libgpod-1.0>=0.7.92'
--   package 'libgpod-1.0>=0.7.92' not found
-- checking for module 'gio-2.0'
--   found gio-2.0, version 2.22.5
-- checking for module 'libimobiledevice-1.0'
--   package 'libimobiledevice-1.0' not found
-- checking for module 'libplist'
--   package 'libplist' not found
-- checking for module 'libusbmuxd'
--   package 'libusbmuxd' not found
-- checking for module 'libmtp>=1.0'
--   package 'libmtp>=1.0' not found
-- checking for module 'indicate-qt'
--   package 'indicate-qt' not found
-- checking for module 'libspotify>=10.1.16'
--   package 'libspotify>=10.1.16' not found
-- checking for module 'libcdio'
--   package 'libcdio' not found
-- checking for module 'qca2'
--   package 'qca2' not found
-- checking for module 'libchromaprint'
--   package 'libchromaprint' not found
-- Looking for include files CMAKE_HAVE_PTHREAD_H
-- Looking for include files CMAKE_HAVE_PTHREAD_H - found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Performing Test SUPPORTS_OPENMP
-- Performing Test SUPPORTS_OPENMP - Success
-- checking for module 'gnutls'
--   found gnutls, version 2.8.5
-- Building static qsqlite plugin
-- Looking for lrintf
-- Looking for lrintf - found
-- Looking for round
-- Looking for round - found
-- Using FFTW3 for FFT calculations
CMake Error at src/CMakeLists.txt:752 (qt4_add_dbus_adaptor):
  Unknown CMake command "qt4_add_dbus_adaptor".


CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
GLEW_INCLUDE_DIRS
   used as include directory in directory /home/moe/MOE/download/firefox/clementine-1.0.1/3rdparty/libprojectm
   used as include directory in directory /home/moe/MOE/download/firefox/clementine-1.0.1/3rdparty/libprojectm/MilkdropPresetFactory
   used as include directory in directory /home/moe/MOE/download/firefox/clementine-1.0.1/3rdparty/libprojectm/Renderer
GLEW_LIBRARIES
    linked by target "projectM" in directory /home/moe/MOE/download/firefox/clementine-1.0.1/3rdparty/libprojectm

-- Configuring incomplete, errors occurred!
User avatar
yurchor
Registered Member
Posts
64
Karma
1
OS
Install glew-devel
ellmoe
Registered Member
Posts
28
Karma
0
After installing:
glew-devel-1.5.5-1.el6.x86_64.rpm

Code: Select all
cmake ..
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - 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
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found.
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found.
-- Found Qt-Version 4.6.2
-- Found Qt-Version 4.6.2
-- Found Qt-Version 4.6.2
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib64/libX11.so
-- Found OpenGL: /usr/lib64/libGL.so
-- Boost version: 1.41.0
-- Could NOT find PROTOBUF (missing:  PROTOBUF_LIBRARY PROTOBUF_INCLUDE_DIR)
-- checking for module 'taglib>=1.6'
--   found taglib, version 1.6.1
-- checking for module 'QJson'
--   found QJson, version 0.7.1
-- checking for module 'gstreamer-0.10'
--   package 'gstreamer-0.10' not found
-- checking for module 'gstreamer-base-0.10'
--   package 'gstreamer-base-0.10' not found
-- checking for module 'gstreamer-app-0.10'
--   package 'gstreamer-app-0.10' not found
-- checking for module 'gstreamer-cdda-0.10'
--   package 'gstreamer-cdda-0.10' not found
-- checking for module 'gstreamer-tag-0.10'
--   package 'gstreamer-tag-0.10' not found
-- checking for module 'glib-2.0'
--   found glib-2.0, version 2.22.5
-- checking for module 'libxml-2.0'
--   package 'libxml-2.0' not found
-- checking for module 'gobject-2.0'
--   found gobject-2.0, version 2.22.5
-- checking for module 'libgpod-1.0>=0.7.92'
--   package 'libgpod-1.0>=0.7.92' not found
-- checking for module 'gio-2.0'
--   found gio-2.0, version 2.22.5
-- checking for module 'libimobiledevice-1.0'
--   package 'libimobiledevice-1.0' not found
-- checking for module 'libplist'
--   package 'libplist' not found
-- checking for module 'libusbmuxd'
--   package 'libusbmuxd' not found
-- checking for module 'libmtp>=1.0'
--   package 'libmtp>=1.0' not found
-- checking for module 'indicate-qt'
--   package 'indicate-qt' not found
-- checking for module 'libspotify>=10.1.16'
--   package 'libspotify>=10.1.16' not found
-- checking for module 'libcdio'
--   package 'libcdio' not found
-- checking for module 'qca2'
--   package 'qca2' not found
-- checking for module 'libchromaprint'
--   package 'libchromaprint' not found
-- Looking for include files CMAKE_HAVE_PTHREAD_H
-- Looking for include files CMAKE_HAVE_PTHREAD_H - found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Performing Test SUPPORTS_OPENMP
-- Performing Test SUPPORTS_OPENMP - Success
-- checking for module 'gnutls'
--   found gnutls, version 2.8.5
-- Building static qsqlite plugin
-- Looking for lrintf
-- Looking for lrintf - found
-- Looking for round
-- Looking for round - found
-- Using FFTW3 for FFT calculations
CMake Error at src/CMakeLists.txt:752 (qt4_add_dbus_adaptor):
  Unknown CMake command "qt4_add_dbus_adaptor".


-- Configuring incomplete, errors occurred!
[root@oc2067074600 bin]#


Bookmarks



Who is online

Registered users: Bing [Bot], Google [Bot], q.ignora, watchstar