[asterisk-bugs] [Zaptel 0014788]: Unable to run menuselect

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Mar 30 11:23:52 CDT 2009


The following issue has been SUBMITTED. 
====================================================================== 
http://bugs.digium.com/view.php?id=14788 
====================================================================== 
Reported By:                Twin
Assigned To:                
====================================================================== 
Project:                    Zaptel
Issue ID:                   14788
Category:                   General
Reproducibility:            have not tried
Severity:                   minor
Priority:                   normal
Status:                     new
Zaptel Version:             1.4.11 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             2009-03-30 11:23 CDT
Last Modified:              2009-03-30 11:23 CDT
====================================================================== 
Summary:                    Unable to run menuselect
Description: 
Centos 5.2
[root at az zaptel-1.4.12.1]# pwd
/root/zaptel-1.4.12.1

[root at az zaptel-1.4.12.1]# ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for GNU make... make
checking for grep... /bin/grep
checking for sh... /bin/sh
checking for ln... /bin/ln
checking for wget... /usr/bin/wget
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for initscr in -lcurses... yes
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking for initscr in -lncurses... yes
checking for curses.h... (cached) yes
checking for newtBell in -lnewt... yes
checking newt.h usability... yes
checking newt.h presence... yes
checking for newt.h... yes
checking for usb_init in -lusb... yes
checking usb.h usability... yes
checking usb.h presence... yes
checking for usb.h... yes
configure: creating ./config.status
config.status: creating build_tools/menuselect-deps
config.status: creating makeopts
config.status: creating build_tools/make_firmware_object
configure: *** Zaptel build successfully configured ***
[root at az zaptel-1.4.12.1]# make menuselect
make[1]: Entering directory `/root/zaptel-1.4.12.1/menuselect'
make[2]: Entering directory `/root/zaptel-1.4.12.1/menuselect'
gcc -g -c -D_GNU_SOURCE -Wall    -c -o menuselect.o menuselect.c
gcc -g -c -D_GNU_SOURCE -Wall    -c -o strcompat.o strcompat.c
gcc -g -c -D_GNU_SOURCE -Wall    -c -o menuselect_stub.o
menuselect_stub.c
make[3]: Entering directory `/root/zaptel-1.4.12.1/menuselect/mxml'
if test -f config.status; then \
                ./config.status --recheck; \
                ./config.status; \
        else \
                ./configure; \
        fi
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for ar... /usr/bin/ar
checking for cp... /bin/cp
checking for ln... /bin/ln
checking for mkdir... /bin/mkdir
checking for nroff... /usr/bin/nroff
checking for rm... /bin/rm
checking for strdup... yes
checking for vsnprintf... yes
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
/bin/rm -f libmxml.a
/usr/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
ranlib libmxml.a
make[3]: Leaving directory `/root/zaptel-1.4.12.1/menuselect/mxml'
gcc -o menuselect menuselect.o strcompat.o menuselect_stub.o
mxml/libmxml.a mxml/libmxml.a
make[2]: Leaving directory `/root/zaptel-1.4.12.1/menuselect'
make[1]: Leaving directory `/root/zaptel-1.4.12.1/menuselect'
**************************************************
*** Install ncurses to use the menu interface! ***
**************************************************
menuselect changes NOT saved!

[root at az zaptel-1.4.12.1]# rpm -qa | grep ncurses
ncurses-devel-5.5-24.20060715
ncurses-5.5-24.20060715
[root at az zaptel-1.4.12.1]# rpm -qa | grep gtk
pygtk2-2.10.1-12.el5
gtk2-2.10.4-20.el5
pygtk2-libglade-2.10.1-12.el5
[root at az zaptel-1.4.12.1]#

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-03-30 11:23 Twin           New Issue                                    
2009-03-30 11:23 Twin           Zaptel Version            => 1.4.11          
2009-03-30 11:23 Twin           SVN Branch (only for SVN checkouts, not tarball
releases) => N/A             
======================================================================




More information about the asterisk-bugs mailing list