Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 616324 - lxqt-base/lxqt-config-0.11.0 fails to build with cmake 3.8 due to missing header file
Summary: lxqt-base/lxqt-config-0.11.0 fails to build with cmake 3.8 due to missing hea...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal major (vote)
Assignee: LxQt maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-22 15:54 UTC by Andrzej Kardas
Modified: 2017-06-03 13:04 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Full build log (build.log,301.72 KB, text/x-log)
2017-04-22 15:54 UTC, Andrzej Kardas
Details
emerge info (emerge.info,10.81 KB, text/plain)
2017-04-22 15:56 UTC, Andrzej Kardas
Details
cmake 3.8 patch (cmake3.8.patch,7.95 KB, patch)
2017-04-22 16:15 UTC, Andrzej Kardas
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrzej Kardas 2017-04-22 15:54:42 UTC
Created attachment 470666 [details]
Full build log

Compilation of lxqt-config fails with:

In file included from /var/tmp/portage/lxqt-base/lxqt-config-0.11.0/work/lxqt-config-0.11.0/lxqt-config-input/lxqt-config-input.cpp:24:0:
/var/tmp/portage/lxqt-base/lxqt-config-0.11.0/work/lxqt-config-0.11.0/lxqt-config-input/../liblxqt-config-cursor/selectwnd.h:26:26: fatal error: ui_selectwnd.h: No such file or directory
compilation terminated.
Comment 1 Andrzej Kardas 2017-04-22 15:56:28 UTC
Created attachment 470668 [details]
emerge info

Full emerge info
Comment 2 Andrzej Kardas 2017-04-22 16:12:19 UTC
According to this:
https://github.com/lxde/lxqt-config/commit/bca652a75f8a497a69b1fbc1c7eaa353f6b4eef8
Problem is coused by cmake 3.8
Comment 3 Andrzej Kardas 2017-04-22 16:15:35 UTC
Created attachment 470676 [details, diff]
cmake 3.8 patch

I tested this patch - build went fine after placing the patch in /etc/portage/patches/lxqt-base/lxqt-config-0.11.0/
Comment 4 Alexey Min 2017-04-23 19:13:21 UTC
Also hit this issue. Provided patch helps!
Comment 5 Michael Palimaka (kensington) gentoo-dev 2017-06-03 13:04:41 UTC
Thanks, fixed in git.

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2f83d73f5912804606cc55a49cbb645c41b2284

Sorry about the delay.