Created
September 18, 2011 23:59
-
-
Save ashgti/1225737 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 | |
| [ rosmake ] No package specified. Building ['move_base'] | |
| [ rosmake ] Packages requested are: ['move_base'] | |
| [ rosmake ] Logging to directory/Users/john/.ros/rosmake/rosmake_output-20110918-185909 | |
| [ rosmake ] Expanded args ['move_base'] to: | |
| ['move_base'] | |
| [ rosmake ] Checking rosdeps compliance for packages move_base. This may take a few seconds. | |
| Executing script below with cwd=/var/folders/q3/xzr40bsj6sjdclzckw3z2yt40000gn/T | |
| {{{ | |
| #!/bin/bash | |
| export PREFIX=/usr/local/ | |
| export INSTALLED_FILE=$PREFIX/share/ros/wxpython-version.installed | |
| if [ -f $INSTALLED_FILE ]; then | |
| [ df957f2b4173db8e394336fa1efff87b = `cat $INSTALLED_FILE` ] | |
| else | |
| false | |
| fi | |
| }}} | |
| Executing script below with cwd=/var/folders/q3/xzr40bsj6sjdclzckw3z2yt40000gn/T | |
| {{{ | |
| #!/bin/bash | |
| if [ -f /usr/local/share/ros/tinyxml-version.installed ]; then | |
| [ 35efe59f25b7980a6f3ec0118908cc11 = `cat /usr/local/share/ros/tinyxml-version.installed` ] | |
| else | |
| false | |
| fi | |
| }}} | |
| Traceback (most recent call last): | |
| File "/Users/john/Projects/ros-eletric/ros/tools/rosdep/src/rosdep/installers.py", line 361, in __init__ | |
| pop = subprocess.Popen(['port'], stdout=subprocess.PIPE, stderr=subprocess.PIPE) | |
| File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 672, in __init__ | |
| errread, errwrite) | |
| File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1202, in _execute_child | |
| raise child_exception | |
| OSError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/Users/john/Projects/ros-eletric/ros/bin/rosmake", line 65, in <module> | |
| if rma.main(): | |
| File "/Users/john/Projects/ros-eletric/ros/tools/rosmake/src/rosmake/engine.py", line 865, in main | |
| self.rosdep_check_result = self.check_rosdep(buildable_packages) | |
| File "/Users/john/Projects/ros-eletric/ros/tools/rosmake/src/rosmake/engine.py", line 296, in check_rosdep | |
| failed_rosdeps = r.check() | |
| File "/Users/john/Projects/ros-eletric/ros/tools/rosdep/src/rosdep/core.py", line 446, 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 524, in install_rosdep | |
| my_installer = installer(rosdep_dict[mode]) | |
| File "/Users/john/Projects/ros-eletric/ros/tools/rosdep/src/rosdep/installers.py", line 364, in __init__ | |
| print("There was an error running macports, make sure it is installed properly.", file=sys.stderr) | |
| NameError: global name 'sys' is not defined | |
| Traceback (most recent call last): | |
| File "/Users/john/Projects/ros-eletric/ros/bin/rosmake", line 65, in <module> | |
| if rma.main(): | |
| File "/Users/john/Projects/ros-eletric/ros/tools/rosmake/src/rosmake/engine.py", line 865, in main | |
| self.rosdep_check_result = self.check_rosdep(buildable_packages) | |
| File "/Users/john/Projects/ros-eletric/ros/tools/rosmake/src/rosmake/engine.py", line 296, in check_rosdep | |
| failed_rosdeps = r.check() | |
| File "/Users/john/Projects/ros-eletric/ros/tools/rosdep/src/rosdep/core.py", line 446, 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 524, in install_rosdep | |
| my_installer = installer(rosdep_dict[mode]) | |
| File "/Users/john/Projects/ros-eletric/ros/tools/rosdep/src/rosdep/installers.py", line 364, in __init__ | |
| print("There was an error running macports, make sure it is installed properly.", file=sys.stderr) | |
| NameError: global name 'sys' is not defined |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment