From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: core-updates merge imminent Date: Sat, 23 Nov 2013 22:36:48 +0100 Message-ID: <87fvqmx0jz.fsf@gnu.org> References: <874n76pthn.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]:53796) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VkKsq-0004Ax-Sf for guix-devel@gnu.org; Sat, 23 Nov 2013 16:37:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VkKsl-0001Dw-1q for guix-devel@gnu.org; Sat, 23 Nov 2013 16:36:56 -0500 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:34805) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VkKsk-0001B8-RP for guix-devel@gnu.org; Sat, 23 Nov 2013 16:36:50 -0500 In-Reply-To: <874n76pthn.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 21 Nov 2013 00:02:12 +0100") 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@gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > It seems we can soon merge =E2=80=98core-updates=E2=80=99. So far Hydra = has been > building the core packages of that branch, and the only problem left is > the cross-compilation of the bootstrap GCC (=E2=80=98%gcc-static=E2=80=99= in > make-bootstrap.scm), which is annoying but not blocking (see > for details.) > Mark has also been building some of it on the Loongson. I=E2=80=99ve just merged the core-updates branch. There=E2=80=99s little b= reakage AFAICS ;-), but please do check your packages and report anything suspicious. Also, the good news is that the cross-compilation issue reported above is fixed by 0ece707. Ludo=E2=80=99.