From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] Issue with Xfbdev and keyboard
Date: Tue, 20 Jul 2010 08:55:16 +0200 [thread overview]
Message-ID: <20100720085516.0f7b0887@surf> (raw)
Hello,
I'm trying to use our Xfbdev X.org server, but it unfortunately
complains on startup with:
===================================================================
(EE) XKB: Couldn't open rules file /usr/share/X11/xkb/rules/base
XKB: Failed to compile keymap
Keyboard initialization failed. This could be a missing or incorrect
setup of xkeyboard-config
===================================================================
And indeed, I haven't compiled xkeyboard-config. However, it seems to
me that in the past, all the keymap mess wasn't necessary by default.
Is this a behaviour change in X.org server ? If xkeyboard-config is
really mandatory, then it should become a dependency of xserver_xorg.
Any hints on this ?
To solve this, I enabled the compilation of xkeyboard-config, which
needs xkbcomp on the host, so I added a dependency on
host-xapp_xkbcomp. But unfortunately, host-xapp_xkbcomp would depend on
host-xlib_libX11, which we until now managed to avoid building. And in
turn host-xlib_libX11 would depend on quite a few things, which would
give the following dependency chain:
xkeyboard-config
|
|-> host-xapp_xkbcomp
|
|-> host_xlib_libX11
|
|-> host-libxcb
|-> host-xutil_util-macros
|-> host-xlib_xtrans (already built)
|-> host-xlib_libXau
|-> host-xlib_libXdmcp
|-> host-xproto_kbproto
|-> host-xproto_xproto (already built)
|-> host-xproto_xextproto
|-> host-xproto_inputproto
|-> host-xproto_xf86bigfontproto
|-> host-xproto_bigreqsproto
|-> host-xproto_xcmiscproto
Do we want to go down this road ?
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
next reply other threads:[~2010-07-20 6:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-20 6:55 Thomas Petazzoni [this message]
2010-07-20 7:19 ` [Buildroot] Issue with Xfbdev and keyboard Paul Jones
2010-07-20 19:57 ` Lionel Landwerlin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100720085516.0f7b0887@surf \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.