[
https://issues.apache.org/jira/browse/MESOS-5329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16080507#comment-16080507
]
Ed Vielmetti commented on MESOS-5329:
-------------------------------------
I'm also unable to build Mesos on ARM64. The version of "glog" used fails with
this error:
```
UNAME_MACHINE = aarch64
UNAME_RELEASE = 4.4.0-77-generic
UNAME_SYSTEM = Linux
UNAME_VERSION = #98-Ubuntu SMP Wed Apr 26 08:34:20 UTC 2017
configure: error: cannot guess build type; you must specify one
Makefile:1148: recipe for target 'glog-0.3.3-build-stamp' failed
```
It looks like MESOS-3394 may be related, having to do with versioning of glog
for Windows.
> Unable to build on ARM64/AArch64 when using bundled 3rdparty libs
> -----------------------------------------------------------------
>
> Key: MESOS-5329
> URL: https://issues.apache.org/jira/browse/MESOS-5329
> Project: Mesos
> Issue Type: Bug
> Components: build
> Affects Versions: 0.28.1
> Environment: I'm using openSUSE Tumbleweed:
> - uname -a = Linux od3k 4.5.0-3-default #1 SMP Mon Mar 28 07:27:57 UTC 2016
> (8cf0ce6) aarch64 aarch64 aarch64 GNU/Linux
> - gcc --version = gcc (SUSE Linux) 5.3.1 20160301 [gcc-5-branch revision
> 233849]
> - java -version = openjdk version "9-internal"
> OpenJDK Runtime Environment (build
> 9-internal+0-2016-04-12-223414.abuild.jdk9-55b6d550828d)
> OpenJDK 64-Bit Server VM (build
> 9-internal+0-2016-04-12-223414.abuild.jdk9-55b6d550828d, mixed mode)
> on an [Overdrive 3000|http://softiron.co.uk/products/]
> Reporter: Andrew Wafaa
> Labels: easyfix
>
> Some of the supplied 3rdparty libraries are so outdated they do not have
> support for 64bit ARM. The following need to be updated before you can build
> from mesos source:
> * protobuf 2.5.0 -> 2.6.1
> * libev 4.15 -> 4.22
> If I disable the 3rdparty libraries and use those supplied by the OS all
> builds fine.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)