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

missing rosdeps for gtest and paramiko running OS: Arch

asked 2011-05-24 23:31:04 -0500

uwe gravatar image

updated 2014-01-28 17:09:44 -0500

ngrennan gravatar image

hello, I installed a new ARCH system and made a rosinstall for the full desktop. At the end I got an error message because the rosmake for ros and ros_comm did not work. Manually I started the rosmake ros and it worked, but not the ros_comm. After the PACKAGES zip (package found) the process runs into my editor with the pkgbuid for log4cxx. After leaving the editor it starts again with the packages and into the editor with the pkgbuild. For a second try I only started make in the ros_comm directory. Without this, I can not start roscore. Can someone help?

Uwe

rosmake ros_comm --rosdep-install [ rosmake ] Packages requested are: ['ros_comm']
[ rosmake ] Logging to directory/home/thater/.ros/rosmake/rosmake_output-20110525-125759 [ rosmake ] Expanded args ['ros_comm'] to: ['message_filters', 'cpp_common', 'xmlrpcpp', 'roswtf', 'rostime', 'rosgraph_msgs', 'std_srvs', 'std_msgs', 'rospy', 'roslisp', 'roscpp_traits', 'roscpp', 'roscpp_serialization', 'topic_tools', 'roslaunch', 'rosbag', 'rosout', 'rosmsg', 'rosnode', 'rosbagmigration', 'rosconsole', 'rosgraph', 'rosservice', 'rosparam', 'rostest', 'rostopic', 'rosrecord', 'rosmaster', 'test_roscpp_serialization_perf', 'test_rosmaster', 'test_rosbag', 'test_rospy', 'test_rosmsg', 'test_rosnode', 'test_roscpp', 'test_roslib_comm', 'test_crosspackage', 'test_roscpp_serialization', 'test_ros', 'test_rostest', 'test_rostopic', 'test_roslaunch', 'test_topic_tools', 'test_rosgraph', 'test_rosservice', 'test_rosparam', 'test_roswtf', 'perf_roscpp', 'test_rostime', 'roscore_migration_rules'] [ rosmake ] Generating Install Script using rosdep then executing. This may take a minute, you will be prompted for permissions. . . Failed to find rosdep gtest for package message_filters on OS:arch version: Failed to find rosdep paramiko for package message_filters on OS:arch version: Failed to find rosdep gtest for package roswtf on OS:arch version: Failed to find rosdep paramiko for package roswtf on OS:arch version: Failed to find rosdep gtest for package topic_tools on OS:arch version: Failed to find rosdep paramiko for package topic_tools on OS:arch version: Failed to find rosdep paramiko for package roslaunch on OS:arch version: Failed to find rosdep gtest for package rosbag on OS:arch version: Failed to find rosdep paramiko for package rosbag on OS:arch version: Failed to find rosdep gtest for package rosmsg on OS:arch version: Failed to find rosdep paramiko for package rosmsg on OS:arch version: Failed to find rosdep gtest for package rosbagmigration on OS:arch version: Failed to find rosdep paramiko for package rosbagmigration on OS:arch version: Failed to find rosdep gtest for package rosservice on OS:arch version: Failed to find rosdep paramiko for package rosservice on OS:arch version: Failed to find rosdep gtest for package rostest on OS:arch version: Failed to find rosdep paramiko for package rostest on OS:arch version: Failed to find rosdep gtest for package rostopic on OS:arch version: Failed to find rosdep paramiko for package rostopic on OS:arch version: Failed to find rosdep gtest for package rosrecord on OS:arch version: Failed to find rosdep paramiko for package rosrecord on OS:arch version: Failed to find rosdep gtest for package test_rosmaster on OS:arch version: Failed to find rosdep paramiko for package test_rosmaster on OS:arch version: Failed to find rosdep gtest for package test_rosbag on OS:arch version: Failed to find rosdep paramiko for package test_rosbag on OS:arch version: Failed to find rosdep gtest for ...

(more)
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2011-06-09 16:32:41 -0500

tfoote gravatar image

You need to create a rosdep rule to install paramiko and gtest on arch and add it to the rosdep.yaml file. There's a tutorial for this

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-05-24 23:31:04 -0500

Seen: 541 times

Last updated: Jun 09 '11