ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

codavide's profile - activity

2020-07-15 03:23:24 -0500 received badge  Famous Question (source)
2020-07-11 06:33:14 -0500 received badge  Famous Question (source)
2020-07-07 10:14:01 -0500 received badge  Famous Question (source)
2020-07-07 10:14:01 -0500 received badge  Notable Question (source)
2020-07-07 10:14:01 -0500 received badge  Popular Question (source)
2020-05-02 13:16:39 -0500 received badge  Notable Question (source)
2020-03-20 08:01:23 -0500 received badge  Notable Question (source)
2020-03-16 03:02:41 -0500 received badge  Enthusiast
2020-03-15 12:06:05 -0500 commented answer ROS package release - file INSTALL cannot copy file

thanks @tfoote for your answer, I have done some tests on my machine, not using the buildfarm, but just running the inst

2020-03-14 10:58:20 -0500 commented answer ROS package release - file INSTALL cannot copy file

thanks @tfoote for your answer, I have done some tests on my machine, not using the buildfarm, but just running the inst

2020-03-14 03:45:32 -0500 received badge  Popular Question (source)
2020-03-13 15:16:03 -0500 commented question ROS package release - file INSTALL cannot copy file

@tfoote done

2020-03-13 15:13:16 -0500 edited question ROS package release - file INSTALL cannot copy file

ROS package release - file INSTALL cannot copy file I'm releasing a ROS package, for ROS kinetic. Now, the binarydeb b

2020-03-13 09:11:12 -0500 asked a question ROS package release - file INSTALL cannot copy file

ROS package release - file INSTALL cannot copy file I'm releasing a ROS package, for ROS kinetic. Now, the binarydeb b

2020-02-25 04:16:47 -0500 asked a question ROS package release, catkin_make_isolated: No rule to make target 'install'. Stop.

ROS package release, catkin_make_isolated: No rule to make target 'install'. Stop. I'm trying to release one ROS package

2020-02-25 03:13:40 -0500 marked best answer How to add clang dependency to ROS package

I'm trying to release one ROS package, but the automatic build of the package on Jenkins fails, with this error:

CMake Error at CMakeLists.txt:16 (project):
The CMAKE_C_COMPILER:

 clang

is not a full path and was not found in the PATH.

Tell CMake where to find the compiler by setting either the environment
variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to
the compiler, or to the compiler name if it is in the PATH.


CMake Error at CMakeLists.txt:16 (project):
The CMAKE_CXX_COMPILER:

 clang++

is not a full path and was not found in the PATH.

Tell CMake where to find the compiler by setting either the environment
variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.

I understand that the problem is that clang is not installed in the docker container used by Jenkins to compile the package, but I don't know what to configure in the package to add this system dependency, I have tried to add both

<build_depend>clang</build_depend>

and

<buildtool_depend>clang<buildtool_depend>

but in both cases I have the error

KeyError: 'clang'

can someone please help me to understand how to add this system dependency?

2020-02-25 03:13:40 -0500 received badge  Scholar (source)
2020-02-25 03:13:36 -0500 received badge  Supporter (source)
2020-02-25 03:13:06 -0500 received badge  Popular Question (source)
2020-02-13 11:08:34 -0500 asked a question How to add clang dependency to ROS package

How to add clang dependency to ROS package I'm trying to release one ROS package, but the automatic build of the package