質問編集履歴
2
bundle install を入力したところ次のエラー表示が出ました
test
CHANGED
File without changes
|
test
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
|
10
10
|
|
11
|
-
b
|
11
|
+
bundle install のコマンドを入力したら次の表示が出ましたが、何が、エラーなのかわかりません
|
12
12
|
|
13
13
|
### 発生している問題・エラーメッセージ
|
14
14
|
|
1
bondle install を入力したところ次のエラー表示が出ました
test
CHANGED
File without changes
|
test
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
|
10
10
|
|
11
|
-
|
11
|
+
bondle install のコマンドを入力したら次の表示が出ましたが、何が、エラーなのかわかりません
|
12
12
|
|
13
13
|
### 発生している問題・エラーメッセージ
|
14
14
|
|
@@ -20,6 +20,272 @@
|
|
20
20
|
|
21
21
|
Run `bundle install` to install missing gems.
|
22
22
|
|
23
|
+
|
24
|
+
|
25
|
+
Fetching gem metadata from https://rubygems.org/.............
|
26
|
+
|
27
|
+
Fetching gem metadata from https://rubygems.org/.
|
28
|
+
|
29
|
+
Resolving dependencies...........
|
30
|
+
|
31
|
+
Using rake 13.0.1
|
32
|
+
|
33
|
+
Using concurrent-ruby 1.1.6
|
34
|
+
|
35
|
+
Using i18n 1.8.2
|
36
|
+
|
37
|
+
Using minitest 5.14.0
|
38
|
+
|
39
|
+
Using thread_safe 0.3.6
|
40
|
+
|
41
|
+
Using tzinfo 1.2.7
|
42
|
+
|
43
|
+
Using activesupport 5.2.4.2
|
44
|
+
|
45
|
+
Using builder 3.2.4
|
46
|
+
|
47
|
+
Using erubi 1.9.0
|
48
|
+
|
49
|
+
Using mini_portile2 2.4.0
|
50
|
+
|
51
|
+
Using nokogiri 1.10.9 (x64-mingw32)
|
52
|
+
|
53
|
+
Using rails-dom-testing 2.0.3
|
54
|
+
|
55
|
+
Using crass 1.0.6
|
56
|
+
|
57
|
+
Using loofah 2.4.0
|
58
|
+
|
59
|
+
Using rails-html-sanitizer 1.3.0
|
60
|
+
|
61
|
+
Using actionview 5.2.4.2
|
62
|
+
|
63
|
+
Using rack 2.2.2
|
64
|
+
|
65
|
+
Using rack-test 1.1.0
|
66
|
+
|
67
|
+
Using actionpack 5.2.4.2
|
68
|
+
|
69
|
+
Using nio4r 2.5.2
|
70
|
+
|
71
|
+
Using websocket-extensions 0.1.4
|
72
|
+
|
73
|
+
Using websocket-driver 0.7.1
|
74
|
+
|
75
|
+
Using actioncable 5.2.4.2
|
76
|
+
|
77
|
+
Using globalid 0.4.2
|
78
|
+
|
79
|
+
Using activejob 5.2.4.2
|
80
|
+
|
81
|
+
Using mini_mime 1.0.2
|
82
|
+
|
83
|
+
Using mail 2.7.1
|
84
|
+
|
85
|
+
Using actionmailer 5.2.4.2
|
86
|
+
|
87
|
+
Using activemodel 5.2.4.2
|
88
|
+
|
89
|
+
Using arel 9.0.0
|
90
|
+
|
91
|
+
Using activerecord 5.2.4.2
|
92
|
+
|
93
|
+
Using mimemagic 0.3.4
|
94
|
+
|
95
|
+
Using marcel 0.3.3
|
96
|
+
|
97
|
+
Using activestorage 5.2.4.2
|
98
|
+
|
99
|
+
Using public_suffix 4.0.3
|
100
|
+
|
101
|
+
Using addressable 2.7.0
|
102
|
+
|
103
|
+
Using io-like 0.3.1
|
104
|
+
|
105
|
+
Using archive-zip 0.12.0
|
106
|
+
|
107
|
+
Using bindex 0.8.1
|
108
|
+
|
109
|
+
Using msgpack 1.3.3 (x64-mingw32)
|
110
|
+
|
111
|
+
Using bootsnap 1.4.6
|
112
|
+
|
113
|
+
Using bundler 2.1.4
|
114
|
+
|
115
|
+
Using byebug 11.1.1
|
116
|
+
|
117
|
+
Using regexp_parser 1.7.0
|
118
|
+
|
119
|
+
Using xpath 3.2.0
|
120
|
+
|
121
|
+
Using capybara 3.32.0
|
122
|
+
|
123
|
+
Using childprocess 3.0.0
|
124
|
+
|
125
|
+
Using chromedriver-helper 2.1.1
|
126
|
+
|
127
|
+
Using coffee-script-source 1.12.2
|
128
|
+
|
129
|
+
Using execjs 2.7.0
|
130
|
+
|
131
|
+
Using coffee-script 2.4.1
|
132
|
+
|
133
|
+
Using method_source 1.0.0
|
134
|
+
|
135
|
+
Using thor 1.0.1
|
136
|
+
|
137
|
+
Using railties 5.2.4.2
|
138
|
+
|
139
|
+
Using coffee-rails 4.2.2
|
140
|
+
|
141
|
+
Using duktape 2.3.0.0
|
142
|
+
|
143
|
+
Using ffi 1.12.2 (x64-mingw32)
|
144
|
+
|
145
|
+
Using jbuilder 2.10.0
|
146
|
+
|
147
|
+
Using puma 3.12.4
|
148
|
+
|
149
|
+
Using sprockets 3.7.2
|
150
|
+
|
151
|
+
Using sprockets-rails 3.2.1
|
152
|
+
|
153
|
+
Using rails 5.2.4.2
|
154
|
+
|
155
|
+
Using rb-fsevent 0.10.3
|
156
|
+
|
157
|
+
Using rb-inotify 0.10.1
|
158
|
+
|
159
|
+
Using rubyzip 2.3.0
|
160
|
+
|
161
|
+
Using sass-listen 4.0.0
|
162
|
+
|
163
|
+
Using sass 3.7.4
|
164
|
+
|
165
|
+
Using tilt 2.0.10
|
166
|
+
|
167
|
+
Using sass-rails 5.1.0
|
168
|
+
|
169
|
+
Using selenium-webdriver 3.142.7
|
170
|
+
|
171
|
+
Fetching sqlite3 1.4.2
|
172
|
+
|
173
|
+
Installing sqlite3 1.4.2 with native extensions
|
174
|
+
|
175
|
+
警告: mingw-w64-x86_64-sqlite3-3.31.1-1 は最新です -- スキップ
|
176
|
+
|
177
|
+
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
|
178
|
+
|
179
|
+
|
180
|
+
|
181
|
+
current directory:
|
182
|
+
|
183
|
+
C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/sqlite3-1.4.2/ext/sqlite3
|
184
|
+
|
185
|
+
C:/Ruby26-x64/bin/ruby.exe -I C:/Ruby26-x64/lib/ruby/2.6.0 -r
|
186
|
+
|
187
|
+
./siteconf20200405-9768-wuwf9m.rb extconf.rb
|
188
|
+
|
189
|
+
*** extconf.rb failed ***
|
190
|
+
|
191
|
+
Could not create Makefile due to some reason, probably lack of necessary
|
192
|
+
|
193
|
+
libraries and/or headers. Check the mkmf.log file for more details. You may
|
194
|
+
|
195
|
+
need configuration options.
|
196
|
+
|
197
|
+
|
198
|
+
|
199
|
+
Provided configuration options:
|
200
|
+
|
201
|
+
--with-opt-dir
|
202
|
+
|
203
|
+
--without-opt-dir
|
204
|
+
|
205
|
+
--with-opt-include
|
206
|
+
|
207
|
+
--without-opt-include=${opt-dir}/include
|
208
|
+
|
209
|
+
--with-opt-lib
|
210
|
+
|
211
|
+
--without-opt-lib=${opt-dir}/lib
|
212
|
+
|
213
|
+
--with-make-prog
|
214
|
+
|
215
|
+
--without-make-prog
|
216
|
+
|
217
|
+
--srcdir=.
|
218
|
+
|
219
|
+
--curdir
|
220
|
+
|
221
|
+
--ruby=C:/Ruby26-x64/bin/$(RUBY_BASE_NAME)
|
222
|
+
|
223
|
+
--with-sqlcipher
|
224
|
+
|
225
|
+
--without-sqlcipher
|
226
|
+
|
227
|
+
--with-sqlite3-config
|
228
|
+
|
229
|
+
--without-sqlite3-config
|
230
|
+
|
231
|
+
--with-pkg-config
|
232
|
+
|
233
|
+
--without-pkg-config
|
234
|
+
|
235
|
+
C:/Ruby26-x64/lib/ruby/2.6.0/mkmf.rb:467:in `try_do': The compiler failed to
|
236
|
+
|
237
|
+
generate an executable file. (RuntimeError)
|
238
|
+
|
239
|
+
You have to install development tools first.
|
240
|
+
|
241
|
+
from C:/Ruby26-x64/lib/ruby/2.6.0/mkmf.rb:552:in `try_link0'
|
242
|
+
|
243
|
+
from C:/Ruby26-x64/lib/ruby/2.6.0/mkmf.rb:570:in `try_link'
|
244
|
+
|
245
|
+
from C:/Ruby26-x64/lib/ruby/2.6.0/mkmf.rb:672:in `try_ldflags'
|
246
|
+
|
247
|
+
from C:/Ruby26-x64/lib/ruby/2.6.0/mkmf.rb:1832:in `pkg_config'
|
248
|
+
|
249
|
+
from extconf.rb:35:in `<main>'
|
250
|
+
|
251
|
+
|
252
|
+
|
253
|
+
To see why this extension failed to compile, please check the mkmf.log which can
|
254
|
+
|
255
|
+
be found here:
|
256
|
+
|
257
|
+
|
258
|
+
|
259
|
+
C:/Ruby26-x64/lib/ruby/gems/2.6.0/extensions/x64-mingw32/2.6.0/sqlite3-1.4.2/mkmf.log
|
260
|
+
|
261
|
+
|
262
|
+
|
263
|
+
extconf failed, exit code 1
|
264
|
+
|
265
|
+
|
266
|
+
|
267
|
+
Gem files will remain installed in
|
268
|
+
|
269
|
+
C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/sqlite3-1.4.2 for inspection.
|
270
|
+
|
271
|
+
Results logged to
|
272
|
+
|
273
|
+
C:/Ruby26-x64/lib/ruby/gems/2.6.0/extensions/x64-mingw32/2.6.0/sqlite3-1.4.2/gem_make.out
|
274
|
+
|
275
|
+
|
276
|
+
|
277
|
+
An error occurred while installing sqlite3 (1.4.2), and Bundler cannot continue.
|
278
|
+
|
279
|
+
Make sure that `gem install sqlite3 -v '1.4.2' --source 'https://rubygems.org/'`
|
280
|
+
|
281
|
+
succeeds before bundling.
|
282
|
+
|
283
|
+
|
284
|
+
|
285
|
+
In Gemfile:
|
286
|
+
|
287
|
+
sqlite3
|
288
|
+
|
23
289
|
```
|
24
290
|
|
25
291
|
|