[asterisk-bugs] [Asterisk 0016696]: Solaris sed fails on generating ael_lex.c
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon May 3 15:43:02 CDT 2010
The following issue has been ASSIGNED.
======================================================================
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-03 15:43 CDT
======================================================================
Summary: 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.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2010-05-03 15:43 lmadsen Assigned To => qwell
2010-05-03 15:43 lmadsen Target Version => 1.6.2.9
2010-05-03 15:43 lmadsen Description Updated
2010-05-03 15:43 lmadsen Additional Information Updated
======================================================================
More information about the asterisk-bugs
mailing list