[asterisk-bugs] [JIRA] (ASTERISK-28487) compile menuselect on gentoo
Kilburn (JIRA)
noreply at issues.asterisk.org
Sat Aug 10 01:34:47 CDT 2019
[ https://issues.asterisk.org/jira/browse/ASTERISK-28487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=247741#comment-247741 ]
Kilburn commented on ASTERISK-28487:
------------------------------------
Hi Sean
I can verify that the patch works on asterisk 13 and 16.
Thanks
> compile menuselect on gentoo
> ----------------------------
>
> Key: ASTERISK-28487
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-28487
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Core/BuildSystem
> Affects Versions: 13.28.0, 16.5.0
> Environment: Gentoo Linux EBox 4.19.57-gentoo #1 SMP Wed Jul 10 06:46:33 AEST 2019 x86_64 Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz GenuineIntel GNU/Linux
> Reporter: Kilburn
> Assignee: Kilburn
>
> {noformat}
> /usr/src/asterisk # make menuselect
> CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" cmenuselect
> make[1]: Entering directory '/usr/src/asterisk/menuselect'
> gcc -g -D_GNU_SOURCE -Wall -DHAVE_NCURSES -I/usr/include/libxml2 -c -o menuselect.o menuselect.c
> gcc -g -D_GNU_SOURCE -Wall -DHAVE_NCURSES -c -o strcompat.o strcompat.c
> gcc -g -D_GNU_SOURCE -Wall -DHAVE_NCURSES -c -o menuselect_curses.o menuselect_curses.c
> gcc -o cmenuselect menuselect.o strcompat.o menuselect_curses.o -lncurses -lxml2 -lz -lm -ldl
> /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: menuselect_curses.o: undefined reference to symbol 'keypad'
> /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /lib64/libtinfo.so.6: error adding symbols: DSO missing from command line
> collect2: error: ld returned 1 exit status
> make[1]: *** [Makefile:90: cmenuselect] Error 1
> make[1]: Leaving directory '/usr/src/asterisk/menuselect'
> make: *** [Makefile:1074: menuselect/cmenuselect] Error 2
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list