[jira] [Commented] (DISPATCH-2345) Compilation failure against main branch of qpid-proton

2022-06-09 Thread Ganesh Murthy (Jira)


[ 
https://issues.apache.org/jira/browse/DISPATCH-2345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17552414#comment-17552414
 ] 

Ganesh Murthy commented on DISPATCH-2345:
-

https://github.com/apache/qpid-dispatch/runs/6813201782?check_suite_focus=true#step:16:58

> Compilation failure against main branch of qpid-proton
> --
>
> Key: DISPATCH-2345
> URL: https://issues.apache.org/jira/browse/DISPATCH-2345
> Project: Qpid Dispatch
>  Issue Type: Bug
>Reporter: Ganesh Murthy
>Priority: Major
>
> {noformat}
> ../src/remote_sasl.c:162:1: error: return type defaults to ‘int’ 
> [-Wimplicit-int]
>   162 | PN_HANDLE(REMOTE_SASL_CTXT)
>       | ^
> ../src/remote_sasl.c: In function ‘PN_HANDLE’:
> ../src/remote_sasl.c:165:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   165 | {
>       | ^
> ../src/remote_sasl.c:175:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   175 | {
>       | ^
> ../src/remote_sasl.c:189:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   189 | {
>       | ^
> ../src/remote_sasl.c:196:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   196 | {
>       | ^
> ../src/remote_sasl.c:231:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   231 | {
>       | ^
> ../src/remote_sasl.c:247:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   247 | {
>       | ^
> ../src/remote_sasl.c:257:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   257 | {
>       | ^
> ../src/remote_sasl.c:268:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   268 | {
>       | ^
> ../src/remote_sasl.c:279:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   279 | {
>       | ^
> ../src/remote_sasl.c:289:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   289 | {
>       | ^
> ../src/remote_sasl.c:299:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   299 | {
>       | ^
> ../src/remote_sasl.c:308:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   308 | {
>       | ^
> ../src/remote_sasl.c:316:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   316 | {
>       | ^
> ../src/remote_sasl.c:334:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   334 | {
>       | ^
> ../src/remote_sasl.c:375:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   375 | {
>       | ^
> ../src/remote_sasl.c:392:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   392 | {
>       | ^
> ../src/remote_sasl.c:404:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   404 | {
>       | ^
> ../src/remote_sasl.c:423:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   423 | {
>       | ^
> ../src/remote_sasl.c:434:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   434 | {
>       | ^
> ../src/remote_sasl.c:447:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   447 | {
>       | ^
> ../src/remote_sasl.c:458:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   458 | {
>       | ^
> ../src/remote_sasl.c:463:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   463 | {
>       | ^
> ../src/remote_sasl.c:467:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   467 | {
>       | ^
> ../src/remote_sasl.c:471:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   471 | {
>       | ^
> ../src/remote_sasl.c:476:38: error: storage class specified for parameter 
> ‘remote_sasl_impl’
>   476 | static const pnx_sasl_implementation remote_sasl_impl = {
>       |                                      ^~~~
> ../src/remote_sasl.c:476:1: error: parameter ‘remote_sasl_impl’ is initialized
>   476 | static const pnx_sasl_implementation remote_sasl_impl = {
>       | ^~
> ../src/remote_sasl.c:477:5: error: ‘remote_sasl_free’ undeclared (first use 
> in this function); did you mean ‘remote_sasl_impl’?
>   477 |     remote_sasl_free,
>       |     ^~~~
>       |     remote_sasl_impl
> ../src/remote_sasl.c:477:5: note: each undeclared identifier is reported only 
> once for each function it appears in
> ../src/remote_sasl.c:478:5: error: ‘remote_sasl_list_mechs’ undeclared (first 
> use in this function); did you mean ‘remote_sasl_impl’?
>   478 |     remote_sasl_list_mechs,
>       |     ^~

[jira] [Commented] (DISPATCH-2345) Compilation failure against main branch of qpid-proton

2022-06-09 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/DISPATCH-2345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17552415#comment-17552415
 ] 

ASF subversion and git services commented on DISPATCH-2345:
---

Commit 93ad2d1ab84ca3ff2b2b81c626bc87da52f99587 in qpid-dispatch's branch 
refs/heads/main from Ganesh Murthy
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=93ad2d1a ]

DISPATCH-2345: Fixed compilation failure by adding proton's object.h to 2 
affected files


> Compilation failure against main branch of qpid-proton
> --
>
> Key: DISPATCH-2345
> URL: https://issues.apache.org/jira/browse/DISPATCH-2345
> Project: Qpid Dispatch
>  Issue Type: Bug
>Reporter: Ganesh Murthy
>Priority: Major
>
> {noformat}
> ../src/remote_sasl.c:162:1: error: return type defaults to ‘int’ 
> [-Wimplicit-int]
>   162 | PN_HANDLE(REMOTE_SASL_CTXT)
>       | ^
> ../src/remote_sasl.c: In function ‘PN_HANDLE’:
> ../src/remote_sasl.c:165:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   165 | {
>       | ^
> ../src/remote_sasl.c:175:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   175 | {
>       | ^
> ../src/remote_sasl.c:189:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   189 | {
>       | ^
> ../src/remote_sasl.c:196:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   196 | {
>       | ^
> ../src/remote_sasl.c:231:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   231 | {
>       | ^
> ../src/remote_sasl.c:247:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   247 | {
>       | ^
> ../src/remote_sasl.c:257:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   257 | {
>       | ^
> ../src/remote_sasl.c:268:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   268 | {
>       | ^
> ../src/remote_sasl.c:279:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   279 | {
>       | ^
> ../src/remote_sasl.c:289:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   289 | {
>       | ^
> ../src/remote_sasl.c:299:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   299 | {
>       | ^
> ../src/remote_sasl.c:308:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   308 | {
>       | ^
> ../src/remote_sasl.c:316:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   316 | {
>       | ^
> ../src/remote_sasl.c:334:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   334 | {
>       | ^
> ../src/remote_sasl.c:375:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   375 | {
>       | ^
> ../src/remote_sasl.c:392:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   392 | {
>       | ^
> ../src/remote_sasl.c:404:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   404 | {
>       | ^
> ../src/remote_sasl.c:423:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   423 | {
>       | ^
> ../src/remote_sasl.c:434:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   434 | {
>       | ^
> ../src/remote_sasl.c:447:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   447 | {
>       | ^
> ../src/remote_sasl.c:458:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   458 | {
>       | ^
> ../src/remote_sasl.c:463:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   463 | {
>       | ^
> ../src/remote_sasl.c:467:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   467 | {
>       | ^
> ../src/remote_sasl.c:471:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   471 | {
>       | ^
> ../src/remote_sasl.c:476:38: error: storage class specified for parameter 
> ‘remote_sasl_impl’
>   476 | static const pnx_sasl_implementation remote_sasl_impl = {
>       |                                      ^~~~
> ../src/remote_sasl.c:476:1: error: parameter ‘remote_sasl_impl’ is initialized
>   476 | static const pnx_sasl_implementation remote_sasl_impl = {
>       | ^~
> ../src/remote_sasl.c:477:5: error: ‘remote_sasl_free’ undeclared (first use 
> in this function); did you mean ‘remote_sasl_impl’?
>   477 |     remote_sasl_free,
>       |     ^~~~
>       |     remote_sasl_impl
> ../src/remote_sasl.c:477:5: note: each undeclared identifier is reported only 
> once for each function it appear

[jira] [Commented] (DISPATCH-2345) Compilation failure against main branch of qpid-proton

2022-06-10 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/DISPATCH-2345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17552872#comment-17552872
 ] 

ASF subversion and git services commented on DISPATCH-2345:
---

Commit 93ad2d1ab84ca3ff2b2b81c626bc87da52f99587 in qpid-dispatch's branch 
refs/heads/dependabot/github_actions/docker/build-push-action-3 from Ganesh 
Murthy
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=93ad2d1a ]

DISPATCH-2345: Fixed compilation failure by adding proton's object.h to 2 
affected files


> Compilation failure against main branch of qpid-proton
> --
>
> Key: DISPATCH-2345
> URL: https://issues.apache.org/jira/browse/DISPATCH-2345
> Project: Qpid Dispatch
>  Issue Type: Bug
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
> Fix For: 1.20.0
>
>
> {noformat}
> ../src/remote_sasl.c:162:1: error: return type defaults to ‘int’ 
> [-Wimplicit-int]
>   162 | PN_HANDLE(REMOTE_SASL_CTXT)
>       | ^
> ../src/remote_sasl.c: In function ‘PN_HANDLE’:
> ../src/remote_sasl.c:165:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   165 | {
>       | ^
> ../src/remote_sasl.c:175:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   175 | {
>       | ^
> ../src/remote_sasl.c:189:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   189 | {
>       | ^
> ../src/remote_sasl.c:196:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   196 | {
>       | ^
> ../src/remote_sasl.c:231:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   231 | {
>       | ^
> ../src/remote_sasl.c:247:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   247 | {
>       | ^
> ../src/remote_sasl.c:257:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   257 | {
>       | ^
> ../src/remote_sasl.c:268:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   268 | {
>       | ^
> ../src/remote_sasl.c:279:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   279 | {
>       | ^
> ../src/remote_sasl.c:289:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   289 | {
>       | ^
> ../src/remote_sasl.c:299:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   299 | {
>       | ^
> ../src/remote_sasl.c:308:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   308 | {
>       | ^
> ../src/remote_sasl.c:316:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   316 | {
>       | ^
> ../src/remote_sasl.c:334:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   334 | {
>       | ^
> ../src/remote_sasl.c:375:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   375 | {
>       | ^
> ../src/remote_sasl.c:392:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   392 | {
>       | ^
> ../src/remote_sasl.c:404:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   404 | {
>       | ^
> ../src/remote_sasl.c:423:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   423 | {
>       | ^
> ../src/remote_sasl.c:434:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   434 | {
>       | ^
> ../src/remote_sasl.c:447:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   447 | {
>       | ^
> ../src/remote_sasl.c:458:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   458 | {
>       | ^
> ../src/remote_sasl.c:463:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   463 | {
>       | ^
> ../src/remote_sasl.c:467:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   467 | {
>       | ^
> ../src/remote_sasl.c:471:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   471 | {
>       | ^
> ../src/remote_sasl.c:476:38: error: storage class specified for parameter 
> ‘remote_sasl_impl’
>   476 | static const pnx_sasl_implementation remote_sasl_impl = {
>       |                                      ^~~~
> ../src/remote_sasl.c:476:1: error: parameter ‘remote_sasl_impl’ is initialized
>   476 | static const pnx_sasl_implementation remote_sasl_impl = {
>       | ^~
> ../src/remote_sasl.c:477:5: error: ‘remote_sasl_free’ undeclared (first use 
> in this function); did you mean ‘remote_sasl_impl’?
>   477 |     remote_sasl_free,
>       |     ^~~~
>       |     remote_sasl_im

[jira] [Commented] (DISPATCH-2345) Compilation failure against main branch of qpid-proton

2022-06-10 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/DISPATCH-2345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17552875#comment-17552875
 ] 

ASF subversion and git services commented on DISPATCH-2345:
---

Commit 93ad2d1ab84ca3ff2b2b81c626bc87da52f99587 in qpid-dispatch's branch 
refs/heads/dependabot/github_actions/actions/download-artifact-3 from Ganesh 
Murthy
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=93ad2d1a ]

DISPATCH-2345: Fixed compilation failure by adding proton's object.h to 2 
affected files


> Compilation failure against main branch of qpid-proton
> --
>
> Key: DISPATCH-2345
> URL: https://issues.apache.org/jira/browse/DISPATCH-2345
> Project: Qpid Dispatch
>  Issue Type: Bug
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
> Fix For: 1.20.0
>
>
> {noformat}
> ../src/remote_sasl.c:162:1: error: return type defaults to ‘int’ 
> [-Wimplicit-int]
>   162 | PN_HANDLE(REMOTE_SASL_CTXT)
>       | ^
> ../src/remote_sasl.c: In function ‘PN_HANDLE’:
> ../src/remote_sasl.c:165:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   165 | {
>       | ^
> ../src/remote_sasl.c:175:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   175 | {
>       | ^
> ../src/remote_sasl.c:189:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   189 | {
>       | ^
> ../src/remote_sasl.c:196:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   196 | {
>       | ^
> ../src/remote_sasl.c:231:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   231 | {
>       | ^
> ../src/remote_sasl.c:247:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   247 | {
>       | ^
> ../src/remote_sasl.c:257:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   257 | {
>       | ^
> ../src/remote_sasl.c:268:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   268 | {
>       | ^
> ../src/remote_sasl.c:279:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   279 | {
>       | ^
> ../src/remote_sasl.c:289:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   289 | {
>       | ^
> ../src/remote_sasl.c:299:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   299 | {
>       | ^
> ../src/remote_sasl.c:308:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   308 | {
>       | ^
> ../src/remote_sasl.c:316:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   316 | {
>       | ^
> ../src/remote_sasl.c:334:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   334 | {
>       | ^
> ../src/remote_sasl.c:375:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   375 | {
>       | ^
> ../src/remote_sasl.c:392:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   392 | {
>       | ^
> ../src/remote_sasl.c:404:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   404 | {
>       | ^
> ../src/remote_sasl.c:423:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   423 | {
>       | ^
> ../src/remote_sasl.c:434:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   434 | {
>       | ^
> ../src/remote_sasl.c:447:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   447 | {
>       | ^
> ../src/remote_sasl.c:458:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   458 | {
>       | ^
> ../src/remote_sasl.c:463:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   463 | {
>       | ^
> ../src/remote_sasl.c:467:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   467 | {
>       | ^
> ../src/remote_sasl.c:471:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   471 | {
>       | ^
> ../src/remote_sasl.c:476:38: error: storage class specified for parameter 
> ‘remote_sasl_impl’
>   476 | static const pnx_sasl_implementation remote_sasl_impl = {
>       |                                      ^~~~
> ../src/remote_sasl.c:476:1: error: parameter ‘remote_sasl_impl’ is initialized
>   476 | static const pnx_sasl_implementation remote_sasl_impl = {
>       | ^~
> ../src/remote_sasl.c:477:5: error: ‘remote_sasl_free’ undeclared (first use 
> in this function); did you mean ‘remote_sasl_impl’?
>   477 |     remote_sasl_free,
>       |     ^~~~
>       |     remote_sasl_i

[jira] [Commented] (DISPATCH-2345) Compilation failure against main branch of qpid-proton

2022-06-15 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/DISPATCH-2345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17554704#comment-17554704
 ] 

ASF subversion and git services commented on DISPATCH-2345:
---

Commit 93ad2d1ab84ca3ff2b2b81c626bc87da52f99587 in qpid-dispatch's branch 
refs/heads/dependabot/github_actions/actions/checkout-3.0.2 from Ganesh Murthy
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=93ad2d1a ]

DISPATCH-2345: Fixed compilation failure by adding proton's object.h to 2 
affected files


> Compilation failure against main branch of qpid-proton
> --
>
> Key: DISPATCH-2345
> URL: https://issues.apache.org/jira/browse/DISPATCH-2345
> Project: Qpid Dispatch
>  Issue Type: Bug
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
> Fix For: 1.20.0
>
>
> {noformat}
> ../src/remote_sasl.c:162:1: error: return type defaults to ‘int’ 
> [-Wimplicit-int]
>   162 | PN_HANDLE(REMOTE_SASL_CTXT)
>       | ^
> ../src/remote_sasl.c: In function ‘PN_HANDLE’:
> ../src/remote_sasl.c:165:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   165 | {
>       | ^
> ../src/remote_sasl.c:175:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   175 | {
>       | ^
> ../src/remote_sasl.c:189:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   189 | {
>       | ^
> ../src/remote_sasl.c:196:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   196 | {
>       | ^
> ../src/remote_sasl.c:231:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   231 | {
>       | ^
> ../src/remote_sasl.c:247:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   247 | {
>       | ^
> ../src/remote_sasl.c:257:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   257 | {
>       | ^
> ../src/remote_sasl.c:268:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   268 | {
>       | ^
> ../src/remote_sasl.c:279:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   279 | {
>       | ^
> ../src/remote_sasl.c:289:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   289 | {
>       | ^
> ../src/remote_sasl.c:299:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   299 | {
>       | ^
> ../src/remote_sasl.c:308:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   308 | {
>       | ^
> ../src/remote_sasl.c:316:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   316 | {
>       | ^
> ../src/remote_sasl.c:334:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   334 | {
>       | ^
> ../src/remote_sasl.c:375:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   375 | {
>       | ^
> ../src/remote_sasl.c:392:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   392 | {
>       | ^
> ../src/remote_sasl.c:404:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   404 | {
>       | ^
> ../src/remote_sasl.c:423:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   423 | {
>       | ^
> ../src/remote_sasl.c:434:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   434 | {
>       | ^
> ../src/remote_sasl.c:447:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   447 | {
>       | ^
> ../src/remote_sasl.c:458:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   458 | {
>       | ^
> ../src/remote_sasl.c:463:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   463 | {
>       | ^
> ../src/remote_sasl.c:467:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   467 | {
>       | ^
> ../src/remote_sasl.c:471:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   471 | {
>       | ^
> ../src/remote_sasl.c:476:38: error: storage class specified for parameter 
> ‘remote_sasl_impl’
>   476 | static const pnx_sasl_implementation remote_sasl_impl = {
>       |                                      ^~~~
> ../src/remote_sasl.c:476:1: error: parameter ‘remote_sasl_impl’ is initialized
>   476 | static const pnx_sasl_implementation remote_sasl_impl = {
>       | ^~
> ../src/remote_sasl.c:477:5: error: ‘remote_sasl_free’ undeclared (first use 
> in this function); did you mean ‘remote_sasl_impl’?
>   477 |     remote_sasl_free,
>       |     ^~~~
>       |     remote_sasl_impl
> 

[jira] [Commented] (DISPATCH-2345) Compilation failure against main branch of qpid-proton

2022-06-15 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/DISPATCH-2345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17554713#comment-17554713
 ] 

ASF subversion and git services commented on DISPATCH-2345:
---

Commit 93ad2d1ab84ca3ff2b2b81c626bc87da52f99587 in qpid-dispatch's branch 
refs/heads/dependabot/npm_and_yarn/console/react/react-scripts-5.0.1 from 
Ganesh Murthy
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=93ad2d1a ]

DISPATCH-2345: Fixed compilation failure by adding proton's object.h to 2 
affected files


> Compilation failure against main branch of qpid-proton
> --
>
> Key: DISPATCH-2345
> URL: https://issues.apache.org/jira/browse/DISPATCH-2345
> Project: Qpid Dispatch
>  Issue Type: Bug
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
> Fix For: 1.20.0
>
>
> {noformat}
> ../src/remote_sasl.c:162:1: error: return type defaults to ‘int’ 
> [-Wimplicit-int]
>   162 | PN_HANDLE(REMOTE_SASL_CTXT)
>       | ^
> ../src/remote_sasl.c: In function ‘PN_HANDLE’:
> ../src/remote_sasl.c:165:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   165 | {
>       | ^
> ../src/remote_sasl.c:175:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   175 | {
>       | ^
> ../src/remote_sasl.c:189:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   189 | {
>       | ^
> ../src/remote_sasl.c:196:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   196 | {
>       | ^
> ../src/remote_sasl.c:231:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   231 | {
>       | ^
> ../src/remote_sasl.c:247:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   247 | {
>       | ^
> ../src/remote_sasl.c:257:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   257 | {
>       | ^
> ../src/remote_sasl.c:268:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   268 | {
>       | ^
> ../src/remote_sasl.c:279:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   279 | {
>       | ^
> ../src/remote_sasl.c:289:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   289 | {
>       | ^
> ../src/remote_sasl.c:299:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   299 | {
>       | ^
> ../src/remote_sasl.c:308:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   308 | {
>       | ^
> ../src/remote_sasl.c:316:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   316 | {
>       | ^
> ../src/remote_sasl.c:334:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   334 | {
>       | ^
> ../src/remote_sasl.c:375:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   375 | {
>       | ^
> ../src/remote_sasl.c:392:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   392 | {
>       | ^
> ../src/remote_sasl.c:404:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   404 | {
>       | ^
> ../src/remote_sasl.c:423:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   423 | {
>       | ^
> ../src/remote_sasl.c:434:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   434 | {
>       | ^
> ../src/remote_sasl.c:447:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   447 | {
>       | ^
> ../src/remote_sasl.c:458:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   458 | {
>       | ^
> ../src/remote_sasl.c:463:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   463 | {
>       | ^
> ../src/remote_sasl.c:467:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   467 | {
>       | ^
> ../src/remote_sasl.c:471:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   471 | {
>       | ^
> ../src/remote_sasl.c:476:38: error: storage class specified for parameter 
> ‘remote_sasl_impl’
>   476 | static const pnx_sasl_implementation remote_sasl_impl = {
>       |                                      ^~~~
> ../src/remote_sasl.c:476:1: error: parameter ‘remote_sasl_impl’ is initialized
>   476 | static const pnx_sasl_implementation remote_sasl_impl = {
>       | ^~
> ../src/remote_sasl.c:477:5: error: ‘remote_sasl_free’ undeclared (first use 
> in this function); did you mean ‘remote_sasl_impl’?
>   477 |     remote_sasl_free,
>       |     ^~~~
>       |     remote_sa

[jira] [Commented] (DISPATCH-2345) Compilation failure against main branch of qpid-proton

2022-07-12 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/DISPATCH-2345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17565366#comment-17565366
 ] 

ASF subversion and git services commented on DISPATCH-2345:
---

Commit 93ad2d1ab84ca3ff2b2b81c626bc87da52f99587 in qpid-dispatch's branch 
refs/heads/dependabot/github_actions/actions/upload-artifact-3 from Ganesh 
Murthy
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=93ad2d1a ]

DISPATCH-2345: Fixed compilation failure by adding proton's object.h to 2 
affected files


> Compilation failure against main branch of qpid-proton
> --
>
> Key: DISPATCH-2345
> URL: https://issues.apache.org/jira/browse/DISPATCH-2345
> Project: Qpid Dispatch
>  Issue Type: Bug
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
> Fix For: 1.20.0
>
>
> {noformat}
> ../src/remote_sasl.c:162:1: error: return type defaults to ‘int’ 
> [-Wimplicit-int]
>   162 | PN_HANDLE(REMOTE_SASL_CTXT)
>       | ^
> ../src/remote_sasl.c: In function ‘PN_HANDLE’:
> ../src/remote_sasl.c:165:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   165 | {
>       | ^
> ../src/remote_sasl.c:175:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   175 | {
>       | ^
> ../src/remote_sasl.c:189:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   189 | {
>       | ^
> ../src/remote_sasl.c:196:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   196 | {
>       | ^
> ../src/remote_sasl.c:231:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   231 | {
>       | ^
> ../src/remote_sasl.c:247:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   247 | {
>       | ^
> ../src/remote_sasl.c:257:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   257 | {
>       | ^
> ../src/remote_sasl.c:268:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   268 | {
>       | ^
> ../src/remote_sasl.c:279:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   279 | {
>       | ^
> ../src/remote_sasl.c:289:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   289 | {
>       | ^
> ../src/remote_sasl.c:299:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   299 | {
>       | ^
> ../src/remote_sasl.c:308:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   308 | {
>       | ^
> ../src/remote_sasl.c:316:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   316 | {
>       | ^
> ../src/remote_sasl.c:334:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   334 | {
>       | ^
> ../src/remote_sasl.c:375:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   375 | {
>       | ^
> ../src/remote_sasl.c:392:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   392 | {
>       | ^
> ../src/remote_sasl.c:404:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   404 | {
>       | ^
> ../src/remote_sasl.c:423:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   423 | {
>       | ^
> ../src/remote_sasl.c:434:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   434 | {
>       | ^
> ../src/remote_sasl.c:447:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   447 | {
>       | ^
> ../src/remote_sasl.c:458:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   458 | {
>       | ^
> ../src/remote_sasl.c:463:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   463 | {
>       | ^
> ../src/remote_sasl.c:467:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   467 | {
>       | ^
> ../src/remote_sasl.c:471:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘{’ token
>   471 | {
>       | ^
> ../src/remote_sasl.c:476:38: error: storage class specified for parameter 
> ‘remote_sasl_impl’
>   476 | static const pnx_sasl_implementation remote_sasl_impl = {
>       |                                      ^~~~
> ../src/remote_sasl.c:476:1: error: parameter ‘remote_sasl_impl’ is initialized
>   476 | static const pnx_sasl_implementation remote_sasl_impl = {
>       | ^~
> ../src/remote_sasl.c:477:5: error: ‘remote_sasl_free’ undeclared (first use 
> in this function); did you mean ‘remote_sasl_impl’?
>   477 |     remote_sasl_free,
>       |     ^~~~
>       |     remote_sasl_imp