Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E0BB4200CB4 for ; Tue, 27 Jun 2017 19:28:55 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DF19E160BD8; Tue, 27 Jun 2017 17:28:55 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 313CD160BDC for ; Tue, 27 Jun 2017 19:28:55 +0200 (CEST) Received: (qmail 11215 invoked by uid 500); 27 Jun 2017 17:28:54 -0000 Mailing-List: contact reviews-help@impala.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list reviews@impala.incubator.apache.org Received: (qmail 11175 invoked by uid 99); 27 Jun 2017 17:28:54 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jun 2017 17:28:54 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id C2EFBC03A3 for ; Tue, 27 Jun 2017 17:28:53 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.363 X-Spam-Level: X-Spam-Status: No, score=0.363 tagged_above=-999 required=6.31 tests=[RDNS_DYNAMIC=0.363, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id TpATamuIinx9 for ; Tue, 27 Jun 2017 17:28:52 +0000 (UTC) Received: from ip-10-146-233-104.ec2.internal (ec2-75-101-130-251.compute-1.amazonaws.com [75.101.130.251]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id A317E5FD53 for ; Tue, 27 Jun 2017 17:28:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by ip-10-146-233-104.ec2.internal (8.14.4/8.14.4) with ESMTP id v5RHSq91012457; Tue, 27 Jun 2017 17:28:52 GMT Message-Id: <201706271728.v5RHSq91012457@ip-10-146-233-104.ec2.internal> Date: Tue, 27 Jun 2017 17:28:52 +0000 From: "Tim Armstrong (Code Review)" To: impala-cr@cloudera.com, reviews@impala.incubator.apache.org CC: Jim Apple Reply-To: tarmstrong@cloudera.com X-Gerrit-MessageType: merged Subject: =?UTF-8?Q?=5Bnative-toolchain-CR=5D_More_GCC_7_fixes=0A?= X-Gerrit-Change-Id: Ibeaac85be762487de27019c2dac018d64e80f587 X-Gerrit-ChangeURL: X-Gerrit-Commit: 053b8555c63727d26135dcf2e9e2aa478a4d17ae In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Content-Disposition: inline User-Agent: Gerrit/2.12.7 archived-at: Tue, 27 Jun 2017 17:28:56 -0000 Tim Armstrong has submitted this change and it was merged. Change subject: More GCC 7 fixes ...................................................................... More GCC 7 fixes My previous patch didn't fix all the build issues - I was building in a pre-existing workspace with some packages already built with GCC 4.9.2. This fixes the remaining compile issues. This also adds LLVM 3.9, with the same patch we applied to LLVM 3.8 because it is needed to support the new GCC C++11 ABI. LLVM 3.8 remains the default. Change-Id: Ibeaac85be762487de27019c2dac018d64e80f587 --- M buildall.sh M functions.sh A source/boost/boost-1.57.0-patches/0003-cpp-int-missing-casts.patch M source/boost/build.sh M source/cyrus-sasl/build.sh M source/flatbuffers/build.sh M source/krb5/build.sh A source/llvm/llvm-3.9.1-patches/0001-llvm-link-struct-types.patch 8 files changed, 249 insertions(+), 9 deletions(-) Approvals: Jim Apple: Looks good to me, approved Tim Armstrong: Looks good to me, but someone else must approve; Verified -- To view, visit http://gerrit.cloudera.org:8080/7220 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ibeaac85be762487de27019c2dac018d64e80f587 Gerrit-PatchSet: 4 Gerrit-Project: native-toolchain Gerrit-Branch: master Gerrit-Owner: Tim Armstrong Gerrit-Reviewer: Jim Apple Gerrit-Reviewer: Tim Armstrong