[GitHub] incubator-hawq pull request #1184: HAWQ-1401. Fix HAWQ make install with DES...

2017-03-22 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-hawq/pull/1184


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request #1184: HAWQ-1401. Fix HAWQ make install with DES...

2017-03-22 Thread radarwave
Github user radarwave commented on a diff in the pull request:

https://github.com/apache/incubator-hawq/pull/1184#discussion_r107420381
  
--- Diff: tools/bin/pythonSrc/PyGreSQL-4.0/setup.py ---
@@ -62,6 +62,11 @@ def pg_config(s):
 raise Exception("pg_config tool is not available.")
 if not d:
 raise Exception("Could not get %s information." % s)
+
+DESTDIR = os.getenv('DESTDIR')
+if DESTDIR:
+print "DESTDIR is %s" % DESTDIR
--- End diff --

Thank, fixed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request #1184: HAWQ-1401. Fix HAWQ make install with DES...

2017-03-22 Thread huor
Github user huor commented on a diff in the pull request:

https://github.com/apache/incubator-hawq/pull/1184#discussion_r107409405
  
--- Diff: tools/bin/pythonSrc/PyGreSQL-4.0/setup.py ---
@@ -62,6 +62,11 @@ def pg_config(s):
 raise Exception("pg_config tool is not available.")
 if not d:
 raise Exception("Could not get %s information." % s)
+
+DESTDIR = os.getenv('DESTDIR')
+if DESTDIR:
+print "DESTDIR is %s" % DESTDIR
--- End diff --

Need to remove the debug info here.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---