Closed radar closed 8 months ago
Confirming this branch fixes the issue by:
ruby:3.0-alpine
rake install
On master
(pre merge), this would do:
Running `gem install /home/i18n/pkg/i18n-1.14.3.gem` failed with the following output:
Building native extensions. This could take a while...
ERROR: Error installing /home/i18n/pkg/i18n-1.14.3.gem:
ERROR: Failed to build gem native extension.
current directory: /usr/local/bundle/gems/racc-1.7.3/ext/racc/cparse
/usr/local/bin/ruby -I /usr/local/lib/ruby/3.0.0 -r ./siteconf20240306-49-cwb37a.rb extconf.rb
creating Makefile
current directory: /usr/local/bundle/gems/racc-1.7.3/ext/racc/cparse
make DESTDIR\= clean
current directory: /usr/local/bundle/gems/racc-1.7.3/ext/racc/cparse
make DESTDIR\=
make failedNo such file or directory - make
Gem files will remain installed in /usr/local/bundle/gems/racc-1.7.3 for inspection.
Results logged to /usr/local/bundle/extensions/aarch64-linux-musl/3.0.0/racc-1.7.3/gem_make.out
Tasks: TOP => install
(See full trace by running task with --trace)
This causes people's builds to break.
See #685 for the discussion.
Yes, this means i18n will not install on Ruby 3.3 until you also install the Racc gem.
This will be addressed in an upcoming 2.x release for i18n.