Problem Installing Ruby Gems 0.4.0 on XP not segfault

E

Ernie

I get the following error I'm running Ruby 1.8 windows version installed
using the windows installer on a Windows XP machine

c:/ruby/lib/ruby/site_ruby/1.8/rubygems/version.rb:86:in `<=>': undefined
method
`to_ints' for nil:NilClass (NoMethodError)
from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/specification.rb:375:in
`==
'
from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/specification.rb:375:in
`va
lidate'
from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/specification.rb:373:in
`ea
ch'
from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/specification.rb:373:in
`va
lidate'
from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/builder.rb:85:in
`build'
from install.rb:95:in `install_rb'
from install.rb:100

Any one have a clue why this is happening?

Ernie
 
C

Chad Fowler

On Sat, 5 Jun 2004, Ernie wrote:

# I get the following error I'm running Ruby 1.8 windows version installed
# using the windows installer on a Windows XP machine
#
# c:/ruby/lib/ruby/site_ruby/1.8/rubygems/version.rb:86:in `<=>': undefined
# method
# `to_ints' for nil:NilClass (NoMethodError)
<snip>

Hi Ernie. Someone also posted this as a bug on the rubygems rubyforge
project page (maybe it was you?). I'm running the windows installer on
Windows XP (ruby 1.8.1 (2003-12-25) [i386-mswin32]) and not experiencing a
problem with rubygems 0.4.0. What exact Ruby version do you have?

Thanks,
Chad
 
G

gabriele renzi

il Fri, 4 Jun 2004 13:01:54 -0400, "Ernie" <[email protected]> ha
scritto::


works fine for me too:
ruby -v:
ruby 1.8.1 (2003-12-25) [i386-mswin32]

win xp pro.

Bu, one thing: now that gems are growing in number it would be nice to
see them grouped like:

sqlite (1.1, 1.1.1, 1.1.2, 1.1.3)

to avoid cluttering of the info
 
C

Chad Fowler

On Sat, 5 Jun 2004, gabriele renzi wrote:

# il Fri, 4 Jun 2004 13:01:54 -0400, "Ernie" <[email protected]> ha
# scritto::
#
#
# works fine for me too:
# ruby -v:
# ruby 1.8.1 (2003-12-25) [i386-mswin32]
#
# win xp pro.
#
# Bu, one thing: now that gems are growing in number it would be nice to
# see them grouped like:
#
# sqlite (1.1, 1.1.1, 1.1.2, 1.1.3)
#

That's on my wishlist, too. It will get done.

Chad
 
C

Chad Fowler

On Sat, 5 Jun 2004, Chad Fowler wrote:

#
#
# On Sat, 5 Jun 2004, gabriele renzi wrote:
# # Bu, one thing: now that gems are growing in number it would be nice to
# # see them grouped like:
# #
# # sqlite (1.1, 1.1.1, 1.1.2, 1.1.3)
# #
#
# That's on my wishlist, too. It will get done.
#

It's in CVS now. Give it a try and tell me what you think.
Alternatively, We'll probably put out another release over the next few days
if you want to wait for the convenience of a tarball.

Chad
 
G

gabriele renzi

On Sat, 5 Jun 2004, Chad Fowler wrote:

#
#
# On Sat, 5 Jun 2004, gabriele renzi wrote:
# # Bu, one thing: now that gems are growing in number it would be nice to
# # see them grouped like:
# #
# # sqlite (1.1, 1.1.1, 1.1.2, 1.1.3)
# #
#
# That's on my wishlist, too. It will get done.
#

It's in CVS now. Give it a try and tell me what you think.
Alternatively, We'll probably put out another release over the next few days
if you want to wait for the convenience of a tarball.

Chad

tried, works like a charm, thanks!
 
E

Ernie

Chad Fowler said:
On Sat, 5 Jun 2004, Ernie wrote:

# I get the following error I'm running Ruby 1.8 windows version installed
# using the windows installer on a Windows XP machine
#
# c:/ruby/lib/ruby/site_ruby/1.8/rubygems/version.rb:86:in `<=>': undefined
# method
# `to_ints' for nil:NilClass (NoMethodError)
<snip>

Hi Ernie. Someone also posted this as a bug on the rubygems rubyforge
project page (maybe it was you?). I'm running the windows installer on
Windows XP (ruby 1.8.1 (2003-12-25) [i386-mswin32]) and not experiencing a
problem with rubygems 0.4.0. What exact Ruby version do you have?

Thanks,
Chad
That was my post on the rubyforge.
ruby -v reports this
ruby 1.8.0 (2003-08-04) [i386-mswin32]

Thanks,
Ernie
 
C

Chad Fowler

On Sat, 5 Jun 2004, Ernie wrote:

# I get the following error I'm running Ruby 1.8 windows version installed
# using the windows installer on a Windows XP machine
#
# c:/ruby/lib/ruby/site_ruby/1.8/rubygems/version.rb:86:in `<=>': undefined
# method
# `to_ints' for nil:NilClass (NoMethodError)
<snip>

Hi Ernie. Someone also posted this as a bug on the rubygems rubyforge
project page (maybe it was you?). I'm running the windows installer on
Windows XP (ruby 1.8.1 (2003-12-25) [i386-mswin32]) and not experiencing a
problem with rubygems 0.4.0. What exact Ruby version do you have?

Thanks,
Chad
That was my post on the rubyforge.
ruby -v reports this
ruby 1.8.0 (2003-08-04) [i386-mswin32]


Ernie, would you mind trying with the latest ruby installer version
for Windows (from RubyForge)? That would help narrow down the
problem.

Thanks,
Chad
 
E

Ernie

I just upgraded to 1.8.1 -12
rubygems installed just fine.
Ernie
Chad Fowler said:
On Sat, 5 Jun 2004, Ernie wrote:

# I get the following error I'm running Ruby 1.8 windows version installed
# using the windows installer on a Windows XP machine
#
# c:/ruby/lib/ruby/site_ruby/1.8/rubygems/version.rb:86:in `<=>': undefined
# method
# `to_ints' for nil:NilClass (NoMethodError)
<snip>

Hi Ernie. Someone also posted this as a bug on the rubygems rubyforge
project page (maybe it was you?). I'm running the windows installer on
Windows XP (ruby 1.8.1 (2003-12-25) [i386-mswin32]) and not experiencing a
problem with rubygems 0.4.0. What exact Ruby version do you have?

Thanks,
Chad
That was my post on the rubyforge.
ruby -v reports this
ruby 1.8.0 (2003-08-04) [i386-mswin32]


Ernie, would you mind trying with the latest ruby installer version
for Windows (from RubyForge)? That would help narrow down the
problem.

Thanks,
Chad
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top