-
Notifications
You must be signed in to change notification settings - Fork 0
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
Only rebuild selected packages (including actionlib) #1
Only rebuild selected packages (including actionlib) #1
Conversation
@Tobias-Fischer so what we should do is use this PR (or one like it that we make) here locally within this fork to iterate on getting the build to work? |
Please merge it in to your fork - then you can continue to iterate in your fork. |
@Tobias-Fischer it fails now with the following dependency error which is normally resolved by running
|
The mapping was missing - should work now. |
One step further, but now we have the same issues as the humble build with the environment variables not being passed through (RoboStack/ros-humble#49 (comment))
|
I'm really not sure what's going on. Previously I saw I was patching It would be good to fix the underlying issue, but @wolfv and myself have few cycles those days for debugging. The fastest way to get your PR merged in would probably be again the ugly patch, and opening an issue to fix the underlying issue later on. What do you think @achim-k? |
I have opened RoboStack/ros-humble#52 to track the underlying issue. |
Thanks for opening the issue! Correct, a new release potentially invalidates the patch. However, we are pretty good in dealing with that - we have literally hundreds of patches for RobosStack's ros-noetic .. I totally agree that fixing the underlying issue is preferable. The weird thing is that in RoboStack/ros-humble#49 the environment variables are manually set (https://github.com/RoboStack/ros-humble/pull/49/files#diff-069a2e75bc939d92ad32a50dada65893abaf603c1a586b97183ec1ca476bba23R6-R8) but it somehow does not propagate for the cross-compilation platforms. If you have debugging cycles, it would be amazing if you could look into it. |
Can you please merge this @achim-k ? |
No description provided.