From patchwork Thu Dec 27 10:59:08 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ludovic_Court=C3=A8s?= X-Patchwork-Id: 556 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 62B7C169C2; Thu, 27 Dec 2018 11:00:33 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mira.cbaines.net (Postfix) with ESMTP id C5909169AD for ; Thu, 27 Dec 2018 11:00:29 +0000 (GMT) Received: from localhost ([127.0.0.1]:51174 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gcTOv-0003U4-DO for patchwork@mira.cbaines.net; Thu, 27 Dec 2018 06:00:29 -0500 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 X-Loop: help-debbugs@gnu.org Subject: [bug#32953] [PATCH core-updates-next 0/8] Use GCC7 as the default compiler. Resent-From: Ludovic =?utf-8?q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 27 Dec 2018 11:00:08 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 32953 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Marius Bakke Received: via spool by 32953-submit@debbugs.gnu.org id=B32953.15459083531741 (code B ref 32953); Thu, 27 Dec 2018 11:00:08 +0000 Received: (at 32953) by debbugs.gnu.org; 27 Dec 2018 10:59:13 +0000 Received: from localhost ([127.0.0.1]:38216 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gcTNh-0000S1-D3 for submit@debbugs.gnu.org; Thu, 27 Dec 2018 05:59:13 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:50050) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gcTNf-0000Rr-Eu for 32953@debbugs.gnu.org; Thu, 27 Dec 2018 05:59:11 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 5C38B76B; Thu, 27 Dec 2018 11:59:10 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2JndZibHcOcO; Thu, 27 Dec 2018 11:59:09 +0100 (CET) Received: from ribbon (unknown [IPv6:2a01:e0a:1d:7270:af76:b9b:ca24:c465]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 10765714; Thu, 27 Dec 2018 11:59:08 +0100 (CET) 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> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 32953@debbugs.gnu.org Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches 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 >= 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=wip-gcc7 I haven’t tested the patch set but I concur with Danny, they LGTM. Now would be a good time to rebase them on ‘core-updates’ and to merge them so we get enough time to test and fix things. Would you like to do that? Thanks! Ludo’.