From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: =?utf-8?Q?=E2=80=98core-updates=E2=80=99?= freeze approaching! Date: Thu, 17 Sep 2015 22:02:08 +0200 Message-ID: <87bnd024sf.fsf@gnu.org> References: <87wpvy4c8q.fsf@gnu.org> <87twr08xdt.fsf@gnu.org> <877fntrpeb.fsf@gnu.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]:54904) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcfNo-0005nJ-Li for guix-devel@gnu.org; Thu, 17 Sep 2015 16:02:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZcfNk-0003NR-3O for guix-devel@gnu.org; Thu, 17 Sep 2015 16:02:16 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:37248) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcfNk-0003NN-0B for guix-devel@gnu.org; Thu, 17 Sep 2015 16:02:12 -0400 Received: from reverse-83.fdn.fr ([80.67.176.83]:52548 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1ZcfNi-0007TX-WF for guix-devel@gnu.org; Thu, 17 Sep 2015 16:02:11 -0400 In-Reply-To: <877fntrpeb.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 14 Sep 2015 17:28:44 +0200") 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: guix-devel ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > Since we=E2=80=99ve sidestepped the GnuTLS/libtasn1 issue =E5=AE=8B=E6=96= =87=E6=AD=A6 reported by > reverting the libtasn1 upgrade, Hydra is now building all of > =E2=80=98core-updates=E2=80=99: > > http://hydra.gnu.org/jobset/gnu/core-updates > > Please keep an eye on it so we can fix breakage as quickly as possible. The main (only?) remaining blocker now is pixman, where a test segfaults on i686: https://bugs.freedesktop.org/show_bug.cgi?id=3D92027 I would not be comfortable just skipping tests since this seems to be a genuine bug. If someone else familiar with C could look into it, that=E2=80=99d be great= . To reproduce it, run (on x86_64 or i686): ./pre-inst-env guix build pixman -s i686-linux on a =E2=80=98core-updates=E2=80=99 checkout. Ludo=E2=80=99.