kanemoto (Yutaka Kanemoto)
- Login: kanemoto
- Email: kinpoco@gmail.com
- Registered on: 06/17/2009
- Last sign in: 07/15/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 17 | 17 |
| Reported issues | 0 | 3 | 3 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Alumni | 03/13/2025 |
Activity
06/08/2014
-
02:39 PM Ruby Bug #9914 (Closed): posix_fadvise() does not work correctly with _LARGE_FILES on 32-bit AIX
- Applied in changeset r46382.
----------
io.c (rb_io_advise): AIX currently does not support a 32-bit call to
posix_fadvise() if _LARGE_FILES is defined. Patch by Rei Odaira.
[ruby-core:62968] [Bug #9914]
03/26/2014
-
12:21 AM Ruby Feature #9673: pieをconfigureからdisableしたい
- ありがとうございます。
入れておきました。
どこかで困っている人がいたら啓蒙しようと思います。
--
Yutaka KANEMOTO
http://d.hatena.ne.jp/kinpoco/
03/25/2014
-
02:38 PM Ruby Feature #9673 (Closed): pieをconfigureからdisableしたい
- 手持ちのある環境でtrunkを使いたくなって、./configure && makeでminirubyが落ちてしまいました。1.9の時代は動いていたという情報がたくさんあったので比較したところ、PIEが怪しかったので消してmakeしたところ無事コンパイルが終わってとりあえずmake testが終わるところまで確認しました。
configure.inをみると、一部のプラットフォームではデフォルトでPIEがdisableになっていますが、手持ちの環境(とあるNAS)のta...
01/27/2014
-
04:11 AM Ruby Bug #9437: Build of ruby 2.1.0 fails on AIX 6.1
- Hi,
This is AIX's `ld`'s behavior:
----
from man ld
```
-LDirectory
Adds Directory to the list of search directories used for finding libraries designated by the -l
(lowercase letter L) flag. T...
07/16/2013
-
11:43 PM Ruby Misc #8646 (Closed): Can't compile ruby on AIX using gcc if a function name has $.
- r41273で追加されたSafe Levelのチェックの部分で関数名に $ が使われているのですが、AIXのgccでエラーになってしまいます。
% make
(中略)
compiling ../trunk/main.c
In file included from ../trunk/include/ruby.h:33:0,
from ../trunk/main.c:13:
../trunk/include/ruby/rub...
07/26/2012
-
07:26 AM Ruby Bug #6791 (Closed): ext/js on/generator/generator.c fails to compile on nightly build (AIX 6.1)
- This issue was solved with changeset r36541.
Perry, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
avoid compilation error on AIX by -ansi -std=iso9899:199409 (r36...
07/25/2012
-
04:29 PM Ruby Bug #6791: ext/js on/generator/generator.c fails to compile on nightly build (AIX 6.1)
- Hi Perry,
Does this resolve this issue in your env?
diff --git a/ext/json/fbuffer/fbuffer.h b/ext/json/fbuffer/fbuffer.h
index f7c2b03..0c53296 100644
--- a/ext/json/fbuffer/fbuffer.h
+++ b/ext/json/fbuffer/fbuffer.h
@...
07/26/2011
-
05:53 AM Ruby Bug #5094: Supported platforms of Ruby 1.9.3
- 金本と申します。
Best Effortレベルですが、AIX環境での調査・対応は引き続き担当させていただきたいです。
よろしくお願いします。
2011年7月26日0:15 Yui NARUSE <naruse@airemix.jp>:
…
> サポートしたいプラットフォームがある方は宣言してください。
> ただし、当該プラットフォーム固有っぽいバグがあった場合、そのチケットをアサインする事があるので、
> 覚悟を決めてから宣言し...
07/09/2011
-
12:53 AM Ruby Bug #4995: 1 test fails on AIX
- Hi Perry,
Could you please try , for example,
# ldedit -b maxdata
06/30/2011
-
09:31 PM Ruby Bug #3971 (Closed): Problem compiling 1.9.2-p0 under AIX 5.3
- This issue was solved with changeset r32333.
Glauber, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
configure.in: Add warnflags for XL/C on AIX during configure
...