Gem update broken?

This probably isn’t strictly a RoR problem, but I’m getting the
following error when updating gems:

tom@tom-laptop:~/code/radrails_workspace/calendar$ sudo gem update
Password:
Updating installed gems…
Need to update 6 gems from http://gems.rubyforge.org
…ERROR: While executing gem … (URI::InvalidURIError)
bad URI(is not URI?):
RubyGems.org | your community gem hostgem::version:0xa53ac84.gemspec.rz

This wasn’t happening yesterday!

Any ideas?

Crap. I’m getting the same error.

Yup. Have the same problem. This activerecord-jdbc package just came
out and I guess something failed.

On 9/6/06, Tom T. [email protected] wrote:

RubyGems.org | your community gem hostgem::version:0xa53ac84.gemspec.rz

This wasn’t happening yesterday!

Any ideas?

Jon Gretar B.
http://www.jongretar.net/

Password:
Updating installed gems…
Need to update 6 gems from http://gems.rubyforge.org
…ERROR: While executing gem … (URI::InvalidURIError)
bad URI(is not URI?):
RubyGems.org | your community gem host
gem::version:0xa53ac84.gemspec.rz

Good timing, just tried a gem update myself and had the same error. Was
about to post a similar email.

Andrew S.

fred wrote:

bad URI(is not URI?):

RubyGems.org | your community gem hostgem::version:0xa53ac84.gemspec.rz

This wasn’t happening yesterday!

Any ideas?

The release of ActiveRecord-JDBC managed to put a faulty gem into the
system. Hopefully my removal of that gem will propagate to the source
index soon enough.


Ola B. (http://ola-bini.blogspot.com)
JvYAML, RbYAML, JRuby and Jatha contributor
System Developer, Karolinska Institutet (http://www.ki.se)
OLogix Consulting (http://www.ologix.com)

“Yields falsehood when quined” yields falsehood when quined.

On 9/6/06, Jon Gretar B. [email protected] wrote:

Yup. Have the same problem. This activerecord-jdbc package just came
out and I guess something failed.

I had the same assumption, but would also assume that one misconfigured
package wouldn’t prevent the update command from completing. Most
likely a
scenario that was overlooked and will probably be fixed soon (and
probably
not happen again).


Andrew S.

On 9/6/06, Andrew S. [email protected] wrote:

I had the same assumption, but would also assume that one misconfigured
package wouldn’t prevent the update command from completing. Most likely a
scenario that was overlooked and will probably be fixed soon (and probably
not happen again).
Well. Everytime gem connects to the net it gets updated pakage
descriptions. So if one of them is faulty then that selfupdate fails.

Jon Gretar B.
http://www.jongretar.net/

Same here :frowning:

root@laptop:/home/chris# gem install rails --include-dependencies
Need to update 40 gems from http://gems.rubyforge.org
…ERROR: While executing gem … (URI::InvalidURIError)
bad URI(is not URI?):
RubyGems.org | your community gem hostgem::version:0x91a5cac.gemspec.rz
root@laptop:/home/chris#