Package Details: ros-melodic-rosgraph-msgs 1.11.2-3

Git Clone URL: https://aur.archlinux.org/ros-melodic-rosgraph-msgs.git (read-only, click to copy)
Package Base: ros-melodic-rosgraph-msgs
Description: ROS - Messages relating to the ROS Computation Graph.
Upstream URL: https://wiki.ros.org/rosgraph_msgs
Licenses: BSD
Submitter: GPereira
Maintainer: None
Last Packager: bionade24
Votes: 3
Popularity: 0.000000
First Submitted: 2018-05-08 13:11 (UTC)
Last Updated: 2021-03-22 13:17 (UTC)

Latest Comments

keeyan commented on 2018-09-22 20:26 (UTC)

I'm getting some errors when trying to install this which I can't figure out how to solve. I followed the instructions others were mentioning about changing the cmake path (and it worked for all other broken packages) and after doing the same here I now get this error:

CMake Error at /opt/ros/melodic/share/message_runtime/cmake/message_runtimeConfig.cmake:172 (find_package):
  Could not find a package configuration file provided by "cpp_common" with
  any of the following names:

    cpp_commonConfig.cmake
    cpp_common-config.cmake

  Add the installation prefix of "cpp_common" to CMAKE_PREFIX_PATH or set
  "cpp_common_DIR" to a directory containing one of the above files.  If
  "cpp_common" provides a separate development package or SDK, be sure it has
  been installed.
Call Stack (most recent call first):
  /opt/ros/melodic/share/std_msgs/cmake/std_msgsConfig.cmake:172 (find_package)
  /opt/ros/melodic/share/catkin/cmake/catkinConfig.cmake:76 (find_package)
  CMakeLists.txt:4 (find_package)


-- Configuring incomplete, errors occurred!
See also "/home/keeyan/.cache/yay/ros-melodic-rosgraph-msgs/src/build/CMakeFiles/CMakeOutput.log".
See also "/home/keeyan/.cache/yay/ros-melodic-rosgraph-msgs/src/build/CMakeFiles/CMakeError.log".
==> ERROR: A failure occurred in build().
    Aborting...
Error making: ros-melodic-rosgraph-msgs

My best guess is a missing dependency or maybe you need to pass an extra argument to cmake. Has anybody else experienced this problem?