From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35672) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gcTOg-0003S9-2Q for guix-patches@gnu.org; Thu, 27 Dec 2018 06:00:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gcTOb-00088Z-FH for guix-patches@gnu.org; Thu, 27 Dec 2018 06:00:14 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:54872) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gcTOb-00088E-BW for guix-patches@gnu.org; Thu, 27 Dec 2018 06:00:09 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gcTOb-0000Wz-2R for guix-patches@gnu.org; Thu, 27 Dec 2018 06:00:09 -0500 Subject: [bug#32953] [PATCH core-updates-next 0/8] Use GCC7 as the default compiler. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20181006131420.8131-1-mbakke@fastmail.com> <87ftxjhux0.fsf@fastmail.com> Date: Thu, 27 Dec 2018 11:59:08 +0100 In-Reply-To: <87ftxjhux0.fsf@fastmail.com> (Marius Bakke's message of "Sat, 06 Oct 2018 19:00:43 +0200") Message-ID: <87a7krb5hf.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Marius Bakke Cc: 32953@debbugs.gnu.org Hi Marius! Marius Bakke skribis: > Marius Bakke writes: > >> 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 >=3D 6. >> gnu: cmake: Try CPATH and C_INCLUDE_PATH when finding system >> libraries. >> gnu: cppunit: Update to 1.14.0. > > I've pushed these to 'wip-gcc7' on Savannah for easier access: > > https://git.savannah.gnu.org/cgit/guix.git/log/?h=3Dwip-gcc7 I haven=E2=80=99t tested the patch set but I concur with Danny, they LGTM. Now would be a good time to rebase them on =E2=80=98core-updates=E2=80=99 a= nd to merge them so we get enough time to test and fix things. Would you like to do that? Thanks! Ludo=E2=80=99.