[Home]

Summary:ASTERISK-13395: gmake of menuconfig fails
Reporter:Ali Jawad (alinux)Labels:
Date Opened:2009-01-19 07:57:00.000-0600Date Closed:2011-06-07 14:00:31
Priority:BlockerRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:After a successfull ./configure I try

bash-3.00# gmake menuselect
gmake[1]: Entering directory `/usr/share/src/asterisk-1.4.10.1/menuselect'
gmake[2]: Entering directory `/usr/share/src/asterisk-1.4.10.1/menuselect'
gmake[3]: Entering directory `/usr/share/src/asterisk-1.4.10.1/menuselect/mxml'
/usr/bin/rm -f libmxml.a
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
gmake[3]: crvs: Command not found
gmake[3]: *** [libmxml.a] Error 127
gmake[3]: Leaving directory `/usr/share/src/asterisk-1.4.10.1/menuselect/mxml'
gmake[2]: *** [mxml/libmxml.a] Error 2
gmake[2]: Leaving directory `/usr/share/src/asterisk-1.4.10.1/menuselect'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/usr/share/src/asterisk-1.4.10.1/menuselect'
gmake: *** [menuselect/menuselect] Error 2


the strcompat file does already have

#include <stdarg.h>


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

5.10 Generic_137137-09 sun4u sparc SUNW,Sun-Fire-V210
Comments:By: Mark Michelson (mmichelson) 2009-01-20 17:15:55.000-0600

Do you have the 'ar' utility installed on your system? It appears that it is not being found properly by the configure script but there is no error being generated since mxml within menuselect requires it.

By: Mark Michelson (mmichelson) 2009-01-20 17:18:49.000-0600

Also, could you upload your menuselect/mxml/config.log file?

Your bug report is a bit confusing since you reported the problem against Asterisk 1.4.22 but your directory that you show in your output is "asterisk-1.4.10.1." Which is correct?

By: Sean Bright (seanbright) 2009-01-23 07:53:39.000-0600

Do you have an update for us?

By: Russell Bryant (russell) 2009-01-23 23:06:37.000-0600

Feel free to reopen if you have a problem with the latest version of Asterisk.  From the output, it looks like you're using a very old version.