You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/08/09 17:28:12 UTC

[jira] [Commented] (THRIFT-2656) ./configure mis-reports minimum bison version required

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

ASF GitHub Bot commented on THRIFT-2656:
----------------------------------------

GitHub user jamesbroadhead opened a pull request:

    https://github.com/apache/thrift/pull/179

    Fix bison required version message

    Jira: THRIFT-2656

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jamesbroadhead/thrift bison_dep_msg

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/thrift/pull/179.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #179
    
----
commit e27446ad37e6640450e39ada11cc840d7037ebe2
Author: James Broadhead <jb...@twitter.com>
Date:   2014-08-09T15:20:00Z

    Fix bison required version message
    
    Jira: THRIFT-2656

----


> ./configure mis-reports minimum bison version required
> ------------------------------------------------------
>
>                 Key: THRIFT-2656
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2656
>             Project: Thrift
>          Issue Type: Bug
>            Reporter: James Broadhead
>            Priority: Minor
>
> The required version is defined as 2.5 in configure.ac, but the message from aclocal/ac_prog_bison.m4 is hardcoded to 2.4. 
> {code}
> checking for bison... yes
> checking for bison version >= 2.5... no
> configure: error: Bison version 2.4 or higher must be installed on the system!
> {code}



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