From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?B?5a6L5paH5q2m?= Subject: Re: [PATCH 03/15] gnu: Add xfconf. Date: Sat, 13 Dec 2014 11:20:07 +0800 Message-ID: <87oar8kzh4.fsf@gmail.com> References: <1418212956-1698-1-git-send-email-iyzsong@gmail.com> <1418212956-1698-3-git-send-email-iyzsong@gmail.com> <87r3w4zy4b.fsf@netris.org> 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]:50584) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzdFd-0008G3-WE for guix-devel@gnu.org; Fri, 12 Dec 2014 22:20:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XzdFZ-0001xv-7a for guix-devel@gnu.org; Fri, 12 Dec 2014 22:20:13 -0500 Received: from mail-pd0-x230.google.com ([2607:f8b0:400e:c02::230]:36212) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzdFZ-0001xg-0x for guix-devel@gnu.org; Fri, 12 Dec 2014 22:20:09 -0500 Received: by mail-pd0-f176.google.com with SMTP id r10so6286350pdi.35 for ; Fri, 12 Dec 2014 19:20:08 -0800 (PST) In-Reply-To: <87r3w4zy4b.fsf@netris.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mark H Weaver Cc: guix-devel@gnu.org Mark H Weaver writes: > =E5=AE=8B=E6=96=87=E6=AD=A6 writes: >> * gnu/packages/xfce.scm (xfconf): New variable. > > This failed to build on i686-linux. For details and build log, see: > > http://hydra.gnu.org/build/173095 > > Could you look into it? Disable parallel tests does the trick for me, pushed, thanks for notifying. > > Mark