Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 695714 - dev-libs/efl-1.22.2: configure: error: pkg-config missing xkbcommon-x11
Summary: dev-libs/efl-1.22.2: configure: error: pkg-config missing xkbcommon-x11
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Joonas Niilola
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-27 08:33 UTC by lekto
Modified: 2019-09-27 14:41 UTC (History)
0 users

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


Attachments
build log (build.log,27.30 KB, text/x-log)
2019-09-27 08:33 UTC, lekto
Details
emerge --info (emerge.info,27.30 KB, application/x-info)
2019-09-27 08:33 UTC, lekto
Details
config.log (config.log,27.30 KB, text/x-log)
2019-09-27 08:34 UTC, lekto
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lekto 2019-09-27 08:33:17 UTC
Created attachment 591148 [details]
build log

I get error about missing xkbcommon-x11 despite installed it.

>[ebuild  N     ] x11-wm/enlightenment-0.22.4-r1:0.17/0.22.4::gentoo  USE="nls pam systemd wayland -acpi -bluetooth -connman -doc -geolocation (-packagekit) -udisks -wifi -xwayland" 20605 KiB
>[ebuild  N     ] dev-libs/efl-1.22.2::gentoo  USE="X bmp drm eet fontconfig gles2 ico nls ppm psd ssl system-lz4 systemd wayland -connman -dds -debug (-elogind) -examples -fbcon -fribidi -gif -glib -gnutls -gstreamer -harfbuzz -hyphen -ibus -jpeg2k -libressl -libuv -luajit (-neon) -opengl -pdf -physics -postscript -pulseaudio -raw -scim -sdl -sound -static-libs -svg -tga -tiff -tslib -unwind -v4l -valgrind -vlc -vnc -webp -xcf -xim -xine -xpm -xpresent -zeroconf" 0 KiB
>[ebuild   R    ] x11-libs/libxkbcommon-0.8.4::gentoo  USE="-X -doc -static-libs -test" ABI_X86="(64) -32 (-x32)" 0 KiB
Comment 1 lekto 2019-09-27 08:33:45 UTC
Created attachment 591150 [details]
emerge --info
Comment 2 lekto 2019-09-27 08:34:27 UTC
Created attachment 591152 [details]
config.log
Comment 3 lekto 2019-09-27 11:54:42 UTC
Looks like libxkbcommon need X use flag, after I added it to ebuild efl compiled.
Comment 4 Joonas Niilola gentoo-dev 2019-09-27 14:33:38 UTC
https://git.enlightenment.org/core/efl.git/tree/src/lib/efl_wl/meson.build

I see, thanks a lot for this odd find :)
Comment 5 Larry the Git Cow gentoo-dev 2019-09-27 14:41:32 UTC
The bug has been closed via the following commit(s):

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

commit 2ca21cd0adcc6eba7a39b9a5a97646ff688a4103
Author:     Joonas Niilola <juippis@gentoo.org>
AuthorDate: 2019-09-27 14:40:14 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2019-09-27 14:41:22 +0000

    dev-libs/efl: wayland + X requires libxkbcommon[X] (#695714)
    
    Closes: https://bugs.gentoo.org/695714
    Package-Manager: Portage-2.3.76, Repoman-2.3.17
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 dev-libs/efl/efl-1.22.2.ebuild | 1 +
 dev-libs/efl/efl-1.22.5.ebuild | 1 +
 2 files changed, 2 insertions(+)