Gentoo Archives: gentoo-dev

From: Michael Vetter <michael.vetter@××××××××××××.de>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] help on lxqt
Date: Thu, 06 Nov 2014 09:07:28
Message-Id: 545B3A3C.3040501@uni-konstanz.de
1 Hello there,
2
3 Last night I decided to join the LXQT project.
4
5 So I was checking our their their repo: git clone
6 http://github.com/lxde/lxqt ~/src/lxqt
7
8 Cretaed a build directory in there and ran cmake.
9
10 It appeared that my version of liblxqt(0.8.0) was too old and I needed
11 the current one from git. So I added the Gentoo Qt overlay and installed
12 that version.
13
14 However when running CMake I get:
15 $ cmake ..
16 -- The C compiler identification is GNU 4.8.2
17 -- The CXX compiler identification is GNU 4.8.2
18 -- Check for working C compiler: /usr/bin/cc
19 -- Check for working C compiler: /usr/bin/cc -- works
20 -- Detecting C compiler ABI info
21 -- Detecting C compiler ABI info - done
22 -- Check for working CXX compiler: /usr/bin/c++
23 -- Check for working CXX compiler: /usr/bin/c++ -- works
24 -- Detecting CXX compiler ABI info
25 -- Detecting CXX compiler ABI info - done
26 CMake Error at compton-conf/CMakeLists.txt:11 (include):
27 include could not find load file:
28
29 LXQtTranslateTs
30
31
32 CMake Error at compton-conf/CMakeLists.txt:12 (include):
33 include could not find load file:
34
35 LXQtTranslateDesktop
36
37
38 -- Looking for Q_WS_X11
39 -- Looking for Q_WS_X11 - found
40 -- Looking for Q_WS_WIN
41 -- Looking for Q_WS_WIN - not found
42 -- Looking for Q_WS_QWS
43 -- Looking for Q_WS_QWS - not found
44 -- Looking for Q_WS_MAC
45 -- Looking for Q_WS_MAC - not found
46 -- Found Qt4: /usr/bin/qmake (found version "4.8.5")
47 -- Building with Qt4.8.5
48 -- Found PkgConfig: /usr/bin/pkg-config (found version "0.28")
49 -- checking for module 'libconfig'
50 -- found libconfig, version 1.4.9
51 CMake Error at compton-conf/CMakeLists.txt:74 (lxqt_translate_ts):
52 Unknown CMake command "lxqt_translate_ts".
53
54 It seems like LXQtTranslateTs (which is supposed to be in git version of
55 liblxqt) didn't get installed.
56
57 To check if that was correct I ran "equery f liblxqt" which showed
58 (among others):
59
60 /usr/share/cmake/lxqt-qt5/modules/LXQtTranslate.cmake
61 /usr/share/cmake/lxqt-qt5/modules/LXQtTranslateDesktop.cmake
62 /usr/share/cmake/lxqt-qt5/modules/LXQtTranslateTs.cmake
63 /usr/share/cmake/lxqt-qt5/modules/LXQtTranslationLoader.cmake
64
65 Now I have no idea what to do and why this error persists. I also
66 contacted the LXDE guys, but they said they have no idea as this might
67 be Gentoo specific.
68
69 Maybe I should also add that the newest version of lxqt only supports
70 Qt5, which is why I unmasked it in /etc/portage/profiles/base/use.mask
71 and added it to global USE flags.
72
73 I hope somebody can help me with this.
74
75 regards,
76 Michael