You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Tiago Stürmer Daitx (JIRA)" <ji...@apache.org> on 2015/02/18 06:14:11 UTC

[jira] [Created] (HADOOP-11610) hadoop-common build fails on JDK9

Tiago Stürmer Daitx created HADOOP-11610:
--------------------------------------------

             Summary: hadoop-common build fails on JDK9
                 Key: HADOOP-11610
                 URL: https://issues.apache.org/jira/browse/HADOOP-11610
             Project: Hadoop Common
          Issue Type: Bug
          Components: build
    Affects Versions: 2.6.0
         Environment: JDK9
            Reporter: Tiago Stürmer Daitx
            Priority: Minor


The new JDK9 directory structure lacks a jre directory under jdk. Due to that hadoop-common fails to build:

Error output:

     [exec] -- The C compiler identification is GNU 4.8.2
     [exec] -- The CXX compiler identification is GNU 4.8.2
     [exec] -- Check for working C compiler: /usr/bin/cc
     [exec] -- Check for working C compiler: /usr/bin/cc -- works
     [exec] -- Detecting C compiler ABI info
     [exec] -- Detecting C compiler ABI info - done
     [exec] -- Check for working CXX compiler: /usr/bin/c++
     [exec] -- Check for working CXX compiler: /usr/bin/c++ -- works
     [exec] -- Detecting CXX compiler ABI info
     [exec] JAVA_HOME=, JAVA_JVM_LIBRARY=JAVA_JVM_LIBRARY-NOTFOUND
     [exec] JAVA_INCLUDE_PATH=/home/tdaitx/jdk9-dev/build/linux-ppc64-normal-server-release/images/jdk/include, JAVA_INCLUDE_PATH2=/home/tdai$
x/jdk9-dev/build/linux-ppc64-normal-server-release/images/jdk/include/linux
     [exec] CMake Error at JNIFlags.cmake:120 (MESSAGE):
     [exec]   Failed to find a viable JVM installation under JAVA_HOME.
     [exec] Call Stack (most recent call first):
     [exec]   CMakeLists.txt:24 (include)
     [exec] 
     [exec] 
     [exec] -- Detecting CXX compiler ABI info - done
     [exec] -- Configuring incomplete, errors occurred!
     [exec] See also "/home/tdaitx/hadoop-2.6.0-src/hadoop-common-project/hadoop-common/target/native/CMakeFiles/CMakeOutput.log".



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