sassc-ruby icon indicating copy to clipboard operation
sassc-ruby copied to clipboard

sassc 2.4.0 Unable to Install on latest Sonoma

Open shellandbull opened this issue 1 year ago • 2 comments

Ruby

ruby 3.3.1 (2024-04-23 revision c56cd86388) +YJIT [x86_64-darwin24]

RVM

$ rvm --version
$ rvm 1.29.12 (latest) by Michal Papis, Piotr Kuczynski, Wayne E. Seguin [https://rvm.io]

Gives me the following error when trying to install sassc at @ 2.4.0

/Users/xyzxyz/.rvm/rubies/ruby-3.3.1/bin/ruby extconf.rb
creating Makefile

current directory: /Users/xyzxyz/.rvm/gems/ruby-3.3.1/gems/sassc-2.4.0/ext
make DESTDIR\= sitearchdir\=./.gem.20241015-77813-bxkh7z sitelibdir\=./.gem.20241015-77813-bxkh7z clean

current directory: /Users/xyzxyz/.rvm/gems/ruby-3.3.1/gems/sassc-2.4.0/ext
make DESTDIR\= sitearchdir\=./.gem.20241015-77813-bxkh7z sitelibdir\=./.gem.20241015-77813-bxkh7z
compiling ./libsass/src/ast.cpp
make: *** [ast.o] Error 1

make failed, exit code 2

Someone I know didn't have this issue using rbenv could it be something to do with the way rvm builds Ruby?

shellandbull avatar Oct 15 '24 17:10 shellandbull

Seems like a duplicate of https://github.com/sass/sassc-ruby/issues/248

AdamJacobson avatar Oct 17 '24 15:10 AdamJacobson

I have same issue with rbenv and ruby 3.1.1

truonglocbinh avatar Nov 01 '24 06:11 truonglocbinh