Error running bloom-release for eloquent track of rosbridge_suite

I’m a first time user of bloom-release and hoping to get some help. :pray: I’m making releases of rosbridge_suite for Galactic, Foxy, and Eloquent, but Eloquent is failing to find rosdep keys for most/all of the package’s dependencies:

$ bloom-release --rosdistro eloquent --track eloquent rosbridge_suite --edit
...
Could not resolve rosdep key 'ament_cmake'
Failed to resolve ament_cmake on ubuntu:bionic with: Error running generator: Failed to resolve rosdep key 'ament_cmake', aborting.
ament_cmake is depended on by these packages: ['rosbridge_library', 'rosbridge_server']
<== Failed
Could not resolve rosdep key 'ament_cmake_core'
Failed to resolve ament_cmake_core on ubuntu:bionic with: Error running generator: Failed to resolve rosdep key 'ament_cmake_core', aborting.
ament_cmake_core is depended on by these packages: ['rosbridge_suite']
<== Failed
...more failures: builtin_interfaces, geometry_msgs, launch, launch_ros, rclpy, ros2pkg, ...

Full log output:

Any advice as to why this would be failing for eloquent, but worked fine for foxy and galactic? Thanks!

In short, Eloquent is End-of-Life, so we won’t accept any updates to it anyway. Just stick to Foxy, Galactic, and Rolling for now.

In the future, please ask these kinds of questions on https://answers.ros.org, which is our Question and Answer site. Discourse is generally for high-level discussions and announcements.

Thanks.

2 Likes