You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Jie Yu (JIRA)" <ji...@apache.org> on 2014/08/16 19:54:18 UTC

[jira] [Commented] (MESOS-1710) Compilation against master fails on make check

    [ https://issues.apache.org/jira/browse/MESOS-1710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14099722#comment-14099722 ] 

Jie Yu commented on MESOS-1710:
-------------------------------

https://reviews.apache.org/r/24772/

> Compilation against master fails on make check
> ----------------------------------------------
>
>                 Key: MESOS-1710
>                 URL: https://issues.apache.org/jira/browse/MESOS-1710
>             Project: Mesos
>          Issue Type: Bug
>          Components: general
>    Affects Versions: 0.20.0
>         Environment: Ubuntu 14.04, x64 following the instructions from the getting started guide
>            Reporter: Martin Dobrev
>            Assignee: Jie Yu
>
> When I compile Mesos against latest git master make check fails.
> Steps to reproduce:
> OS: Ubuntu 14.04
> {noformat}
>     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
> {noformat}
> the results from my tests are here: https://gist.github.com/mclueppers/ac83c87c830e96bdd71e



--
This message was sent by Atlassian JIRA
(v6.2#6252)