You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Kapil Arya (JIRA)" <ji...@apache.org> on 2016/05/26 23:35:12 UTC

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

    [ https://issues.apache.org/jira/browse/MESOS-5415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15303164#comment-15303164 ] 

Kapil Arya edited comment on MESOS-5415 at 5/26/16 11:34 PM:
-------------------------------------------------------------

RRs:

https://reviews.apache.org/r/47924/
https://reviews.apache.org/r/47925/
https://reviews.apache.org/r/47927/
https://reviews.apache.org/r/47928/
https://reviews.apache.org/r/47929/


was (Author: karya):
RRs:

https://reviews.apache.org/r/47924/
https://reviews.apache.org/r/47925/
https://reviews.apache.org/r/47926/
https://reviews.apache.org/r/47927/

> 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
>            Assignee: Kapil Arya
>
> 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)