Contributed by: akira on 2012年 8月9日(木) 12:42 JST
Last modified on
事前に
export CC=/usr/bin/gcc-4.2 は必要なかったかも。
MacBook Pro 2008 Late 1.8.7-p370の make test 3つ失敗とエラー macportではtest-allは問題ない筈。
$ make test-all
./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console
Loaded suite .
Started
...................................................................................................................................................................................................................................................................................................................................................................F................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................F...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................E............................
Finished in 475.250646 seconds.
1) Failure:
test_connection_refused_in_request(TestHTTP::HTTPConnectionTest) [./test/net/http/test_connection.rb:20]:
[ruby-core:28028].
<EOFError> exception expected but was
Class: <Errno::ECONNRESET>
Message: <"Connection reset by peer">
---Backtrace---
/Users/kei/.rvm/src/ruby-1.8.7-p370/lib/net/protocol.rb:135:in `sysread'
/Users/kei/.rvm/src/ruby-1.8.7-p370/lib/net/protocol.rb:135:in `rbuf_fill'
/Users/kei/.rvm/src/ruby-1.8.7-p370/lib/timeout.rb:67:in `timeout'
/Users/kei/.rvm/src/ruby-1.8.7-p370/lib/timeout.rb:101:in `timeout'
/Users/kei/.rvm/src/ruby-1.8.7-p370/lib/net/protocol.rb:134:in `rbuf_fill'
/Users/kei/.rvm/src/ruby-1.8.7-p370/lib/net/protocol.rb:116:in `readuntil'
/Users/kei/.rvm/src/ruby-1.8.7-p370/lib/net/protocol.rb:126:in `readline'
/Users/kei/.rvm/src/ruby-1.8.7-p370/lib/net/http.rb:2028:in `read_status_line'
/Users/kei/.rvm/src/ruby-1.8.7-p370/lib/net/http.rb:2017:in `read_new'
/Users/kei/.rvm/src/ruby-1.8.7-p370/lib/net/http.rb:1051:in `request'
/Users/kei/.rvm/src/ruby-1.8.7-p370/lib/net/http.rb:1037:in `request'
/Users/kei/.rvm/src/ruby-1.8.7-p370/lib/net/http.rb:543:in `start'
/Users/kei/.rvm/src/ruby-1.8.7-p370/lib/net/http.rb:1035:in `request'
/Users/kei/.rvm/src/ruby-1.8.7-p370/lib/net/http.rb:948:in `request_get'
./test/net/http/test_connection.rb:22:in `test_connection_refused_in_request'
./test/net/http/test_connection.rb:20:in `test_connection_refused_in_request'
---------------
2) Failure:
test_readpartial_pos(TestIO)
[./test/ruby/test_io.rb:28:in `test_readpartial_pos'
/Users/kei/.rvm/src/ruby-1.8.7-p370/lib/open-uri.rb:32:in `open_uri_original_open'
/Users/kei/.rvm/src/ruby-1.8.7-p370/lib/open-uri.rb:32:in `open'
./test/ruby/test_io.rb:25:in `test_readpartial_pos'
./test/ruby/test_io.rb:9:in `mkcdtmpdir'
./test/ruby/test_io.rb:8:in `chdir'
./test/ruby/test_io.rb:8:in `mkcdtmpdir'
/Users/kei/.rvm/src/ruby-1.8.7-p370/lib/tmpdir.rb:129:in `mktmpdir'
./test/ruby/test_io.rb:7:in `mkcdtmpdir'
./test/ruby/test_io.rb:23:in `test_readpartial_pos']:
<2> expected but was
<0>.
3) Error:
test_params(TestZlibDeflate):
Zlib::BufError: buffer error
./test/zlib/test_zlib.rb:130:in `inflate'
./test/zlib/test_zlib.rb:130:in `test_params'
2257 tests, 1672047 assertions, 2 failures, 1 errors
make: *** [test-all] Error 1
どうも、MacBook Pro 2012でも同じ見たい。
$ cd .rvm/src/ruby-1.8.7-p370/
condor:ruby-1.8.7-p370 kei$ make test-all
./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console
Loaded suite .
Started
...................................................................................................................................................................................................................................................................................................................................................................F................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................F...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................E............................
Finished in 258.67458 seconds.
1) Failure:
test_connection_refused_in_request(TestHTTP::HTTPConnectionTest) [./test/net/http/test_connection.rb:20]:
[ruby-core:28028].
<EOFError> exception expected but was
Class: <Errno::ECONNRESET>
Message: <"Connection reset by peer">
---Backtrace---
/Users/kei/.rvm/src/ruby-1.8.7-p370/lib/net/protocol.rb:135:in `sysread'
/Users/kei/.rvm/src/ruby-1.8.7-p370/lib/net/protocol.rb:135:in `rbuf_fill'
/Users/kei/.rvm/src/ruby-1.8.7-p370/lib/timeout.rb:67:in `timeout'
/Users/kei/.rvm/src/ruby-1.8.7-p370/lib/timeout.rb:101:in `timeout'
/Users/kei/.rvm/src/ruby-1.8.7-p370/lib/net/protocol.rb:134:in `rbuf_fill'
/Users/kei/.rvm/src/ruby-1.8.7-p370/lib/net/protocol.rb:116:in `readuntil'
/Users/kei/.rvm/src/ruby-1.8.7-p370/lib/net/protocol.rb:126:in `readline'
/Users/kei/.rvm/src/ruby-1.8.7-p370/lib/net/http.rb:2028:in `read_status_line'
/Users/kei/.rvm/src/ruby-1.8.7-p370/lib/net/http.rb:2017:in `read_new'
/Users/kei/.rvm/src/ruby-1.8.7-p370/lib/net/http.rb:1051:in `request'
/Users/kei/.rvm/src/ruby-1.8.7-p370/lib/net/http.rb:1037:in `request'
/Users/kei/.rvm/src/ruby-1.8.7-p370/lib/net/http.rb:543:in `start'
/Users/kei/.rvm/src/ruby-1.8.7-p370/lib/net/http.rb:1035:in `request'
/Users/kei/.rvm/src/ruby-1.8.7-p370/lib/net/http.rb:948:in `request_get'
./test/net/http/test_connection.rb:22:in `test_connection_refused_in_request'
./test/net/http/test_connection.rb:20:in `test_connection_refused_in_request'
---------------
2) Failure:
test_readpartial_pos(TestIO)
[./test/ruby/test_io.rb:28:in `test_readpartial_pos'
/Users/kei/.rvm/src/ruby-1.8.7-p370/lib/open-uri.rb:32:in `open_uri_original_open'
/Users/kei/.rvm/src/ruby-1.8.7-p370/lib/open-uri.rb:32:in `open'
./test/ruby/test_io.rb:25:in `test_readpartial_pos'
./test/ruby/test_io.rb:9:in `mkcdtmpdir'
./test/ruby/test_io.rb:8:in `chdir'
./test/ruby/test_io.rb:8:in `mkcdtmpdir'
/Users/kei/.rvm/src/ruby-1.8.7-p370/lib/tmpdir.rb:129:in `mktmpdir'
./test/ruby/test_io.rb:7:in `mkcdtmpdir'
./test/ruby/test_io.rb:23:in `test_readpartial_pos']:
<2> expected but was
<0>.
3) Error:
test_params(TestZlibDeflate):
Zlib::BufError: buffer error
./test/zlib/test_zlib.rb:130:in `inflate'
./test/zlib/test_zlib.rb:130:in `test_params'
2257 tests, 1672047 assertions, 2 failures, 1 errors
make: *** [test-all] Error 1
$ rvm upgrade ruby-1.8.7-p358 ruby-1.8.7-p370
Are you sure you wish to upgrade from ruby-1.8.7-p358 to ruby-1.8.7-p370? (Y/n):
Installing new ruby ruby-1.8.7-p370
Installing Ruby from source to: /Users/kei/.rvm/rubies/ruby-1.8.7-p370, this may take a while depending on your cpu(s)...
ruby-1.8.7-p370 - #fetching
ruby-1.8.7-p370 - #downloading ruby-1.8.7-p370, this may take a while depending on your connection...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 4112k 100 4112k 0 0 754k 0 0:00:05 0:00:05 --:--:-- 830k
ruby-1.8.7-p370 - #extracting ruby-1.8.7-p370 to /Users/kei/.rvm/src/ruby-1.8.7-p370
ruby-1.8.7-p370 - #extracted to /Users/kei/.rvm/src/ruby-1.8.7-p370
Applying patch 'stdout-rouge-fix' (located at /Users/kei/.rvm/patches/ruby/1.8.7/stdout-rouge-fix.patch)
Applying patch 'no_sslv2' (located at /Users/kei/.rvm/patches/ruby/1.8.7/no_sslv2.diff)
ruby-1.8.7-p370 - #configuring
ruby-1.8.7-p370 - #compiling
ruby-1.8.7-p370 - #installing
Removing old Rubygems files...
Installing rubygems-1.8.15 for ruby-1.8.7-p370 ...
Installation of rubygems completed successfully.
ruby-1.8.7-p370 - adjusting #shebangs for (gem irb erb ri rdoc testrb rake).
ruby-1.8.7-p370 - #importing default gemsets (/Users/kei/.rvm/gemsets/)
Install of ruby-1.8.7-p370 - #complete
Migrating gems from ruby-1.8.7-p358 to ruby-1.8.7-p370
Are you sure you wish to MOVE gems from ruby-1.8.7-p358 to ruby-1.8.7-p370?
This will overwrite existing gems in ruby-1.8.7-p370 and remove them from ruby-1.8.7-p358 (Y/n):
Moving gemsets...
Moving ruby-1.8.7-p358 to ruby-1.8.7-p370
Making gemset ruby-1.8.7-p370 pristine.
Moving ruby-1.8.7-p358@global to ruby-1.8.7-p370@global
Making gemset ruby-1.8.7-p370@global pristine.
Do you wish to move over aliases? (Y/n):
Updating alias 1.8.7 to point to ruby-1.8.7-p370
Do you wish to move over wrappers? (Y/n):
Do you also wish to completely remove ruby-1.8.7-p358 (inc. archive)? (Y/n):
Successfully migrated ruby-1.8.7-p358 to ruby-1.8.7-p370
Upgrade complete!
peacock:~ kei$ rvm list
rvm rubies
jruby-1.6.7 [ x86_64 ]
rbx-head [ x86_64 ]
ree-1.8.7-2012.02 [ i686 ]
ruby-1.8.7-p370 [ i686 ]
ruby-1.9.3-p194 [ x86_64 ]
# Default ruby not set. Try 'rvm alias create default <ruby>'.
# => - current
# =* - current && default
# * - default
$ rvm use 1.8.7
Using /Users/kei/.rvm/gems/ruby-1.8.7-p370
$ gem update --system