[ 
https://issues.apache.org/jira/browse/HAWQ-877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15352668#comment-15352668
 ] 

ASF GitHub Bot commented on HAWQ-877:
-------------------------------------

Github user xunzhang commented on a diff in the pull request:

    https://github.com/apache/incubator-hawq/pull/757#discussion_r68725485
  
    --- Diff: src/bin/gpfdist/Makefile ---
    @@ -60,9 +60,11 @@ mkgpfdist: mkdir
     
        for file in $(GPFDISTFILES); do \
            ( $(CC) $(INCLUDES) $(CFLAGS) $(LIBS) -c $(code_dir)$${file}); \
    +           if [[ $$? -ne 0 ]]; then exit 1; fi \
    --- End diff --
    
    indent?


> Need to stop building when building error occurs in gpfdist directory
> ---------------------------------------------------------------------
>
>                 Key: HAWQ-877
>                 URL: https://issues.apache.org/jira/browse/HAWQ-877
>             Project: Apache HAWQ
>          Issue Type: Bug
>          Components: Build
>            Reporter: Ming LI
>            Assignee: Lei Chang
>
> When building gpfdist report error "'openssl/ssl.h' file not found", it 
> doesn't stop building, so the last error we can see it not the right root 
> error. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to