-
Notifications
You must be signed in to change notification settings - Fork 132
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
Issue with ament_cmake_gen_version_h install path in ros2 build farm #525
Comments
In short, this is a bug in The longer version is that it takes a combination of factors for this to happen, all of which only happen with this package on the buildfarm:
On the ROS 2 buildfarm, all of those are true ament_cmake/ament_cmake_gen_version_h/cmake/ament_generate_version_header.cmake Lines 150 to 151 in 79cc237
The fix is actually a one-liner; see #526 for it. What I'm going to suggest in the short-term, though, is that you actually just remove |
Hello @clalancette! Thanks a lot for responding. Sure, for now we will remove it from the Thank you! |
Hello!
In ros2_control, we have recently added the version header generation using
ament_cmake_gen_version_h
package, however, from them, the build farm is failing showing the following error. Can someone help us in finding the issue in the changes (https://github.com/ros-controls/ros2_control/pull/1449/files)?. With the changes local builds and CI builds works without any issue.Reference job : https://build.ros2.org/job/Rbin_uN64__joint_limits__ubuntu_noble_amd64__binary/61/
Thank you :)
The text was updated successfully, but these errors were encountered: