Skip to content
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

unresolved: "libatomic" #292

Open
tomkimsour opened this issue Nov 4, 2022 · 2 comments
Open

unresolved: "libatomic" #292

tomkimsour opened this issue Nov 4, 2022 · 2 comments

Comments

@tomkimsour
Copy link

I want to generate the rcutils package but a dependency doesn't seem to be found.

superflore-gen-ebuilds --ros-distro galactic --only rcutils --dry-run
>>>> "galactic" distro detected...
>>>> Working in temporary directory /tmp/tmp1u38v0ax
>>>> Creating new branch gentoo-bot-PhXZfISDWL...
>>>> 
>>>> Regenerating package 'rcutils'...
!!!! Failed to resolve required dependencies for package rcutils!
!!!!  unresolved: "libatomic"
!!!! No packages generated successfully, exiting.
>>>> Cleaning up temporary directory /tmp/tmp1u38v0ax
@tomkimsour
Copy link
Author

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

@tomkimsour
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant