From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: core-updates merged! Date: Mon, 01 Aug 2016 23:48:26 +0200 Message-ID: <87lh0ggnyt.fsf@gnu.org> References: <20160801081958.GA2211@solar> 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]:52133) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUL4c-00034z-24 for guix-devel@gnu.org; Mon, 01 Aug 2016 17:48:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bUL4Y-0001ZI-Ux for guix-devel@gnu.org; Mon, 01 Aug 2016 17:48:34 -0400 In-Reply-To: <20160801081958.GA2211@solar> (Andreas Enge's message of "Mon, 1 Aug 2016 10:19:58 +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" To: Andreas Enge Cc: guix-devel@gnu.org Hello! Andreas Enge skribis: > one more thing that would be nice to have is gtk-doc: > http://hydra.gnu.org:3000/build/1345571 > I already tried to upgrade to 1.25, but that did not change the error. > And maybe node for those who are interested in it: > http://hydra.gnu.org:3000/build/1326189 > > And there are a few failures of python packages. I=E2=80=99m afraid these problems are still there, but overall we=E2=80=99r= e doing pretty good, so I merged =E2=80=98core-updates=E2=80=99 into =E2=80=98maste= r=E2=80=99! Noteworthy changes include the upgrade to libc 2.23, GNU/Hurd and cross-compilation improvements, closure size reductions, and lots of things we=E2=80=99ve long forgotten. :-) On GuixSD, to ease transition to libc 2.23, you=E2=80=99ll want to install = libc 2.22 locale data globally (info "(guix) Locales"): --8<---------------cut here---------------start------------->8--- (use-modules (gnu system locale)) (operating-system ;; =E2=80=A6 (locale-libcs (cons glibc-2.22 %default-locale-libcs))) --8<---------------cut here---------------end--------------->8--- Enjoy! Ludo=E2=80=99.