You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Trevor Robinson (JIRA)" <ji...@apache.org> on 2012/09/05 05:14:07 UTC

[jira] [Created] (HADOOP-8764) CMake: HADOOP-8737 broke ARM build

Trevor Robinson created HADOOP-8764:
---------------------------------------

             Summary: CMake: HADOOP-8737 broke ARM build
                 Key: HADOOP-8764
                 URL: https://issues.apache.org/jira/browse/HADOOP-8764
             Project: Hadoop Common
          Issue Type: Bug
          Components: build
    Affects Versions: 2.2.0-alpha
         Environment: Apache Maven 3.0.4
Maven home: /usr/share/maven
Java version: 1.7.0_06, vendor: Oracle Corporation
Java home: /usr/lib/jvm/jdk1.7.0_06/jre
Default locale: en_US, platform encoding: ISO-8859-1
OS name: "linux", version: "3.2.0-1000-highbank", arch: "arm", family: "unix"
            Reporter: Trevor Robinson


ARM build is broken again: CMAKE_SYSTEM_PROCESSOR comes from {{uname -p}}, which reports values like "armv7l" for the ARMv7 architecture. However, the OpenJDK and Oracle ARM JREs both use "jre/lib/arm" for the JVM directory.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HADOOP-8764) CMake: HADOOP-8737 broke ARM build

Posted by "Trevor Robinson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trevor Robinson updated HADOOP-8764:
------------------------------------

    Attachment: HADOOP-8764.patch
    
> CMake: HADOOP-8737 broke ARM build
> ----------------------------------
>
>                 Key: HADOOP-8764
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8764
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 2.2.0-alpha
>         Environment: Apache Maven 3.0.4
> Maven home: /usr/share/maven
> Java version: 1.7.0_06, vendor: Oracle Corporation
> Java home: /usr/lib/jvm/jdk1.7.0_06/jre
> Default locale: en_US, platform encoding: ISO-8859-1
> OS name: "linux", version: "3.2.0-1000-highbank", arch: "arm", family: "unix"
>            Reporter: Trevor Robinson
>         Attachments: HADOOP-8764.patch
>
>
> ARM build is broken again: CMAKE_SYSTEM_PROCESSOR comes from {{uname -p}}, which reports values like "armv7l" for the ARMv7 architecture. However, the OpenJDK and Oracle ARM JREs both use "jre/lib/arm" for the JVM directory.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Closed] (HADOOP-8764) CMake: HADOOP-8737 broke ARM build

Posted by "Arun C Murthy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arun C Murthy closed HADOOP-8764.
---------------------------------

    
> CMake: HADOOP-8737 broke ARM build
> ----------------------------------
>
>                 Key: HADOOP-8764
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8764
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 2.0.2-alpha
>         Environment: Apache Maven 3.0.4
> Maven home: /usr/share/maven
> Java version: 1.7.0_06, vendor: Oracle Corporation
> Java home: /usr/lib/jvm/jdk1.7.0_06/jre
> Default locale: en_US, platform encoding: ISO-8859-1
> OS name: "linux", version: "3.2.0-1000-highbank", arch: "arm", family: "unix"
>            Reporter: Trevor Robinson
>            Assignee: Trevor Robinson
>             Fix For: 2.0.2-alpha
>
>         Attachments: HADOOP-8764.patch
>
>
> ARM build is broken again: CMAKE_SYSTEM_PROCESSOR comes from {{uname -p}}, which reports values like "armv7l" for the ARMv7 architecture. However, the OpenJDK and Oracle ARM JREs both use "jre/lib/arm" for the JVM directory.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HADOOP-8764) CMake: HADOOP-8737 broke ARM build

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448447#comment-13448447 ] 

Hadoop QA commented on HADOOP-8764:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12543798/HADOOP-8764.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 eclipse:eclipse.  The patch built with eclipse:eclipse.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed unit tests in hadoop-common-project/hadoop-common.

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: https://builds.apache.org/job/PreCommit-HADOOP-Build/1399//testReport/
Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/1399//console

This message is automatically generated.
                
> CMake: HADOOP-8737 broke ARM build
> ----------------------------------
>
>                 Key: HADOOP-8764
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8764
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 2.2.0-alpha
>         Environment: Apache Maven 3.0.4
> Maven home: /usr/share/maven
> Java version: 1.7.0_06, vendor: Oracle Corporation
> Java home: /usr/lib/jvm/jdk1.7.0_06/jre
> Default locale: en_US, platform encoding: ISO-8859-1
> OS name: "linux", version: "3.2.0-1000-highbank", arch: "arm", family: "unix"
>            Reporter: Trevor Robinson
>            Assignee: Trevor Robinson
>         Attachments: HADOOP-8764.patch
>
>
> ARM build is broken again: CMAKE_SYSTEM_PROCESSOR comes from {{uname -p}}, which reports values like "armv7l" for the ARMv7 architecture. However, the OpenJDK and Oracle ARM JREs both use "jre/lib/arm" for the JVM directory.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HADOOP-8764) CMake: HADOOP-8737 broke ARM build

Posted by "Trevor Robinson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trevor Robinson updated HADOOP-8764:
------------------------------------

    Assignee: Trevor Robinson
      Status: Patch Available  (was: Open)

Added processor architecture decode case for ARM similar to x86:

{code}
    ELSEIF (CMAKE_SYSTEM_PROCESSOR MATCHES "^arm")
        SET(_java_libarch "arm")
{code}

                
> CMake: HADOOP-8737 broke ARM build
> ----------------------------------
>
>                 Key: HADOOP-8764
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8764
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 2.2.0-alpha
>         Environment: Apache Maven 3.0.4
> Maven home: /usr/share/maven
> Java version: 1.7.0_06, vendor: Oracle Corporation
> Java home: /usr/lib/jvm/jdk1.7.0_06/jre
> Default locale: en_US, platform encoding: ISO-8859-1
> OS name: "linux", version: "3.2.0-1000-highbank", arch: "arm", family: "unix"
>            Reporter: Trevor Robinson
>            Assignee: Trevor Robinson
>         Attachments: HADOOP-8764.patch
>
>
> ARM build is broken again: CMAKE_SYSTEM_PROCESSOR comes from {{uname -p}}, which reports values like "armv7l" for the ARMv7 architecture. However, the OpenJDK and Oracle ARM JREs both use "jre/lib/arm" for the JVM directory.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HADOOP-8764) CMake: HADOOP-8737 broke ARM build

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448498#comment-13448498 ] 

Hudson commented on HADOOP-8764:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #2706 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2706/])
    HADOOP-8764. CMake: HADOOP-8737 broke ARM build. Contributed by Trevor Robinson (Revision 1380984)

     Result = FAILURE
eli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1380984
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/JNIFlags.cmake

                
> CMake: HADOOP-8737 broke ARM build
> ----------------------------------
>
>                 Key: HADOOP-8764
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8764
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 2.2.0-alpha
>         Environment: Apache Maven 3.0.4
> Maven home: /usr/share/maven
> Java version: 1.7.0_06, vendor: Oracle Corporation
> Java home: /usr/lib/jvm/jdk1.7.0_06/jre
> Default locale: en_US, platform encoding: ISO-8859-1
> OS name: "linux", version: "3.2.0-1000-highbank", arch: "arm", family: "unix"
>            Reporter: Trevor Robinson
>            Assignee: Trevor Robinson
>             Fix For: 2.2.0-alpha
>
>         Attachments: HADOOP-8764.patch
>
>
> ARM build is broken again: CMAKE_SYSTEM_PROCESSOR comes from {{uname -p}}, which reports values like "armv7l" for the ARMv7 architecture. However, the OpenJDK and Oracle ARM JREs both use "jre/lib/arm" for the JVM directory.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HADOOP-8764) CMake: HADOOP-8737 broke ARM build

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448468#comment-13448468 ] 

Hudson commented on HADOOP-8764:
--------------------------------

Integrated in Hadoop-Common-trunk-Commit #2682 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2682/])
    HADOOP-8764. CMake: HADOOP-8737 broke ARM build. Contributed by Trevor Robinson (Revision 1380984)

     Result = SUCCESS
eli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1380984
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/JNIFlags.cmake

                
> CMake: HADOOP-8737 broke ARM build
> ----------------------------------
>
>                 Key: HADOOP-8764
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8764
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 2.2.0-alpha
>         Environment: Apache Maven 3.0.4
> Maven home: /usr/share/maven
> Java version: 1.7.0_06, vendor: Oracle Corporation
> Java home: /usr/lib/jvm/jdk1.7.0_06/jre
> Default locale: en_US, platform encoding: ISO-8859-1
> OS name: "linux", version: "3.2.0-1000-highbank", arch: "arm", family: "unix"
>            Reporter: Trevor Robinson
>            Assignee: Trevor Robinson
>             Fix For: 2.2.0-alpha
>
>         Attachments: HADOOP-8764.patch
>
>
> ARM build is broken again: CMAKE_SYSTEM_PROCESSOR comes from {{uname -p}}, which reports values like "armv7l" for the ARMv7 architecture. However, the OpenJDK and Oracle ARM JREs both use "jre/lib/arm" for the JVM directory.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HADOOP-8764) CMake: HADOOP-8737 broke ARM build

Posted by "Eli Collins (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448463#comment-13448463 ] 

Eli Collins commented on HADOOP-8764:
-------------------------------------

+1 lgtm
                
> CMake: HADOOP-8737 broke ARM build
> ----------------------------------
>
>                 Key: HADOOP-8764
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8764
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 2.2.0-alpha
>         Environment: Apache Maven 3.0.4
> Maven home: /usr/share/maven
> Java version: 1.7.0_06, vendor: Oracle Corporation
> Java home: /usr/lib/jvm/jdk1.7.0_06/jre
> Default locale: en_US, platform encoding: ISO-8859-1
> OS name: "linux", version: "3.2.0-1000-highbank", arch: "arm", family: "unix"
>            Reporter: Trevor Robinson
>            Assignee: Trevor Robinson
>         Attachments: HADOOP-8764.patch
>
>
> ARM build is broken again: CMAKE_SYSTEM_PROCESSOR comes from {{uname -p}}, which reports values like "armv7l" for the ARMv7 architecture. However, the OpenJDK and Oracle ARM JREs both use "jre/lib/arm" for the JVM directory.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HADOOP-8764) CMake: HADOOP-8737 broke ARM build

Posted by "Colin Patrick McCabe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448928#comment-13448928 ] 

Colin Patrick McCabe commented on HADOOP-8764:
----------------------------------------------

This patch looks reasonable to me (although I do not have an ARM device to test on).

Thanks for looking at this, Trevor.
                
> CMake: HADOOP-8737 broke ARM build
> ----------------------------------
>
>                 Key: HADOOP-8764
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8764
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 2.2.0-alpha
>         Environment: Apache Maven 3.0.4
> Maven home: /usr/share/maven
> Java version: 1.7.0_06, vendor: Oracle Corporation
> Java home: /usr/lib/jvm/jdk1.7.0_06/jre
> Default locale: en_US, platform encoding: ISO-8859-1
> OS name: "linux", version: "3.2.0-1000-highbank", arch: "arm", family: "unix"
>            Reporter: Trevor Robinson
>            Assignee: Trevor Robinson
>             Fix For: 2.2.0-alpha
>
>         Attachments: HADOOP-8764.patch
>
>
> ARM build is broken again: CMAKE_SYSTEM_PROCESSOR comes from {{uname -p}}, which reports values like "armv7l" for the ARMv7 architecture. However, the OpenJDK and Oracle ARM JREs both use "jre/lib/arm" for the JVM directory.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HADOOP-8764) CMake: HADOOP-8737 broke ARM build

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448471#comment-13448471 ] 

Hudson commented on HADOOP-8764:
--------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #2745 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2745/])
    HADOOP-8764. CMake: HADOOP-8737 broke ARM build. Contributed by Trevor Robinson (Revision 1380984)

     Result = SUCCESS
eli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1380984
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/JNIFlags.cmake

                
> CMake: HADOOP-8737 broke ARM build
> ----------------------------------
>
>                 Key: HADOOP-8764
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8764
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 2.2.0-alpha
>         Environment: Apache Maven 3.0.4
> Maven home: /usr/share/maven
> Java version: 1.7.0_06, vendor: Oracle Corporation
> Java home: /usr/lib/jvm/jdk1.7.0_06/jre
> Default locale: en_US, platform encoding: ISO-8859-1
> OS name: "linux", version: "3.2.0-1000-highbank", arch: "arm", family: "unix"
>            Reporter: Trevor Robinson
>            Assignee: Trevor Robinson
>             Fix For: 2.2.0-alpha
>
>         Attachments: HADOOP-8764.patch
>
>
> ARM build is broken again: CMAKE_SYSTEM_PROCESSOR comes from {{uname -p}}, which reports values like "armv7l" for the ARMv7 architecture. However, the OpenJDK and Oracle ARM JREs both use "jre/lib/arm" for the JVM directory.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HADOOP-8764) CMake: HADOOP-8737 broke ARM build

Posted by "Eli Collins (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eli Collins updated HADOOP-8764:
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.0-alpha
     Hadoop Flags: Reviewed
           Status: Resolved  (was: Patch Available)

I've committed this and merged to branch-2. Thanks Trevor!
                
> CMake: HADOOP-8737 broke ARM build
> ----------------------------------
>
>                 Key: HADOOP-8764
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8764
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 2.2.0-alpha
>         Environment: Apache Maven 3.0.4
> Maven home: /usr/share/maven
> Java version: 1.7.0_06, vendor: Oracle Corporation
> Java home: /usr/lib/jvm/jdk1.7.0_06/jre
> Default locale: en_US, platform encoding: ISO-8859-1
> OS name: "linux", version: "3.2.0-1000-highbank", arch: "arm", family: "unix"
>            Reporter: Trevor Robinson
>            Assignee: Trevor Robinson
>             Fix For: 2.2.0-alpha
>
>         Attachments: HADOOP-8764.patch
>
>
> ARM build is broken again: CMAKE_SYSTEM_PROCESSOR comes from {{uname -p}}, which reports values like "armv7l" for the ARMv7 architecture. However, the OpenJDK and Oracle ARM JREs both use "jre/lib/arm" for the JVM directory.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HADOOP-8764) CMake: HADOOP-8737 broke ARM build

Posted by "Eli Collins (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448465#comment-13448465 ] 

Eli Collins commented on HADOOP-8764:
-------------------------------------

Btw I created a jenkins job to run on the Apache ARM machines to capture future breakages:

https://builds.apache.org/job/Hadoop-trunk-ARM/
                
> CMake: HADOOP-8737 broke ARM build
> ----------------------------------
>
>                 Key: HADOOP-8764
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8764
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 2.2.0-alpha
>         Environment: Apache Maven 3.0.4
> Maven home: /usr/share/maven
> Java version: 1.7.0_06, vendor: Oracle Corporation
> Java home: /usr/lib/jvm/jdk1.7.0_06/jre
> Default locale: en_US, platform encoding: ISO-8859-1
> OS name: "linux", version: "3.2.0-1000-highbank", arch: "arm", family: "unix"
>            Reporter: Trevor Robinson
>            Assignee: Trevor Robinson
>         Attachments: HADOOP-8764.patch
>
>
> ARM build is broken again: CMAKE_SYSTEM_PROCESSOR comes from {{uname -p}}, which reports values like "armv7l" for the ARMv7 architecture. However, the OpenJDK and Oracle ARM JREs both use "jre/lib/arm" for the JVM directory.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HADOOP-8764) CMake: HADOOP-8737 broke ARM build

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448744#comment-13448744 ] 

Hudson commented on HADOOP-8764:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk #1187 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1187/])
    HADOOP-8764. CMake: HADOOP-8737 broke ARM build. Contributed by Trevor Robinson (Revision 1380984)

     Result = SUCCESS
eli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1380984
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/JNIFlags.cmake

                
> CMake: HADOOP-8737 broke ARM build
> ----------------------------------
>
>                 Key: HADOOP-8764
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8764
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 2.2.0-alpha
>         Environment: Apache Maven 3.0.4
> Maven home: /usr/share/maven
> Java version: 1.7.0_06, vendor: Oracle Corporation
> Java home: /usr/lib/jvm/jdk1.7.0_06/jre
> Default locale: en_US, platform encoding: ISO-8859-1
> OS name: "linux", version: "3.2.0-1000-highbank", arch: "arm", family: "unix"
>            Reporter: Trevor Robinson
>            Assignee: Trevor Robinson
>             Fix For: 2.2.0-alpha
>
>         Attachments: HADOOP-8764.patch
>
>
> ARM build is broken again: CMAKE_SYSTEM_PROCESSOR comes from {{uname -p}}, which reports values like "armv7l" for the ARMv7 architecture. However, the OpenJDK and Oracle ARM JREs both use "jre/lib/arm" for the JVM directory.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HADOOP-8764) CMake: HADOOP-8737 broke ARM build

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448680#comment-13448680 ] 

Hudson commented on HADOOP-8764:
--------------------------------

Integrated in Hadoop-Hdfs-trunk #1156 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/1156/])
    HADOOP-8764. CMake: HADOOP-8737 broke ARM build. Contributed by Trevor Robinson (Revision 1380984)

     Result = SUCCESS
eli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1380984
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/JNIFlags.cmake

                
> CMake: HADOOP-8737 broke ARM build
> ----------------------------------
>
>                 Key: HADOOP-8764
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8764
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 2.2.0-alpha
>         Environment: Apache Maven 3.0.4
> Maven home: /usr/share/maven
> Java version: 1.7.0_06, vendor: Oracle Corporation
> Java home: /usr/lib/jvm/jdk1.7.0_06/jre
> Default locale: en_US, platform encoding: ISO-8859-1
> OS name: "linux", version: "3.2.0-1000-highbank", arch: "arm", family: "unix"
>            Reporter: Trevor Robinson
>            Assignee: Trevor Robinson
>             Fix For: 2.2.0-alpha
>
>         Attachments: HADOOP-8764.patch
>
>
> ARM build is broken again: CMAKE_SYSTEM_PROCESSOR comes from {{uname -p}}, which reports values like "armv7l" for the ARMv7 architecture. However, the OpenJDK and Oracle ARM JREs both use "jre/lib/arm" for the JVM directory.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira