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

Robbie Gemmell edited comment on QPID-7893 at 9/25/17 11:42 AM:
----------------------------------------------------------------

Fwiw, I was able to use the changes from updated PR 
https://github.com/apache/qpid-cpp/pull/10 to build on Fedora26 against proton 
master/0.18.0-SNAPSHOT (5c99849941f6c553a1080995936696ff56e3e4a9 I think).

The only resulting issue was a failure in the ssl test:
{noformat}
26: Testing Certificate validation and Authentication with the Python Client...
26: /home/rgemmell/workspace/qpid-cpp/build/src/tests/run_ssl_tests: line 292: 
Failed:: command not found
26:     Failed
1/1 Test #26: ssl_tests ........................***Failed    3.05 sec
{noformat}
Looking into it, I'm not sure what command it is saying isn't found, as its 
trying to run a test program to ping the broker and it is able to run that but 
it fails to connect to the broker as was expected.

I was able to run the ssl_tests successfully on a much older system, though 
built against proton-0.17.0 this time I believe (as it happened to be 
installed).

Edit, could also be OpenSSL related? Newer system is on 1.1.0


was (Author: gemmellr):
Fwiw, I was able to use the changes from updated PR 
https://github.com/apache/qpid-cpp/pull/10 to build on Fedora26 against proton 
master/0.18.0-SNAPSHOT (5c99849941f6c553a1080995936696ff56e3e4a9 I think).

The only resulting issue was a failure in the ssl test:
{noformat}
26: Testing Certificate validation and Authentication with the Python Client...
26: /home/rgemmell/workspace/qpid-cpp/build/src/tests/run_ssl_tests: line 292: 
Failed:: command not found
26:     Failed
1/1 Test #26: ssl_tests ........................***Failed    3.05 sec
{noformat}
Looking into it, I'm not sure what command it is saying isn't found, as its 
trying to run a test program to ping the broker and it is able to run that but 
it fails to connect to the broker as was expected.

I was able to run the ssl_tests successfully on a much older system, though 
built against proton-0.17.0 this time I believe (as it happened to be 
installed).


> compilation failure on Fedora 26
> --------------------------------
>
>                 Key: QPID-7893
>                 URL: https://issues.apache.org/jira/browse/QPID-7893
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker, C++ Build, C++ Client
>    Affects Versions: qpid-cpp-1.37.0
>         Environment: Fedora 26
> GCC reports version as "gcc (GCC) 7.1.1 20170622 (Red Hat 7.1.1-3)"
> commit 55d4171a8155d9f6a07a48507e33d43b8cb6d904 from qpid-cpp master
>            Reporter: Robbie Gemmell
>            Assignee: Justin Ross
>            Priority: Critical
>             Fix For: qpid-cpp-1.37.0
>
>         Attachments: compile-failure.txt
>
>
> When trying to compile qpid-cpp master (commit 
> 55d4171a8155d9f6a07a48507e33d43b8cb6d904) on Fedora 26, I get some 
> 'maybe-uninitialized' related complication failures (see attachment). 
> Adding "-DCMAKE_CXX_FLAGS=-Wno-error=maybe-uninitialized" to the initial 
> cmake run seemed to get things going though obviously might not be correct.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to