[asterisk-bugs] [JIRA] (ASTERISK-28409) unexpected build problem at install procedure
PICCORO Lenz McKAY (JIRA)
noreply at issues.asterisk.org
Wed May 8 12:26:47 CDT 2019
PICCORO Lenz McKAY created ASTERISK-28409:
---------------------------------------------
Summary: unexpected build problem at install procedure
Key: ASTERISK-28409
URL: https://issues.asterisk.org/jira/browse/ASTERISK-28409
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Channels/chan_vpb
Affects Versions: 16.1.1, 16.0.1
Environment: OS Debian 8 lasted
pjproject bundled
default configuration when try to build
Reporter: PICCORO Lenz McKAY
when try to build the chan_vpb module i got taht error: chan_vpb.cc:427:1: error: uninitialized const member 'ast_channel_tech::send_text_data' … quite xtrange … why?
{code}
[ 486s] i586-linux-gnu-gcc -o sip/route.o -c sip/route.c -MD -MT sip/route.o -MF .sip_route.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fPIC -DAST_MODULE=\"chan_sip\" -DAST_MODULE_SELF_SYM=__internal_chan_sip_self
[ 486s] /usr/src/packages/BUILD/build_tools/make_linker_version_script chan_sip "" "/usr/src/packages/BUILD"
[ 486s] i586-linux-gnu-gcc -o chan_sip.so -pthread -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -shared -Wl,--version-script,chan_sip.exports,--warn-common chan_sip.o sip/security_events.o sip/dialplan_functions.o sip/reqresp_parser.o sip/utils.o sip/config_parser.o sip/route.o
[ 486s] i586-linux-gnu-g++ -o chan_vpb.oo -c chan_vpb.cc -MD -MT chan_vpb.oo -MF .chan_vpb.oo.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -pipe -Wall -fPIC -DAST_MODULE=\"chan_vpb\" -DAST_MODULE_SELF_SYM=__internal_chan_vpb_self
[ 486s] cc1plus: warning: command line option '-fgnu89-inline' is valid for C/ObjC but not for C++
[ 486s] chan_vpb.cc:393:1: error: uninitialized const member 'ast_channel_tech::send_text_data'
[ 486s] };
[ 486s] ^
[ 486s] chan_vpb.cc:427:1: error: uninitialized const member 'ast_channel_tech::send_text_data'
[ 486s] };
[ 486s] ^
[ 487s] /usr/src/packages/BUILD/Makefile.rules:169: recipe for target 'chan_vpb.oo' failed
[ 487s] make[3]: *** [chan_vpb.oo] Error 1
[ 487s] make[3]: Leaving directory '/usr/src/packages/BUILD/channels'
[ 487s] Makefile:383: recipe for target 'channels' failed
[ 487s] make[2]: *** [channels] Error 2
[ 487s] make[2]: Leaving directory '/usr/src/packages/BUILD'
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list