-
Notifications
You must be signed in to change notification settings - Fork 138
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
Build of humble branch fails after apt upgrade #514
Comments
It looks like you need to do a clean build. Your build is looking for |
We first saw a build failure in a clean docker build (only saw the that the package failed to build, not why) and reproduced it in an old build using apt upgrade and colcon build. Can try again with a clean build tomorrow. |
Doing a clean colcon build fixed the issue in the old docker builds. A clean docker build also seems to work today. |
Good to hear it's working. I have no idea why it would have failed yesterday. The 7.4.0 release was made on March 15. I'll go ahead and close this issue since it doesn't appear to be a bug in ros_gz |
Environment
From source, humble (13e5592)
Description
Failed <<< ros_gz_sim [0.42s, exited with code 2]
I noticed this today when the build for one of our docker images failed.
I could reproduce the problem on 2 separate machines (in docker).
It was working before I ran apt upgrade and not working after the following packages were upgraded:
I suspect that a new release of
libgz-math7
could be the cause, but have not verified this.Steps to reproduce
apt update
apt upgrade
colcon build --merge-install
Output
The text was updated successfully, but these errors were encountered: