You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Arno Toell (JIRA)" <ji...@apache.org> on 2011/06/01 19:15:47 UTC

[jira] [Created] (TS-815) Checks for yacc and flex ae non-fatal if WCCP is enabled

Checks for yacc and flex ae non-fatal if WCCP is enabled
--------------------------------------------------------

                 Key: TS-815
                 URL: https://issues.apache.org/jira/browse/TS-815
             Project: Traffic Server
          Issue Type: Improvement
          Components: Build
    Affects Versions: 3.1.0, 3.0.0
            Reporter: Arno Toell
            Priority: Minor


When enabling WCCP (`_--enable-wccp_'), bison and flex is required to build ATS. There do exist checks for both in autoconf, but they are non-fatal. That is, _./configure_ succeeds even if none of the required programs are found. 

I attached a patch which makes both checks fatal, i.e. they make configure fail if flex and/or bison is not found. Oh, and by the way autotools really suck.


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (TS-815) Checks for yacc and flex ae non-fatal if WCCP is enabled

Posted by "Igor Galić (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Galić resolved TS-815.
---------------------------

       Resolution: Fixed
    Fix Version/s: 3.1.0
         Assignee: Igor Galić

r1130582

> Checks for yacc and flex ae non-fatal if WCCP is enabled
> --------------------------------------------------------
>
>                 Key: TS-815
>                 URL: https://issues.apache.org/jira/browse/TS-815
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 3.1.0, 3.0.0
>            Reporter: Arno Toell
>            Assignee: Igor Galić
>            Priority: Minor
>             Fix For: 3.1.0
>
>         Attachments: flexbison-fatal.patch
>
>
> When enabling WCCP (`_--enable-wccp_'), bison and flex is required to build ATS. There do exist checks for both in autoconf, but they are non-fatal. That is, _./configure_ succeeds even if none of the required programs are found. 
> I attached a patch which makes both checks fatal, i.e. they make configure fail if flex and/or bison is not found. Oh, and by the way autotools really suck.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (TS-815) Checks for yacc and flex ae non-fatal if WCCP is enabled

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

Arno Toell updated TS-815:
--------------------------

    Attachment: flexbison-fatal.patch

> Checks for yacc and flex ae non-fatal if WCCP is enabled
> --------------------------------------------------------
>
>                 Key: TS-815
>                 URL: https://issues.apache.org/jira/browse/TS-815
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 3.1.0, 3.0.0
>            Reporter: Arno Toell
>            Priority: Minor
>         Attachments: flexbison-fatal.patch
>
>
> When enabling WCCP (`_--enable-wccp_'), bison and flex is required to build ATS. There do exist checks for both in autoconf, but they are non-fatal. That is, _./configure_ succeeds even if none of the required programs are found. 
> I attached a patch which makes both checks fatal, i.e. they make configure fail if flex and/or bison is not found. Oh, and by the way autotools really suck.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (TS-815) Checks for yacc and flex ae non-fatal if WCCP is enabled

Posted by "Igor Galić (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TS-815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13042799#comment-13042799 ] 

Igor Galić commented on TS-815:
-------------------------------

I think we really need to discuss sooner or later if it doesn't make sense for a *release* tar-ball at least to have the .yy already pre-processed to C (of course the .yy should still be in the tar ball release).

For now, I'll commit this to trunk - thanks Arno 

> Checks for yacc and flex ae non-fatal if WCCP is enabled
> --------------------------------------------------------
>
>                 Key: TS-815
>                 URL: https://issues.apache.org/jira/browse/TS-815
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 3.1.0, 3.0.0
>            Reporter: Arno Toell
>            Priority: Minor
>         Attachments: flexbison-fatal.patch
>
>
> When enabling WCCP (`_--enable-wccp_'), bison and flex is required to build ATS. There do exist checks for both in autoconf, but they are non-fatal. That is, _./configure_ succeeds even if none of the required programs are found. 
> I attached a patch which makes both checks fatal, i.e. they make configure fail if flex and/or bison is not found. Oh, and by the way autotools really suck.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira