You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hawq.apache.org by "Oleksandr Diachenko (JIRA)" <ji...@apache.org> on 2016/09/28 00:35:20 UTC

[jira] [Created] (HAWQ-1080) make unittest-check fails on local dev environment

Oleksandr Diachenko created HAWQ-1080:
-----------------------------------------

             Summary: make unittest-check fails on local dev environment
                 Key: HAWQ-1080
                 URL: https://issues.apache.org/jira/browse/HAWQ-1080
             Project: Apache HAWQ
          Issue Type: Bug
          Components: PXF
            Reporter: Oleksandr Diachenko
            Assignee: Lei Chang


{code}
$ make unittest-check
{code}
...
{code}
emanager  -c -o pxfheaders_test.o pxfheaders_test.c
pxfheaders_test.c:124:1: error: conflicting types for 'expect_churl_headers'
expect_churl_headers(const char *key, const char *value)
^
pxfheaders_test.c:40:2: note: previous implicit declaration is here
        expect_churl_headers("X-GP-SEGMENT-ID", mock_extvar->GP_SEGMENT_ID);
        ^
pxfheaders_test.c:139:1: error: conflicting types for 'expect_churl_headers_alignment'
expect_churl_headers_alignment()
^
pxfheaders_test.c:43:2: note: previous implicit declaration is here
        expect_churl_headers_alignment();
        ^
pxfheaders_test.c:159:1: error: conflicting types for 'store_gucs'
store_gucs()
^
pxfheaders_test.c:152:2: note: previous implicit declaration is here
        store_gucs();
        ^
pxfheaders_test.c:166:1: error: conflicting types for 'setup_gphd_uri'
setup_gphd_uri()
^
pxfheaders_test.c:153:2: note: previous implicit declaration is here
        setup_gphd_uri();
        ^
pxfheaders_test.c:176:1: error: conflicting types for 'setup_input_data'
setup_input_data()
^
pxfheaders_test.c:154:2: note: previous implicit declaration is here
        setup_input_data();
        ^
pxfheaders_test.c:184:1: error: conflicting types for 'setup_external_vars'
setup_external_vars()
^
pxfheaders_test.c:155:2: note: previous implicit declaration is here
        setup_external_vars();
        ^
pxfheaders_test.c:193:6: error: conflicting types for 'expect_external_vars'
void expect_external_vars()
     ^
pxfheaders_test.c:38:2: note: previous implicit declaration is here
        expect_external_vars();
        ^
pxfheaders_test.c:220:6: error: conflicting types for 'restore_gucs'
void restore_gucs()
     ^
pxfheaders_test.c:217:2: note: previous implicit declaration is here
        restore_gucs();
        ^
8 errors generated.
make[3]: *** [pxfheaders_test.o] Error 1
make[2]: *** [unittest-check] Error 2
make[1]: *** [unittest-check] Error 2
make: *** [unittest-check] Error 2
{code}
...



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