This repository was archived by the owner on Oct 24, 2025. It is now read-only.
Description Version 1.2.0 installed fine with Homebrew's libsass keg. However, version 1.3 is throwing an error.
Here is the log output from gem_make.out after gem install sassc:
/Users/me/.rvm/rubies/ruby-2.2.2/bin/ruby -rubygems /Users/me/.rvm/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/rake-10.4.2/bin/rake RUBYARCHDIR=/Users/me/.rvm/gems/ruby-2.2.2/extensions/x86_64-darwin-14/2.2.0/sassc-1.3.0 RUBYLIBDIR=/Users/me/.rvm/gems/ruby-2.2.2/extensions/x86_64-darwin-14/2.2.0/sassc-1.3.0
git submodule update --init
fatal: Not a git repository (or any of the parent directories): .git
rake aborted!
Command failed with status (128): [git submodule update --init...]
/Users/me/.rvm/gems/ruby-2.2.2/gems/sassc-1.3.0/lib/tasks/libsass.rb:6:in ` block (2 levels) in < top (required)> '
Tasks: TOP => default => libsass:compile => ext/libsass/lib/libsass.so => ext/libsass/.git
(See full trace by running task with --trace)
rake failed, exit code 1
Output from brew info libsass
libsass: stable 3.2.5 (bottled), HEAD
C implementation of a Sass compiler
https://github.com/sass/libsass
/usr/local/Cellar/libsass/3.2.4 (13 files, 4.6M)
Poured from bottle
/usr/local/Cellar/libsass/3.2.5 (13 files, 4.6M) *
Poured from bottle
From: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/libsass.rb
==> Dependencies
Build: autoconf ✔, automake ✔, libtool ✔ Reactions are currently unavailable
Version 1.2.0 installed fine with Homebrew's libsass keg. However, version 1.3 is throwing an error.
Here is the log output from gem_make.out after
gem install sassc:Output from
brew info libsass