Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread

 

By: Chris Boyd
RE: Instiwiki 0.19.4 installation issues [ reply ]  
2012-09-04 05:11
That did it. Specifying "--path vendor/bundle" was sufficient to allow the bundler gem to install successfully and it works now.

Thanks again you for your help.

By: Jacques Distler
RE: Instiwiki 0.19.4 installation issues [ reply ]  
2012-08-30 15:30
I would suggest trying

rm -R vendor/bundle/*
ruby bundle install --path vendor/bundle


By: Chris Boyd
RE: Instiwiki 0.19.4 installation issues [ reply ]  
2012-08-30 15:22
Maybe also relevant:

---
gem list

*** LOCAL GEMS ***

actionmailer (3.2.8)
actionpack (3.2.8)
activemodel (3.2.8)
activerecord (3.2.8)
activeresource (3.2.8)
activesupport (3.2.8)
arel (3.0.2)
builder (3.0.0)
bundler (1.1.5)
coffee-rails (3.2.2)
coffee-script (2.2.0)
coffee-script-source (1.3.3)
erubis (2.7.0)
execjs (1.4.0)
hike (1.2.1)
i18n (0.6.0)
journey (1.0.4)
jquery-rails (2.1.1)
json (1.7.5)
mail (2.4.4)
mime-types (1.19)
multi_json (1.3.6)
polyglot (0.3.3)
rack (1.4.1)
rack-cache (1.2)
rack-ssl (1.3.2)
rack-test (0.6.1)
rails (3.2.8)
railties (3.2.8)
rake (0.9.2.2)
rdoc (3.12)
rubygems-bundler (1.0.7)
rvm (1.11.3.5)
sass (3.2.1)
sass-rails (3.2.5)
sprockets (2.1.3)
sqlite3 (1.3.6)
thor (0.16.0)
tilt (1.3.3)
treetop (1.4.10)
tzinfo (0.3.33)
uglifier (1.2.7)

By: Chris Boyd
Instiwiki 0.19.4 installation issues [ reply ]  
2012-08-30 15:20
This did not work with the default OSX 1.8.7 ruby or with 1.9.3 installed through RVM. I did not have this issue with 0.19.2.

I am not sure which symlink it's complaining about.

Any ideas?

---
cd ~/source/instiki-0.19.4
bundle install --verbose
Could not install to path `bundle` because of an invalid symlink. Remove the symlink so the directory can be created.
/usr/local/rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.5/lib/bundler/installer.rb:21:in `rescue in run'
/usr/local/rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.5/lib/bundler/installer.rb:18:in `run'
/usr/local/rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.5/lib/bundler/installer.rb:12:in `install'
/usr/local/rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.5/lib/bundler/cli.rb:220:in `install'
/usr/local/rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.5/lib/bundler/vendor/thor/task.rb:22:in `run'
/usr/local/rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.5/lib/bundler/vendor/thor/invocation.rb:118:in `invoke_task'
/usr/local/rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.5/lib/bundler/vendor/thor.rb:263:in `dispatch'
/usr/local/rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.5/lib/bundler/vendor/thor/base.rb:386:in `start'
/usr/local/rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.5/bin/bundle:13:in `<top (required)>'
/usr/local/rvm/gems/ruby-1.9.3-p194@global/bin/bundle:23:in `load'
/usr/local/rvm/gems/ruby-1.9.3-p194@global/bin/bundle:23:in `<main>'