ROS package release - file INSTALL cannot copy file
I'm releasing a ROS package, for ROS kinetic.
Now, the binarydeb build executed on the ROS buildfarm is failing with this error
00:58:42 CMake Error at cmake_install.cmake:36 (file):
00:58:42 file INSTALL cannot copy file
00:58:42 "/tmp/binarydeb/ros-kinetic-swarmros-0.3.6/obj-x86_64-linux-gnu/replxx-amd64/src/replxx-build/libreplxx.a"
00:58:42 to "/opt/ros/kinetic/lib/libreplxx.a".
is it failing because it cannot be installed in /opt/ros/kinetic? Have I to change the installation directory?
Please find here the log of the failing build and here the install rules of my package
Please edit your question to link to the actual full log of the build failure as well as the install rules that are failing. Just the error message is not enough context to diagnose your problem.
@tfoote done