Created
August 19, 2011 04:57
-
-
Save ashgti/1156079 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ rosmake ros_comm | |
| [ rosmake ] Packages requested are: ['ros_comm'] | |
| [ rosmake ] Logging to directory/Users/john/.ros/rosmake/rosmake_output-20110818-235419 | |
| [ rosmake ] Expanded args ['ros_comm'] to: | |
| ['xmlrpcpp', 'roswtf', 'rostime', 'message_filters', 'cpp_common', 'topic_tools', 'rostopic', 'rostest', 'rosservice', 'rosparam', 'rosout', 'rosnode', 'rosmsg', 'rosmaster', 'roslaunch', 'rosgraph', 'rosconsole', 'rosbagmigration', 'rosbag', 'test_topic_tools', 'test_roswtf', 'test_rostopic', 'test_rostime', 'test_rostest', 'test_rosservice', 'test_rospy', 'test_rosparam', 'test_rosnode', 'test_rosmsg', 'test_rosmaster', 'test_roslib_comm', 'test_roslaunch', 'test_rosgraph', 'test_roscpp_serialization_perf', 'test_roscpp_serialization', 'test_roscpp', 'test_rosbag', 'test_ros', 'test_crosspackage', 'perf_roscpp', 'roscore_migration_rules', 'std_srvs', 'std_msgs', 'rosgraph_msgs', 'rospy', 'roslisp', 'roscpp_traits', 'roscpp_serialization', 'roscpp'] | |
| [ rosmake ] Checking rosdeps compliance for packages ros_comm. This may take a few seconds. | |
| Executing script below with cwd=/var/folders/q3/xzr40bsj6sjdclzckw3z2yt40000gn/T | |
| {{{ | |
| #!/bin/bash | |
| export PREFIX=/usr/local | |
| if [ -f $PREFIX/share/ros/gtest-version.installed ]; then | |
| [ 7e27f5f3b79dd1ce9092e159cdbd0635 = `cat $PREFIX/share/ros/gtest-version.installed` ] | |
| else | |
| false | |
| fi | |
| }}} | |
| Traceback (most recent call last): | |
| File "/Users/john/Projects/ros-eletric/ros/bin/rosmake", line 63, in <module> | |
| if rma.main(): | |
| File "/Users/john/Projects/ros-eletric/ros/tools/rosmake/src/rosmake/rosmake.py", line 857, in main | |
| self.rosdep_check_result = self.check_rosdep(buildable_packages) | |
| File "/Users/john/Projects/ros-eletric/ros/tools/rosmake/src/rosmake/rosmake.py", line 288, in check_rosdep | |
| failed_rosdeps = r.check() | |
| File "/Users/john/Projects/ros-eletric/ros/tools/rosdep/src/rosdep/core.py", line 460, in check | |
| if not self.install_rosdep(r, rdlp, default_yes=False, execute=False, display=display): | |
| File "/Users/john/Projects/ros-eletric/ros/tools/rosdep/src/rosdep/core.py", line 556, in install_rosdep | |
| result = my_installer.generate_package_install_command(default_yes, execute, display) | |
| File "/Users/john/Projects/ros-eletric/ros/tools/rosdep/src/rosdep/installers.py", line 337, in generate_package_install_command | |
| if self.alt_install_cmd: | |
| AttributeError: PipInstaller instance has no attribute 'alt_install_cmd' | |
| Traceback (most recent call last): | |
| File "/Users/john/Projects/ros-eletric/ros/bin/rosmake", line 63, in <module> | |
| if rma.main(): | |
| File "/Users/john/Projects/ros-eletric/ros/tools/rosmake/src/rosmake/rosmake.py", line 857, in main | |
| self.rosdep_check_result = self.check_rosdep(buildable_packages) | |
| File "/Users/john/Projects/ros-eletric/ros/tools/rosmake/src/rosmake/rosmake.py", line 288, in check_rosdep | |
| failed_rosdeps = r.check() | |
| File "/Users/john/Projects/ros-eletric/ros/tools/rosdep/src/rosdep/core.py", line 460, in check | |
| if not self.install_rosdep(r, rdlp, default_yes=False, execute=False, display=display): | |
| File "/Users/john/Projects/ros-eletric/ros/tools/rosdep/src/rosdep/core.py", line 556, in install_rosdep | |
| result = my_installer.generate_package_install_command(default_yes, execute, display) | |
| File "/Users/john/Projects/ros-eletric/ros/tools/rosdep/src/rosdep/installers.py", line 337, in generate_package_install_command | |
| if self.alt_install_cmd: | |
| AttributeError: PipInstaller instance has no attribute 'alt_install_cmd' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment