Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-8538

CMake builds fail on ARM

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.0.2-alpha
    • native
    • None
    • gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)

    • Reviewed

    Description

      CMake native builds fail with this error:

      cc1: error: unrecognized command line option '-m32'

      -m32 is only defined by GCC for x86, PowerPC, and SPARC.

      The following files specify -m32 when the JVM data model is 32-bit:

      hadoop-common-project/hadoop-common/src/CMakeLists.txt
      hadoop-hdfs-project/hadoop-hdfs/src/CMakeLists.txt
      hadoop-tools/hadoop-pipes/src/CMakeLists.txt
      hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/CMakeLists.txt

      This is a partial regression of HDFS-1920.

      Attachments

        1. hadoop-cmake.patch
          4 kB
          Trevor Robinson

        Issue Links

          Activity

            People

              scurrilous Trevor Robinson
              scurrilous Trevor Robinson
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: