You are not logged in.
Hello,
I've just updated my 'lxqt' desktop and the qt5 updates made my system unbootable. When I issue startx at the command line the graphical desktop won't come up as before. But when in .xinitrc I replace 'exec startlxqt' with 'exec openbox-session' the openbox-desktop comes up as normal.
Offline
Offline
Problem re-compiling lxqt packages;
Here is the output:
Comment by ekpyron (2014-06-30 11:23)
Since qt5 support has been enabled I get the following error - not sure why lxqt uses an own cmake module to setup qt5 and also not sure where to find that module as its apparently missing:
CMake Error at CMakeLists.txt:11 (find_package):
By not providing "Findlxqt-qt5.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "lxqt-qt5",
but CMake did not find one.
Could not find a package configuration file provided by "lxqt-qt5" with any
of the following names:
lxqt-qt5Config.cmake
lxqt-qt5-config.cmake
Add the installation prefix of "lxqt-qt5" to CMAKE_PREFIX_PATH or set
"lxqt-qt5_DIR" to a directory containing one of the above files. If
"lxqt-qt5" provides a separate development package or SDK, be sure it has
been installed.
Comment by ekpyron (2014-06-30 11:36)
I also filed a bug report upstream, as it seems to me that this issue is independent of arch and the PKGBUILD: https://github.com/lxde/lxde-qt/issues/202
Comment by ekpyron (2014-06-30 11:39)
OK, the problem seems to be solved just by updating liblxqt-git - might make sense to increase the version number there, so that yaourt, etc. can automatically update correctly.
Comment by ekpyron (2014-06-30 11:42)
And adding a dependency on liblxqt-git would probably make sense, too ;-).
Comment by nuc (2014-09-08 23:24)
Linking CXX shared library liblxqt-config-cursor.so
[ 30%] Built target lxqt-config-cursor
Makefile:137: recipe for target 'all' failed
make: *** [all] Error 2
lxqt-common-git 0.8.0.28.g4efb320-1 (Wed Oct 23 22:26:58 EDT 2013)
( Unsupported package: Potentially dangerous ! )
- git (already installed)
- cmake (already installed)
- lxqt-common-0.8.0-1
-- The C compiler identification is GNU 4.9.2
-- The CXX compiler identification is GNU 4.9.2
-- 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
-- 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
-- Configuring incomplete, errors occurred!
See also "/tmp/yaourt-tmp-mak/aur-lxqt-common-git/src/build/CMakeFiles/CMakeOutput.log".Offline