[asterisk-bugs] [Asterisk 0016696]: [patch] Solaris sed fails on generating ael_lex.c

Asterisk Bug Tracker noreply at bugs.digium.com
Fri May 7 17:18:51 CDT 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=16696 
====================================================================== 
Reported By:                bklang
Assigned To:                qwell
====================================================================== 
Project:                    Asterisk
Issue ID:                   16696
Category:                   Core/Portability
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     acknowledged
Target Version:             1.6.2.9
Asterisk Version:           SVN 
JIRA:                       SWP-801 
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.2 
SVN Revision (number only!): 242811 
Request Review:              
====================================================================== 
Date Submitted:             2010-01-25 11:17 CST
Last Modified:              2010-05-07 17:18 CDT
====================================================================== 
Summary:                    [patch] Solaris sed fails on generating ael_lex.c
Description: 
I noticed a problem when doing a "make install" after building Asterisk
from source on OpenSolaris:


  [LD] aelparse.o aelbison.o pbx_ael.o hashtab.o ael_main.o ast_expr2f.o
ast_expr2.o strcompat.o pval.o extconf.o -> aelparse
Undefined                       first referenced
 symbol                             in file
ael_yylex                           aelbison.o
reset_argcount                      aelbison.o
my_file                             aelbison.o
ael2_parse                          pbx_ael.o
reset_parencount                    aelbison.o
reset_semicount                     aelbison.o
prev_word                           aelbison.o
ld: fatal: symbol referencing errors. No output written to aelparse
collect2: ld returned 1 exit status
gmake[1]: *** [aelparse] Error 1
gmake: *** [utils] Error 2


Scrolling up through the build log I see the following line:
   [FLEX] ael/ael.flex -> ael/ael_lex.c
sed: command garbled: /begin standard C headers/i#include "asterisk.h"
   [BISON] ael/ael.y -> ael/ael.tab.c


I suspect this is due to a difference between GNU sed and Solaris'
provided sed, but I'm not sure.

====================================================================== 

---------------------------------------------------------------------- 
 (0121603) qwell (administrator) - 2010-05-07 17:18
 https://issues.asterisk.org/view.php?id=16696#c121603 
---------------------------------------------------------------------- 
This patch should fix the sed error you're seeing.  Does that solve this? 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-05-07 17:18 qwell          Note Added: 0121603                          
======================================================================




More information about the asterisk-bugs mailing list