You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "M (JIRA)" <ji...@apache.org> on 2018/01/22 07:57:00 UTC

[jira] [Created] (MESOS-8472) Mesos 1.4.1 build fails with message "src/python/cli/src/mesos/__init__.py': No such file"

M created MESOS-8472:
------------------------

             Summary: Mesos 1.4.1 build fails with message "src/python/cli/src/mesos/__init__.py': No such file"
                 Key: MESOS-8472
                 URL: https://issues.apache.org/jira/browse/MESOS-8472
             Project: Mesos
          Issue Type: Bug
          Components: build
    Affects Versions: 1.4.1
         Environment: Linux Debian 8 (Jessie).
            Reporter: M


After following build instructions listed here:

[http://mesos.apache.org/documentation/latest/building/]

Mesos build fails with these errors:

test "../.." = ".." ||            \
    (/bin/mkdir -p python/cli/src/mesos && cp -pf ../../src/python/cli/src/mesos/__init__.py python/cli/src/mesos/__init__.py)
cp: cannot stat '../../src/python/cli/src/mesos/__init__.py': No such file or directory
Makefile:13685: recipe for target 'python/cli/src/mesos/__init__.py' failed
make[2]: *** [python/cli/src/mesos/__init__.py] Error 1



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)