[ https://issues.apache.org/jira/browse/MESOS-3969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Till Toenshoff updated MESOS-3969: ---------------------------------- Assignee: haosdent (was: Joseph Wu) > Failing 'make distcheck' on Debian 8, somehow SSL-related. > ---------------------------------------------------------- > > Key: MESOS-3969 > URL: https://issues.apache.org/jira/browse/MESOS-3969 > Project: Mesos > Issue Type: Bug > Affects Versions: 0.26.0 > Environment: Debian 8, gcc 4.9.2, Docker 1.9.0, vagrant, libvirt > Vagrantfile see MESOS-3957 > Reporter: Bernd Mathiske > Assignee: haosdent > Labels: build, build-failure, mesosphere > > As non-root: make distcheck. > {noformat} > /bin/mkdir -p '/home/vagrant/mesos/build/mesos-0.26.0/_inst/bin' > /bin/bash ../libtool --mode=install /usr/bin/install -c mesos-local mesos-log > mesos mesos-execute mesos-resolve > '/home/vagrant/mesos/build/mesos-0.26.0/_inst/bin' > libtool: install: /usr/bin/install -c .libs/mesos-local > /home/vagrant/mesos/build/mesos-0.26.0/_inst/bin/mesos-local > libtool: install: /usr/bin/install -c .libs/mesos-log > /home/vagrant/mesos/build/mesos-0.26.0/_inst/bin/mesos-log > libtool: install: /usr/bin/install -c .libs/mesos > /home/vagrant/mesos/build/mesos-0.26.0/_inst/bin/mesos > libtool: install: /usr/bin/install -c .libs/mesos-execute > /home/vagrant/mesos/build/mesos-0.26.0/_inst/bin/mesos-execute > libtool: install: /usr/bin/install -c .libs/mesos-resolve > /home/vagrant/mesos/build/mesos-0.26.0/_inst/bin/mesos-resolve > Traceback (most recent call last): > File "<string>", line 1, in <module> > File > "/home/vagrant/mesos/build/mesos-0.26.0/build/3rdparty/pip-1.5.6/pip/__init_.py", > line 11, in <module> > from pip.vcs import git, mercurial, subversion, bazaar # noqa > File > "/home/vagrant/mesos/build/mesos-0.26.0/_build/3rdparty/pip-1.5.6/pip/vcs/mercurial.py", > line 9, in <module> > from pip.download import path_to_url > File > "/home/vagrant/mesos/build/mesos-0.26.0/_build/3rdparty/pip-1.5.6/pip/download.py", > line 22, in <module> > from pip._vendor import requests, six > File > "/home/vagrant/mesos/build/mesos-0.26.0/build/3rdparty/pip-1.5.6/pip/_vendor/requests/__init_.py", > line 53, in <module> > from .packages.urllib3.contrib import pyopenssl > File > "/home/vagrant/mesos/build/mesos-0.26.0/_build/3rdparty/pip-1.5.6/pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.py", > line 70, in <module> > ssl.PROTOCOL_SSLv3: OpenSSL.SSL.SSLv3_METHOD, > AttributeError: 'module' object has no attribute 'PROTOCOL_SSLv3' > Traceback (most recent call last): > File "<string>", line 1, in <module> > File "/home/vagrant/mesos/build/mesos-0.26.0/_build/3rd > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)