Open wkentaro opened 8 years ago
what is the output of
diff /Users/wkentaro/ros/indigo/devel/.private/jsk_perception/share/roseus/ros/pcl_msgs/manifest.l /Users/wkentaro/ros/indigo/devel/share/roseus/ros/pcl_msgs/manifest.l
The difference is only the header
% diff /home/wkentaro/ros/test_geneus/devel/share/roseus/ros/jsk_network_tools/manifest.l /home/wkentaro/ros/test_geneus/devel/.private/roseus_remote/share/roseus/ros/jsk_network_tools/manifest.l
4c4
< ;; THIS FILE IS AUTOMATICALLY GENERATED in 2016-06-03 12:56:00.393861
---
> ;; THIS FILE IS AUTOMATICALLY GENERATED in 2016-06-03 12:56:09.924109
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 underdevel/share/[BUILDING_PACKAGE]
.Any idea how to fix this?
PS. Currently I'm using without symlinking by
catkin config --merge-devel
.