-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
ros-infrastructure/reprepro-updater
#165Labels
bugSomething isn't workingSomething isn't working
Description
Environment
- OS Version: 22.04
- Source or binary build: Binary - 2.12.1
Description
- Expected behavior: libignition-math6-dev on Jammy requires libignition-cmake2-dev 2.13.0 which is unavailable. The latest available version on Jammy of this package is 2.12.1 which causes all our CI and docker jobs to fail at
apt install ros-&{ROS_DISTRO}-rviz2step. - Actual behavior: Releasing 2.13.0 to Jammy should fix this.
Steps to reproduce
- Related issue here: Jammy Docker Jobs are failing moveit/moveit2#1520
- An example CI run is here: https://github.com/ros-planning/moveit2/runs/7859848455?check_suite_focus=true
- Build the following dockerfile: https://github.com/ros-planning/moveit2/blob/main/.docker/release/Dockerfile
Output
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libignition-math6-dev : Depends: libignition-cmake2-dev (>= 2.13.0) but 2.12.1-2~jammy is to be installed
E: Unable to correct problems, you have held broken packages.
ERROR: the following rosdeps failed to install
apt: command [apt-get install -y ros-rolling-rviz2] failed
destogl and huigang39
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done