Return-Path: X-Original-To: apmail-mesos-issues-archive@minotaur.apache.org Delivered-To: apmail-mesos-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 66B7E173F5 for ; Sun, 19 Oct 2014 08:39:34 +0000 (UTC) Received: (qmail 44209 invoked by uid 500); 19 Oct 2014 08:39:34 -0000 Delivered-To: apmail-mesos-issues-archive@mesos.apache.org Received: (qmail 44180 invoked by uid 500); 19 Oct 2014 08:39:34 -0000 Mailing-List: contact issues-help@mesos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mesos.apache.org Delivered-To: mailing list issues@mesos.apache.org Received: (qmail 44085 invoked by uid 99); 19 Oct 2014 08:39:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Oct 2014 08:39:34 +0000 Date: Sun, 19 Oct 2014 08:39:34 +0000 (UTC) From: "venu k tangirala (JIRA)" To: issues@mesos.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MESOS-1727) Configure fails with ../configure: line 18439: syntax error near unexpected token `PROTOBUFPREFIX,' MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MESOS-1727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14176258#comment-14176258 ] venu k tangirala commented on MESOS-1727: ----------------------------------------- is there a fix for this ? I am getting the same error > 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: Jie Yu > Labels: build, configure > Fix For: 0.20.1 > > 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.3.4#6332)