[asterisk-bugs] [JIRA] (ASTERISK-28409) unexpected build problem at install procedure

George Joseph (JIRA) noreply at issues.asterisk.org
Wed May 8 13:48:47 CDT 2019


    [ https://issues.asterisk.org/jira/browse/ASTERISK-28409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=247101#comment-247101 ] 

George Joseph commented on ASTERISK-28409:
------------------------------------------

The module you're having difficulty with is in 'extended' support status and is supported only by community members.  Your issue is in the queue. Your patience is appreciated as a community developer may work the issue when time and resources become available.

Asterisk is an open source project and community members work the issues on a voluntary basis. You are welcome to develop your own patches and submit them to the project.[1]

If you are not a programmer and you are in a hurry to see a patch provided then you might try rallying support on the Asterisk users mailing list or forums.[2] Another alternative is offering a bug bounty on the asterisk-dev mailing list.[3] Often a little incentive can go a long way.

[1]: https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process
[2]: http://www.asterisk.org/community/discuss
[3]: https://wiki.asterisk.org/wiki/display/AST/Asterisk+Bug+Bounties


Because the voicetronix libraries that this module depends on are  no longer available in many distrbutions, we don't build this module during testing.  It hasn't been updated to compile with newer versions of gcc.


> 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.2.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