[asterisk-bugs] [Asterisk 0013079]: menuselect compilation failure on Solaris 10 / gcc 3.4.3
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Jan 21 18:58:59 CST 2009
The following issue has been CLOSED
======================================================================
http://bugs.digium.com/view.php?id=13079
======================================================================
Reported By: rleasure
Assigned To: snuffy
======================================================================
Project: Asterisk
Issue ID: 13079
Category: Core/General
Reproducibility: always
Severity: block
Priority: normal
Status: closed
Asterisk Version: 1.4.21
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
Resolution: suspended
Fixed in Version:
======================================================================
Date Submitted: 2008-07-15 09:49 CDT
Last Modified: 2009-01-21 18:58 CST
======================================================================
Summary: menuselect compilation failure on Solaris 10 / gcc
3.4.3
Description:
I am unable to compile Asterisk on Solaris 10 x86 server:
uname -a
SunOS ifs2 5.10 Generic_120012-14 i86pc i386 i86pc
During compilation, I get to the following point:
configure: creating ./config.status
config.status: creating Makefile
config.status: creating mxml.list
config.status: creating mxml.pc
config.status: creating config.h
touch config.h
gcc -O -Wall -O -Wall -O -Wall -c mxml-attr.c
gcc -O -Wall -O -Wall -O -Wall -c mxml-entity.c
gcc -O -Wall -O -Wall -O -Wall -c mxml-file.c
gcc -O -Wall -O -Wall -O -Wall -c mxml-index.c
gcc -O -Wall -O -Wall -O -Wall -c mxml-node.c
gcc -O -Wall -O -Wall -O -Wall -c mxml-search.c
gcc -O -Wall -O -Wall -O -Wall -c mxml-set.c
gcc -O -Wall -O -Wall -O -Wall -c mxml-private.c
gcc -O -Wall -O -Wall -O -Wall -c mxml-string.c
/usr/xpg4/bin/rm -f libmxml.a
/usr/xpg4/bin/ar crvs libmxml.a mxml-attr.o mxml-entity.o mxml-file.o
mxml-index.o mxml-node.o mxml-search.o mxml-set.o mxml-private.o
mxml-string.o
a - mxml-attr.o
a - mxml-entity.o
a - mxml-file.o
a - mxml-index.o
a - mxml-node.o
a - mxml-search.o
a - mxml-set.o
a - mxml-private.o
a - mxml-string.o
: libmxml.a
gmake[3]: Leaving directory
`/opt/asterisk/asterisk-1.4.21.1/menuselect/mxml'
gcc -o menuselect menuselect.o strcompat.o menuselect_curses.o
mxml/libmxml.a mxml/libmxml.a -lncurses
Undefined first referenced
symbol in file
initscr32 menuselect_curses.o
w32addch menuselect_curses.o
ld: fatal: Symbol referencing errors. No output written to menuselect
collect2: ld returned 1 exit status
gmake[2]: *** [menuselect] Error 1
gmake[2]: Leaving directory `/opt/asterisk/asterisk-1.4.21.1/menuselect'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/opt/asterisk/asterisk-1.4.21.1/menuselect'
gmake: *** [menuselect/menuselect] Error 2
root at ifs2:/opt/asterisk/asterisk-1.4.21.1# exit
I captured my entire compilation output if you need it. Also I looked at
ticket 0009381 and made sure that I had #include <stdarg.h> in my
./main/strcompat.c and ./menuselect/strcompat.c
======================================================================
----------------------------------------------------------------------
(0098400) Corydon76 (administrator) - 2009-01-21 18:58
http://bugs.digium.com/view.php?id=13079#c98400
----------------------------------------------------------------------
No response from reporter.
Issue History
Date Modified Username Field Change
======================================================================
2009-01-21 18:58 Corydon76 Note Added: 0098400
2009-01-21 18:58 Corydon76 Status assigned => closed
2009-01-21 18:58 Corydon76 Resolution open => suspended
======================================================================
More information about the asterisk-bugs
mailing list