-
-
Notifications
You must be signed in to change notification settings - Fork 27
Full Rebuild (Sync) of January 2026: bump ros2-distro-mutex to 0.13.0 and build_number to 14 #135
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
Conversation
Updated numpy and libzenohc versions, added libcap.
Fixes compilation issues with Boost 1.87 by updating Point.h to remove deprecated rescaling code.
Removed build_number entry for next full rebuild.
Signed-off-by: wep21 <[email protected]>
Signed-off-by: wep21 <[email protected]>
Signed-off-by: wep21 <[email protected]>
|
need to wait this migration? |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Ok, I think by demangling the problematic symbol, the issue is more clear: rclpy expects spdlog with fmt 12, but somehow fmt 11 is installed instead, resulting in error. However, this should be handled at the level of runexports of fmt in the |
Ok, this is indeed the output of: So |
|
Ok, now it fails at package installation time as expected. This should unblocked by conda-forge/vtk-feedstock#417 and conda-forge/vtk-feedstock#413 . |
Signed-off-by: wep21 <[email protected]>
Signed-off-by: wep21 <[email protected]>
This comment was marked as outdated.
This comment was marked as outdated.
I backported ament/ament_lint#563 in aeef077, fyi @tony-p |
Fix RoboStack#146 Fix RoboStack#147 Fix RoboStack#144 Fix RoboStack#127 Fix RoboStack#143 Fix RoboStack#145
|
@gftabor if you want to check this pre-merge, I can also enable the |
Ya I can test it. Presumably it would make a conda channel somewhere? |
No, the option itself just saves the cache of .conda files in a .zip artifacts. Then you can use it as a local conda channel, or upload it on a test channel (for example on prefix.dev). |
|
I think for osx-arm64, we are just missing a full rebuild so the mavlink patch gets applied. On osx-64 there is a weird iconv issue – I tried to find a solution, but failed. Personally, I think we can stop supporting – people still working on Intel Macs probably have other issues than getting ROS to run :P |
I think the actual issues is: the path of least resistance is just to remove mavros_extras from |
Yes, that is a lot neater and works for me :) |
|
Perfect, now also osx-arm64 fails with: |
The artifacts containg the all conda package built can found under "artifacts" in https://github.com/RoboStack/ros-jazzy/actions/runs/21168426529, (for win-64) can be found at https://github.com/RoboStack/ros-jazzy/actions/runs/21168426529/artifacts/5188060468 . Let me know if you can't access that files, I can upload them somewhere else. |
|
@traversaro , I confirmed this closes #57 and tested #125 while I was there. LGTM |
Great! @Tobias-Fischer ready for me, feel free to merge if it is ok for you. |
|
Yay! |
|
Our new test repeatedly fails for osx-arm64, blocking package uploads: |
|
I also don't understand why we don't use cyclonedds, we have https://github.com/RoboStack/ros-jazzy/blob/main/patch/ros-jazzy-rwm-implementation-cmake.osx.patch .. and that error should only happen with fastrtps?!? |
|
Now I'm wondering if we need to backport eProsima/Fast-DDS#5971 which hasn't landed in fastrtps 2.14.5 which is used in jazzy |
No description provided.