Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 566200 - dev-ros/xmlrpcpp-1.11.16: include dir missing in xmlrpcpp.pc
Summary: dev-ros/xmlrpcpp-1.11.16: include dir missing in xmlrpcpp.pc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Robot Operating System team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-19 11:25 UTC by Victor Mataré
Modified: 2015-11-27 12:12 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Victor Mataré 2015-11-19 11:25:29 UTC
dev-ros/xmlrpcpp installs headers in /usr/include/xmlrpcpp, but "pkg-config --cflags xmlrpcpp" returns an empty string since /usr/lib64/pkgconfig/xmlrpcpp.pc only contains -I/usr/include.

In the xmlrpcpp ebuild, I see some sed magic to fix a cmake file to include /usr/include/xmlrpcpp, but apparently that doesn't affect the pkgconfig file. I suspect that other ROS packages that install headers below /usr/include might be affected by this, too.

(Thanks btw for the quick clarification regarding rospack vs. catkin ;-)

Reproducible: Always
Comment 1 Alexis Ballier gentoo-dev 2015-11-27 12:12:58 UTC
Author: Alexis Ballier <aballier@gentoo.org>
Date:   Fri Nov 27 13:12:30 2015 +0100

    dev-ros/xmlrpcpp: Include -I Cflags to the .pc file since we move headers around. Bug #566200.
    


thanks!