You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Ming LI (JIRA)" <ji...@apache.org> on 2017/04/05 08:15:42 UTC

[jira] [Created] (HAWQ-1423) Build error when make unittest-check on MacOS

Ming LI created HAWQ-1423:
-----------------------------

             Summary: Build error when make unittest-check on MacOS
                 Key: HAWQ-1423
                 URL: https://issues.apache.org/jira/browse/HAWQ-1423
             Project: Apache HAWQ
          Issue Type: Bug
          Components: Build
            Reporter: Ming LI
            Assignee: Ed Espino
             Fix For: backlog


reproduce: 
1. ./configure 
2. make -j8 
3. cd src/backend
4. make unittest-check

../../../../../src/test/unit/mock/backend/libpq/be-secure_mock.c:174:2: error: void function 'report_commerror'
      should not return a value [-Wreturn-type]
        return (__MAYBE_UNUSED) mock();
        ^      ~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
make[4]: *** [../../../../../src/test/unit/mock/backend/libpq/be-secure_mock.o] Error 1
make[3]: *** [mockup-phony] Error 2
make[2]: *** [unittest-check] Error 2
make[1]: *** [unittest-check] Error 2
make: *** [unittest-check] Error 2



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)