[Home]

Summary:ASTERISK-14519: Compilation fails on Opensolaris
Reporter:Mirko Kaffka (mirko)Labels:
Date Opened:2009-07-23 16:45:01Date Closed:2009-07-25 12:57:40
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/BuildSystem
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) asterisk-build-on-opensolaris-snv_118.txt.bz2
Description:The problem reported in bug ASTERISK-12901 still persists.
https://issues.asterisk.org/bug_view_advanced_page.php?bug_id=13704

...
checking for issetugid... yes
checking for fgetln... no
checking for strvis... no
checking for strunvis... no
checking for strlcpy... yes
checking for strlcat... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating makelist
creating config.h
In file included from sig.h:47,
                from el.h:107,
                from common.c:51,
                from editline.c:4:
/usr/include/signal.h:95: error: syntax error before '*' token
gmake[2]: *** [editline.o_a] Error 1
gmake[1]: *** [editline/libedit.a] Error 2
gmake: *** [main] Error 2


****** STEPS TO REPRODUCE ******

Run the following commands on an Opensolaris machine:

svn co http://svn.digium.com/svn/asterisk/trunk/
cd trunk
./configure
gmake

****** ADDITIONAL INFORMATION ******

A full log is available on
http://www.mkaffka.de/asterisk-build/asterisk-build-on-opensolaris-snv_118.txt

I am quite new to svn and I am not sure if the SVN Revision reported below is correct.
Comments:By: Mirko Kaffka (mirko) 2009-07-25 12:44:49

Ok, I see this also relates to bug 14517.
The patch proposed there also works for me.