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

Revision history [back]

click to hide/show revision 1
initial version

I'm pretty sure this is a transient error.

As you can see at status_page/ros_kinetic_default.html?q=dynamic_reconfigure, dynamic_reconfigure is currently missing (ie: not building) for Kinetic amd64 (and i386 actually).

I haven't checked why, but this will either be resolved by a new build or someone will need to look into it (the maintainers or buildfarm managers).

Your build depends on dynamic_reconfigure, but the package is not there, hence the error.

Edit: as @tfoote mentions, a new version of Catkin was released recently, which, as it is a dependency of just about every ROS package, causes large amounts of packages to be rebuilt by the buildfarm.

Because of that, dependants can be found to be missing from the staging area, leading to your build failing.

This is transient, so you could either:

  1. wait until things have settled and try again
  2. assume everything will be fine and "just" do the release

which one you feel more comfortable with is something only you know.


I'm pretty sure this is a transient error.

As you can see at status_page/ros_kinetic_default.html?q=dynamic_reconfigure, dynamic_reconfigure is currently missing (ie: not building) for Kinetic amd64 (and i386 actually).

I haven't checked why, but this will either be resolved by a new build or someone will need to look into it (the maintainers or buildfarm managers).

Your build depends on dynamic_reconfigure, but the package is not there, hence the error.