Looks like I am getting through it but just heads-up
$ bundle exec rails assets:precompile
ERROR: It looks like you're trying to use Nokogiri as a precompiled native gem on a system
with an unsupported version of glibc.
/lib64/libc.so.6: version `GLIBC_2.28' not found (required by /home/<user>apps/<app>/mastodon/vendor/bundle/ruby/3.2.0/gems/nokogiri-1.18.3-x86_64-linux-gnu/lib/nokogiri/3.2/nokogiri.so) -
/home/<user>apps/<app>/mastodon/vendor/bundle/ruby/3.2.0/gems/nokogiri-1.18.3-x86_64-linux-gnu/lib/nokogiri/3.2/nokogiri.so
If that's the case, then please install Nokogiri via the ruby
platform gem:
gem install nokogiri --platform=ruby
or:
bundle config set force_ruby_platform true
Please visit https://nokogiri.org/tutorials/installing_nokogiri.html for more help.
Then did
$ bundle config set force_ruby_platform true
$ bundle exec rails assets:precompile
Could not find nokogiri-1.18.3, ffi-1.17.1, mini_portile2-2.8.8, google-protobuf-3.25.5 in locally installed gems
Run bundle install
to install missing gems.
$ bundle install
(went through install)
$ bundle exec rails assets:precompile
and seemed to get to v4.3.4 but if you are running masto on opal, you might hit this.