[#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

むらたです。

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

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

14 messages 2010/08/31

[ruby-dev:42031] [Bug #3695] r28978 fails to make all

From: Shyouhei Urabe <redmine@...>
Date: 2010-08-14 09:05:57 UTC
List: ruby-dev #42031
Bug #3695: r28978 fails to make all
http://redmine.ruby-lang.org/issues/show/3695

起票者: Shyouhei Urabe
ステータス: Assigned, 優先度: High
担当者: Nobuyoshi Nakada, カテゴリ: build, Target version: 1.9.3
ruby -v: ruby 1.9.3dev (2010-08-14 trunk 28978) [x86_64-linux]

r28978以降コンパイルできません。ログ: http://www.atdot.net/sp/raw/v1v47l

長いので抜粋すると、
    make[1]: Entering directory `/build/ext/coverage'
    gcc -I. -I../../.ext/include/x86_64-linux -I/src/include -I/src/ext/coverage -DRUBY_EXTCONF_H=\"extconf.h\" -D_FORTIFY_SOURCE=2 -D_BSD_SOURCE -D_SVID_SOURCE -D_POSIX_SOURCE -D_POSIX_C_SOURCE=200809L   -fPIC -pipe -O0 -march=athlon64 -mcmodel=large -ggdb3 -std=iso9899:199409 -pedantic -Wall -Wextra -Wundef -Wno-format -Wno-long-long -Wno-parentheses -Wno-unused -Wno-sign-compare -Wno-missing-field-initializers  -o coverage.o -c /src/ext/coverage/coverage.c
    In file included from /src/ext/coverage/coverage.c:12:
    /src/ext/coverage/../../vm_core.h:23:16: error: id.h: No such file or directory
    make[1]: *** [coverage.o] Error 1

となっています。

* ビルドディレクトリ(/build)とソースディレクトリ(/src)がわかれています。
* id.hは/build/id.hに生成されています。
* /src/ext/coverage/coverage.cをコンパイルする際に/buildはinclude pathに含まれていないようです

といったあたりが観測されます。


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

In This Thread

Prev Next