From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#15392: xorg-server FTBFS Date: Mon, 16 Sep 2013 15:27:23 +0200 Message-ID: <87k3iglww4.fsf@gnu.org> References: <871u4pi625.fsf@tines.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34401) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VLYqW-0003yA-W7 for bug-guix@gnu.org; Mon, 16 Sep 2013 09:28:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VLYqS-00055w-1l for bug-guix@gnu.org; Mon, 16 Sep 2013 09:28:08 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:60638) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VLYqR-00055r-V5 for bug-guix@gnu.org; Mon, 16 Sep 2013 09:28:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1VLYqQ-0007LI-Qc for bug-guix@gnu.org; Mon, 16 Sep 2013 09:28:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <871u4pi625.fsf@tines.lan> (Mark H. Weaver's message of "Mon, 16 Sep 2013 03:22:58 -0400") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Mark H Weaver Cc: 15392@debbugs.gnu.org Mark H Weaver skribis: > xorg-server fails to build from source. See below for the tail of the > build log. This is with aae4ead8142d4fd7c674a1e6e302f40469f878c6. [...] > PASS: input > XKB: Failed to compile keymap > Keyboard initialization failed. This could be a missing or incorrect setu= p of xkeyboard-config. > > Fatal server error: > Failed to activate core devices. > > Please consult the The X.Org Foundation support > at http://wiki.x.org > for help. > > FAIL: xtest This was discussed some time ago: http://lists.gnu.org/archive/html/bug-guix/2013-03/msg00140.html It does seem like the xkeyboard-config data is not visible in its default search path. Apparently the X server can be started with =E2=80=9C-xkbdir /path/to/xkeyboard-config/etc/X11/xkb=E2=80=9D, which shou= ld solve the problem. There were also discussions about introducing an =E2=80=98XKBPATH=E2=80=99 = env. var., but I=E2=80=99m not sure if it was accepted upstream: . Thanks, Ludo=E2=80=99.