il Fri, 31 Oct 2003 08:01:58 +0900,
(Yukihiro
Matsumoto) ha scritto::
>
>Thank you for the report. I just put preview2 at
>
> ftp://ftp.ruby-lang.org/pub/ruby/1.8...review2.tar.gz
>
>md5sum is 067deb137b70d6ca046f6d7e9a84e198
>
> matz.
A little note, problem running test/runner.rb:
for some strange reason, I dind'nt had a mapping from
localhost_hostname to 127.0.0.1.
running test/runner.rb hangs up with this error:
home/nickel/lib/ruby/1.8/drb/drb.rb:693:in `open':
druby://UltimaThule:36121 -
#<SocketError: getaddrinfo: Temporary failure in name resolution>
(DRb:

RbConnError)
from /home/nickel/lib/ruby/1.8/drb/drb.rb:686:in `each'
from /home/nickel/lib/ruby/1.8/drb/drb.rb:686:in `open'
from /home/nickel/lib/ruby/1.8/drb/drb.rb:1072:in `initialize'
from /home/nickel/lib/ruby/1.8/drb/drb.rb:1055:in `new'
from /home/nickel/lib/ruby/1.8/drb/drb.rb:1055:in `open'
from /home/nickel/lib/ruby/1.8/drb/drb.rb:1002:in
`method_missing'
from /home/nickel/lib/ruby/1.8/drb/extserv.rb:16:in
`initialize'
from /usr/src/ruby-1.8.1/test/drb/ut_array.rb:12:in `new'
from /usr/src/ruby-1.8.1/test/drb/ut_array.rb:12
I understand the error, but I don't think this should freeze the
script..
Anyway, after a little change to etc/hosts everything works fine[1].
Another thing: why 'make test' does'nt run the test scripts ?
[1]
actually, tests run fine even with
CFLAGS= -march=athlon-xp -O3 -pipe -fomit-frame-pointer and
gcc version 3.2 (Mandrake Linux 9.0 3.2-1mdk)
obviously, not great enhancement over -O2