You are viewing a plain text version of this content. The canonical link for it is here.
Posted to proton@qpid.apache.org by "Andrew Stitcher (JIRA)" <ji...@apache.org> on 2015/07/20 21:32:06 UTC

[jira] [Created] (PROTON-952) Building Proton with python 2.6 and python 3.4 on Travis CI finds and links wrong libpython

Andrew Stitcher created PROTON-952:
--------------------------------------

             Summary: Building Proton with python 2.6 and python 3.4 on Travis CI finds and links wrong libpython
                 Key: PROTON-952
                 URL: https://issues.apache.org/jira/browse/PROTON-952
             Project: Qpid Proton
          Issue Type: Bug
    Affects Versions: 0.10
         Environment: Travis CI build environment (highly customised Ubuntu)
            Reporter: Andrew Stitcher


You can specify a specifiv version of python to use in the Traviis build process and that will set up the build environment to use a python virtualenv with that version of python.

When using python 2.6 or 3.4 (and probably 3.3 too but I've not tested that)
the cmake installed will find the python 2.7 libs and link them into the proton bindings extension. This seems to succeed at build time but seems to make the "python-test" fail to even start in both cases (though with slightly different symptoms).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)