Manne Laukkanen created MESOS-3842:
--------------------------------------
Summary: getting started documentation following Mesos 0.25 build
fails for CentOS7 (http://mesos.apache.org/gettingstarted/)
Key: MESOS-3842
URL: https://issues.apache.org/jira/browse/MESOS-3842
Project: Mesos
Issue Type: Documentation
Components: build, documentation, ec2, project website, test
Affects Versions: 0.25.0
Environment: CentOS 7 AWS Linux image: AWS EC2 MarketPlace CentOS 7
(x86_64) with Updates HVM (a t2.medium instance)
Reporter: Manne Laukkanen
WANdisco SVN repo file usage leads to failure of build process with error, so
usage of it should be 1) discouraged 2) replaced with a working solution
>From documentation:
# 'Mesos > 0.21.0' requires 'subversion > 1.8' devel package, which is
# not available in the default repositories.
# Add the WANdisco SVN repo file: '/etc/yum.repos.d/wandisco-svn.repo' with
content:
[WANdiscoSVN]
name=WANdisco SVN Repo 1.9
enabled=1
baseurl=http://opensource.wandisco.com/centos/7/svn-1.9/RPMS/$basearch/
gpgcheck=1
gpgkey=http://opensource.wandisco.com/RPM-GPG-KEY-WANdisco
# Install essential development tools.
sudo yum groupinstall -y "Development Tools"
...WANDISCO -addition, proceeding with manual causes failed process with error:
Error: Package: subversion-1.9.2-1.x86_64 (WANdiscoSVN)
Requires: libserf-1.so.0()(64bit)
- we end up with e.g. no build tools to proceed with, so process fails.
Interestingly, build with these instructions (with some modifications) was
successful on 30 Oct 2015. WANDISCO repo breakage?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)