Skip to content

vagrant: fix gem extension build warnings#437374

Merged
SuperSandro2000 merged 1 commit intoNixOS:masterfrom
ynishinaka:vagrant-fix-warning
Aug 27, 2025
Merged

vagrant: fix gem extension build warnings#437374
SuperSandro2000 merged 1 commit intoNixOS:masterfrom
ynishinaka:vagrant-fix-warning

Conversation

@ynishinaka
Copy link
Contributor

@ynishinaka ynishinaka commented Aug 27, 2025

Same as #431923.

The problem is that every invocation of vagrant emits following warnings:

Ignoring debug-1.9.2 because its extensions are not built. Try: gem pristine debug --version 1.9.2
Ignoring racc-1.7.3 because its extensions are not built. Try: gem pristine racc --version 1.7.3
Ignoring rbs-3.4.0 because its extensions are not built. Try: gem pristine rbs --version 3.4.0
Ignoring debug-1.9.2 because its extensions are not built. Try: gem pristine debug --version 1.9.2
Ignoring racc-1.7.3 because its extensions are not built. Try: gem pristine racc --version 1.7.3
Ignoring rbs-3.4.0 because its extensions are not built. Try: gem pristine rbs --version 3.4.0
Ignoring debug-1.9.2 because its extensions are not built. Try: gem pristine debug --version 1.9.2
Ignoring racc-1.7.3 because its extensions are not built. Try: gem pristine racc --version 1.7.3
Ignoring rbs-3.4.0 because its extensions are not built. Try: gem pristine rbs --version 3.4.0

This problem is also mentioned at #434750 (comment).

By using ruby 3.4, the warnings dissappear.

Things done


Add a 👍 reaction to pull requests you find important.

@ynishinaka ynishinaka marked this pull request as ready for review August 27, 2025 03:49
@nix-owners nix-owners bot requested a review from tylerjl August 27, 2025 03:51
@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 12.first-time contribution This PR is the author's first one; please be gentle! labels Aug 27, 2025
@acid-bong
Copy link
Contributor

If both of these actions need one another, feel free to combine them in a single PR (or even commit)

@SuperSandro2000 SuperSandro2000 merged commit 7e9e2a3 into NixOS:master Aug 27, 2025
36 of 38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 12.first-time contribution This PR is the author's first one; please be gentle!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants