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

Revision history [back]

click to hide/show revision 1
initial version

Solved, for me was a quite simple solution.

  1. Install the version 3.12.3 of cmake.

  2. Rebuild the package ros-melodic-cpp-common. As I don't know how to just rebuild something, I first removed it with pikaur -Rs ros-melodic-cpp-common and then reinstalled it with pikaur -S ros-melodic-cpp-common.

  3. Now you should be able to install ros-melodic-rostime with pikaur -S ros-melodic-rostime.

I used pikaur as AUR helper, but it should work with any other, like yay for example.

Solved, for me was a quite simple solution.

  1. Install the version 3.12.3 of cmake.

  2. Rebuild the package ros-melodic-cpp-common. As I don't know how to just rebuild something, I first removed it with pikaur -Rs ros-melodic-cpp-common and then reinstalled it with pikaur -S ros-melodic-cpp-common.

  3. Now you should be able to install ros-melodic-rostime with pikaur -S ros-melodic-rostime.

I used pikaur as AUR helper, but it should work with any other, like yay for example.

Here was were I obtained all the information.

Solved, for me was a quite simple solution.

  1. Install the version 3.12.3 of cmake.cmake, it's the one that I used, it might also work with 3.12.4 or other versions, but I can't confirm it.

  2. Rebuild the package ros-melodic-cpp-common. As I don't know how to just rebuild something, I first removed it with pikaur -Rs ros-melodic-cpp-common and then reinstalled it with pikaur -S ros-melodic-cpp-common.

  3. Now you should be able to install ros-melodic-rostime with pikaur -S ros-melodic-rostime.

I used pikaur as AUR helper, but it should work with any other, like yay for example.

Here was were I obtained all the information.