Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gazebo 11.15.1 from ros-testing fails to install #3416

Closed
rhaschke opened this issue Jan 9, 2025 · 4 comments
Closed

gazebo 11.15.1 from ros-testing fails to install #3416

rhaschke opened this issue Jan 9, 2025 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@rhaschke
Copy link

rhaschke commented Jan 9, 2025

The latest release of Gazebo 11.15.1 into http://packages.ros.org/ros-testing/ubuntu fails to install:

# apt install gazebo11
...
The following packages have unmet dependencies:
 gazebo11 : Depends: libgazebo11 (= 11.15.1-1~focal) but it is not going to be installed
            Depends: libignition-msgs5 (>= 5.11.0) but it is not going to be installed
            Depends: libignition-transport8 (>= 8.5.0) but it is not going to be installed
            Recommends: gazebo11-plugin-base but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

This started to fail yesterday, Jan 8th, between 1:17pm and 9:56pm.

@rhaschke rhaschke added the bug Something isn't working label Jan 9, 2025
@rhaschke
Copy link
Author

rhaschke commented Jan 9, 2025

libignition libs are the culprit. The libs provided from ros-testing are too old. Manually installing them, reveals the issue:

# apt install libgazebo11
...
The following packages have unmet dependencies:
 libgazebo11 : Depends: libignition-fuel-tools4 (>= 4.9.1) but it is not going to be installed
               Depends: libignition-msgs5 (>= 5.11.0) but 5.10.0-4~focal is to be installed
               Depends: libignition-transport8 (>= 8.5.0) but 8.3.0-2~focal is to be installed

@j-rivero j-rivero self-assigned this Jan 9, 2025
@j-rivero
Copy link
Contributor

j-rivero commented Jan 9, 2025

For reference we did upload it yesterday, changes applied should be:
ros-infrastructure/reprepro-updater#219

The import log is: https://build.ros.org/job/import_upstream/334/consoleFull#console-section-2

I'm looking into it.

@j-rivero
Copy link
Contributor

j-rivero commented Jan 9, 2025

I think that the issue might be solved after applying ros-infrastructure/reprepro-updater#224 . Could you please verify?

@rhaschke
Copy link
Author

rhaschke commented Jan 9, 2025

Yes, thanks. The issue is resolved.

@rhaschke rhaschke closed this as completed Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants