[Home]

Summary:ASTERISK-17692: In Debian squeeze, make menuselect fails
Reporter:Private Name (falves11)Labels:
Date Opened:2011-04-13 14:36:52Date Closed:2011-06-07 14:04:50
Priority:MinorRegression?No
Status:Closed/CompleteComponents:General
Versions:1.6.2.17 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:root@asterisk1:/usr/src/asterisk# make menuselect
CC="cc" CXX="" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" cmenuselect
make[1]: Entering directory `/usr/src/asterisk/menuselect'
gcc -g -c -D_GNU_SOURCE -Wall    -c -o menuselect_curses.o menuselect_curses.c
gcc -o cmenuselect menuselect.o strcompat.o menuselect_curses.o mxml/libmxml.a -lncurses
make[1]: Leaving directory `/usr/src/asterisk/menuselect'
CC="cc" CXX="" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" nmenuselect
make[1]: Entering directory `/usr/src/asterisk/menuselect'
make[1]: Nothing to be done for `nmenuselect'.
make[1]: Leaving directory `/usr/src/asterisk/menuselect'
CC="cc" CXX="" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" gmenuselect
make[1]: Entering directory `/usr/src/asterisk/menuselect'
make[1]: Nothing to be done for `gmenuselect'.
make[1]: Leaving directory `/usr/src/asterisk/menuselect'
make[1]: Entering directory `/usr/src/asterisk'
Terminal must be at least 80 x 27.
menuselect changes NOT saved!
make[1]: Leaving directory `/usr/src/asterisk'


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

I need to use make menuselect in my Debian 64 stable.
Of course I do ./configure first
Comments:By: Leif Madsen (lmadsen) 2011-04-13 15:59:50

Per your output:

Terminal must be at least 80 x 27.

By: Private Name (falves11) 2011-04-13 17:32:09

I also read that message, but there is a problem here. The error shows up both sitting in front of the computer as logging in via SSH. This is not right. The computer is fine, the OS is fine, I am sure the code is misinterpreting the terminal, whatever that means. Debian has been around for many years and I bet the OS works fine. Can you please either log into my machine and verify the issue or find a computer with Debian 64 squeeze (stable). Dismissing the case will not contribute to Asterisk being popular amont the Debian community.

By: Private Name (falves11) 2011-04-14 00:15:11

Please close the case. Latest update works fine in Debian.

By: Jonathan Rose (jrose) 2011-04-14 08:16:28

Closed per request.