kimuraw (Wataru Kimura)
- Login: kimuraw
- Email: kimuraw@i.nifty.jp
- Registered on: 11/06/2008
- Last sign in: 07/13/2024
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 15 | 15 |
Activity
07/15/2024
-
11:44 AM Ruby Revision 958adb5b (git): [Bug #20633] Fix the condition for `atomic_signal_fence`
- `AC_CHECK_DECLS` defines `HAVE_DECL_SYMBOL` to 1 if declared, 0
otherwise, not undefined.
07/14/2024
-
01:44 AM Ruby Bug #20633 (Closed): compile error at vm_insnhelper.c when HAVE_DECL_ATOMIC_SIGNAL_FENCE is 0
- Applied in changeset commit:git|7472fff7f1b5296fbfcde0e2b7411a1d87781f3f.
----------
[Bug #20633] Fix the condition for `atomic_signal_fence`
`AC_CHECK_DECLS` defines `HAVE_DECL_SYMBOL` to 1 if declared, 0
otherwise, not undefined. -
01:36 AM Ruby Revision 7472fff7 (git): [Bug #20633] Fix the condition for `atomic_signal_fence`
- `AC_CHECK_DECLS` defines `HAVE_DECL_SYMBOL` to 1 if declared, 0
otherwise, not undefined.
07/13/2024
-
10:43 AM Ruby Bug #20633 (Closed): compile error at vm_insnhelper.c when HAVE_DECL_ATOMIC_SIGNAL_FENCE is 0
- 木村といいます。
最近導入された、vm_insnhelper.c 中での atomic_signal_fence()の呼び出し[1]が
config.hで ”#define HAVE_DECL_ATOMIC_SIGNAL_FENCE 0” のときコンパイルエラーになります。
おそらくコードの意図と異なると思うのでパッチ送ります。
```
compiling array.c
compiling vm.c
In file included from...
06/26/2022
-
01:19 PM Ruby Bug #18879 (Closed): missing linker flag "-framework Security" for macOS 10.7 .. 10.9
- it looks target OS version detection in ./configure fails. (10.7 <= ver < 10.10)
macOS's AvailabilityMacros.h does not contain macros for future versions.
a version number to compare with "MAC_OS_X_VERSION_MIN_REQUIRED" should be a n...
11/07/2018
-
02:44 PM Ruby Bug #15291 (Closed): ruby-2.6.0-preview3でbin/bundle_rubyがインストールされる
- ruby-2.6.0-preview3を試していたところ、bin/以下に"bundle_ruby"というファイルがありました。
bundler由来のもののようですが、これは意図されたものでしょうか?
`gem install bundler`でインストールしたときには"bundle_ruby"は作成されないようです。
~~~
% gem install bundler
:
% gem spec bundler version
--- !ruby...
12/05/2017
-
05:00 PM Ruby Bug #14058: [bundler] program-suffixを付けるとbundle gem -> rake buildなどが動作しない
- I got same error with ruby-2.4.2 and bundler-1.16.0.
~~~
$ bundle gem mygem
:
$ rake2.4 build
rake aborted!
sh: 1: gem: not found
~~~
10/26/2017
-
03:29 PM Ruby Bug #14058 (Third Party's Issue): [bundler] program-suffixを付けるとbundle gem -> rake buildなどが動作しない
- `./configure --program-suffix=2.5 ...`など、program-suffixを指定してrubyをビルドしたとき
bundlerのいくつかの機能が動作しません。
## 1. `bundle gem`で新規gemを作成したとき`rake build`や`rake install`が失敗する
~~~
$ bundle2.5 gem mygem
$ cd mygem
$ vi mygem.gemspec # fix TOD...
09/23/2017
-
11:45 AM Ruby Bug #13931 (Closed): correct install_name of libruby on macOS (libruby.2.5.0.dylib -> libruby.2.5.dylib)
- ruby-dev:50256 で質問した件です。
ruby-2.4以降ではlibrubyのファイル名に実際のリリースバージョンのTEENYが反映されるようになったようですが
macOS上でlibrubyのinstall name(linuxでのsoname相当)がTEENYを含んだもののため、
rubyを2.4.1から2.4.2など更新すると以前のバージョンで作成した拡張ライブラリでLoadErrorが発生します。
linuxなどではsonameをTEE...
02/05/2017
-
01:34 PM Ruby Bug #13194 (Closed): LIBRUBY_ALIASESのアクセス権が所有者のみになっている
- LIBRUBY_ALIASESとして作成されるシンボリックリンクの
アクセス権が所有者のみになっています。
たぶん意図された変更ではないと思うのですが、いかがでしょうか?
~~~
/Users/kimuraw/tmp/ruby-2.5-dev/lib:
total 8392
drwxr-xr-x 7 kimuraw staff 238 Feb 5 20:34 ./
drwxr-xr-x 6 kimuraw staff 20...