-
Notifications
You must be signed in to change notification settings - Fork 37
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
No 'rosidl_typesupport_c' found on AlmaLinux 8 #162
Comments
For what it is worth, compiling the examples on a local Almalinux8 container works just fine. |
Can you reproduce this via the CI pipeline? This should be pretty deterministic with the Docker image. |
Have you tried getting |
Same effect. I also manually install some packages with Can you reproduce my findings with the CI pipeline above? I am running these tests in the repo https://github.com/christianrauch/action-ros-ci-almalinux-test. Feel free to fork this and try this out. The same error was also reported in #129. So this is not only related to the |
I've been able to fork your repo and reproduce the issue. Thank you, that is helpful. You might want to include a link to that repo in the issue description. I started looking into how |
Hey, I got a bit nerd sniped on this one, but I was able to figure out what's going on. It's an absolute doozy of a bug in colcon-core. The problem revolves around GitHub Actions using hyphens in some environment variables even though they (supposedly) aren't supported by More details to come, but I wanted to give you guys a heads-up so that we don't duplicate effort. |
Building any minimal node (e.g.
examples_rclcpp_minimal_publisher
) on AlmaLinux 8 fails withNo 'rosidl_typesupport_c' found
, even though packageros-humble-rosidl-typesupport-c
is installed.Bug report
Required Info:
Steps to reproduce issue
Use the following GitHub CI pipeline (https://github.com/christianrauch/action-ros-ci-almalinux-test/tree/minimal):
Expected behavior
examples_rclcpp_minimal_publisher
should compile without issues.Actual behavior
The build fails with
No 'rosidl_typesupport_c' found
:See full log: logs_32542829113.zip
The text was updated successfully, but these errors were encountered: