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 2016/05/19 18:49:12 UTC

[jira] [Created] (MESOS-5415) bootstrap of libprocess fails.

Till Toenshoff created MESOS-5415:
-------------------------------------

             Summary: bootstrap of libprocess fails.
                 Key: MESOS-5415
                 URL: https://issues.apache.org/jira/browse/MESOS-5415
             Project: Mesos
          Issue Type: Bug
    Affects Versions: 0.29.0
            Reporter: Till Toenshoff


When trying to build libprocess on its own, I am hitting the following:

{noformat}
$ pwd
/home/till/scratchpad/mesos/3rdparty/libprocess
$ ./bootstrap
[…]
configure.ac:64: error: required file '3rdparty/gmock_sources.cc.in' not found
{noformat}

So the standalone {{configure.ac}} still tries to locate {{gmock_source.cc.in}} in a subfolder called {{3rdparty}} while it should actually try to locate it in its parent folder.

{noformat}
$ ll /home/till/scratchpad/mesos/3rdparty/gmock_sources.cc.in
-rw-rw-r--. 1 till till 730 May 19 13:22 /home/till/scratchpad/mesos/3rdparty/gmock_sources.cc.in
{noformat}




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