[
https://issues.apache.org/jira/browse/HAWQ-307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15233850#comment-15233850
]
ASF GitHub Bot commented on HAWQ-307:
-------------------------------------
Github user xunzhang commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/250#discussion_r59126049
--- Diff: src/test/regress/checkinc.py ---
@@ -1,6 +1,11 @@
#!/usr/bin/env python
import sys, os, re, subprocess
+try:
+ import sysconfig
+ multiarch_triplet = sysconfig.get_config_var('MULTIARCH')
+except ImportError:
+ multiarch_triplet = sysconfig.get_config_var('MULTIARCH')
--- End diff --
the code here is wrong... You can define `multiarch_triplet=''` here or try
import `distutils.sysconfig` inside and use
`distutils.sysconfig.get_config_var('MULTIARCH')` instead. Since HAWQ is near
new release, we will fix it for you and remain your name. @cbaenziger
> Ubuntu Support
> --------------
>
> Key: HAWQ-307
> URL: https://issues.apache.org/jira/browse/HAWQ-307
> Project: Apache HAWQ
> Issue Type: New Feature
> Components: Build
> Reporter: Lei Chang
> Assignee: Clay B.
> Fix For: 2.1.0
>
>
> To support HAWQ running on Ubuntu OS 14.04.3
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)