You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Till Toenshoff (JIRA)" <ji...@apache.org> on 2015/01/26 03:15:35 UTC

[jira] [Commented] (MESOS-2165) When cyrus sasl MD5 isn't installed configure passes, tests fail without any output

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

Till Toenshoff commented on MESOS-2165:
---------------------------------------

See https://github.com/apache/mesos/blob/master/configure.ac#L719-L721

> When cyrus sasl MD5 isn't installed configure passes, tests fail without any output
> -----------------------------------------------------------------------------------
>
>                 Key: MESOS-2165
>                 URL: https://issues.apache.org/jira/browse/MESOS-2165
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: Cody Maloney
>              Labels: mesosphere
>
> Sample Dockerfile to make such a host:
> {code}
> FROM centos:centos7
> RUN yum install -y epel-release gcc python-devel
> RUN yum install -y python-pip
> RUN yum install -y rpm-build redhat-rpm-config autoconf make gcc gcc-c++ patch libtool git python-devel ruby-devel java-1.7.0-openjdk-devel zlib-devel libcurl-devel openssl-devel cyrus-sasl-devel rubygems apr-devel apr-util-devel subversion-devel maven libselinux-python
> {code}
> Use: 'docker run -i -t <imagename> /bin/bash' to run the image, get a shell inside where you can 'git clone' mesos and build/run the tests.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)