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

rosmake error

asked 2013-02-04 08:49:59 -0500

MartinW gravatar image

Hello all,

I am trying to rosmake my package and get this configuration error:

    [rosmake-0] Finished <<< player ROS_NOBUILD in package player                                                                                                                      
[rosmake-0] Starting >>> diagnostic_msgs [ make ]                                                                                                                                  
[ rosmake ] All 21 lineseometry_msgs: 0.1 sec ] [ sensor_msgs: 0.1 sec ] [ nav_msgs: 0.1 sec ] [ diagnostic_msgs: 0.1 sec ]                             [ 4 Active 12/25 Complete ]
{-------------------------------------------------------------------------------
  mkdir -p bin
  cd build && cmake -Wdev -DCMAKE_TOOLCHAIN_FILE=`rospack find rosbuild`/rostoolchain.cmake  ..
  [rosbuild] Building package geometry_msgs
  Failed to invoke /opt/ros/fuerte/bin/rospack deps-manifests geometry_msgs
  [rospack] Error: package/stack geometry_msgs depends on non-existent package rosbagmigration


  CMake Error at /opt/ros/fuerte/share/ros/core/rosbuild/public.cmake:129 (message):


    Failed to invoke rospack to get compile flags for package 'geometry_msgs'.
    Look above for errors from rospack itself.  Aborting.  Please fix the
    broken dependency!

  Call Stack (most recent call first):
    /opt/ros/fuerte/share/ros/core/rosbuild/public.cmake:203 (rosbuild_invoke_rospack)
    CMakeLists.txt:12 (rosbuild_init)


  -- Configuring incomplete, errors occurred!
-------------------------------------------------------------------------------}
[ rosmake ] Output from build of package geometry_msgs written to:
[ rosmake ]    /root/.ros/rosmake/rosmake_output-20130204-134741/geometry_msgs/build_output.log                 
[rosmake-2] Finished <<< geometry_msgs [FAIL] [ 0.09 seconds ]                                                                                                                     
[ rosmake ] Halting due to failure in package geometry_msgs. 
[ rosmake ] Waiting for other threads to complete.                                                                   
[ rosmake ] All 21 lines
{-------------------------------------------------------------------------------
  mkdir -p bin
  cd build && cmake -Wdev -DCMAKE_TOOLCHAIN_FILE=`rospack find rosbuild`/rostoolchain.cmake  ..
  [rosbuild] Building package nav_msgs
  Failed to invoke /opt/ros/fuerte/bin/rospack deps-manifests nav_msgs
  [rospack] Error: package/stack geometry_msgs depends on non-existent package rosbagmigration


  CMake Error at /opt/ros/fuerte/share/ros/core/rosbuild/public.cmake:129 (message):


    Failed to invoke rospack to get compile flags for package 'nav_msgs'.  Look
    above for errors from rospack itself.  Aborting.  Please fix the broken
    dependency!

  Call Stack (most recent call first):
    /opt/ros/fuerte/share/ros/core/rosbuild/public.cmake:203 (rosbuild_invoke_rospack)
    CMakeLists.txt:12 (rosbuild_init)


  -- Configuring incomplete, errors occurred!
-------------------------------------------------------------------------------}
[ rosmake ] Output from build of package nav_msgs written to:
[ rosmake ]    /root/.ros/rosmake/rosmake_output-20130204-134741/nav_msgs/build_output.log                           
[rosmake-3] Finished <<< nav_msgs [FAIL] [ 0.09 seconds ]                                                                                                                          
[ rosmake ] Halting due to failure in package nav_msgs. 
[ rosmake ] Waiting for other threads to complete.                                                                        
[ rosmake ] All 21 lines
{-------------------------------------------------------------------------------
  mkdir -p bin
  cd build && cmake -Wdev -DCMAKE_TOOLCHAIN_FILE=`rospack find rosbuild`/rostoolchain.cmake  ..
  [rosbuild] Building package diagnostic_msgs
  Failed to invoke /opt/ros/fuerte/bin/rospack deps-manifests diagnostic_msgs
  [rospack] Error: package/stack diagnostic_msgs depends on non-existent package rosbagmigration


  CMake Error at /opt/ros/fuerte/share/ros/core/rosbuild/public.cmake:129 (message):


    Failed to invoke rospack to get compile flags for package
    'diagnostic_msgs'.  Look above for errors from rospack itself.  Aborting.
    Please fix the broken dependency!

  Call Stack (most recent call first):
    /opt/ros/fuerte/share/ros/core/rosbuild/public.cmake:203 (rosbuild_invoke_rospack)
    CMakeLists.txt:12 (rosbuild_init)


  -- Configuring incomplete, errors occurred!
-------------------------------------------------------------------------------}
[ rosmake ] Output from build of package diagnostic_msgs written to:
[ rosmake ]    /root/.ros/rosmake/rosmake_output-20130204-134741/diagnostic_msgs/build_output.log             
[rosmake-0] Finished <<< diagnostic_msgs [FAIL] [ 0.09 seconds ]                                                                                                                   
[ rosmake ] Halting due to failure in package diagnostic_msgs. 
[ rosmake ] Waiting for other threads to complete.                                                                 
[ rosmake ] All 21 lines
{-------------------------------------------------------------------------------
  mkdir -p bin
  cd build && cmake -Wdev -DCMAKE_TOOLCHAIN_FILE=`rospack find rosbuild`/rostoolchain.cmake  ..
  [rosbuild] Building package sensor_msgs
  Failed to invoke /opt/ros ...
(more)
edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
2

answered 2013-02-04 09:42:43 -0500

jbohren gravatar image

It looks like you're trying to mix electric and fuerte. All of your errors are referring to rosbagmigration which has been moved to the rosbag package as of fuerte.

edit flag offensive delete link more

Comments

Yea this was exactly what was happening! Thank you for the help

MartinW gravatar image MartinW  ( 2013-02-04 10:31:40 -0500 )edit
0

answered 2013-11-22 09:49:45 -0500

Justin NW gravatar image

Sorry not an answer but another question instead: how did you manage to fix that issue in your case as right now i am facing the same problem and i have no clue yet how to solve it.

thanks and Kind Regards

Justin

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-02-04 08:49:59 -0500

Seen: 1,295 times

Last updated: Nov 22 '13