From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: bug#15392: xorg-server FTBFS Date: Wed, 25 Sep 2013 09:00:45 +0200 Message-ID: <20130925070045.GA4845@debian> References: <871u4pi625.fsf@tines.lan> <87k3iglww4.fsf@gnu.org> <20130921172352.GA18615@debian> <8761tuaqpw.fsf@gnu.org> <20130922090112.GA24763@debian> <871u4g7fx1.fsf@gnu.org> <20130923172256.GA6101@debian> <87d2nzs4yn.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48623) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOj6v-0004Tj-M3 for bug-guix@gnu.org; Wed, 25 Sep 2013 03:02:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VOj6p-0006x6-99 for bug-guix@gnu.org; Wed, 25 Sep 2013 03:02:09 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:54086) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOj6p-0006x1-5X for bug-guix@gnu.org; Wed, 25 Sep 2013 03:02:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1VOj6o-0006Y8-CX for bug-guix@gnu.org; Wed, 25 Sep 2013 03:02:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <87d2nzs4yn.fsf@gnu.org> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 15392@debbugs.gnu.org On Mon, Sep 23, 2013 at 09:39:12PM +0200, Ludovic Courtès wrote: > Could you try ‘strace -f’ so we see what goes on in the child? Thanks to joint work with Ludovic, the problem should be solved. Currently, hydra.gnu.org does not pick up the git repository, but at least, locally xorg-server compiles and passes all its tests. There is one question I still have concerning a path set by a configure flag, which I started out by setting arbitrarily: (string-append "--with-xkb-output=" "/tmp") ; FIXME: This is a bit doubtful; where should ; the compiled keyboard maps go? Do you have any knowledge or opinion on what we should do here? I suppose that we need a path to which the xserver can write at runtime, so it should be outside the store. Andreas