You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Nugai (JIRA)" <ji...@apache.org> on 2015/02/03 02:36:34 UTC

[jira] [Created] (MESOS-2316) Mesos bundles deprecated versions of Distribute and Pip

Nugai created MESOS-2316:
----------------------------

             Summary: Mesos bundles deprecated versions of Distribute and Pip 
                 Key: MESOS-2316
                 URL: https://issues.apache.org/jira/browse/MESOS-2316
             Project: Mesos
          Issue Type: Bug
          Components: build
    Affects Versions: 0.21.1
         Environment: Probably all environments, but certainly experienced on RHEL/CentOS 7
            Reporter: Nugai


When running the standard Mesos 0.21.1 on RHEL/CentOS 7, `make check` reports errors for Metrics.Gauge, Metrics.Snapshot, and Metrics.SnapshotTimeout, then terminates wit `terminate called after throwing an instance of 'std::length_error'`. 

make[5]: *** [check-local] Aborted (core dumped)
make[5]: Leaving directory `/usr/local/mesos-0.21.1/build/3rdparty/libprocess'
make[4]: *** [check-am] Error 2
make[4]: Leaving directory `/usr/local/mesos-0.21.1/build/3rdparty/libprocess'
make[3]: *** [check-recursive] Error 1
make[3]: Leaving directory `/usr/local/mesos-0.21.1/build/3rdparty/libprocess'
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory `/usr/local/mesos-0.21.1/build/3rdparty'
make[1]: *** [check] Error 2
make[1]: Leaving directory `/usr/local/mesos-0.21.1/build/3rdparty'
make: *** [check-recursive] Error 1

It appears there are some dependency errors that may be due to the build process using deprecated, bundled versions of `distribute` (version 0.6.26 instead of latest 0.7.3, dated 2013-07-05 -- which subsequently was replaced by Setuptools) and `pip` (version 1.5.6, dated 2014-05-16, instead of latest 6.0.7, dated 2015-01-28). However, I tried using the `./configure --disable-bundled-distribute --disable-bundled-pip` mentioned in `./configure --help` without success, as these directives seem to be completely ignored.



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