Return-Path: X-Original-To: apmail-impala-dev-archive@minotaur.apache.org Delivered-To: apmail-impala-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2430619E9D for ; Mon, 25 Apr 2016 15:34:21 +0000 (UTC) Received: (qmail 16818 invoked by uid 500); 25 Apr 2016 15:34:21 -0000 Delivered-To: apmail-impala-dev-archive@impala.apache.org Received: (qmail 16780 invoked by uid 500); 25 Apr 2016 15:34:21 -0000 Mailing-List: contact dev-help@impala.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@impala.incubator.apache.org Delivered-To: mailing list dev@impala.incubator.apache.org Received: (qmail 16762 invoked by uid 99); 25 Apr 2016 15:34:20 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Apr 2016 15:34:20 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 6BA271A1170 for ; Mon, 25 Apr 2016 15:34:20 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.362 X-Spam-Level: X-Spam-Status: No, score=0.362 tagged_above=-999 required=6.31 tests=[RDNS_DYNAMIC=0.363, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id nwXG5Rv9kmIG for ; Mon, 25 Apr 2016 15:34:18 +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 7ACC35FB0A for ; Mon, 25 Apr 2016 15:34:18 +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 u3PFYHk2002776; Mon, 25 Apr 2016 15:34:17 GMT Date: Mon, 25 Apr 2016 15:34:17 +0000 From: "Tim Armstrong (Code Review)" To: impala-cr@cloudera.com, dev@impala.incubator.apache.org Message-ID: Reply-To: tarmstrong@cloudera.com X-Gerrit-MessageType: newchange Subject: =?UTF-8?Q?[Toolchain-CR]_Disable_terminfo_dependency_for_LLVM=0A?= X-Gerrit-Change-Id: I3e4fc73d4409592d55beb45a622e9f4a7deb5317 X-Gerrit-ChangeURL: X-Gerrit-Commit: 812fe8e55a4f5438ca11db2aa3d8bcd9971d2509 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Content-Disposition: inline User-Agent: Gerrit/2.10-rc0 Tim Armstrong has uploaded a new change for review. http://gerrit.cloudera.org:8080/2860 Change subject: Disable terminfo dependency for LLVM ...................................................................... Disable terminfo dependency for LLVM LLVM uses libtinfo/libncurses to detect whether a terminal supports colors. This is used to support Clang's colourful error messages. However, if this feature is turned on, the way the LLVM libraries are factored we have to bring in this dependency regardless of whether we're actually making use of output colouring. We don't want to depend on these libraries if building an embedded JIT, so let's just disable the feature. The downside of this change is that we won't get colourful error messages from toolchain clang. Also remove the LLVM trunk build script that has been slowly bitrotting. Change-Id: I3e4fc73d4409592d55beb45a622e9f4a7deb5317 --- M source/llvm/build-source-tarball.sh D source/llvm/build-trunk.sh M source/llvm/build.sh 3 files changed, 2 insertions(+), 67 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Toolchain refs/changes/60/2860/1 -- To view, visit http://gerrit.cloudera.org:8080/2860 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3e4fc73d4409592d55beb45a622e9f4a7deb5317 Gerrit-PatchSet: 1 Gerrit-Project: Toolchain Gerrit-Branch: master Gerrit-Owner: Tim Armstrong