Skip to content

Instantly share code, notes, and snippets.

@yoneken
Last active August 29, 2015 14:11
Show Gist options
  • Save yoneken/f8e5645160a8fae9a5b4 to your computer and use it in GitHub Desktop.
Save yoneken/f8e5645160a8fae9a5b4 to your computer and use it in GitHub Desktop.
Compilation error, when I type "catkin_make_isolated --pkg ros_gpio".
==> Processing catkin package: 'ros_gpio'
==> Creating build directory: 'build_isolated/ros_gpio'
==> Building with env: '/home/alva/ros/catkin/devel_isolated/posedetection_msgs/env.sh'
==> cmake /home/alva/ros/catkin/src/ros_gpio -DCATKIN_DEVEL_PREFIX=/home/alva/ros/catkin/devel_isolated/ros_gpio -DCMAKE_INSTALL_PREFIX=/home/alva/ros/catkin/install_isolated in '/home/alva/ros/catkin/build_isolated/ros_gpio'
Unhandled exception of type 'OSError':
Traceback (most recent call last):
File "/home/alva/ros/catkin/install_isolated/lib/python2.7/dist-packages/catkin/builder.py", line 875, in build_workspace_isolated
number=index + 1, of=len(ordered_packages)
File "/home/alva/ros/catkin/install_isolated/lib/python2.7/dist-packages/catkin/builder.py", line 627, in build_package
destdir=destdir
File "/home/alva/ros/catkin/install_isolated/lib/python2.7/dist-packages/catkin/builder.py", line 386, in build_catkin_package
run_command_colorized(cmake_cmd, build_dir, quiet, add_env=add_env)
File "/home/alva/ros/catkin/install_isolated/lib/python2.7/dist-packages/catkin/builder.py", line 181, in run_command_colorized
run_command(cmd, cwd, quiet=quiet, colorize=True, add_env=add_env)
File "/home/alva/ros/catkin/install_isolated/lib/python2.7/dist-packages/catkin/builder.py", line 199, in run_command
raise OSError("Failed command '%s': %s" % (cmd, e))
OSError: Failed command '['/home/alva/ros/catkin/devel_isolated/posedetection_msgs/env.sh', 'cmake', '/home/alva/ros/catkin/src/ros_gpio', '-DCATKIN_DEVEL_PREFIX=/home/alva/ros/catkin/devel_isolated/ros_gpio', '-DCMAKE_INSTALL_PREFIX=/home/alva/ros/catkin/install_isolated']': [Errno 2] No such file or directory
<== Failed to process package 'ros_gpio':
Failed command '['/home/alva/ros/catkin/devel_isolated/posedetection_msgs/env.sh', 'cmake', '/home/alva/ros/catkin/src/ros_gpio', '-DCATKIN_DEVEL_PREFIX=/home/alva/ros/catkin/devel_isolated/ros_gpio', '-DCMAKE_INSTALL_PREFIX=/home/alva/ros/catkin/install_isolated']': [Errno 2] No such file or directory
Command failed, exiting.
==> Processing catkin package: 'ros_gpio'
==> Building with env: '/home/alva/ros/catkin/install_isolated/env.sh'
==> cmake /home/alva/ros/catkin/src/ros_gpio -DCATKIN_DEVEL_PREFIX=/home/alva/ros/catkin/devel_isolated/ros_gpio -DCMAKE_INSTALL_PREFIX=/home/alva/ros/catkin/install_isolated in '/home/alva/ros/catkin/build_isolated/ros_gpio'
-- The C compiler identification is GNU 4.7.2
-- The CXX compiler identification is GNU 4.7.2
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Using CATKIN_DEVEL_PREFIX: /home/alva/ros/catkin/devel_isolated/ros_gpio
-- Using CMAKE_PREFIX_PATH: /home/alva/ros/catkin/install_isolated
-- This workspace overlays: /home/alva/ros/catkin/install_isolated
-- Found PythonInterp: /usr/bin/python (found version "2.7.3")
-- Using PYTHON_EXECUTABLE: /usr/bin/python
-- Using Debian Python package layout
-- Using empy: /usr/bin/empy
-- Using CATKIN_ENABLE_TESTING: ON
-- Call enable_testing()
-- Using CATKIN_TEST_RESULTS_DIR: /home/alva/ros/catkin/build_isolated/ros_gpio/test_results
-- gtest not found, C++ tests can not be built. Please install the gtest headers globally in your system to enable gtests
-- Using Python nosetests: /home/alva/.local/bin/nosetests-2.7
-- catkin 0.6.9
-- Using these message generators: gencpp;genlisp;genpy
-- ros_gpio: 0 messages, 16 services
-- Configuring done
-- Generating done
-- Build files have been written to: /home/alva/ros/catkin/build_isolated/ros_gpio
==> make -j2 -l2 in '/home/alva/ros/catkin/build_isolated/ros_gpio'
Scanning dependencies of target _ros_gpio_generate_messages_check_deps_WriteGpio
Scanning dependencies of target _ros_gpio_generate_messages_check_deps_SetGpioMode
[ 0%] [ 0%] Built target _ros_gpio_generate_messages_check_deps_SetGpioMode
Built target _ros_gpio_generate_messages_check_deps_WriteGpio
Scanning dependencies of target _ros_gpio_generate_messages_check_deps_StartPwm
Scanning dependencies of target _ros_gpio_generate_messages_check_deps_SetGpioDir
[ 0%] [ 0%] Built target _ros_gpio_generate_messages_check_deps_StartPwm
Built target _ros_gpio_generate_messages_check_deps_SetGpioDir
Scanning dependencies of target _ros_gpio_generate_messages_check_deps_SetPwmDuty_ms
Scanning dependencies of target _ros_gpio_generate_messages_check_deps_SetPwmDuty_percent
[ 0%] [ 0%] Built target _ros_gpio_generate_messages_check_deps_SetPwmDuty_ms
Built target _ros_gpio_generate_messages_check_deps_SetPwmDuty_percent
Scanning dependencies of target _ros_gpio_generate_messages_check_deps_SetPwmPeriod
Scanning dependencies of target _ros_gpio_generate_messages_check_deps_ReadGpio
[ 0%] [ 0%] Built target _ros_gpio_generate_messages_check_deps_SetPwmPeriod
Built target _ros_gpio_generate_messages_check_deps_ReadGpio
Scanning dependencies of target _ros_gpio_generate_messages_check_deps_WritePwm
Scanning dependencies of target _ros_gpio_generate_messages_check_deps_StopPwm
[ 0%] [ 0%] Built target _ros_gpio_generate_messages_check_deps_StopPwm
Built target _ros_gpio_generate_messages_check_deps_WritePwm
Scanning dependencies of target std_msgs_generate_messages_lisp
Scanning dependencies of target _ros_gpio_generate_messages_check_deps_ReadPwm
[ 0%] Built target std_msgs_generate_messages_lisp
Scanning dependencies of target _ros_gpio_generate_messages_check_deps_OpenGpio
[ 0%] Built target _ros_gpio_generate_messages_check_deps_ReadPwm
[ 0%] Built target _ros_gpio_generate_messages_check_deps_OpenGpio
Scanning dependencies of target _ros_gpio_generate_messages_check_deps_ClosePwm
Scanning dependencies of target _ros_gpio_generate_messages_check_deps_OpenPwm
[ 0%] Built target _ros_gpio_generate_messages_check_deps_ClosePwm
[ 0%] Built target _ros_gpio_generate_messages_check_deps_OpenPwm
Scanning dependencies of target _ros_gpio_generate_messages_check_deps_SetPwmPulseWidth
Scanning dependencies of target _ros_gpio_generate_messages_check_deps_CloseGpio
[ 0%] Built target _ros_gpio_generate_messages_check_deps_SetPwmPulseWidth
[ 0%] Built target _ros_gpio_generate_messages_check_deps_CloseGpio
Scanning dependencies of target std_msgs_generate_messages_cpp
Scanning dependencies of target std_msgs_generate_messages_py
[ 0%] Built target std_msgs_generate_messages_cpp
[ 0%] Built target std_msgs_generate_messages_py
Scanning dependencies of target ros_gpio_generate_messages_lisp
Scanning dependencies of target ros_gpio_generate_messages_cpp
[ 1%] Generating Lisp code from ros_gpio/WriteGpio.srv
[ 3%] Generating C++ code from ros_gpio/WriteGpio.srv
[ 5%] Generating Lisp code from ros_gpio/ReadGpio.srv
[ 7%] Generating Lisp code from ros_gpio/CloseGpio.srv
[ 9%] Generating Lisp code from ros_gpio/SetGpioMode.srv
[ 11%] Generating Lisp code from ros_gpio/WritePwm.srv
[ 12%] Generating Lisp code from ros_gpio/OpenPwm.srv
[ 14%] [ 16%] Generating Lisp code from ros_gpio/SetPwmPeriod.srv
Generating C++ code from ros_gpio/ReadGpio.srv
[ 18%] Generating Lisp code from ros_gpio/ClosePwm.srv
[ 20%] Generating Lisp code from ros_gpio/ReadPwm.srv
[ 22%] Generating Lisp code from ros_gpio/StopPwm.srv
[ 24%] Generating Lisp code from ros_gpio/StartPwm.srv
[ 25%] Generating Lisp code from ros_gpio/SetGpioDir.srv
[ 27%] Generating C++ code from ros_gpio/CloseGpio.srv
[ 29%] Generating Lisp code from ros_gpio/OpenGpio.srv
[ 31%] Generating Lisp code from ros_gpio/SetPwmPulseWidth.srv
[ 33%] Generating Lisp code from ros_gpio/SetPwmDuty_ms.srv
[ 35%] Generating Lisp code from ros_gpio/SetPwmDuty_percent.srv
[ 35%] Built target ros_gpio_generate_messages_lisp
Scanning dependencies of target ros_gpio_generate_messages_py
[ 37%] Generating Python code from SRV ros_gpio/WriteGpio
[ 38%] [ 40%] Generating C++ code from ros_gpio/SetGpioMode.srv
Generating Python code from SRV ros_gpio/ReadGpio
[ 42%] Generating Python code from SRV ros_gpio/CloseGpio
[ 44%] Generating Python code from SRV ros_gpio/SetGpioMode
[ 46%] Generating Python code from SRV ros_gpio/WritePwm
[ 48%] Generating Python code from SRV ros_gpio/OpenPwm
[ 50%] Generating Python code from SRV ros_gpio/SetPwmPeriod
[ 51%] [ 53%] Generating C++ code from ros_gpio/WritePwm.srv
Generating Python code from SRV ros_gpio/ClosePwm
[ 55%] Generating Python code from SRV ros_gpio/ReadPwm
[ 57%] Generating Python code from SRV ros_gpio/StopPwm
[ 59%] Generating Python code from SRV ros_gpio/StartPwm
[ 61%] Generating Python code from SRV ros_gpio/SetGpioDir
[ 62%] Generating Python code from SRV ros_gpio/OpenGpio
[ 64%] [ 66%] Generating C++ code from ros_gpio/OpenPwm.srv
Generating Python code from SRV ros_gpio/SetPwmPulseWidth
[ 68%] Generating Python code from SRV ros_gpio/SetPwmDuty_ms
[ 70%] Generating Python code from SRV ros_gpio/SetPwmDuty_percent
[ 72%] Generating Python srv __init__.py for ros_gpio
[ 72%] Built target ros_gpio_generate_messages_py
[ 74%] Generating C++ code from ros_gpio/SetPwmPeriod.srv
[ 75%] Generating C++ code from ros_gpio/ClosePwm.srv
[ 77%] Generating C++ code from ros_gpio/ReadPwm.srv
[ 79%] Generating C++ code from ros_gpio/StopPwm.srv
[ 81%] Generating C++ code from ros_gpio/StartPwm.srv
[ 83%] Generating C++ code from ros_gpio/SetGpioDir.srv
[ 85%] Generating C++ code from ros_gpio/OpenGpio.srv
[ 87%] Generating C++ code from ros_gpio/SetPwmPulseWidth.srv
[ 88%] Generating C++ code from ros_gpio/SetPwmDuty_ms.srv
[ 90%] Generating C++ code from ros_gpio/SetPwmDuty_percent.srv
[ 90%] Built target ros_gpio_generate_messages_cpp
Scanning dependencies of target ros_gpio_generate_messages
Scanning dependencies of target srv_server
[ 90%] Built target ros_gpio_generate_messages
Scanning dependencies of target test_gpio_client
[ 92%] Building CXX object CMakeFiles/srv_server.dir/src/gpio.cpp.o
[ 94%] Building CXX object CMakeFiles/test_gpio_client.dir/src/test_gpio_client.cpp.o
Linking CXX executable /home/alva/ros/catkin/devel_isolated/ros_gpio/lib/ros_gpio/test_gpio_client
[ 96%] Building CXX object CMakeFiles/srv_server.dir/src/pwm.cpp.o
[ 96%] Built target test_gpio_client
[ 98%] Building CXX object CMakeFiles/srv_server.dir/src/srv_server.cpp.o
Linking CXX executable /home/alva/ros/catkin/devel_isolated/ros_gpio/lib/ros_gpio/srv_server
[ 98%] Built target srv_server
Scanning dependencies of target test_pwm_client
[100%] Building CXX object CMakeFiles/test_pwm_client.dir/src/test_pwm_client.cpp.o
Linking CXX executable /home/alva/ros/catkin/devel_isolated/ros_gpio/lib/ros_gpio/test_pwm_client
[100%] Built target test_pwm_client
==> make install in '/home/alva/ros/catkin/build_isolated/ros_gpio'
[ 0%] Built target _ros_gpio_generate_messages_check_deps_WriteGpio
[ 0%] Built target _ros_gpio_generate_messages_check_deps_SetGpioMode
[ 0%] Built target _ros_gpio_generate_messages_check_deps_SetGpioDir
[ 0%] Built target _ros_gpio_generate_messages_check_deps_StartPwm
[ 0%] Built target _ros_gpio_generate_messages_check_deps_SetPwmDuty_ms
[ 0%] Built target _ros_gpio_generate_messages_check_deps_SetPwmDuty_percent
[ 0%] Built target _ros_gpio_generate_messages_check_deps_SetPwmPeriod
[ 0%] Built target _ros_gpio_generate_messages_check_deps_ReadGpio
[ 0%] Built target _ros_gpio_generate_messages_check_deps_WritePwm
[ 0%] Built target _ros_gpio_generate_messages_check_deps_StopPwm
[ 0%] Built target std_msgs_generate_messages_lisp
[ 0%] Built target _ros_gpio_generate_messages_check_deps_ReadPwm
[ 0%] Built target _ros_gpio_generate_messages_check_deps_OpenGpio
[ 0%] Built target _ros_gpio_generate_messages_check_deps_ClosePwm
[ 0%] Built target _ros_gpio_generate_messages_check_deps_OpenPwm
[ 0%] Built target _ros_gpio_generate_messages_check_deps_SetPwmPulseWidth
[ 0%] Built target _ros_gpio_generate_messages_check_deps_CloseGpio
[ 29%] Built target ros_gpio_generate_messages_lisp
[ 29%] Built target std_msgs_generate_messages_cpp
[ 59%] Built target ros_gpio_generate_messages_cpp
[ 59%] Built target std_msgs_generate_messages_py
[ 90%] Built target ros_gpio_generate_messages_py
[ 90%] Built target ros_gpio_generate_messages
[ 96%] Built target srv_server
[ 98%] Built target test_gpio_client
[100%] Built target test_pwm_client
Install the project...
-- Install configuration: ""
-- Installing: /home/alva/ros/catkin/install_isolated/_setup_util.py
-- Installing: /home/alva/ros/catkin/install_isolated/env.sh
-- Installing: /home/alva/ros/catkin/install_isolated/setup.bash
-- Installing: /home/alva/ros/catkin/install_isolated/setup.sh
-- Installing: /home/alva/ros/catkin/install_isolated/setup.zsh
-- Installing: /home/alva/ros/catkin/install_isolated/.rosinstall
-- Up-to-date: /home/alva/ros/catkin/install_isolated/etc/catkin/profile.d/05.catkin_make.bash
-- Up-to-date: /home/alva/ros/catkin/install_isolated/etc/catkin/profile.d/05.catkin_make_isolated.bash
-- Installing: /home/alva/ros/catkin/install_isolated/share/ros_gpio/srv/OpenGpio.srv
-- Installing: /home/alva/ros/catkin/install_isolated/share/ros_gpio/srv/CloseGpio.srv
-- Installing: /home/alva/ros/catkin/install_isolated/share/ros_gpio/srv/SetGpioDir.srv
-- Installing: /home/alva/ros/catkin/install_isolated/share/ros_gpio/srv/SetGpioMode.srv
-- Installing: /home/alva/ros/catkin/install_isolated/share/ros_gpio/srv/WriteGpio.srv
-- Installing: /home/alva/ros/catkin/install_isolated/share/ros_gpio/srv/ReadGpio.srv
-- Installing: /home/alva/ros/catkin/install_isolated/share/ros_gpio/srv/OpenPwm.srv
-- Installing: /home/alva/ros/catkin/install_isolated/share/ros_gpio/srv/ClosePwm.srv
-- Installing: /home/alva/ros/catkin/install_isolated/share/ros_gpio/srv/WritePwm.srv
-- Installing: /home/alva/ros/catkin/install_isolated/share/ros_gpio/srv/ReadPwm.srv
-- Installing: /home/alva/ros/catkin/install_isolated/share/ros_gpio/srv/StartPwm.srv
-- Installing: /home/alva/ros/catkin/install_isolated/share/ros_gpio/srv/StopPwm.srv
-- Installing: /home/alva/ros/catkin/install_isolated/share/ros_gpio/srv/SetPwmPeriod.srv
-- Installing: /home/alva/ros/catkin/install_isolated/share/ros_gpio/srv/SetPwmPulseWidth.srv
-- Installing: /home/alva/ros/catkin/install_isolated/share/ros_gpio/srv/SetPwmDuty_ms.srv
-- Installing: /home/alva/ros/catkin/install_isolated/share/ros_gpio/srv/SetPwmDuty_percent.srv
-- Installing: /home/alva/ros/catkin/install_isolated/share/ros_gpio/cmake/ros_gpio-msg-paths.cmake
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/SetPwmDuty_msRequest.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/WritePwmRequest.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/SetPwmPulseWidthRequest.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/SetGpioModeResponse.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/OpenPwmRequest.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/ClosePwm.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/OpenGpio.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/SetPwmDuty_percent.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/SetPwmDuty_msResponse.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/ReadGpioRequest.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/SetPwmPulseWidthResponse.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/ReadGpioResponse.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/ClosePwmRequest.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/SetGpioDirRequest.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/OpenGpioRequest.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/SetPwmDuty_percentResponse.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/CloseGpio.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/SetGpioMode.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/StopPwm.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/OpenPwmResponse.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/CloseGpioResponse.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/OpenPwm.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/SetPwmPeriod.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/WritePwm.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/StartPwmRequest.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/CloseGpioRequest.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/SetPwmDuty_percentRequest.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/ReadPwmRequest.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/StopPwmRequest.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/ReadPwm.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/SetGpioDir.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/WriteGpioResponse.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/SetPwmPulseWidth.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/SetGpioDirResponse.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/ReadGpio.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/StartPwm.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/WriteGpioRequest.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/SetPwmPeriodRequest.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/ReadPwmResponse.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/OpenGpioResponse.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/SetGpioModeRequest.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/WritePwmResponse.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/WriteGpio.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/SetPwmPeriodResponse.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/StartPwmResponse.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/SetPwmDuty_ms.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/StopPwmResponse.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/ClosePwmResponse.h
-- Installing: /home/alva/ros/catkin/install_isolated/share/common-lisp/ros/ros_gpio
-- Installing: /home/alva/ros/catkin/install_isolated/share/common-lisp/ros/ros_gpio/srv
-- Installing: /home/alva/ros/catkin/install_isolated/share/common-lisp/ros/ros_gpio/srv/SetPwmDuty_ms.lisp
-- Installing: /home/alva/ros/catkin/install_isolated/share/common-lisp/ros/ros_gpio/srv/ReadPwm.lisp
-- Installing: /home/alva/ros/catkin/install_isolated/share/common-lisp/ros/ros_gpio/srv/ReadGpio.lisp
-- Installing: /home/alva/ros/catkin/install_isolated/share/common-lisp/ros/ros_gpio/srv/ClosePwm.lisp
-- Installing: /home/alva/ros/catkin/install_isolated/share/common-lisp/ros/ros_gpio/srv/StartPwm.lisp
-- Installing: /home/alva/ros/catkin/install_isolated/share/common-lisp/ros/ros_gpio/srv/_package_CloseGpio.lisp
-- Installing: /home/alva/ros/catkin/install_isolated/share/common-lisp/ros/ros_gpio/srv/SetPwmDuty_percent.lisp
-- Installing: /home/alva/ros/catkin/install_isolated/share/common-lisp/ros/ros_gpio/srv/ros_gpio-srv.asd
-- Installing: /home/alva/ros/catkin/install_isolated/share/common-lisp/ros/ros_gpio/srv/_package_SetPwmPulseWidth.lisp
-- Installing: /home/alva/ros/catkin/install_isolated/share/common-lisp/ros/ros_gpio/srv/SetPwmPulseWidth.lisp
-- Installing: /home/alva/ros/catkin/install_isolated/share/common-lisp/ros/ros_gpio/srv/_package_ReadPwm.lisp
-- Installing: /home/alva/ros/catkin/install_isolated/share/common-lisp/ros/ros_gpio/srv/_package_SetPwmDuty_percent.lisp
-- Installing: /home/alva/ros/catkin/install_isolated/share/common-lisp/ros/ros_gpio/srv/_package_ReadGpio.lisp
-- Installing: /home/alva/ros/catkin/install_isolated/share/common-lisp/ros/ros_gpio/srv/WriteGpio.lisp
-- Installing: /home/alva/ros/catkin/install_isolated/share/common-lisp/ros/ros_gpio/srv/StopPwm.lisp
-- Installing: /home/alva/ros/catkin/install_isolated/share/common-lisp/ros/ros_gpio/srv/_package.lisp
-- Installing: /home/alva/ros/catkin/install_isolated/share/common-lisp/ros/ros_gpio/srv/_package_OpenGpio.lisp
-- Installing: /home/alva/ros/catkin/install_isolated/share/common-lisp/ros/ros_gpio/srv/_package_ClosePwm.lisp
-- Installing: /home/alva/ros/catkin/install_isolated/share/common-lisp/ros/ros_gpio/srv/SetGpioDir.lisp
-- Installing: /home/alva/ros/catkin/install_isolated/share/common-lisp/ros/ros_gpio/srv/CloseGpio.lisp
-- Installing: /home/alva/ros/catkin/install_isolated/share/common-lisp/ros/ros_gpio/srv/_package_WriteGpio.lisp
-- Installing: /home/alva/ros/catkin/install_isolated/share/common-lisp/ros/ros_gpio/srv/_package_OpenPwm.lisp
-- Installing: /home/alva/ros/catkin/install_isolated/share/common-lisp/ros/ros_gpio/srv/_package_SetPwmDuty_ms.lisp
-- Installing: /home/alva/ros/catkin/install_isolated/share/common-lisp/ros/ros_gpio/srv/_package_StartPwm.lisp
-- Installing: /home/alva/ros/catkin/install_isolated/share/common-lisp/ros/ros_gpio/srv/_package_SetGpioMode.lisp
-- Installing: /home/alva/ros/catkin/install_isolated/share/common-lisp/ros/ros_gpio/srv/_package_StopPwm.lisp
-- Installing: /home/alva/ros/catkin/install_isolated/share/common-lisp/ros/ros_gpio/srv/_package_SetPwmPeriod.lisp
-- Installing: /home/alva/ros/catkin/install_isolated/share/common-lisp/ros/ros_gpio/srv/SetGpioMode.lisp
-- Installing: /home/alva/ros/catkin/install_isolated/share/common-lisp/ros/ros_gpio/srv/OpenPwm.lisp
-- Installing: /home/alva/ros/catkin/install_isolated/share/common-lisp/ros/ros_gpio/srv/WritePwm.lisp
-- Installing: /home/alva/ros/catkin/install_isolated/share/common-lisp/ros/ros_gpio/srv/_package_WritePwm.lisp
-- Installing: /home/alva/ros/catkin/install_isolated/share/common-lisp/ros/ros_gpio/srv/OpenGpio.lisp
-- Installing: /home/alva/ros/catkin/install_isolated/share/common-lisp/ros/ros_gpio/srv/SetPwmPeriod.lisp
-- Installing: /home/alva/ros/catkin/install_isolated/share/common-lisp/ros/ros_gpio/srv/_package_SetGpioDir.lisp
Listing /home/alva/ros/catkin/devel_isolated/ros_gpio/lib/python2.7/dist-packages/ros_gpio ...
Compiling /home/alva/ros/catkin/devel_isolated/ros_gpio/lib/python2.7/dist-packages/ros_gpio/__init__.py ...
Listing /home/alva/ros/catkin/devel_isolated/ros_gpio/lib/python2.7/dist-packages/ros_gpio/srv ...
Compiling /home/alva/ros/catkin/devel_isolated/ros_gpio/lib/python2.7/dist-packages/ros_gpio/srv/_CloseGpio.py ...
Compiling /home/alva/ros/catkin/devel_isolated/ros_gpio/lib/python2.7/dist-packages/ros_gpio/srv/_ClosePwm.py ...
Compiling /home/alva/ros/catkin/devel_isolated/ros_gpio/lib/python2.7/dist-packages/ros_gpio/srv/_OpenGpio.py ...
Compiling /home/alva/ros/catkin/devel_isolated/ros_gpio/lib/python2.7/dist-packages/ros_gpio/srv/_OpenPwm.py ...
Compiling /home/alva/ros/catkin/devel_isolated/ros_gpio/lib/python2.7/dist-packages/ros_gpio/srv/_ReadGpio.py ...
Compiling /home/alva/ros/catkin/devel_isolated/ros_gpio/lib/python2.7/dist-packages/ros_gpio/srv/_ReadPwm.py ...
Compiling /home/alva/ros/catkin/devel_isolated/ros_gpio/lib/python2.7/dist-packages/ros_gpio/srv/_SetGpioDir.py ...
Compiling /home/alva/ros/catkin/devel_isolated/ros_gpio/lib/python2.7/dist-packages/ros_gpio/srv/_SetGpioMode.py ...
Compiling /home/alva/ros/catkin/devel_isolated/ros_gpio/lib/python2.7/dist-packages/ros_gpio/srv/_SetPwmDuty_ms.py ...
Compiling /home/alva/ros/catkin/devel_isolated/ros_gpio/lib/python2.7/dist-packages/ros_gpio/srv/_SetPwmDuty_percent.py ...
Compiling /home/alva/ros/catkin/devel_isolated/ros_gpio/lib/python2.7/dist-packages/ros_gpio/srv/_SetPwmPeriod.py ...
Compiling /home/alva/ros/catkin/devel_isolated/ros_gpio/lib/python2.7/dist-packages/ros_gpio/srv/_SetPwmPulseWidth.py ...
Compiling /home/alva/ros/catkin/devel_isolated/ros_gpio/lib/python2.7/dist-packages/ros_gpio/srv/_StartPwm.py ...
Compiling /home/alva/ros/catkin/devel_isolated/ros_gpio/lib/python2.7/dist-packages/ros_gpio/srv/_StopPwm.py ...
Compiling /home/alva/ros/catkin/devel_isolated/ros_gpio/lib/python2.7/dist-packages/ros_gpio/srv/_WriteGpio.py ...
Compiling /home/alva/ros/catkin/devel_isolated/ros_gpio/lib/python2.7/dist-packages/ros_gpio/srv/_WritePwm.py ...
Compiling /home/alva/ros/catkin/devel_isolated/ros_gpio/lib/python2.7/dist-packages/ros_gpio/srv/__init__.py ...
-- Installing: /home/alva/ros/catkin/install_isolated/lib/python2.7/dist-packages/ros_gpio
-- Installing: /home/alva/ros/catkin/install_isolated/lib/python2.7/dist-packages/ros_gpio/__init__.pyc
-- Installing: /home/alva/ros/catkin/install_isolated/lib/python2.7/dist-packages/ros_gpio/srv
-- Installing: /home/alva/ros/catkin/install_isolated/lib/python2.7/dist-packages/ros_gpio/srv/_SetPwmDuty_ms.py
-- Installing: /home/alva/ros/catkin/install_isolated/lib/python2.7/dist-packages/ros_gpio/srv/_SetPwmPeriod.py
-- Installing: /home/alva/ros/catkin/install_isolated/lib/python2.7/dist-packages/ros_gpio/srv/_OpenGpio.py
-- Installing: /home/alva/ros/catkin/install_isolated/lib/python2.7/dist-packages/ros_gpio/srv/_SetPwmPulseWidth.py
-- Installing: /home/alva/ros/catkin/install_isolated/lib/python2.7/dist-packages/ros_gpio/srv/_SetPwmPulseWidth.pyc
-- Installing: /home/alva/ros/catkin/install_isolated/lib/python2.7/dist-packages/ros_gpio/srv/__init__.pyc
-- Installing: /home/alva/ros/catkin/install_isolated/lib/python2.7/dist-packages/ros_gpio/srv/_StartPwm.pyc
-- Installing: /home/alva/ros/catkin/install_isolated/lib/python2.7/dist-packages/ros_gpio/srv/_SetGpioMode.py
-- Installing: /home/alva/ros/catkin/install_isolated/lib/python2.7/dist-packages/ros_gpio/srv/_WritePwm.py
-- Installing: /home/alva/ros/catkin/install_isolated/lib/python2.7/dist-packages/ros_gpio/srv/_ReadPwm.pyc
-- Installing: /home/alva/ros/catkin/install_isolated/lib/python2.7/dist-packages/ros_gpio/srv/_ClosePwm.py
-- Installing: /home/alva/ros/catkin/install_isolated/lib/python2.7/dist-packages/ros_gpio/srv/_ReadGpio.py
-- Installing: /home/alva/ros/catkin/install_isolated/lib/python2.7/dist-packages/ros_gpio/srv/_ClosePwm.pyc
-- Installing: /home/alva/ros/catkin/install_isolated/lib/python2.7/dist-packages/ros_gpio/srv/_WritePwm.pyc
-- Installing: /home/alva/ros/catkin/install_isolated/lib/python2.7/dist-packages/ros_gpio/srv/_WriteGpio.pyc
-- Installing: /home/alva/ros/catkin/install_isolated/lib/python2.7/dist-packages/ros_gpio/srv/_WriteGpio.py
-- Installing: /home/alva/ros/catkin/install_isolated/lib/python2.7/dist-packages/ros_gpio/srv/_StartPwm.py
-- Installing: /home/alva/ros/catkin/install_isolated/lib/python2.7/dist-packages/ros_gpio/srv/_SetPwmDuty_percent.pyc
-- Installing: /home/alva/ros/catkin/install_isolated/lib/python2.7/dist-packages/ros_gpio/srv/_ReadPwm.py
-- Installing: /home/alva/ros/catkin/install_isolated/lib/python2.7/dist-packages/ros_gpio/srv/_OpenPwm.py
-- Installing: /home/alva/ros/catkin/install_isolated/lib/python2.7/dist-packages/ros_gpio/srv/_SetGpioDir.py
-- Installing: /home/alva/ros/catkin/install_isolated/lib/python2.7/dist-packages/ros_gpio/srv/_SetPwmPeriod.pyc
-- Installing: /home/alva/ros/catkin/install_isolated/lib/python2.7/dist-packages/ros_gpio/srv/_SetPwmDuty_ms.pyc
-- Installing: /home/alva/ros/catkin/install_isolated/lib/python2.7/dist-packages/ros_gpio/srv/_SetPwmDuty_percent.py
-- Installing: /home/alva/ros/catkin/install_isolated/lib/python2.7/dist-packages/ros_gpio/srv/__init__.py
-- Installing: /home/alva/ros/catkin/install_isolated/lib/python2.7/dist-packages/ros_gpio/srv/_StopPwm.pyc
-- Installing: /home/alva/ros/catkin/install_isolated/lib/python2.7/dist-packages/ros_gpio/srv/_SetGpioMode.pyc
-- Installing: /home/alva/ros/catkin/install_isolated/lib/python2.7/dist-packages/ros_gpio/srv/_CloseGpio.py
-- Installing: /home/alva/ros/catkin/install_isolated/lib/python2.7/dist-packages/ros_gpio/srv/_OpenPwm.pyc
-- Installing: /home/alva/ros/catkin/install_isolated/lib/python2.7/dist-packages/ros_gpio/srv/_ReadGpio.pyc
-- Installing: /home/alva/ros/catkin/install_isolated/lib/python2.7/dist-packages/ros_gpio/srv/_SetGpioDir.pyc
-- Installing: /home/alva/ros/catkin/install_isolated/lib/python2.7/dist-packages/ros_gpio/srv/_OpenGpio.pyc
-- Installing: /home/alva/ros/catkin/install_isolated/lib/python2.7/dist-packages/ros_gpio/srv/_StopPwm.py
-- Installing: /home/alva/ros/catkin/install_isolated/lib/python2.7/dist-packages/ros_gpio/srv/_CloseGpio.pyc
-- Installing: /home/alva/ros/catkin/install_isolated/lib/python2.7/dist-packages/ros_gpio/__init__.py
-- Installing: /home/alva/ros/catkin/install_isolated/lib/pkgconfig/ros_gpio.pc
-- Installing: /home/alva/ros/catkin/install_isolated/share/ros_gpio/cmake/ros_gpio-msg-extras.cmake
-- Installing: /home/alva/ros/catkin/install_isolated/share/ros_gpio/cmake/ros_gpioConfig.cmake
-- Installing: /home/alva/ros/catkin/install_isolated/share/ros_gpio/cmake/ros_gpioConfig-version.cmake
-- Installing: /home/alva/ros/catkin/install_isolated/share/ros_gpio/package.xml
-- Installing: /home/alva/ros/catkin/install_isolated/lib/ros_gpio/srv_server
-- Removed runtime path from "/home/alva/ros/catkin/install_isolated/lib/ros_gpio/srv_server"
-- Installing: /home/alva/ros/catkin/install_isolated/lib/ros_gpio/test_gpio_client
-- Removed runtime path from "/home/alva/ros/catkin/install_isolated/lib/ros_gpio/test_gpio_client"
-- Installing: /home/alva/ros/catkin/install_isolated/lib/ros_gpio/test_pwm_client
-- Removed runtime path from "/home/alva/ros/catkin/install_isolated/lib/ros_gpio/test_pwm_client"
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/pwm.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/service.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/gpio.h
-- Installing: /home/alva/ros/catkin/install_isolated/include/ros_gpio/internal.h
-- Installing: /home/alva/ros/catkin/install_isolated/share/ros_gpio/launch
-- Installing: /home/alva/ros/catkin/install_isolated/share/ros_gpio/launch/test_pwm.launch
-- Installing: /home/alva/ros/catkin/install_isolated/share/ros_gpio/launch/test_gpio.launch
-- Up-to-date: /home/alva/ros/catkin/install_isolated/lib/pkgconfig/ros_gpio.pc
-- Up-to-date: /home/alva/ros/catkin/install_isolated/share/ros_gpio/cmake/ros_gpio-msg-extras.cmake
-- Up-to-date: /home/alva/ros/catkin/install_isolated/share/ros_gpio/cmake/ros_gpioConfig.cmake
-- Up-to-date: /home/alva/ros/catkin/install_isolated/share/ros_gpio/cmake/ros_gpioConfig-version.cmake
-- Up-to-date: /home/alva/ros/catkin/install_isolated/share/ros_gpio/package.xml
<== Finished processing package [70 of 85]: 'ros_gpio'
alva@ubilinux:~/ros/catkin$ wstool status -t src
alva@ubilinux:~/ros/catkin$ wstool info -t src
workspace: /home/alva/ros/catkin/src
Localname S SCM Version-Spec UID (Spec) URI (Spec) [http(s)://...]
--------- - ---- ------------ ----------- ---------------------------
std_msgs tar std_msgs-release-release-indigo-std_msgs-0.5.9-1 std_msgs-release-release-indigo-std_msgs-0.5.9-1 github.com/ros-gbp/std_msgs-release/archive/release/indigo/std_msgs/0.5.9-1.tar.gz
rospack tar rospack-release-release-indigo-rospack-2.2.5-0 rospack-release-release-indigo-rospack-2.2.5-0 github.com/ros-gbp/rospack-release/archive/release/indigo/rospack/2.2.5-0.tar.gz
roslisp tar roslisp-release-release-indigo-roslisp-1.9.17-0 roslisp-release-release-indigo-roslisp-1.9.17-0 github.com/ros-gbp/roslisp-release/archive/release/indigo/roslisp/1.9.17-0.tar.gz
roscpp_core/rostime tar roscpp_core-release-release-indigo-rostime-0.5.4-0 roscpp_core-release-release-indigo-rostime-0.5.4-0 github.com/ros-gbp/roscpp_core-release/archive/release/indigo/rostime/0.5.4-0.tar.gz
roscpp_core/roscpp_traits tar roscpp_core-release-release-indigo-roscpp_traits-0.5.4-0 roscpp_core-release-release-indigo-roscpp_traits-0.5.4-0 github.com/ros-gbp/roscpp_core-release/archive/release/indigo/roscpp_traits/0.5.4-0.tar.gz
roscpp_core/roscpp_serialization tar roscpp_core-release-release-indigo-roscpp_serialization-0.5.4-0 roscpp_core-release-release-indigo-roscpp_serialization-0.5.4-0 github.com/ros-gbp/roscpp_core-release/archive/release/indigo/roscpp_serialization/0.5.4-0.tar.gz
roscpp_core/cpp_common tar roscpp_core-release-release-indigo-cpp_common-0.5.4-0 roscpp_core-release-release-indigo-cpp_common-0.5.4-0 github.com/ros-gbp/roscpp_core-release/archive/release/indigo/cpp_common/0.5.4-0.tar.gz
ros_comm_msgs/std_srvs tar ros_comm_msgs-release-release-indigo-std_srvs-1.10.3-0 ros_comm_msgs-release-release-indigo-std_srvs-1.10.3-0 github.com/ros-gbp/ros_comm_msgs-release/archive/release/indigo/std_srvs/1.10.3-0.tar.gz
ros_comm_msgs/rosgraph_msgs tar ros_comm_msgs-release-release-indigo-rosgraph_msgs-1.10.3-0 ros_comm_msgs-release-release-indigo-rosgraph_msgs-1.10.3-0 github.com/ros-gbp/ros_comm_msgs-release/archive/release/indigo/rosgraph_msgs/1.10.3-0.tar.gz
ros_comm/xmlrpcpp tar ros_comm-release-release-indigo-xmlrpcpp-1.11.9-0 ros_comm-release-release-indigo-xmlrpcpp-1.11.9-0 github.com/ros-gbp/ros_comm-release/archive/release/indigo/xmlrpcpp/1.11.9-0.tar.gz
ros_comm/topic_tools tar ros_comm-release-release-indigo-topic_tools-1.11.9-0 ros_comm-release-release-indigo-topic_tools-1.11.9-0 github.com/ros-gbp/ros_comm-release/archive/release/indigo/topic_tools/1.11.9-0.tar.gz
ros_comm/roswtf tar ros_comm-release-release-indigo-roswtf-1.11.9-0 ros_comm-release-release-indigo-roswtf-1.11.9-0 github.com/ros-gbp/ros_comm-release/archive/release/indigo/roswtf/1.11.9-0.tar.gz
ros_comm/rostopic tar ros_comm-release-release-indigo-rostopic-1.11.9-0 ros_comm-release-release-indigo-rostopic-1.11.9-0 github.com/ros-gbp/ros_comm-release/archive/release/indigo/rostopic/1.11.9-0.tar.gz
ros_comm/rostest tar ros_comm-release-release-indigo-rostest-1.11.9-0 ros_comm-release-release-indigo-rostest-1.11.9-0 github.com/ros-gbp/ros_comm-release/archive/release/indigo/rostest/1.11.9-0.tar.gz
ros_comm/rosservice tar ros_comm-release-release-indigo-rosservice-1.11.9-0 ros_comm-release-release-indigo-rosservice-1.11.9-0 github.com/ros-gbp/ros_comm-release/archive/release/indigo/rosservice/1.11.9-0.tar.gz
ros_comm/rospy tar ros_comm-release-release-indigo-rospy-1.11.9-0 ros_comm-release-release-indigo-rospy-1.11.9-0 github.com/ros-gbp/ros_comm-release/archive/release/indigo/rospy/1.11.9-0.tar.gz
ros_comm/rosparam tar ros_comm-release-release-indigo-rosparam-1.11.9-0 ros_comm-release-release-indigo-rosparam-1.11.9-0 github.com/ros-gbp/ros_comm-release/archive/release/indigo/rosparam/1.11.9-0.tar.gz
ros_comm/rosout tar ros_comm-release-release-indigo-rosout-1.11.9-0 ros_comm-release-release-indigo-rosout-1.11.9-0 github.com/ros-gbp/ros_comm-release/archive/release/indigo/rosout/1.11.9-0.tar.gz
ros_comm/rosnode tar ros_comm-release-release-indigo-rosnode-1.11.9-0 ros_comm-release-release-indigo-rosnode-1.11.9-0 github.com/ros-gbp/ros_comm-release/archive/release/indigo/rosnode/1.11.9-0.tar.gz
ros_comm/rosmsg tar ros_comm-release-release-indigo-rosmsg-1.11.9-0 ros_comm-release-release-indigo-rosmsg-1.11.9-0 github.com/ros-gbp/ros_comm-release/archive/release/indigo/rosmsg/1.11.9-0.tar.gz
ros_comm/rosmaster tar ros_comm-release-release-indigo-rosmaster-1.11.9-0 ros_comm-release-release-indigo-rosmaster-1.11.9-0 github.com/ros-gbp/ros_comm-release/archive/release/indigo/rosmaster/1.11.9-0.tar.gz
ros_comm/roslz4 tar ros_comm-release-release-indigo-roslz4-1.11.9-0 ros_comm-release-release-indigo-roslz4-1.11.9-0 github.com/ros-gbp/ros_comm-release/archive/release/indigo/roslz4/1.11.9-0.tar.gz
ros_comm/roslaunch tar ros_comm-release-release-indigo-roslaunch-1.11.9-0 ros_comm-release-release-indigo-roslaunch-1.11.9-0 github.com/ros-gbp/ros_comm-release/archive/release/indigo/roslaunch/1.11.9-0.tar.gz
ros_comm/rosgraph tar ros_comm-release-release-indigo-rosgraph-1.11.9-0 ros_comm-release-release-indigo-rosgraph-1.11.9-0 github.com/ros-gbp/ros_comm-release/archive/release/indigo/rosgraph/1.11.9-0.tar.gz
ros_comm/roscpp tar ros_comm-release-release-indigo-roscpp-1.11.9-0 ros_comm-release-release-indigo-roscpp-1.11.9-0 github.com/ros-gbp/ros_comm-release/archive/release/indigo/roscpp/1.11.9-0.tar.gz
ros_comm/rosconsole tar ros_comm-release-release-indigo-rosconsole-1.11.9-0 ros_comm-release-release-indigo-rosconsole-1.11.9-0 github.com/ros-gbp/ros_comm-release/archive/release/indigo/rosconsole/1.11.9-0.tar.gz
ros_comm/rosbag_storage tar ros_comm-release-release-indigo-rosbag_storage-1.11.9-0 ros_comm-release-release-indigo-rosbag_storage-1.11.9-0 github.com/ros-gbp/ros_comm-release/archive/release/indigo/rosbag_storage/1.11.9-0.tar.gz
ros_comm/rosbag tar ros_comm-release-release-indigo-rosbag-1.11.9-0 ros_comm-release-release-indigo-rosbag-1.11.9-0 github.com/ros-gbp/ros_comm-release/archive/release/indigo/rosbag/1.11.9-0.tar.gz
ros_comm/ros_comm tar ros_comm-release-release-indigo-ros_comm-1.11.9-0 ros_comm-release-release-indigo-ros_comm-1.11.9-0 github.com/ros-gbp/ros_comm-release/archive/release/indigo/ros_comm/1.11.9-0.tar.gz
ros_comm/message_filters tar ros_comm-release-release-indigo-message_filters-1.11.9-0 ros_comm-release-release-indigo-message_filters-1.11.9-0 github.com/ros-gbp/ros_comm-release/archive/release/indigo/message_filters/1.11.9-0.tar.gz
ros/rosunit tar ros-release-release-indigo-rosunit-1.11.5-0 ros-release-release-indigo-rosunit-1.11.5-0 github.com/ros-gbp/ros-release/archive/release/indigo/rosunit/1.11.5-0.tar.gz
ros/rosmake tar ros-release-release-indigo-rosmake-1.11.5-0 ros-release-release-indigo-rosmake-1.11.5-0 github.com/ros-gbp/ros-release/archive/release/indigo/rosmake/1.11.5-0.tar.gz
ros/roslib tar ros-release-release-indigo-roslib-1.11.5-0 ros-release-release-indigo-roslib-1.11.5-0 github.com/ros-gbp/ros-release/archive/release/indigo/roslib/1.11.5-0.tar.gz
ros/roslang tar ros-release-release-indigo-roslang-1.11.5-0 ros-release-release-indigo-roslang-1.11.5-0 github.com/ros-gbp/ros-release/archive/release/indigo/roslang/1.11.5-0.tar.gz
ros/roscreate tar ros-release-release-indigo-roscreate-1.11.5-0 ros-release-release-indigo-roscreate-1.11.5-0 github.com/ros-gbp/ros-release/archive/release/indigo/roscreate/1.11.5-0.tar.gz
ros/rosclean tar ros-release-release-indigo-rosclean-1.11.5-0 ros-release-release-indigo-rosclean-1.11.5-0 github.com/ros-gbp/ros-release/archive/release/indigo/rosclean/1.11.5-0.tar.gz
ros/rosbuild tar ros-release-release-indigo-rosbuild-1.11.5-0 ros-release-release-indigo-rosbuild-1.11.5-0 github.com/ros-gbp/ros-release/archive/release/indigo/rosbuild/1.11.5-0.tar.gz
ros/rosboost_cfg tar ros-release-release-indigo-rosboost_cfg-1.11.5-0 ros-release-release-indigo-rosboost_cfg-1.11.5-0 github.com/ros-gbp/ros-release/archive/release/indigo/rosboost_cfg/1.11.5-0.tar.gz
ros/rosbash tar ros-release-release-indigo-rosbash-1.11.5-0 ros-release-release-indigo-rosbash-1.11.5-0 github.com/ros-gbp/ros-release/archive/release/indigo/rosbash/1.11.5-0.tar.gz
ros/ros tar ros-release-release-indigo-ros-1.11.5-0 ros-release-release-indigo-ros-1.11.5-0 github.com/ros-gbp/ros-release/archive/release/indigo/ros/1.11.5-0.tar.gz
ros/mk tar ros-release-release-indigo-mk-1.11.5-0 ros-release-release-indigo-mk-1.11.5-0 github.com/ros-gbp/ros-release/archive/release/indigo/mk/1.11.5-0.tar.gz
message_runtime tar message_runtime-release-release-indigo-message_runtime-0.4.12-0 message_runtime-release-release-indigo-message_runtime-0.4.12-0 github.com/ros-gbp/message_runtime-release/archive/release/indigo/message_runtime/0.4.12-0.tar.gz
message_generation tar message_generation-release-release-indigo-message_generation-0.2.10-0 message_generation-release-release-indigo-message_generation-0.2.10-0 github.com/ros-gbp/message_generation-release/archive/release/indigo/message_generation/0.2.10-0.tar.gz
genpy tar genpy-release-release-indigo-genpy-0.5.3-0 genpy-release-release-indigo-genpy-0.5.3-0 github.com/ros-gbp/genpy-release/archive/release/indigo/genpy/0.5.3-0.tar.gz
genmsg tar genmsg-release-release-indigo-genmsg-0.5.6-0 genmsg-release-release-indigo-genmsg-0.5.6-0 github.com/ros-gbp/genmsg-release/archive/release/indigo/genmsg/0.5.6-0.tar.gz
genlisp tar genlisp-release-release-indigo-genlisp-0.4.14-0 genlisp-release-release-indigo-genlisp-0.4.14-0 github.com/ros-gbp/genlisp-release/archive/release/indigo/genlisp/0.4.14-0.tar.gz
gencpp tar gencpp-release-release-indigo-gencpp-0.5.2-0 gencpp-release-release-indigo-gencpp-0.5.2-0 github.com/ros-gbp/gencpp-release/archive/release/indigo/gencpp/0.5.2-0.tar.gz
cmake_modules tar cmake_modules-release-release-indigo-cmake_modules-0.3.2-0 cmake_modules-release-release-indigo-cmake_modules-0.3.2-0 github.com/ros-gbp/cmake_modules-release/archive/release/indigo/cmake_modules/0.3.2-0.tar.gz
catkin tar catkin-release-release-indigo-catkin-0.6.9-1 catkin-release-release-indigo-catkin-0.6.9-1 github.com/ros-gbp/catkin-release/archive/release/indigo/catkin/0.6.9-1.tar.gz
@yoneken
Copy link
Author

yoneken commented Dec 22, 2014

When I type "catkin_make_isolated --pkg ros_gpio", my terminal shows build.log .
When I type "catkin_make_isolated --install --pkg ros_gpio", my terminal shows build_with_install.log .
WTH!

@yoneken
Copy link
Author

yoneken commented Dec 22, 2014

I tried to build with "catkin_make_isolated --pkg ros_gpio" the same code in another environment.
Then, I succeeded to compilation!
But I have to build ros_gpio in previous environment..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment