benschwarz / bonsai

A tiny static web site generator
http://tinytree.info/
MIT License
297 stars 39 forks source link

Cannot install gem #28

Closed DanielHeath closed 12 years ago

DanielHeath commented 12 years ago

$ gem -v 1.8.10

$ ruby -v ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin11.3.0]

$ gem install bonsai Fetching: rack-protection-1.2.0.gem (100%) Fetching: tilt-1.3.3.gem (100%) Fetching: sinatra-1.3.2.gem (100%) Fetching: builder-3.0.0.gem (100%) Fetching: watch-0.1.0.gem (100%) Fetching: launchy-2.1.0.gem (100%) Fetching: activesupport-3.2.6.gem (100%) Fetching: sass-3.1.20.gem (100%) Fetching: bonsai-1.4.6.gem (100%) ERROR: Error installing bonsai: bonsai requires bonsai (>= 0)

gem install bonsai --ignore-dependencies # works fine gem install bonsai # works fine once bonsai is installed

$ bonsai --plant bonsai-test /Users/danielheath/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/requirement.rb:41: stack level too deep (SystemStackError)

It looks as though bonsai is requiring bonsai (infinite recursion)

benschwarz commented 12 years ago

Thanks for the issue… this popped up last week (written up in #20). I'm looking at it right now!

On 01/07/2012, at 3:44 PM, Daniel Heath wrote:

$ gem -v 1.8.10

$ ruby -v ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin11.3.0]

$ gem install bonsai Fetching: rack-protection-1.2.0.gem (100%) Fetching: tilt-1.3.3.gem (100%) Fetching: sinatra-1.3.2.gem (100%) Fetching: builder-3.0.0.gem (100%) Fetching: watch-0.1.0.gem (100%) Fetching: launchy-2.1.0.gem (100%) Fetching: activesupport-3.2.6.gem (100%) Fetching: sass-3.1.20.gem (100%) Fetching: bonsai-1.4.6.gem (100%) ERROR: Error installing bonsai: bonsai requires bonsai (>= 0)


Reply to this email directly or view it on GitHub: https://github.com/benschwarz/bonsai/issues/28

benschwarz commented 12 years ago

Give 1.4.7 a spin!

On 01/07/2012, at 3:47 PM, Daniel Heath wrote:

$ gem -v 1.8.10

$ ruby -v ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin11.3.0]

$ gem install bonsai Fetching: rack-protection-1.2.0.gem (100%) Fetching: tilt-1.3.3.gem (100%) Fetching: sinatra-1.3.2.gem (100%) Fetching: builder-3.0.0.gem (100%) Fetching: watch-0.1.0.gem (100%) Fetching: launchy-2.1.0.gem (100%) Fetching: activesupport-3.2.6.gem (100%) Fetching: sass-3.1.20.gem (100%) Fetching: bonsai-1.4.6.gem (100%) ERROR: Error installing bonsai: bonsai requires bonsai (>= 0)

gem install bonsai --ignore-dependencies # works fine gem install bonsai # works fine once bonsai is installed

$ bonsai --plant bonsai-test /Users/danielheath/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/requirement.rb:41: stack level too deep (SystemStackError)

It looks as though bonsai is requiring bonsai (infinite recursion)


Reply to this email directly or view it on GitHub: https://github.com/benschwarz/bonsai/issues/28

benschwarz commented 12 years ago

Super. Closing.