GitHub user haosdent opened a pull request:
https://github.com/apache/mesos/pull/158
Fixed MESOS-5925 Building Mesos in Docker Beta on OS X
* Replaced gmock-1.7.0.tar.gz with a correct permissions version.
* Replaced gperftools-2.5.tar.gz with a correct permissions version.
Because I found upload binary changes does not work in
https://reviews.apache.org/r/51079/ and https://reviews.apache.org/r/51080/,
I open this pull request.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/haosdent/mesos MESOS-5925
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/mesos/pull/158.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #158
----
commit fc1a27c7e5b30835f1750dce0915814d080559ab
Author: Haosdent Huang <[email protected]>
Date: 2016-08-14T04:20:00Z
Replaced gmock-1.7.0.tar.gz with a correct permissions version.
Some files' permissions in gmock-1.7.0.tar.gz are '0444/-r--r--r--',
which means owner don't have write permission on them. This breaks the
build of Mesos since Docker 1.12 on MacOS. This patch packaged
gmock-1.7.0.tar.gz with correct permissions.
Review: https://reviews.apache.org/r/51079
commit a34f189015d7f964af9fa5378beda258f9c315f0
Author: Haosdent Huang <[email protected]>
Date: 2016-08-14T04:30:11Z
Replaced gperftools-2.5.tar.gz with a correct permissions version.
Some files' permissions in gperftools-2.5.tar.gz are
'0444/-r--r--r--', which means owner don't have write permission on
them. This breaks the build of Mesos since Docker 1.12 on MacOS. This
patch packaged gperftools-2.5.tar.gz with correct permissions.
Review: https://reviews.apache.org/r/51080
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---