From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35644) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eyEPA-0001sH-6M for guix-patches@gnu.org; Tue, 20 Mar 2018 06:22:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eyEP4-0001lH-FU for guix-patches@gnu.org; Tue, 20 Mar 2018 06:22:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34823) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eyEP4-0001lD-Bk for guix-patches@gnu.org; Tue, 20 Mar 2018 06:22:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eyEP4-0003Z5-6B for guix-patches@gnu.org; Tue, 20 Mar 2018 06:22:02 -0400 Subject: [bug#30873] [PATCH core-updates 0/3] glibc 2.27 Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35445) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eyEOF-0001WX-Ki for guix-patches@gnu.org; Tue, 20 Mar 2018 06:21:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eyEO9-00019U-PO for guix-patches@gnu.org; Tue, 20 Mar 2018 06:21:11 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:55451) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eyEO9-00019B-IS for guix-patches@gnu.org; Tue, 20 Mar 2018 06:21:05 -0400 From: Marius Bakke Date: Tue, 20 Mar 2018 11:20:45 +0100 Message-Id: <20180320102045.31795-1-mbakke@fastmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 30873@debbugs.gnu.org These patches allow building the world with glibc 2.27. Apart from "make", packages seem generally happy with this version. I opted for a unified diff of all post-release updates instead of individual patches. It is "only" 12k lines so far. Marius Bakke (3): gnu: glibc: Update to 2.27. gnu: make: Fix compatibility with glibc 2.27. gnu: make: End phase on #t. gnu/local.mk | 3 + gnu/packages/base.scm | 60 +- gnu/packages/commencement.scm | 3 +- gnu/packages/patches/glibc-2.27-git-fixes.patch | 12765 +++++++++++++++++++ .../patches/glibc-hidden-visibility-ldconfig.patch | 16 + gnu/packages/patches/make-glibc-compat.patch | 52 + 6 files changed, 12875 insertions(+), 24 deletions(-) create mode 100644 gnu/packages/patches/glibc-2.27-git-fixes.patch create mode 100644 gnu/packages/patches/glibc-hidden-visibility-ldconfig.patch create mode 100644 gnu/packages/patches/make-glibc-compat.patch -- 2.16.2