You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Timothy St. Clair (JIRA)" <ji...@apache.org> on 2014/08/25 19:51:00 UTC

[jira] [Comment Edited] (MESOS-1727) Configure fails with ../configure: line 18439: syntax error near unexpected token `PROTOBUFPREFIX,'

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

Timothy St. Clair edited comment on MESOS-1727 at 8/25/14 5:50 PM:
-------------------------------------------------------------------

[~benjaminhindman] I just fired up my MAC with the same versions and it worked, do you have more details?  

FWIW in my env my macports /opt/local/.. supersedes the default path.  

Also, it appears that Jie and I have automake 1.14-1.  


was (Author: tstclair):
[~benjaminhindman] I just fired up my MAC with the same versions and it worked, do you have more details?  

FWIW in my env my macports /opt/local/.. supersedes the default path.  

> Configure fails with ../configure: line 18439: syntax error near unexpected token `PROTOBUFPREFIX,'
> ---------------------------------------------------------------------------------------------------
>
>                 Key: MESOS-1727
>                 URL: https://issues.apache.org/jira/browse/MESOS-1727
>             Project: Mesos
>          Issue Type: Bug
>          Components: general
>    Affects Versions: 0.21.0
>         Environment: OSX 10.9.4, Darwin Kernel Version 13.3.0
> automake (GNU automake) 1.13.4
> autoconf (GNU Autoconf) 2.69
> Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
>            Reporter: Lukas Loesche
>            Assignee: Timothy St. Clair
>              Labels: build, configure
>             Fix For: 0.20.0
>
>         Attachments: config.log, configure_output.txt
>
>
> I followed the "Getting started" documentation and did:
> {noformat}
> $ git clone http://git-wip-us.apache.org/repos/asf/mesos.git; cd mesos
> $ ./bootstrap
> $ mkdir build; cd build
> $ ../configure
> {noformat}
> which aborts with
> {noformat}
> ....
> ....
> checking whether we are using the GNU C compiler... (cached) yes
> checking whether gcc accepts -g... (cached) yes
> checking for gcc option to accept ISO C89... (cached) none needed
> checking dependency style of gcc... (cached) gcc3
> ../configure: line 18439: syntax error near unexpected token `PROTOBUFPREFIX,'
> ../configure: line 18439: `  PKG_CHECK_MODULES(PROTOBUFPREFIX,'
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)