You are not logged in.
Hello,
I'm trying to install lxqt and I get various errors. This is a new install.
This is the output:
Comment by SysGhost (2014-11-15 10:05)
@arojas
I did try with both yaourt, as well as pacaur. Both ended up the same way.
However. When I did download the pkgbuilds for the dependencies myself, and installed them it went off a bit better.
I suspect it got confused with the version numbering, given 0.8-1 here, and the dependencies as 0.8.0-1.
Could that explain why neither pacaur nor yaourt pulled in the dependencies?
Comment by SysGhost (2014-11-15 10:28)
@arojas
Then it's on my side.
Have to start looking for compilation errors.
Comment by SysGhost (2014-11-15 10:35)
Now I have to figure out which pagage that gives LXQt/XfitMan, which the missing dependencies requires, and are missing (That's why they fail compilation)
When I pulled them one by one, it worked because I did in a different order than pacaur does. Now, with a new environment, it's missing again.
Comment by krabat (2014-11-19 15:02)
Is there any particular reason why the LXQt release series of AUR packages lacks lxqt-admin? I just built it myself using lxqt-common as template and it works exactly as expected.
Comment by arojas (2014-11-19 21:47)
@krabat no, just an oversight. Fixed now, thanks
lxqt 0.8-2 (Sun Oct 19 08:30:13 EDT 2014)
( Unsupported package: Potentially dangerous ! )
- lximage-qt (building from AUR)
- lxqt-about (building from AUR)
- lxqt-common (building from AUR)
- lxqt-config (building from AUR)
- lxqt-globalkeys (building from AUR)
- lxqt-notificationd (building from AUR)
- lxqt-openssh-askpass (building from AUR)
- lxqt-panel (building from AUR)
- lxqt-policykit (building from AUR)
- lxqt-powermanagement (building from AUR)
- lxqt-qtplugin (building from AUR)
- lxqt-runner (building from AUR)
- lxqt-session (building from AUR)
- lxqt-admin (building from AUR)
- pcmanfm-qt (building from AUR)
lximage-qt 0.3.0-1 (Thu Jul 4 04:52:32 EDT 2013)
( Unsupported package: Potentially dangerous ! )
- cmake (already installed)
- qt5-tools (already installed)
- pcmanfm-qt (building from AUR)
Comment by daisyhelper (2014-04-27 22:18)
build fails:
.../src/pcmanfm-qt-0.1.0-Source/libfm-qt/icontheme.cpp:85:37: error: invalid use of incomplete type ‘FmIcon {aka struct _FmIcon}’
*picon = convertFromGIcon(fmicon-gicon);
^
Needs updating for some updated version of libfm perhaps?
Comment by CReimer (2014-07-21 09:47)
Please update to version 0.7.0
http://lxqt.org/downloads/lxqt/0.7.0/
pcmanfm-qt 0.8.0-1 (Tue Mar 26 03:22:53 EDT 2013)
( Unsupported package: Potentially dangerous ! )
- libfm (already installed)
- qt5-x11extras (already installed)
- cmake (already installed)
- qt5-tools (already installed)
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- broken
-- Configuring incomplete, errors occurred!
See also "/tmp/yaourt-tmp-mak/aur-pcmanfm-qt/src/build/CMakeFiles/CMakeOutput.log".
See also "/tmp/yaourt-tmp-mak/aur-pcmanfm-qt/src/build/CMakeFiles/CMakeError.log".Last edited by jmak (2014-11-27 03:39:48)
Offline
Did you check the logs indicated? Do you have the base-devel group installed?
Offline
Did you check the logs indicated? Do you have the base-devel group installed?
Thanks Scimmia,
base-devel was installed but something was wrong. I reinstalled it and now the packages compiled without problem.
Offline