xiki icon indicating copy to clipboard operation
xiki copied to clipboard

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

Open exos opened this issue 12 years ago • 4 comments

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

exos avatar Sep 14 '12 20:09 exos

You might try installing xiki from git instead.

jrichter avatar Sep 15 '12 17:09 jrichter

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

trogdoro avatar Sep 15 '12 19:09 trogdoro

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>'

holyjak avatar Oct 03 '13 08:10 holyjak

@trogdoro

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

I'm having this issue as well.

  • followed the install from git repo instructions to the T.

  • gem list | grep xiki produces nothing

  • gem environment is..

    RubyGems Environment:

    • RUBYGEMS VERSION: 1.8.10
    • RUBY VERSION: 1.9.3 (2011-11-08 patchlevel 0) [x86_64-darwin11.2.0]
    • INSTALLATION DIRECTORY: /Users/me/.rvm/gems/ruby-1.9.3-head
    • RUBY EXECUTABLE: /Users/me/.rvm/rubies/ruby-1.9.3-head/bin/ruby
    • EXECUTABLE DIRECTORY: /Users/me/.rvm/gems/ruby-1.9.3-head/bin
    • RUBYGEMS PLATFORMS:
      • ruby
      • x86_64-darwin-11
    • GEM PATHS:
      • /Users/me/.rvm/gems/ruby-1.9.3-head
      • /Users/me/.rvm/gems/ruby-1.9.3-head@global
    • GEM CONFIGURATION:
      • :update_sources => true
      • :verbose => true
      • :benchmark => false
      • :backtrace => false
      • :bulk_threshold => 1000
    • REMOTE SOURCES:
      • http://rubygems.org/

srhyne avatar Aug 29 '14 15:08 srhyne