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/04/16 15:37:58 UTC

[jira] [Resolved] (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:all-tabpanel ]

Till Toenshoff resolved MESOS-2165.
-----------------------------------
    Resolution: Fixed

commit 25844c57bb33b93545a9dada1e5018f9ae43b4c2
Author: Till Toenshoff <to...@me.com>
Date:   Thu Apr 16 15:35:29 2015 +0200

    Added test for CRAM-MD5 support of SASL within configuration phase.

    Review: https://reviews.apache.org/r/30263

> 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
>            Assignee: Till Toenshoff
>              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)