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: Sun, 22 Sep 2013 22:35:54 +0200 Message-ID: <871u4g7fx1.fsf@gnu.org> References: <871u4pi625.fsf@tines.lan> <87k3iglww4.fsf@gnu.org> <20130921172352.GA18615@debian> <8761tuaqpw.fsf@gnu.org> <20130922090112.GA24763@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]:59812) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VNqO1-0004Fa-8g for bug-guix@gnu.org; Sun, 22 Sep 2013 16:36:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VNqNv-0007d9-2Y for bug-guix@gnu.org; Sun, 22 Sep 2013 16:36:09 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:48027) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VNqNu-0007d5-Va for bug-guix@gnu.org; Sun, 22 Sep 2013 16:36:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1VNqNu-0003K1-F6 for bug-guix@gnu.org; Sun, 22 Sep 2013 16:36:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20130922090112.GA24763@debian> (Andreas Enge's message of "Sun, 22 Sep 2013 11:01:12 +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: > Running xtest outside of the chroot of the guix build system, there is an > error message that xkbcomp does not find the file evdev, which is part of > the xkeyboard-config package. So I added a configure flag > (list (string-append "--with-xkb-config-root=3D" > (assoc-ref %build-inputs "xkeyboard-config") > "/share/X11/xkb")))) > to xkbcomp. Now xkeyboard-config needs xkbcomp, so I added an additional > package xkbcomp-tmp to build xkeyboard-config, then the final xkbcomp can > use xkeyboard-config as an input. See the attached patch. Wow. > From guix, the tests fail with the same error message as before. > > When I become root outside the chroot, source the environment variables a= nd > run ./xtest, the tests succeed. The strace output ends like this: Could it be that xtest does something not possible in the chroot? Like host name lookups, or similar (check the strace log for accesses to /etc/hosts or connections to /var/run/nscd/socket.) HTH, Ludo=E2=80=99.