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

ruby-3.3: System gems extensions are not build #33294

Open
Schmitze333 opened this issue Nov 5, 2024 · 0 comments
Open

ruby-3.3: System gems extensions are not build #33294

Schmitze333 opened this issue Nov 5, 2024 · 0 comments

Comments

@Schmitze333
Copy link

When installing the ruby-3.3 or ruby-3.3-dev package, the native extensions of the system gems seem to not have been built.

This results in warnings like:

Source locally installed gems is ignoring #<Bundler::StubSpecification name=debug version=1.9.1 platform=ruby> because it is missing extensions

Minimal steps to reproduce:

docker run --rm -it cgr.dev/chainguard/wolfi-base

# In the container...
apk update && apk add ruby
gem install bundler

Manual workaround

apk add build-base
gem pristine --all
apk del build-base
@Schmitze333 Schmitze333 changed the title Ruby: System gems extensions are not build ruby-3.3: System gems extensions are not build Nov 5, 2024
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