You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by matlo607 <gi...@git.apache.org> on 2017/07/26 15:58:55 UTC

[GitHub] qpid-proton pull request #113: [Solaris] fix build with gcc-4.9

GitHub user matlo607 opened a pull request:

    https://github.com/apache/qpid-proton/pull/113

    [Solaris] fix build with gcc-4.9

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/matlo607/qpid-proton fix-build-gcc49-solaris

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/qpid-proton/pull/113.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #113
    
----
commit 6d587f2c3e6bd7f27d16983f288c7e23638c9a19
Author: Matthieu Longo <ma...@murex.com>
Date:   2017-07-24T13:04:07Z

    fix build errors triggered by -Werror=parentheses

commit c7b426439000c989462299f4deade938256836c1
Author: Matthieu Longo <ma...@murex.com>
Date:   2017-07-24T13:17:38Z

    [solaris] change linker's flags since GCC uses Solaris's default linker

commit ea8fbf89872a1642108314af1db89a707c6a7ef2
Author: Matthieu Longo <ma...@murex.com>
Date:   2017-07-26T12:58:53Z

    [solaris] add extra linker flag -lsocket

commit 4227f197f21d1a633c1bda132ff9084d99cd0e10
Author: Matthieu Longo <ma...@murex.com>
Date:   2017-07-26T14:38:47Z

    [solaris] fix -Werror=implicit-function-declaration on getopt()

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[GitHub] qpid-proton issue #113: [Solaris] fix build with gcc-4.9

Posted by matlo607 <gi...@git.apache.org>.
Github user matlo607 commented on the issue:

    https://github.com/apache/qpid-proton/pull/113
  
    Hello,
    
    Is the build on Windows meeting some issues ?
    The errors are not related at all to my changes and I met exactly the same problem in another pull request (fix-path-test-binaries) on Windows.
    
    ```
    24: ======================================================================
    24: ERROR: test_ssl_no_name (__main__.ContainerExampleSSLTest)
    24: ----------------------------------------------------------------------
    24: Traceback (most recent call last):
    24:   File "C:/projects/qpid-proton/examples/cpp/example_test.py", line 253, in tearDown
    24:     super(ContainerExampleSSLTest, self).tearDown()
    24:   File "C:/projects/qpid-proton/examples/cpp/example_test.py", line 108, in tearDown
    24:     raise ProcError(b, "broker crash")
    24: ProcError: ['broker', '-a', 'APPVYR-WIN:1650'] broker crash, code=-1073740791
    24: vvvvvvvvvvvvvvvv
    24: broker listening on APPVYR-WIN:1650
    24: fixme: dangling listener_maybe_free.  aborting
    24: ^^^^^^^^^^^^^^^^
    24: 
    24: 
    24: ----------------------------------------------------------------------
    24: Ran 4 tests in 1.391s
    24: 
    24: FAILED (errors=8)
    24/24 Test #24: cpp-example-container-ssl ........***Failed    1.48 sec
    88% tests passed, 3 tests failed out of 24
    Total Test time (real) =  28.40 sec
    The following tests FAILED:
    	 10 - cpp-container_test (OTHER_FAULT)
    	 23 - cpp-example-container (Failed)
    	 24 - cpp-example-container-ssl (Failed)
    Errors while running CTest
    Command exited with code 8
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org