-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/54993/
-----------------------------------------------------------

(Updated Dec. 22, 2016, 9:02 p.m.)


Review request for mesos and Jie Yu.


Bugs: MESOS-6834
    https://issues.apache.org/jira/browse/MESOS-6834


Repository: mesos


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.


Diffs
-----

  3rdparty/leveldb-1.4.patch b899f0141 

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


Testing (updated)
-------

Compiled Mesos on ARM64 with no failures. Mesos also properly starts and 
successfully runs with the exception of an issue with Mesos containers 
(addressed in https://reviews.apache.org/r/54996/).


Thanks,

Aaron Wood

Reply via email to