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

Rafael H. Schloming commented on PROTON-412:
--------------------------------------------

I wasn't able to reproduce this issue on trunk or 0.5. Can you post the exact 
way that rpm is invoking cmake and make?
                
> pkg-config has wrong configuration
> ----------------------------------
>
>                 Key: PROTON-412
>                 URL: https://issues.apache.org/jira/browse/PROTON-412
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: proton-c
>    Affects Versions: 0.4
>            Reporter: Darryl L. Pierce
>
> Description of problem:
> From /usr/lib64/pkgconfig/libqpid-proton.pc -
> prefix=/usr
> exec_prefix=/usr
> libdir=/usr/usr/lib64
> includedir=/usr/usr/include
> Note that prefix and exec_prefix are correct but libdir and includedir don't 
> make any sense.
> This might be an issue with the upstream package or the rpm packaging 
> process. It looks like there is an extraneous /usr/ in the way that libdir 
> and indlucedir are constructed.
> Version-Release number of selected component (if applicable):
> 0.4-3
> How reproducible:
> 100%
> Steps to Reproduce:
> 1. yum install qpid-proton-c-devel
> 2.
> 3.
> Actual results:
> As description
> Expected results:
> File extract above should be:
> prefix=/usr
> exec_prefix=/usr
> libdir=/usr/lib64
> includedir=/usr/include
> Additional info:

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to