From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32839) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g8mQF-0005ab-6o for guix-patches@gnu.org; Sat, 06 Oct 2018 09:15:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g8mQB-0000TR-3z for guix-patches@gnu.org; Sat, 06 Oct 2018 09:15:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34093) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g8mQA-0000T1-Vb for guix-patches@gnu.org; Sat, 06 Oct 2018 09:15:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1g8mQA-0002mH-Kt for guix-patches@gnu.org; Sat, 06 Oct 2018 09:15:02 -0400 Subject: [bug#32953] [PATCH core-updates-next 0/8] Use GCC7 as the default compiler. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60996) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g8mPh-0005Vw-AZ for guix-patches@gnu.org; Sat, 06 Oct 2018 09:14:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g8mPd-0008Jr-5g for guix-patches@gnu.org; Sat, 06 Oct 2018 09:14:33 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:51579) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g8mPc-0008E3-Vq for guix-patches@gnu.org; Sat, 06 Oct 2018 09:14:29 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id C1B7C21FEA for ; Sat, 6 Oct 2018 09:14:22 -0400 (EDT) Received: from localhost (140.226.16.62.customer.cdi.no [62.16.226.140]) by mail.messagingengine.com (Postfix) with ESMTPA id 2E195102E8 for ; Sat, 6 Oct 2018 09:14:22 -0400 (EDT) From: Marius Bakke Date: Sat, 6 Oct 2018 15:14:20 +0200 Message-Id: <20181006131420.8131-1-mbakke@fastmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: 32953@debbugs.gnu.org Guix, Here are patches that allow building the world with GCC7. The cross-toolchain and bootstrap tarballs need more work, but native x86_64 at least is largely fine. Marius Bakke (8): gnu: Remove gcc-for-libstdc++. gnu: libstdc++-boot0: Improve gcc-wrapper workaround. gnu: gcc-boot0: Improve gcc-wrapper workarounds. gnu: Remove duplicate linux-libre-headers package from bootstrap inputs. gnu: Use GCC 7 as the default compiler. gnu: python: Fix FTBFS with GCC >= 6. gnu: cmake: Try CPATH and C_INCLUDE_PATH when finding system libraries. gnu: cppunit: Update to 1.14.0. gnu/packages/check.scm | 21 +----- gnu/packages/cmake.scm | 3 +- gnu/packages/commencement.scm | 74 +++++++++---------- gnu/packages/gcc.scm | 8 +- gnu/packages/libreoffice.scm | 2 +- .../patches/python-2.7-search-paths.patch | 4 +- .../patches/python-3-search-paths.patch | 4 +- 7 files changed, 49 insertions(+), 67 deletions(-) -- 2.19.0