[asterisk-bugs] [Asterisk 0016696]: Solaris sed fails on generating ael_lex.c
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Jan 25 21:07:20 CST 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=16696
======================================================================
Reported By: bklang
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 16696
Category: Core/Portability
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.6.2
SVN Revision (number only!): 242811
Request Review:
======================================================================
Date Submitted: 2010-01-25 11:17 CST
Last Modified: 2010-01-25 21:07 CST
======================================================================
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.
======================================================================
----------------------------------------------------------------------
(0117163) crjw (reporter) - 2010-01-25 21:07
https://issues.asterisk.org/view.php?id=16696#c117163
----------------------------------------------------------------------
Solaris 10 ships with:
/usr/bin/sed from SUNWcsu
/usr/xpg4/bin/sed from SUNWxcu4
/opt/sfw/bin/sed from SFWsed on the companion CD
/opt/sfw/bin/gsed symbolic link to /opt/sfw/bin/gsed
OpenSolaris has:
/usr/bin/sed from SUNWcsu
/usr/xpg4/bin/sed from SUNWxcu4
/usr/bin/gsed from SUNWgsed
/usr/gnu/bin/sed symbolic link to /usr/bin/gsed
A number of commands under /usr/bin are lacking functionality but have
been left as-is (presumably for backwards compatibility).
I like to make sure that the XCU4, XCU6, and GNU related packages are
installed.
I then set /usr/bin to the end of the PATH.
This is what works for me when compiling under OpenSolaris:
PATH=/usr/gnu/bin:/usr/sfw/bin:/usr/xpg6/bin:/usr/xpg4/bin:/usr/bin
Issue History
Date Modified Username Field Change
======================================================================
2010-01-25 21:07 crjw Note Added: 0117163
======================================================================
More information about the asterisk-bugs
mailing list