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 C2BBA200C3B for ; Fri, 3 Mar 2017 08:16:50 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C18A5160B57; Fri, 3 Mar 2017 07:16:50 +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 1EBC8160B6D for ; Fri, 3 Mar 2017 08:16:49 +0100 (CET) Received: (qmail 83168 invoked by uid 500); 3 Mar 2017 07:16:49 -0000 Mailing-List: contact issues-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list issues@drill.apache.org Received: (qmail 83145 invoked by uid 99); 3 Mar 2017 07:16:49 -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; Fri, 03 Mar 2017 07:16:49 +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 CDD911A0767 for ; Fri, 3 Mar 2017 07:16:48 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -2.347 X-Spam-Level: X-Spam-Status: No, score=-2.347 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-2.999, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id hCFzJ_Tk57In for ; Fri, 3 Mar 2017 07:16:48 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 7C25C5FAD8 for ; Fri, 3 Mar 2017 07:16:47 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 6A035E088A for ; Fri, 3 Mar 2017 07:16:46 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 88F1A24162 for ; Fri, 3 Mar 2017 07:16:45 +0000 (UTC) Date: Fri, 3 Mar 2017 07:16:45 +0000 (UTC) From: "Sudheesh Katkam (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DRILL-5313) C++ client build failure on linux MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 03 Mar 2017 07:16:50 -0000 [ https://issues.apache.org/jira/browse/DRILL-5313?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Sudheesh Katkam updated DRILL-5313: ----------------------------------- Labels: ready-to-commit (was: ) > C++ client build failure on linux > --------------------------------- > > Key: DRILL-5313 > URL: https://issues.apache.org/jira/browse/DRILL-5313 > Project: Apache Drill > Issue Type: Bug > Components: Client - C++ > Affects Versions: 1.10 > Reporter: Sorabh Hamirwasia > Assignee: Laurent Goujon > Labels: ready-to-commit > > We are seeing below errors while building Drill C++ client on linux platf= orm: > [root@qa-node161 build]# make > [ 6%] Built target y2038 > [ 38%] Built target protomsgs > [ 41%] Building CXX object src/clientlib/CMakeFiles/drillClient.dir/drill= ClientImpl.cpp.o > /root/drill/drill/contrib/native/client/src/clientlib/drillClientImpl.cpp= : In function =E2=80=98void Drill::updateLikeFilter(exec::user::LikeFilter&= , const std::string&)=E2=80=99: > /root/drill/drill/contrib/native/client/src/clientlib/drillClientImpl.cpp= :782: error: =E2=80=98s_searchEscapeString=E2=80=99 is not a member of =E2= =80=98Drill::meta::DrillMetadata=E2=80=99 > make[2]: *** [src/clientlib/CMakeFiles/drillClient.dir/drillClientImpl.cp= p.o] Error 1 > make[1]: *** [src/clientlib/CMakeFiles/drillClient.dir/all] Error 2 > make: *** [all] Error 2 > It looks to be related to one of Laurent's pull request below: > https://github.com/apache/drill/pull/712 -- This message was sent by Atlassian JIRA (v6.3.15#6346)