You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "hongwu (JIRA)" <ji...@apache.org> on 2016/11/26 17:47:59 UTC

[jira] [Assigned] (HAWQ-1172) FindLibUUID.cmake doesn't include the headers

     [ https://issues.apache.org/jira/browse/HAWQ-1172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

hongwu reassigned HAWQ-1172:
----------------------------

    Assignee: hongwu  (was: Lei Chang)

> FindLibUUID.cmake doesn't include the headers
> ---------------------------------------------
>
>                 Key: HAWQ-1172
>                 URL: https://issues.apache.org/jira/browse/HAWQ-1172
>             Project: Apache HAWQ
>          Issue Type: Bug
>          Components: libhdfs
>    Affects Versions: 2.0.1.0-incubating
>            Reporter: Pierre de Freminville
>            Assignee: hongwu
>
> Hello,
> I think there is a bug in depends/libhdfs3/Cmake/*FindLibUUID.cmake*
> The incorrect line is the following:
> {code}FIND_PATH(LIBUUID_INCLUDE_DIR uuid/uuid.h){code}
> It should be replaced with the following:
> {code}FIND_PATH(LIBUUID_INCLUDE_DIRS uuid/uuid.h){code}
> As a side effect you should also change this line:
> {code}FIND_PACKAGE_HANDLE_STANDARD_ARGS(LIBUUID DEFAULT_MSG LIBUUID_LIBRARIES LIBUUID_INCLUDE_DIR){code}
> for:
> {code}FIND_PACKAGE_HANDLE_STANDARD_ARGS(LIBUUID DEFAULT_MSG LIBUUID_LIBRARIES LIBUUID_INCLUDE_DIRS){code}
> Otherwise the libuuid include directory is not included in the depends/libhdfs3/*src/CMakeLists.txt*:
> {code}INCLUDE_DIRECTORIES(${LIBUUID_INCLUDE_DIRS}){code}



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