You are viewing a plain text version of this content. The canonical link for it is here.
Posted to proton@qpid.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/06/26 19:19:04 UTC

[jira] [Commented] (PROTON-922) [python] setup.py fails to build bindings if qpid-proton-c-devel installed

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

ASF subversion and git services commented on PROTON-922:
--------------------------------------------------------

Commit 70a463f0068b1ff365df53c5128e65e5eec4a271 in qpid-proton's branch refs/heads/master from [~kgiusti]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=70a463f ]

PROTON-922: use pkg-config to find proton's headers and library


> [python] setup.py fails to build bindings if qpid-proton-c-devel installed
> --------------------------------------------------------------------------
>
>                 Key: PROTON-922
>                 URL: https://issues.apache.org/jira/browse/PROTON-922
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: python-binding
>    Affects Versions: 0.9.1
>            Reporter: Ken Giusti
>            Assignee: Ken Giusti
>            Priority: Blocker
>             Fix For: 0.10
>
>
> When pip attempts to install the python-qpid-proton sdist, and the proton devel package has been installed, the installation fails.
> setup.py finds that the necessary proton headers and library have been installed, so setup.py attempts to swig the installed headers.   swig fails to find the headers and the install fails.
> The failure is due to the setup.py not passing the correct -I search path to swig.  It should pass the search path found by pkg-config



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