[asterisk-bugs] [JIRA] (ASTERISK-28049) res_pjproject build failure
Richard Mudgett (JIRA)
noreply at issues.asterisk.org
Tue Sep 11 15:20:54 CDT 2018
[ https://issues.asterisk.org/jira/browse/ASTERISK-28049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Richard Mudgett updated ASTERISK-28049:
---------------------------------------
Description:
{noformat}
[CC] res_pjproject.c -> res_pjproject.o
res_pjproject.c: In function 'ast_sockaddr_to_pj_sockaddr':
res_pjproject.c:493:27: error: incompatible types when assigning to type 'pj_in_addr {aka struct pj_in_addr}' from type 'struct in_addr'
pjaddr->ipv4.sin_addr = sin->sin_addr;
^
res_pjproject.c: In function 'ast_sockaddr_from_pj_sockaddr':
res_pjproject.c:514:19: error: incompatible types when assigning to type 'struct in_addr' from type 'pj_in_addr {aka const struct pj_in_addr}'
sin->sin_addr = pjaddr->ipv4.sin_addr;
^
{noformat}
Introduced by:
{noformat}
commit b0ef54af717147dc369728a88bf6d4994abb4d12
Author: Sean Bright <sean.bright at gmail.com>
Date: Tue Aug 28 09:42:13 2018 -0400
res_pjproject: Add utility functions to convert between socket structures
Currently, to convert from a pj_sockaddr to an ast_sockaddr, the address
needs to be rendered to a string and then parsed into the correct
structure. This also involves a call to getaddrinfo(3). The same is true
for the inverse operation.
Instead, because we know the internal structure of both ast_sockaddr and
pj_sockaddr, we can translate directly between the two without the
need for an intermediate string.
Change-Id: If0fc4bba9643f755604c6ffbb0d7cc46020bc761
{noformat}
According to Joshua due to unbundled PJSIP, but still needs to work with unbundled. Thus setting to MAJOR even though for me this is CRITICAL (distro prohibits bundled packages as far as possible).
was:
[CC] res_pjproject.c -> res_pjproject.o
res_pjproject.c: In function 'ast_sockaddr_to_pj_sockaddr':
res_pjproject.c:493:27: error: incompatible types when assigning to type 'pj_in_addr {aka struct pj_in_addr}' from type 'struct in_addr'
pjaddr->ipv4.sin_addr = sin->sin_addr;
^
res_pjproject.c: In function 'ast_sockaddr_from_pj_sockaddr':
res_pjproject.c:514:19: error: incompatible types when assigning to type 'struct in_addr' from type 'pj_in_addr {aka const struct pj_in_addr}'
sin->sin_addr = pjaddr->ipv4.sin_addr;
^
Introduced by:
commit b0ef54af717147dc369728a88bf6d4994abb4d12
Author: Sean Bright <sean.bright at gmail.com>
Date: Tue Aug 28 09:42:13 2018 -0400
res_pjproject: Add utility functions to convert between socket structures
Currently, to convert from a pj_sockaddr to an ast_sockaddr, the address
needs to be rendered to a string and then parsed into the correct
structure. This also involves a call to getaddrinfo(3). The same is true
for the inverse operation.
Instead, because we know the internal structure of both ast_sockaddr and
pj_sockaddr, we can translate directly between the two without the
need for an intermediate string.
Change-Id: If0fc4bba9643f755604c6ffbb0d7cc46020bc761
According to Joshua due to unbundled PJSIP, but still needs to work with unbundled. Thus setting to MAJOR even though for me this is CRITICAL (distro prohibits bundled packages as far as possible).
> res_pjproject build failure
> ---------------------------
>
> Key: ASTERISK-28049
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-28049
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: pjproject/pjsip
> Affects Versions: 13.24.0
> Environment: Linux
> Reporter: Jaco Kroon
> Labels: pjsip
>
> {noformat}
> [CC] res_pjproject.c -> res_pjproject.o
> res_pjproject.c: In function 'ast_sockaddr_to_pj_sockaddr':
> res_pjproject.c:493:27: error: incompatible types when assigning to type 'pj_in_addr {aka struct pj_in_addr}' from type 'struct in_addr'
> pjaddr->ipv4.sin_addr = sin->sin_addr;
> ^
> res_pjproject.c: In function 'ast_sockaddr_from_pj_sockaddr':
> res_pjproject.c:514:19: error: incompatible types when assigning to type 'struct in_addr' from type 'pj_in_addr {aka const struct pj_in_addr}'
> sin->sin_addr = pjaddr->ipv4.sin_addr;
> ^
> {noformat}
> Introduced by:
> {noformat}
> commit b0ef54af717147dc369728a88bf6d4994abb4d12
> Author: Sean Bright <sean.bright at gmail.com>
> Date: Tue Aug 28 09:42:13 2018 -0400
> res_pjproject: Add utility functions to convert between socket structures
>
> Currently, to convert from a pj_sockaddr to an ast_sockaddr, the address
> needs to be rendered to a string and then parsed into the correct
> structure. This also involves a call to getaddrinfo(3). The same is true
> for the inverse operation.
>
> Instead, because we know the internal structure of both ast_sockaddr and
> pj_sockaddr, we can translate directly between the two without the
> need for an intermediate string.
>
> Change-Id: If0fc4bba9643f755604c6ffbb0d7cc46020bc761
> {noformat}
> According to Joshua due to unbundled PJSIP, but still needs to work with unbundled. Thus setting to MAJOR even though for me this is CRITICAL (distro prohibits bundled packages as far as possible).
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list