xiki icon indicating copy to clipboard operation
xiki copied to clipboard

Errors when running gem install on mac

Open ProLoser opened this issue 13 years ago • 6 comments

$ sudo gem install xiki
Password:
ERROR:  Error installing xiki:
    ruby_parser requires sexp_processor (~> 3.0, runtime)

ProLoser avatar Aug 28 '12 08:08 ProLoser

Maybe try running this?

$ gem install sexp_processor

--Craig

On Tue, Aug 28, 2012 at 1:08 AM, Dean Sofer [email protected]:

$ sudo gem install xiki Password: ERROR: Error installing xiki: ruby_parser requires sexp_processor (~> 3.0, runtime)

— Reply to this email directly or view it on GitHubhttps://github.com/trogdoro/xiki/issues/7.

trogdoro avatar Aug 28 '12 09:08 trogdoro

That resolved it. Now I just have to figure out how to use it.

ProLoser avatar Aug 28 '12 09:08 ProLoser

So since ruby_parser is broken and appears to be rather dead, perhaps you should add sexp_processor as a dependency?

xiongchiamiov avatar Sep 13 '12 18:09 xiongchiamiov

On snow leopard, installing the transitive dependencies explicitly alone wasn't enough. I also had to do a: sudo gem update --system

larsimmisch avatar Sep 13 '12 18:09 larsimmisch

Still having errors. 10.8.1 :(

$ sudo gem install sexp_processor
Successfully installed sexp_processor-4.0.1
$ sudo gem update --system
Successfully installed rubygems-update-1.8.24
$ sudo gem install xiki

ERROR:  While generating documentation for activesupport-3.2.8
... MESSAGE:   exit
... RDOC args: --ri --op /Library/Ruby/Gems/1.8/doc/activesupport-3.2.8/ri --encoding UTF-8 lib --title activesupport-3.2.8 Documentation --quiet
$ gem -v
1.8.24
$ ruby -v
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]

jnovack avatar Sep 14 '12 21:09 jnovack

I think that error only had to do with generating the docs for a gem. Shouldn't be an issue.

trogdoro avatar Sep 15 '12 19:09 trogdoro