Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gem Dependency Error installing compass-aurora #41

Closed
windtrader opened this issue Jan 8, 2014 · 1 comment
Closed

Gem Dependency Error installing compass-aurora #41

windtrader opened this issue Jan 8, 2014 · 1 comment

Comments

@windtrader
Copy link

Hunted around for solution but did not see anything like this. Tried various things, no luck. Out of ideas. Thanks

[root host /]-> gem install compass-aurora
ERROR: While executing gem ... (Gem::DependencyError)
Unable to resolve dependencies: compass requires compass-core (> 1.0.0.alph
a.16), compass-import-once (
> 1.0.1), listen (> 1.1.0), json (>= 0); sass requ
ires listen (
> 1.1.0)
[root host /]-> gem install toolkit
ERROR: While executing gem ... (Gem::DependencyError)
Unable to resolve dependencies: compass requires compass-core (> 1.0.0.alph
a.16), compass-import-once (
> 1.0.1), listen (> 1.1.0), json (>= 0); sass requ
ires listen (
> 1.1.0)
[root host /]-> gem install singularitygs
ERROR: While executing gem ... (Gem::DependencyError)
Unable to resolve dependencies: sass requires listen (> 1.1.0); compass req
uires compass-core (
> 1.0.0.alpha.16), compass-import-once (~> 1.0.1), listen (
~> 1.1.0), json (>= 0)
[root host /]-> ruby -S gem list --local

*** LOCAL GEMS ***

actionmailer (2.3.18, 2.3.14, 2.3.8)
actionpack (2.3.18, 2.3.14, 2.3.8)
activerecord (2.3.18, 2.3.14, 2.3.8)
activeresource (2.3.18, 2.3.14, 2.3.8)
activesupport (2.3.18, 2.3.14, 2.3.8)
addressable (2.3.5)
bundler (1.5.1, 1.1.4)
cgi_multipart_eof_fix (2.5.0)
chunky_png (1.2.6)
coderay (0.9.8)
compass (0.12.2)
compass-normalize (1.4.3)
css_parser (1.3.5)
daemon_controller (1.1.8, 1.0.0)
daemons (1.1.0)
fastthread (1.0.7)
fssm (0.2.9)
gem_plugin (0.2.3)
hoe (3.0.6)
i18n (0.4.2)
mongrel (1.1.5)
mysql (2.9.1, 2.8.1)
passenger (4.0.29, 3.0.12)
rack (1.1.6)
rails (2.3.18, 2.3.14, 2.3.8)
rake (0.8.7, 0.8.3)
RedCloth (4.2.9)
rubygems-update (1.8.25, 1.8.24, 1.3.7)
rubytree (0.5.2)
sass (3.2.13, 3.2.3)
sassy-buttons (0.2.6)
sqlite3 (1.3.8, 1.3.6)

@windtrader
Copy link
Author

Resolved by gem installing compass 1.0.0.alpha.16 and sass 3.3.0.rc.1
gem list after above and running the Aurora theme gem after updating the gemfile there. see the drupal.org Aurora issue queue for details.

addressable (2.3.5)
breakpoint (2.4.1)
bundler (1.5.1)
chunky_png (1.2.9)
color-schemer (0.2.8)
compass (1.0.0.alpha.16)
compass-aurora (3.0.8)
compass-blend-modes (0.0.2)
compass-core (1.0.0.alpha.16)
compass-import-once (1.0.2)
compass-normalize (1.4.3)
css_parser (1.3.5)
ffi (1.9.3)
fssm (0.2.10)
json (1.8.1)
listen (1.1.6)
multi_json (1.8.2)
rb-fsevent (0.9.4)
rb-inotify (0.9.3)
rb-kqueue (0.2.0)
sass (3.3.0.rc.2, 3.3.0.rc.1)
sassy-buttons (0.2.6)
sassy-maps (0.3.1)
sassy-strings (1.0.0)
singularitygs (1.1.2)
toolkit (1.3.8)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant