From dev-return-6604-apmail-hawq-dev-archive=hawq.apache.org@hawq.incubator.apache.org Wed Mar 22 04:40:48 2017 Return-Path: X-Original-To: apmail-hawq-dev-archive@minotaur.apache.org Delivered-To: apmail-hawq-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 C6A0519454 for ; Wed, 22 Mar 2017 04:40:48 +0000 (UTC) Received: (qmail 90067 invoked by uid 500); 22 Mar 2017 04:40:48 -0000 Delivered-To: apmail-hawq-dev-archive@hawq.apache.org Received: (qmail 89987 invoked by uid 500); 22 Mar 2017 04:40:48 -0000 Mailing-List: contact dev-help@hawq.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hawq.incubator.apache.org Delivered-To: mailing list dev@hawq.incubator.apache.org Received: (qmail 89976 invoked by uid 99); 22 Mar 2017 04:40:48 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Mar 2017 04:40:48 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 04151C259F for ; Wed, 22 Mar 2017 04:40:48 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.349 X-Spam-Level: X-Spam-Status: No, score=-99.349 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_NEUTRAL=0.652, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id TMvEpziHEl_s for ; Wed, 22 Mar 2017 04:40:47 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 437D25FD81 for ; Wed, 22 Mar 2017 04:40: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 48658E05C5 for ; Wed, 22 Mar 2017 04:40:43 +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 617CC254C9 for ; Wed, 22 Mar 2017 04:40:42 +0000 (UTC) Date: Wed, 22 Mar 2017 04:40:42 +0000 (UTC) From: "Radar Lei (JIRA)" To: dev@hawq.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HAWQ-1401) DESTDIR option not functioning well in 'make install' MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Radar Lei created HAWQ-1401: ------------------------------- Summary: DESTDIR option not functioning well in 'make install' Key: HAWQ-1401 URL: https://issues.apache.org/jira/browse/HAWQ-1401 Project: Apache HAWQ Issue Type: Bug Components: Build Reporter: Radar Lei Assignee: Ed Espino Fix For: 2.2.0.0-incubating Currently 'make install DESTDIR=/destdir/usr/local/apache-hawq' is not working for all the files. For example: our configuration files under 'etc' folder. Build rpm from source tarball relies on this 'DESTDIR' option. We should make sure DESTDIR is working for all the files in the install list. -- This message was sent by Atlassian JIRA (v6.3.15#6346)