Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 566184 - dev-ros/rospack: rospack export doesn't work
Summary: dev-ros/rospack: rospack export doesn't work
Status: RESOLVED UPSTREAM
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 08:34 UTC by Victor Mataré
Modified: 2015-11-19 10:24 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 08:34:16 UTC
rospack export is supposed to output compiler flags for a certain ROS component, similar to pkgconfig, like this:

# rospack export --lang=cpp --attrib=lflags roscpp
-L/opt/ros/fuerte/lib -lroscpp -lrostime -lrosconsole -lroscpp_serialization -lxmlrpcpp

This is how it works e.g. on fedora. The rospack installed via the Gentoo ebuild however just outputs an empty string.
Comment 1 Alexis Ballier gentoo-dev 2015-11-19 10:24:11 UTC
fuerte is very old; with recent ros versions, catkin is supposed to handle this

see the old manifest.xml spec:

http://docs.ros.org/independent/api/rospkg/html/manifest_xml.html#export


vs the new one:
http://wiki.ros.org/Manifest

and:
http://www.ros.org/reps/rep-0127.html#modification-to-previous-specifications

stating: 'The cpp tag has been dropped, it is handled by catkin.'