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: Sat, 21 Sep 2013 22:02:03 +0200 Message-ID: <8761tuaqpw.fsf@gnu.org> References: <871u4pi625.fsf@tines.lan> <87k3iglww4.fsf@gnu.org> <20130921172352.GA18615@debian> 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]:60904) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VNTOW-0003kP-Gz for bug-guix@gnu.org; Sat, 21 Sep 2013 16:03:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VNTOR-0007mQ-7v for bug-guix@gnu.org; Sat, 21 Sep 2013 16:03:08 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:45872) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VNTOR-0007mJ-4J for bug-guix@gnu.org; Sat, 21 Sep 2013 16:03:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1VNTOQ-0001Yt-6b for bug-guix@gnu.org; Sat, 21 Sep 2013 16:03:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20130921172352.GA18615@debian> (Andreas Enge's message of "Sat, 21 Sep 2013 19:23:52 +0200") 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: Andreas Enge Cc: 15392@debbugs.gnu.org Andreas Enge skribis: > Should nix not have the same problem? They don=E2=80=99t run the tests. :-) However, the real server is passed: "-xkbdir" "${pkgs.xkeyboard_config}/etc/X11/xkb" (See .) But here, for tests/xtest.c there=E2=80=99s no server running apparently. > + (list (string-append "--with-xkb-path=3D" > + (assoc-ref %build-inputs "xkeyboard-config") > + "/share/X11/xkb") Looking at configure.ac, I think you have to do just that. Then you can check the value of XKB_BASE_DIRECTORY in config.log, to make sure everything=E2=80=99s right. Can you then run test/xtest in strace and check where it=E2=80=99s looking = for XKB files? TIA, Ludo=E2=80=99.