Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 636716 - x11-wm/i3: Could not load keymap
Summary: x11-wm/i3: Could not load keymap
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Nelo-T. Wallus (ntnn)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-06 17:53 UTC by Han
Modified: 2017-11-29 19:42 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Han 2017-11-06 17:53:41 UTC
Hi, 

I just made a clean install of Gentoo amd64 on WSL. The execution of i3-4.13-r1 tiling window manager shows the following message

$ exec i3
xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
11/06/2017 12:38:45 PM - ERROR: Could not create xkbcommon context
i3: Could not load keymap

Same issue also happens with i3-4.14. However if xkeyboard-config is emerged manually the issue is resolved. Should the dependencies of i3 also include xkeyboard-config?
Comment 1 Nelo-T. Wallus (ntnn) 2017-11-27 17:25:16 UTC
xkeyboard-config should also be installed with xorg-server.

I'll add the dependency.
Comment 2 Nelo-T. Wallus (ntnn) 2017-11-27 17:30:46 UTC
PR: https://github.com/gentoo/gentoo/pull/6321
Comment 3 Larry the Git Cow gentoo-dev 2017-11-29 19:27:47 UTC
The bug has been referenced in the following commit(s):

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

commit 587fc050f53f695dda640aa4453953b9eec15255
Author:     Nelo-T. Wallus <nelo@wallus.de>
AuthorDate: 2017-11-27 17:29:57 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2017-11-29 19:27:41 +0000

    x11-wm/i3: Add missing dependency xkeyboard-config
    
    Dependency wasn't noticed as it is a depend of xorg-server.
    
    Bug: https://bugs.gentoo.org/636716
    
    Package-Manager: Portage-2.3.16, Repoman-2.3.6
    Closes: https://github.com/gentoo/gentoo/pull/6321

 x11-wm/i3/Manifest         | 6 +++---
 x11-wm/i3/i3-4.14.1.ebuild | 1 +
 x11-wm/i3/i3-9999.ebuild   | 1 +
 3 files changed, 5 insertions(+), 3 deletions(-)}