Open tomkimsour opened 2 years ago
It looks like rosdep is not updated.
libatomic: https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/base.yaml:
alpine:
- libatomic
arch:
- gcc-libs
debian:
- libatomic1
fedora:
- libatomic
nixos: []
openembedded:
- gcc-runtime@openembedded-core
rhel:
- libatomic
ubuntu:
- libatomic1
there is a package missing for gentoo.
I got this print with the function get_view() line 95 of rosdep_support.py
I create a gist with the updated gentoo package. You can add it to your rosdep file under /etc/ros/rosdep/sources.list.d/20.default.list
yaml https://gist.githubusercontent.com/tomkimsour/9b4738a2524e07d8347db525667f04ab/raw/48717bb5543bd923ccc36e8d5f392986bc5a601e/ros_gentoo_libatomic.yaml
I want to generate the rcutils package but a dependency doesn't seem to be found.