風信帖


平成24ǯ03月15日 [長年日記]

_ Ruby のコンパイル

 tDiary の文字化け問題を解決するのに文字コードで悩むのが大変なので、 先に Ruby を 1.8 から 1.9 に上げようと思い、tar からコンパイル。 make まで良かったのだけれど、make test でいつもと違う結果が…。

 いつもは、

 test succeeded

 で、終わるのに、今回は、

 PASS all 943 tests
 ./miniruby -I./lib -I. -I.ext/common  ./tool/runruby.rb --extout=.ext  -- --disable-gems "./bootstraptest/runner.rb" --ruby="ruby"  ./KNOWNBUGS.rb
 2012-03-16 03:20:11 +0900
 Driver is ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-linux]
 Target is ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-linux]


 KNOWNBUGS.rb .
 PASS all 1 tests

 と出た。これで make test は成功しているのだろうか。


  平成24年 3月 
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
昔のかきこみ