yasuhirokimura (Yasuhiro KIMURA)
- Login: yasuhirokimura
- Registered on: 12/26/2017
- Last sign in: 04/21/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 4 | 4 |
Activity
04/21/2025
-
11:49 PM Ruby Bug #21278: configureスクリプトが検出するruby_versionの値に'+0'が付く
- ご回答ありがとうございます。バグではなく意図した挙動なのですね。早とちりで手間を取らせてしまい申し訳ありませんでした。
-
04:11 AM Ruby Bug #21278 (Closed): configureスクリプトが検出するruby_versionの値に'+0'が付く
- # 再現手順
1. ruby-3.5.0-preview1.tar.xzをダウンロード
2. tar xfpvJ ruby-3.5.0-preview1.tar.xz
3. cd ruby-3.5.0-preview1
4. ./configure
5. fgrep ruby_version= config.log
# 期待される結果
```
% fgrep ruby_version= config.log
ruby_version='3....
11/12/2022
-
08:02 AM Ruby Bug #19127 (Closed): Build of 3.2.0-preview3 fails unless Ruby is already installed
- # Steps to reproduce process
1. Make clean install of operating system.
2. Install tools and libraries necessary to build Ruby with release
archive files (C Compiler, make, libyaml, etc). Keep in mind any
version of Ruby isn'...
10/03/2020
-
03:17 AM Ruby Bug #17212 (Closed): FreeBSDで3.0.0-preview1のビルドが失敗する
- 題名の通り、FreeBSDで3.0.0-preview1のビルドが失敗します。
再現手順は以下の通り
1. tar xfpvJ ruby-3.0.0-preview1.tar.xz
2. cd ruby-3.0.0-preview1
3. ./configure
4. make
FreeBSD 12.1-RELEASE amd64では、以下のようなエラーとなります。
```
building .ext/include/x86_64-fre...
12/22/2019
-
10:02 AM Ruby Bug #16331: fails to build with BSD make when any -j option is given (including -j 1)
- I executed following shell script on my FreeBSD test environment and got attached log file.
``` shell
#!/bin/sh
LANG=C
(
echo System Information:
echo --------------------------------------------------------------------...
12/04/2019
-
05:28 PM Ruby Bug #16331: fails to build with BSD make when any -j option is given (including -j 1)
- Are there plan to merge this fix to ruby_2_6 branch?
12/26/2017
-
01:16 PM Ruby Bug #14242 (Rejected): Fails to build ruby 2.5.0 on CentOS 6
- kimura@www10268uf[2018]% cat /etc/redhat-release
CentOS release 6.9 (Final)
kimura@www10268uf[2019]% gcc -v
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --info...