From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: [PATCH 24/24] gnu: qt: Update qt to 5.7.0. Date: Sat, 20 Aug 2016 17:40:32 +0200 Message-ID: References: <20160816183938.22794-1-david@craven.ch> <20160816183938.22794-24-david@craven.ch> <87bn0pvbys.fsf@netris.org> <874m6gha9c.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bb8O2-0006S8-IR for guix-devel@gnu.org; Sat, 20 Aug 2016 11:40:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bb8Nw-0007zX-KG for guix-devel@gnu.org; Sat, 20 Aug 2016 11:40:41 -0400 Received: from mail-yw0-x243.google.com ([2607:f8b0:4002:c05::243]:34666) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bb8Nv-0007yv-4d for guix-devel@gnu.org; Sat, 20 Aug 2016 11:40:36 -0400 Received: by mail-yw0-x243.google.com with SMTP id j12so1933365ywb.1 for ; Sat, 20 Aug 2016 08:40:33 -0700 (PDT) In-Reply-To: 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: Mark H Weaver Cc: guix-devel Are we still using gcc 4.9 as our default compiler? I think that some of the build failures could be caused by that. qt 5.7 requires a c11 compiler and gcc 4.9 still defaults to the c99 standard. Any dependency on qt 5.7 also needs to be compiled with a c11 compiler. Are there plans to upgrade the default gcc? I look into fixing the packages temporarily.