You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "James Laver (JIRA)" <ji...@apache.org> on 2010/03/02 15:02:27 UTC

[jira] Created: (THRIFT-722) configure does not check for the presence of some utilities needed for build

configure does not check for the presence of some utilities needed for build
----------------------------------------------------------------------------

                 Key: THRIFT-722
                 URL: https://issues.apache.org/jira/browse/THRIFT-722
             Project: Thrift
          Issue Type: Bug
    Affects Versions: 0.2
         Environment: ubuntu linux 8.10
            Reporter: James Laver


the configure script exited successfully without flex or yacc installed on my system, but make complains and asks me to install them.

This should be trapped at the configure stage.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (THRIFT-722) configure does not check for the presence of some utilities needed for build

Posted by "James Laver (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Laver updated THRIFT-722:
-------------------------------

    Priority: Minor  (was: Major)

Dropped priority, I must have overlooked that field last time.

> configure does not check for the presence of some utilities needed for build
> ----------------------------------------------------------------------------
>
>                 Key: THRIFT-722
>                 URL: https://issues.apache.org/jira/browse/THRIFT-722
>             Project: Thrift
>          Issue Type: Bug
>    Affects Versions: 0.2
>         Environment: ubuntu linux 8.10
>            Reporter: James Laver
>            Priority: Minor
>
> the configure script exited successfully without flex or yacc installed on my system, but make complains and asks me to install them.
> This should be trapped at the configure stage.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (THRIFT-722) configure does not check for the presence of some utilities needed for build

Posted by "David Reiss (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/THRIFT-722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12902106#action_12902106 ] 

David Reiss commented on THRIFT-722:
------------------------------------

Thanks for the patch, but since we include the generated code with release tarballs, I don't think these tools are actually necessary anymore.

> configure does not check for the presence of some utilities needed for build
> ----------------------------------------------------------------------------
>
>                 Key: THRIFT-722
>                 URL: https://issues.apache.org/jira/browse/THRIFT-722
>             Project: Thrift
>          Issue Type: Bug
>    Affects Versions: 0.2
>         Environment: ubuntu linux 8.10
>            Reporter: James Laver
>            Assignee: Michael Lum
>            Priority: Minor
>         Attachments: thrift-722.patch
>
>
> the configure script exited successfully without flex or yacc installed on my system, but make complains and asks me to install them.
> This should be trapped at the configure stage.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (THRIFT-722) configure does not check for the presence of some utilities needed for build

Posted by "Michael Lum (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Lum updated THRIFT-722:
-------------------------------

      Assignee: Michael Lum
    Patch Info: [Patch Available]

> configure does not check for the presence of some utilities needed for build
> ----------------------------------------------------------------------------
>
>                 Key: THRIFT-722
>                 URL: https://issues.apache.org/jira/browse/THRIFT-722
>             Project: Thrift
>          Issue Type: Bug
>    Affects Versions: 0.2
>         Environment: ubuntu linux 8.10
>            Reporter: James Laver
>            Assignee: Michael Lum
>            Priority: Minor
>         Attachments: thrift-722.patch
>
>
> the configure script exited successfully without flex or yacc installed on my system, but make complains and asks me to install them.
> This should be trapped at the configure stage.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (THRIFT-722) configure does not check for the presence of some utilities needed for build

Posted by "Michael Lum (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Lum resolved THRIFT-722.
--------------------------------

    Resolution: Won't Fix

release tarballs include generated code.  if this is still an issue with the current Thrift, please re-open and I'd be glad to have a look.

> configure does not check for the presence of some utilities needed for build
> ----------------------------------------------------------------------------
>
>                 Key: THRIFT-722
>                 URL: https://issues.apache.org/jira/browse/THRIFT-722
>             Project: Thrift
>          Issue Type: Bug
>    Affects Versions: 0.2
>         Environment: ubuntu linux 8.10
>            Reporter: James Laver
>            Assignee: Michael Lum
>            Priority: Minor
>         Attachments: thrift-722.patch
>
>
> the configure script exited successfully without flex or yacc installed on my system, but make complains and asks me to install them.
> This should be trapped at the configure stage.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (THRIFT-722) configure does not check for the presence of some utilities needed for build

Posted by "Michael Lum (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Lum updated THRIFT-722:
-------------------------------

    Attachment: thrift-722.patch

this should work.

> configure does not check for the presence of some utilities needed for build
> ----------------------------------------------------------------------------
>
>                 Key: THRIFT-722
>                 URL: https://issues.apache.org/jira/browse/THRIFT-722
>             Project: Thrift
>          Issue Type: Bug
>    Affects Versions: 0.2
>         Environment: ubuntu linux 8.10
>            Reporter: James Laver
>            Priority: Minor
>         Attachments: thrift-722.patch
>
>
> the configure script exited successfully without flex or yacc installed on my system, but make complains and asks me to install them.
> This should be trapped at the configure stage.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (THRIFT-722) configure does not check for the presence of some utilities needed for build

Posted by "Todd Lipcon (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/THRIFT-722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12840290#action_12840290 ] 

Todd Lipcon commented on THRIFT-722:
------------------------------------

I've seen this before too. I don't have strong autoconf fu, but patches welcome.

> configure does not check for the presence of some utilities needed for build
> ----------------------------------------------------------------------------
>
>                 Key: THRIFT-722
>                 URL: https://issues.apache.org/jira/browse/THRIFT-722
>             Project: Thrift
>          Issue Type: Bug
>    Affects Versions: 0.2
>         Environment: ubuntu linux 8.10
>            Reporter: James Laver
>
> the configure script exited successfully without flex or yacc installed on my system, but make complains and asks me to install them.
> This should be trapped at the configure stage.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.