You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hawq.apache.org by HaNeul-Kim <gi...@git.apache.org> on 2016/05/29 14:58:04 UTC

[GitHub] incubator-hawq pull request:

Github user HaNeul-Kim commented on the pull request:

    https://github.com/apache/incubator-hawq/commit/ec16d3162eb1650a1c87d39b6b36ee11f7995954#commitcomment-17659770
  
    Hi, I compiling and building hawq.
    I executing this command.
    
    git clone https://git-wip-us.apache.org/repos/asf/incubator-hawq.git
    CODE_BASE=`pwd`/incubator-hawq
    cd $CODE_BASE
    ./configure --prefix=/usr/local/hawq/default --with-python
    make -j8
    ....................................
    -- GoogleTest check: 
    CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
      Could NOT find GoogleTest (missing: GoogleTest_CHECK_FINE)
    Call Stack (most recent call first):
      /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
      CMake/FindGoogleTest.cmake:52 (find_package_handle_standard_args)
      CMakeLists.txt:23 (FIND_PACKAGE)
    
    
    -- Configuring incomplete, errors occurred!
    See also "/root/Downloads/hawq/incubator-hawq/depends/libhdfs3/build/CMakeFiles/CMakeOutput.log".
    See also "/root/Downloads/hawq/incubator-hawq/depends/libhdfs3/build/CMakeFiles/CMakeError.log".
    failed to configure the project
    make[1]: *** [pre-config] Error 1
    make[1]: Leaving directory `/root/Downloads/hawq/incubator-hawq/depends/libhdfs3'
    make: *** [all] Error 2
    
    By the way, last week did not occur this error.
    So I suspect this commit.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---