I have created a omega subtheme with drush omega-wizard. Trying to fire up omega guard with drush omega-guard gives me this:
There was a problem with your setup:
[error] Resolving dependencies... Bundler can't satisfy your Gemfile's dependencies. Install missing gems withbundle install.
Running bundle install resolves the first couple of dependencies - addressable, sass, sass-maps, breakpoint and the it fails with the following message:
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
/Users/brix/.rvm/rubies/ruby-1.9.3-p547/bin/ruby extconf.rb creating Makefilemake clean
make compiling hitimes.c make: *** [hitimes.o] Segmentation fault: 11
make failed, exit code 2
Gem files will remain installed in /Users/brix/.rvm/gems/[email protected]/gems/hitimes-1.2.2 for inspection. Results logged to /Users/brix/.rvm/gems/[email protected]/extensions/x86_64-darwin-13/1.9.1/hitimes-1.2.2/gem_make.out An error occurred while installing hitimes (1.2.2), and Bundler cannot continue. Make sure that
gem install hitimes -v '1.2.2'succeeds before bundling.
I am on OS X Yosemite - 10.10.1