Jonn R Taylor
2008-Sep-11 20:18 UTC
[asterisk-users] Unable to run make menuselect for asterisk-addons
Hi all, I am unable to run make menuselect for asterisk-addons. Works fine for zaptel and asterisk. Here is the output. Jonn [root at CentOS51-test asterisk-addons]# make menuselect CC="gcc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" makeopts \make[1]: Entering directory `/usr/src/asterisk-addons/menuselect' Package gtk+-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gtk+-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gtk+-2.0' found make[1]: Leaving directory `/usr/src/asterisk-addons/menuselect' make[1]: Entering directory `/usr/src/asterisk-addons/menuselect' make[1]: `makeopts' is up to date. make[1]: Leaving directory `/usr/src/asterisk-addons/menuselect' CC="gcc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" make[1]: Entering directory `/usr/src/asterisk-addons/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_curses.o menuselect_curses.c make[2]: Entering directory `/usr/src/asterisk-addons/menuselect/mxml' gcc -O -Wall -c mxml-attr.c gcc -O -Wall -c mxml-entity.c gcc -O -Wall -c mxml-file.c gcc -O -Wall -c mxml-index.c gcc -O -Wall -c mxml-node.c gcc -O -Wall -c mxml-search.c gcc -O -Wall -c mxml-set.c gcc -O -Wall -c mxml-private.c gcc -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[2]: Leaving directory `/usr/src/asterisk-addons/menuselect/mxml' gcc -o cmenuselect menuselect.o strcompat.o menuselect_curses.o mxml/libmxml.a -lncurses gcc -g -c -D_GNU_SOURCE -Wall -c -o menuselect_stub.o menuselect_stub.c gcc -o menuselect menuselect.o strcompat.o menuselect_stub.o mxml/libmxml.a make[1]: Leaving directory `/usr/src/asterisk-addons/menuselect' Generating input for menuselect ... ************************************************** *** Install ncurses to use the menu interface! *** ************************************************** menuselect changes NOT saved! [root at CentOS51-test asterisk-addons]# rpm -qa | grep ncurses ncurses-5.5-24.20060715 ncurses-devel-5.5-24.20060715 [root at CentOS51-test asterisk-addons]# rpm -qa | grep gtk gtk2-2.10.4-20.el5 [root at CentOS51-test asterisk-addons]# -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080911/09f4608b/attachment.htm
Jonn R Taylor
2008-Sep-11 20:22 UTC
[asterisk-users] Unable to run make menuselect for asterisk-addons
Asterisk 1.6.0rc6 and Asterisk-addons 1.6.0rc1 _____ From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Jonn R Taylor Sent: Thursday, September 11, 2008 3:19 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] Unable to run make menuselect for asterisk-addons Hi all, I am unable to run make menuselect for asterisk-addons. Works fine for zaptel and asterisk. Here is the output. Jonn [root at CentOS51-test asterisk-addons]# make menuselect CC="gcc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" makeopts \make[1]: Entering directory `/usr/src/asterisk-addons/menuselect' Package gtk+-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gtk+-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gtk+-2.0' found make[1]: Leaving directory `/usr/src/asterisk-addons/menuselect' make[1]: Entering directory `/usr/src/asterisk-addons/menuselect' make[1]: `makeopts' is up to date. make[1]: Leaving directory `/usr/src/asterisk-addons/menuselect' CC="gcc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" make[1]: Entering directory `/usr/src/asterisk-addons/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_curses.o menuselect_curses.c make[2]: Entering directory `/usr/src/asterisk-addons/menuselect/mxml' gcc -O -Wall -c mxml-attr.c gcc -O -Wall -c mxml-entity.c gcc -O -Wall -c mxml-file.c gcc -O -Wall -c mxml-index.c gcc -O -Wall -c mxml-node.c gcc -O -Wall -c mxml-search.c gcc -O -Wall -c mxml-set.c gcc -O -Wall -c mxml-private.c gcc -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[2]: Leaving directory `/usr/src/asterisk-addons/menuselect/mxml' gcc -o cmenuselect menuselect.o strcompat.o menuselect_curses.o mxml/libmxml.a -lncurses gcc -g -c -D_GNU_SOURCE -Wall -c -o menuselect_stub.o menuselect_stub.c gcc -o menuselect menuselect.o strcompat.o menuselect_stub.o mxml/libmxml.a make[1]: Leaving directory `/usr/src/asterisk-addons/menuselect' Generating input for menuselect ... ************************************************** *** Install ncurses to use the menu interface! *** ************************************************** menuselect changes NOT saved! [root at CentOS51-test asterisk-addons]# rpm -qa | grep ncurses ncurses-5.5-24.20060715 ncurses-devel-5.5-24.20060715 [root at CentOS51-test asterisk-addons]# rpm -qa | grep gtk gtk2-2.10.4-20.el5 [root at CentOS51-test asterisk-addons]# -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080911/4d807445/attachment.htm
Sean Dennis
2008-Sep-11 20:24 UTC
[asterisk-users] Unable to run make menuselect for asterisk-addons
Jonn R Taylor wrote:> > Hi all, > > > > I am unable to run make menuselect for asterisk-addons. Works fine for > zaptel and asterisk. Here is the output. > > > > Jonn > > > > [root at CentOS51-test asterisk-addons]# make menuselect > > CC="gcc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect > CONFIGURE_SILENT="--silent" makeopts > > \make[1]: Entering directory `/usr/src/asterisk-addons/menuselect' > > Package gtk+-2.0 was not found in the pkg-config search path. > > Perhaps you should add the directory containing `gtk+-2.0.pc' > > to the PKG_CONFIG_PATH environment variable > > No package 'gtk+-2.0' found > > make[1]: Leaving directory `/usr/src/asterisk-addons/menuselect' > > make[1]: Entering directory `/usr/src/asterisk-addons/menuselect' > > make[1]: `makeopts' is up to date. > > make[1]: Leaving directory `/usr/src/asterisk-addons/menuselect' > > CC="gcc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect > CONFIGURE_SILENT="--silent" > > make[1]: Entering directory `/usr/src/asterisk-addons/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_curses.o > menuselect_curses.c > > make[2]: Entering directory `/usr/src/asterisk-addons/menuselect/mxml' > > gcc -O -Wall -c mxml-attr.c > > gcc -O -Wall -c mxml-entity.c > > gcc -O -Wall -c mxml-file.c > > gcc -O -Wall -c mxml-index.c > > gcc -O -Wall -c mxml-node.c > > gcc -O -Wall -c mxml-search.c > > gcc -O -Wall -c mxml-set.c > > gcc -O -Wall -c mxml-private.c > > gcc -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[2]: Leaving directory `/usr/src/asterisk-addons/menuselect/mxml' > > gcc -o cmenuselect menuselect.o strcompat.o menuselect_curses.o > mxml/libmxml.a -lncurses > > gcc -g -c -D_GNU_SOURCE -Wall -c -o menuselect_stub.o menuselect_stub.c > > gcc -o menuselect menuselect.o strcompat.o menuselect_stub.o > mxml/libmxml.a > > make[1]: Leaving directory `/usr/src/asterisk-addons/menuselect' > > Generating input for menuselect ... > > ************************************************** > > *** Install ncurses to use the menu interface! *** > > ************************************************** > > menuselect changes NOT saved! > > [root at CentOS51-test asterisk-addons]# rpm -qa | grep ncurses > > ncurses-5.5-24.20060715 > > ncurses-devel-5.5-24.20060715 > > [root at CentOS51-test asterisk-addons]# rpm -qa | grep gtk > > gtk2-2.10.4-20.el5 > > [root at CentOS51-test asterisk-addons]# > > ------------------------------------------------------------------------ > > _______________________________________________ >I had the same problem with asterisk 1.4.18. I switched to 1.4.21 and it worked great.
Tzafrir Cohen
2008-Sep-11 21:11 UTC
[asterisk-users] Unable to run make menuselect for asterisk-addons
On Thu, Sep 11, 2008 at 03:18:38PM -0500, Jonn R Taylor wrote:> Hi all, > > > > I am unable to run make menuselect for asterisk-addons. Works fine for zaptel and asterisk. Here is the output. >Am I the only one who finds it strange that zaptel and asterisk-addons check for gtk? Aren't we just a bit too explicit here? Feedback for http://bugs.digium.com/13132 (either in the bug or in private mail to me) would be welcomed. -- Tzafrir Cohen icq#16849755 jabber:tzafrir.cohen at xorcom.com +972-50-7952406 mailto:tzafrir.cohen at xorcom.com http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
Sean Bright
2008-Sep-11 21:32 UTC
[asterisk-users] Unable to run make menuselect for asterisk-addons
Jonn R Taylor wrote:> I am unable to run make menuselect for asterisk-addons. Works fine for > zaptel and asterisk. Here is the output.Would you mind opening an issue on mantis (http://bugs.digium.com/) and attaching both your asterisk config.log and the menuselect config.log? /path/to/asterisk/config.log /path/to/asterisk/menuselect/config.log Thanks, -- Sean Bright sean.bright at gmail.com
Sean Bright
2008-Sep-11 21:37 UTC
[asterisk-users] Unable to run make menuselect for asterisk-addons
Jonn R Taylor wrote:> I am unable to run make menuselect for asterisk-addons. Works fine for > zaptel and asterisk. Here is the output.Sorry, your asterisk-addons (not asterisk) and menuselect config.log files. Thanks, -- Sean Bright sean.bright at gmail.com