You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Aaron Wood (JIRA)" <ji...@apache.org> on 2016/12/22 21:13:58 UTC

[jira] [Updated] (MESOS-6834) Allow Mesos to compile on ARM64/AArch64

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

Aaron Wood updated MESOS-6834:
------------------------------
    Description: 
Mesos will not compile on ARM64/AArch64 without a patch to the version of LevelDB that is used within Mesos. While the fix is already in newer versions of LevelDB it's not something that Mesos pulls down.

The main issue is that the AtomicPointer header needs to be aware of other architectures to provide its functionality to those architectures.

https://reviews.apache.org/r/54993/

  was:
Mesos will not compile on ARM64/AArch64 without a patch to the version of LevelDB that is used within Mesos. While the fix is already in newer versions of LevelDB it's not something that Mesos pulls down.

The main issue is that the AtomicPointer header needs to be aware of other architectures to provide its functionality to those architectures.


> Allow Mesos to compile on ARM64/AArch64
> ---------------------------------------
>
>                 Key: MESOS-6834
>                 URL: https://issues.apache.org/jira/browse/MESOS-6834
>             Project: Mesos
>          Issue Type: Bug
>          Components: build, general
>            Reporter: Aaron Wood
>            Assignee: Aaron Wood
>
> Mesos will not compile on ARM64/AArch64 without a patch to the version of LevelDB that is used within Mesos. While the fix is already in newer versions of LevelDB it's not something that Mesos pulls down.
> The main issue is that the AtomicPointer header needs to be aware of other architectures to provide its functionality to those architectures.
> https://reviews.apache.org/r/54993/



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