質問編集履歴
2
出力情報追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -76,6 +76,56 @@
|
|
76
76
|
|
77
77
|
しかし、BuildFailedになってしましました。
|
78
78
|
|
79
|
+
```C
|
80
|
+
|
81
|
+
% CC=/usr/bin/gcc rbenv install 2.6.8
|
82
|
+
|
83
|
+
Downloading ruby-2.6.8.tar.bz2...
|
84
|
+
|
85
|
+
-> https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.8.tar.bz2
|
86
|
+
|
87
|
+
Installing ruby-2.6.8...
|
88
|
+
|
89
|
+
ruby-build: using readline from homebrew
|
90
|
+
|
91
|
+
|
92
|
+
|
93
|
+
BUILD FAILED (macOS 12.0 using ruby-build 20210825)
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
Inspect or clean up the working tree at /var/folders/zs/rjdwp8ws5_s4gjd40lj1q2gr0000gn/T/ruby-build.20210913210915.65109.x7dAQg
|
98
|
+
|
99
|
+
Results logged to /var/folders/zs/rjdwp8ws5_s4gjd40lj1q2gr0000gn/T/ruby-build.20210913210915.65109.log
|
100
|
+
|
101
|
+
|
102
|
+
|
103
|
+
Last 10 log lines:
|
104
|
+
|
105
|
+
transform_mjit_header: SKIPPED to transform __inline_isinff
|
106
|
+
|
107
|
+
transform_mjit_header: SKIPPED to transform __inline_isfinitel
|
108
|
+
|
109
|
+
transform_mjit_header: SKIPPED to transform __inline_isfinited
|
110
|
+
|
111
|
+
transform_mjit_header: SKIPPED to transform __inline_isfinitef
|
112
|
+
|
113
|
+
transform_mjit_header: SKIPPED to transform __darwin_fd_clr
|
114
|
+
|
115
|
+
transform_mjit_header: SKIPPED to transform __darwin_fd_set
|
116
|
+
|
117
|
+
transform_mjit_header: SKIPPED to transform __darwin_fd_isset
|
118
|
+
|
119
|
+
transform_mjit_header: SKIPPED to transform __darwin_check_fd_set
|
120
|
+
|
121
|
+
transform_mjit_header: SKIPPED to transform __sputc
|
122
|
+
|
123
|
+
ln -sf ../../../.ext/include/x86_64-darwin13/rb_mjit_min_header-2.6.8.h include/ruby-2.6.0/x86_64-darwin13/rb_mjit_min_header-2.6.8.h
|
124
|
+
|
125
|
+
|
126
|
+
|
127
|
+
```
|
128
|
+
|
79
129
|
その時のログは以下のリンクに記載しています。
|
80
130
|
|
81
131
|
[ログの内容のリンク](https://github.com/i0li/mysite/blob/master/ruby-build.20210913200412.56418.txt)
|
1
リンクの修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -78,7 +78,7 @@
|
|
78
78
|
|
79
79
|
その時のログは以下のリンクに記載しています。
|
80
80
|
|
81
|
-
[ログの内容](https://github.com/i0li/mysite/blob/master/ruby-build.20210913200412.56418.txt)
|
81
|
+
[ログの内容のリンク](https://github.com/i0li/mysite/blob/master/ruby-build.20210913200412.56418.txt)
|
82
82
|
|
83
83
|
|
84
84
|
|