Skip to content

Instantly share code, notes, and snippets.

@yeison
Last active December 15, 2015 10:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yeison/5244376 to your computer and use it in GitHub Desktop.
Save yeison/5244376 to your computer and use it in GitHub Desktop.
catkin package console_bridge
==> Processing catkin package: 'console_bridge'
==> Building with env: '/Users/Yeison/ros_catkin_ws/install_isolated/env.sh'
==> cmake /Users/Yeison/ros_catkin_ws/src/console_bridge -DCATKIN_DEVEL_PREFIX=/Users/Yeison/ros_catkin_ws/devel_isolated/console_bridge -DCMAKE_INSTALL_PREFIX=/Users/Yeison/ros_catkin_ws/install_isolated
-- Boost version: 1.53.0
-- Found the following Boost libraries:
-- system
-- thread
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
CATKIN_DEVEL_PREFIX
-- Build files have been written to: /Users/Yeison/ros_catkin_ws/build_isolated/console_bridge
==> make -j4 -l4 in '/Users/Yeison/ros_catkin_ws/build_isolated/console_bridge'
[100%] Built target console_bridge
==> make install in '/Users/Yeison/ros_catkin_ws/build_isolated/console_bridge'
[100%] Built target console_bridge
Install the project...
-- Install configuration: "Release"
-- Installing: /Users/Yeison/ros_catkin_ws/install_isolated/lib/libconsole_bridge.dylib
-- Installing: /Users/Yeison/ros_catkin_ws/install_isolated/include
-- Installing: /Users/Yeison/ros_catkin_ws/install_isolated/include/console_bridge
-- Up-to-date: /Users/Yeison/ros_catkin_ws/install_isolated/include/console_bridge/console.h
-- Up-to-date: /Users/Yeison/ros_catkin_ws/install_isolated/share/console_bridge/cmake/console_bridge-config.cmake
-- Up-to-date: /Users/Yeison/ros_catkin_ws/install_isolated/lib/pkgconfig/console_bridge.pc
<== Finished processing package [5 of 157]: 'console_bridge'
==> Processing catkin package: 'class_loader'
==> Building with env: '/Users/Yeison/ros_catkin_ws/install_isolated/env.sh'
==> cmake /Users/Yeison/ros_catkin_ws/src/class_loader -DCATKIN_DEVEL_PREFIX=/Users/Yeison/ros_catkin_ws/devel_isolated/class_loader -DCMAKE_INSTALL_PREFIX=/Users/Yeison/ros_catkin_ws/install_isolated
-- Searching for Poco library...
-- Found Poco!
-- components found: Foundation.
-- Boost version: 1.53.0
-- Found the following Boost libraries:
-- thread
-- Using CATKIN_DEVEL_PREFIX: /Users/Yeison/ros_catkin_ws/devel_isolated/class_loader
-- Using CMAKE_PREFIX_PATH: /Users/Yeison/ros_catkin_ws/install_isolated
-- This workspace overlays: /Users/Yeison/ros_catkin_ws/install_isolated
-- Found gtest: gtests will be built
-- Using CATKIN_TEST_RESULTS_DIR: /Users/Yeison/ros_catkin_ws/build_isolated/class_loader/test_results
-- catkin 0.5.65
CMake Error at /Users/Yeison/ros_catkin_ws/install_isolated/share/catkin/cmake/catkin_package.cmake:173 (message):
catkin_package() CATKIN_DEPENDS on 'console_bridge', which has been found
in
'/Users/Yeison/ros_catkin_ws/install_isolated/share/console_bridge/cmake/console_bridge-config.cmake',
but it is not a catkin package
Call Stack (most recent call first):
/Users/Yeison/ros_catkin_ws/install_isolated/share/catkin/cmake/catkin_package.cmake:98 (_catkin_package)
CMakeLists.txt:11 (catkin_package)
-- Configuring incomplete, errors occurred!
Traceback (most recent call last):
File "./src/catkin/bin/../python/catkin/builder.py", line 658, in build_workspace_isolated
number=index + 1, of=len(ordered_packages)
File "./src/catkin/bin/../python/catkin/builder.py", line 443, in build_package
install, jobs, force_cmake, quiet, last_env, cmake_args, make_args
File "./src/catkin/bin/../python/catkin/builder.py", line 275, in build_catkin_package
run_command_colorized(cmake_cmd, build_dir, quiet)
File "./src/catkin/bin/../python/catkin/builder.py", line 153, in run_command_colorized
run_command(cmd, cwd, quiet=quiet, colorize=True)
File "./src/catkin/bin/../python/catkin/builder.py", line 186, in run_command
raise subprocess.CalledProcessError(proc.returncode, ' '.join(cmd))
CalledProcessError: Command '/Users/Yeison/ros_catkin_ws/install_isolated/env.sh cmake /Users/Yeison/ros_catkin_ws/src/class_loader -DCATKIN_DEVEL_PREFIX=/Users/Yeison/ros_catkin_ws/devel_isolated/class_loader -DCMAKE_INSTALL_PREFIX=/Users/Yeison/ros_catkin_ws/install_isolated' returned non-zero exit status 1
<== Failed to process package 'class_loader':
Command '/Users/Yeison/ros_catkin_ws/install_isolated/env.sh cmake /Users/Yeison/ros_catkin_ws/src/class_loader -DCATKIN_DEVEL_PREFIX=/Users/Yeison/ros_catkin_ws/devel_isolated/class_loader -DCMAKE_INSTALL_PREFIX=/Users/Yeison/ros_catkin_ws/install_isolated' returned non-zero exit status 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment