[#41918] [Feature #3647] Array#sample(n, replace=false) — Kenta Murata <redmine@...>

Feature #3647: Array#sample(n, replace=false)

11 messages 2010/08/03

[#41966] [Bug #3673] PTY.getpty with IO.pipe doesn't finish on FreeBSD — Yui NARUSE <redmine@...>

Bug #3673: PTY.getpty with IO.pipe doesn't finish on FreeBSD

9 messages 2010/08/10

[#41969] [Feature #3675] String#prepend, String#>> — Sora Harakami <redmine@...>

Feature #3675: String#prepend, String#>>

15 messages 2010/08/10
[#41976] Re: [Feature #3675] String#prepend, String#>> — Yukihiro Matsumoto <matz@...> 2010/08/10

まつもと ゆきひろです

[#41974] Re: [ruby-cvs:36157] Ruby:r28955 (trunk): * complex.c (nucomp_to_[ifr]): don't allow complex with in-exact — Yukihiro Matsumoto <matz@...>

まつもと ゆきひろです

7 messages 2010/08/10

[#42003] WEBrickに関するセキュリティ修正 (CVE-2010-0541) — Hideki Yamane <henrich@...>

12 messages 2010/08/11

[#42090] Math::atan2(0, 0) on ruby 1.9.2 — KUBO Takehiro <kubo@...>

久保です。

18 messages 2010/08/22
[#42092] Re: Math::atan2(0, 0) on ruby 1.9.2 — Kenta Murata <muraken@...> 2010/08/22

=1B$B$`$i$?$G$9!#=1B(B

[#42166] Ruby'sライセンスの、BSDLとのデュアルライセンスへの変更 — "NARUSE, Yui" <naruse@...>

Ruby's ライセンスは BSDL と Ruby's のデュアルライセンスになります。

14 messages 2010/08/31

[ruby-dev:41931] [Bug #3657] make cleanがファイルを削除しすぎ

From: Takahiro Kambe <redmine@...>
Date: 2010-08-05 07:49:52 UTC
List: ruby-dev #41931
Bug #3657: make cleanがファイルを削除しすぎ
http://redmine.ruby-lang.org/issues/show/3657

起票者: Takahiro Kambe
ステータス: Open, 優先度: Normal
カテゴリ: build, Target version: 1.9.2
ruby -v: ruby 1.9.2dev (2010-07-02 revision 28524) [i486-netbsdelf]

rubyがインストールされていない環境で以下のような問題が起きます。

1. リリース版(rcやpreviewを含む)をダウンロード
2. configureとmakeを実行
3. makeが正常に完了した時点で"make clean"を実行
4. そのままか、または異なる引数でconfigureを実行した上で再度makeを実行
5. 以下のようなエラーでmakeは完了しない。


echo executable host ruby is required.  use --with-baseruby option.; false ./tool/generic_erb.rb -c -o known_errors.inc ./template/known_errors.inc.tmpl ./defs/known_errors.def
executable host ruby is required. use --with-baseruby option.
*** Error code 1

Stop.


原因は"make clean"でリリースの配布ファイルに含まれている、以下のファイルを削除してしまうためです。(まだ、他にもあるかもしれません。)

insns.inc
insns_info.inc
known_errors.inc
node_name.inc
opt_sc.inc
optinsn.inc
optunifs.inc

もう一度、配布ファイルを展開してやり直せばいいのですが、面倒というよりもリリースのファイルを当てにしていると不便この上ありません。

なお、"ruby -v"の欄はたまたま現在インストールされているものを使って埋めただけで、1.9.2-rc2で再現することを確認しています。


----------------------------------------
http://redmine.ruby-lang.org

In This Thread

Prev Next