trogdoro / xiki

A shell console with GUI features
http://xiki.org
Other
3.76k stars 207 forks source link

Could not find xiki (>= 0) in dependency.rb:247:in `to_specs' #24

Open exos opened 11 years ago

exos commented 11 years ago

I have this error:

[exos@Coopx xiki]$ xiki
/usr/lib/ruby/1.9.1/rubygems/dependency.rb:247:in `to_specs': Could not find xiki (>= 0) amongst [bigdecimal-1.1.0, io-console-0.3, json-1.5.4, minitest-2.5.1, rake-0.9.2.2, rdoc-3.9.4] (Gem::LoadError)
        from /usr/lib/ruby/1.9.1/rubygems/dependency.rb:256:in `to_spec'
        from /usr/lib/ruby/1.9.1/rubygems.rb:1231:in `gem'
        from /usr/bin/xiki:22:in `<main>'

I'm on Archlinux (up to date)

uname -a:

Linux Coopx 3.5.3-1-ARCH #1 SMP PREEMPT Sun Aug 26 08:15:06 UTC 2012 i686 GNU/Linux

Install as

sudo pacman -S ruby
sudo gem install xiki

Versions:

[exos@Coopx bin]$ ruby --version
ruby 1.9.3p194 (2012-04-20 revision 35410) [i686-linux]
[exos@Coopx bin]$ gem --version
1.8.23
[exos@Coopx bin]$ 

sorry for don't send a pull request, but I don't know ruby

jrichter commented 11 years ago

You might try installing xiki from git instead.

trogdoro commented 11 years ago

When you do "gem list" on the command line does it show xiki?

holyjak commented 10 years ago

I have the same problem, after having installed xiki from git on OS X, using rvm:

$ bundle install
...
Using sourcify (0.5.0) 
Using trogdoro-el4r (1.0.9) 
Using xiki (1.0.1a) from source at . 
Using bundler (1.3.5) 
Your bundle is complete!
Use `bundle show [gemname]` to see where a bundled gem is installed.
$ bundle show xiki
/Users/me/development/tools/xiki
$ gem list

*** LOCAL GEMS ***

activesupport (4.0.0)
...
trogdoro-el4r (1.0.9)
tzinfo (0.3.37)
$ xiki restart
/Users/me/.rvm/rubies/ruby-1.9.3-p448/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:298:in `to_specs': Could not find 'xiki' (>= 0) among 39 total gem(s) (Gem::LoadError)
    from /Users/me/.rvm/rubies/ruby-1.9.3-p448/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:309:in `to_spec'
    from /Users/me/.rvm/rubies/ruby-1.9.3-p448/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_gem.rb:47:in `gem'
    from /Users/me/.rvm/gems/ruby-1.9.3-p448/bin/xiki:22:in `<main>'
srhyne commented 10 years ago

@trogdoro

Craig, very excited to get going on Xiki. Watched a bunch of videos last night.

I'm having this issue as well.