-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
With catkin_tools==0.4.2, it raise below warnings, this is annoying and it seems dangerous because the md5sum is different for same manifest file.
I wonder this is because of the unusual location of manifest.l generated by cmake.
manifest.l needs to be located under devel/share/ros/roseus
directory, but usual files are located under devel/share/[BUILDING_PACKAGE]
.
Warnings << jsk_perception:symlink /Users/wkentaro/ros/indigo/logs/jsk_perception/build.symlink.009.log
Warning: Cannot symlink from /Users/wkentaro/ros/indigo/devel/.private/jsk_perception/share/roseus/ros/bond/manifest.l to existing file /Users/wkentaro/ros/indigo/devel/share/roseus/ros/bond/manifest.l
Warning: Source hash: 0cc991ba17545c78f58faa050149a438
Warning: Dest hash: b97f4f5b99d9ded3bbf99d6dd4b03a41
Warning: Cannot symlink from /Users/wkentaro/ros/indigo/devel/.private/jsk_perception/share/roseus/ros/dynamic_tf_publisher/manifest.l to existing file /Users/wkentaro/ros/indigo/devel/share/roseus/ros/dynamic_tf_publisher/manifest.l
Warning: Source hash: 76696053cb1780693c387457c9028cda
Warning: Dest hash: 114f5dff55685dc8ca01bff5c4cf1d29
Warning: Cannot symlink from /Users/wkentaro/ros/indigo/devel/.private/jsk_perception/share/roseus/ros/nodelet/manifest.l to existing file /Users/wkentaro/ros/indigo/devel/share/roseus/ros/nodelet/manifest.l
Warning: Source hash: f52b120dc4110b7e6a0c18fc3b07371c
Warning: Dest hash: 8608763000a4dab2c9089762daa9419b
Warning: Cannot symlink from /Users/wkentaro/ros/indigo/devel/.private/jsk_perception/share/roseus/ros/pcl_msgs/manifest.l to existing file /Users/wkentaro/ros/indigo/devel/share/roseus/ros/pcl_msgs/manifest.l
Warning: Source hash: 0cb5f8b2b3d3bfb914a723edd34d556b
Warning: Dest hash: 5d8c148b8f1c42c577f1a135b28465e4
Any idea how to fix this?
PS.
Currently I'm using without symlinking by catkin config --merge-devel
.
Metadata
Metadata
Assignees
Labels
No labels