Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.20.0
-
None
-
None
-
Ubuntu 14.04, x64 following the instructions from the getting started guide
Description
When I compile Mesos against latest git master make check fails.
Steps to reproduce:
OS: Ubuntu 14.04
echo "Installing required tools..." # Ensure apt-get is up to date. sudo apt-get update # Install build tools. sudo apt-get -y install build-essential # Install OpenJDK java. sudo apt-get -y install openjdk-6-jdk # Install devel python. sudo apt-get -y install python-dev python-boto # Install devel libcurl sudo apt-get -y install libcurl4-nss-dev # Install devel libsasl (***Only required for Mesos 0.14.0 or newer***). sudo apt-get -y install libsasl2-dev # Install Maven (***Only required for Mesos 0.18.1 or newer***). sudo apt-get -y install maven # Install autotoconf and automake. sudo apt-get -y install autoconf automake1.11 # Install libtool. sudo apt-get -y install libtool # Install git. sudo apt-get -y install git echo "Tools installation done." git clone https://git..../mesos.git cd mesos ./bootstrap ./configure make #make -jN fails make check # fails
the results from my tests are here: https://gist.github.com/mclueppers/ac83c87c830e96bdd71e