trampoline / rews

a Ruby client for Exchange Web Services
MIT License
6 stars 1 forks source link

Error installing rews: rews requires rews (>= 0) #2

Open garethrees opened 11 years ago

garethrees commented 11 years ago

OS X 10.7.5

ruby-1.9.3-p194

$ gem install rews
Fetching: savon-0.9.1.gem (100%)
Fetching: pyu-ntlm-http-0.1.3.1.gem (100%)
Fetching: fetch_in-0.2.0.gem (100%)
Fetching: rsxml-0.3.0.gem (100%)
Fetching: rews-0.5.5.gem (100%)
ERROR:  Error installing rews:
    rews requires rews (>= 0)

ruby-1.9.2-p320

$ gem install rews
Fetching: crack-0.1.8.gem (100%)
Fetching: httpi-2.0.0.gem (100%)
Fetching: gyoku-1.0.0.gem (100%)
Fetching: savon-0.9.1.gem (100%)
Fetching: httpclient-2.3.2.gem (100%)
Fetching: pyu-ntlm-http-0.1.3.1.gem (100%)
Fetching: fetch_in-0.2.0.gem (100%)
Fetching: nokogiri-1.5.6.gem (100%)
Building native extensions.  This could take a while...
Fetching: rsxml-0.3.0.gem (100%)
Fetching: rews-0.5.5.gem (100%)
ERROR:  Error installing rews:
    rews requires rews (>= 0)

ruby-1.8.7-p358

$ gem install rews
Fetching: savon-0.9.1.gem (100%)
Fetching: httpclient-2.3.2.gem (100%)
Fetching: pyu-ntlm-http-0.1.3.1.gem (100%)
Fetching: fetch_in-0.2.0.gem (100%)
Fetching: rsxml-0.3.0.gem (100%)
Fetching: rews-0.5.5.gem (100%)
ERROR:  Error installing rews:
    rews requires rews (>= 0)
giridhar commented 11 years ago

Had similar issue while installing on mac os (lion)

gem install rews Fetching: builder-3.2.0.gem (100%) Fetching: httpi-2.0.2.gem (100%) Fetching: gyoku-1.0.0.gem (100%) Fetching: savon-0.9.1.gem (100%) Fetching: httpclient-2.3.3.gem (100%) Fetching: pyu-ntlm-http-0.1.3.1.gem (100%) Fetching: fetch_in-0.2.0.gem (100%) Fetching: rsxml-0.3.0.gem (100%) Fetching: rews-0.5.5.gem (100%) ERROR: Error installing rews: rews requires rews (>= 0, runtime)

trampoline commented 11 years ago

tldr: i had a quick look at this : this gem needs some attention, which i don't have time or resources to give it

i tried updating dependencies (changes pushed to master), but the NTLM support is causing problems running specs

this in itself is probably easy to fix, but i recall that the NTLM support was difficult and flakey, and there were several patched versions floating around, and i needed an Exchange testbed to test against (2003,2007,2010) to be sure it worked. thanks to a disk crash i no longer have such an Exchange testbed, nor do i have the time to re-install it (took me a week on and off), so i can't test that the gem will actually work

anyone who has resources to pick up where i left off, you're welcome !

takeshitakenji commented 10 years ago

By removing all of the instances of rews saying it depends on itself, it installed. Unfortunately, net/ntlm looks like it needs even more attention.

geekabhinav commented 8 years ago

Same here, any fix?

mccraigmccraig commented 8 years ago

there will be no fix from myself or @trampoline - we haven't touched EWS or even ruby in several years !