This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/mesos-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new f8b85f3  Updated the website built from mesos SHA: 4701b64.
f8b85f3 is described below

commit f8b85f38fb2ea2be5929d3c5a12eddbf87ad3cec
Author: jenkins <[email protected]>
AuthorDate: Thu Mar 7 10:58:46 2019 +0000

    Updated the website built from mesos SHA: 4701b64.
---
 content/documentation/building/index.html        | 2 ++
 content/documentation/latest/building/index.html | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/content/documentation/building/index.html 
b/content/documentation/building/index.html
index 9369c30..17fbd45 100644
--- a/content/documentation/building/index.html
+++ b/content/documentation/building/index.html
@@ -265,6 +265,8 @@ EOF'
 $ sudo yum groupinstall -y "Development Tools"
 
 # Install 'devtoolset-2-toolchain' which includes GCC 4.8.2 and related 
packages.
+# Installing 'devtoolset-3' might be a better choice since `perf` might
+# conflict with the version of `elfutils` included in devtoolset-2.
 $ sudo yum install -y devtoolset-2-toolchain
 
 # Install other Mesos dependencies.
diff --git a/content/documentation/latest/building/index.html 
b/content/documentation/latest/building/index.html
index 3eea963..46a8973 100644
--- a/content/documentation/latest/building/index.html
+++ b/content/documentation/latest/building/index.html
@@ -265,6 +265,8 @@ EOF'
 $ sudo yum groupinstall -y "Development Tools"
 
 # Install 'devtoolset-2-toolchain' which includes GCC 4.8.2 and related 
packages.
+# Installing 'devtoolset-3' might be a better choice since `perf` might
+# conflict with the version of `elfutils` included in devtoolset-2.
 $ sudo yum install -y devtoolset-2-toolchain
 
 # Install other Mesos dependencies.

Reply via email to