[asterisk-bugs] [Asterisk 0018930]: Weird -o parameter for flex

Asterisk Bug Tracker noreply at bugs.digium.com
Fri Mar 4 15:25:54 CST 2011


The following issue has been SUBMITTED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=18930 
====================================================================== 
Reported By:                pdugas
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   18930
Category:                   Core/BuildSystem
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
Asterisk Version:           SVN 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): 1.8 
SVN Revision (number only!): 309081 
Request Review:              
====================================================================== 
Date Submitted:             2011-03-04 15:25 CST
Last Modified:              2011-03-04 15:25 CST
====================================================================== 
Summary:                    Weird -o parameter for flex
Description: 
flex-2.5.4a on my 32-bit CentOS-5.5 machine doesn't like a space between
the -o command-line parameter the the output file name.  I ended up editing
the configure script to remove the space so this:

  ${FLEX} -o ${tmp}/test.c ${tmp}/test.fl

became this:

  ${FLEX} -o${tmp}/test.c ${tmp}/test.fl

While this worked for me, it seems like a bug in flex to not accept the
space.  I'd not have my feeling hurt if this report were marked "will not
fix".  Figured it couldn't hurt to get it noted somewhere in case someone
else runs into it.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-03-04 15:25 pdugas         New Issue                                    
2011-03-04 15:25 pdugas         Asterisk Version          => SVN             
2011-03-04 15:25 pdugas         Regression                => No              
2011-03-04 15:25 pdugas         SVN Branch (only for SVN checkouts, not tarball
releases) => 1.8             
2011-03-04 15:25 pdugas         SVN Revision (number only!) => 309081          
======================================================================




More information about the asterisk-bugs mailing list