質問編集履歴

1

bundleinstall実行結果の追加

2019/05/06 23:43

投稿

TOMSOYA
TOMSOYA

スコア23

test CHANGED
File without changes
test CHANGED
@@ -10,10 +10,374 @@
10
10
 
11
11
  bundle installを実行すると以下のエラーが発生してしまいます。
12
12
 
13
+ 少し長くなってしまします。
14
+
13
15
 
14
16
 
15
17
  ```
16
18
 
19
+ Your Gemfile lists the gem pry-rails (>= 0) more than once.
20
+
21
+ You should probably keep only one of them.
22
+
23
+ Remove any duplicate entries and specify the gem only once (per group).
24
+
25
+ While it's not a problem now, it could cause errors if you change the version of one of them later.
26
+
27
+ The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32, java. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32 java`.
28
+
29
+ Fetching gem metadata from https://rubygems.org/........
30
+
31
+ Fetching gem metadata from https://rubygems.org/.
32
+
33
+ Resolving dependencies...
34
+
35
+ Using rake 12.3.2
36
+
37
+ Using CFPropertyList 2.3.6
38
+
39
+ Using concurrent-ruby 1.1.5
40
+
41
+ Using i18n 1.6.0
42
+
43
+ Using minitest 5.11.3
44
+
45
+ Using thread_safe 0.3.6
46
+
47
+ Using tzinfo 1.2.5
48
+
49
+ Using activesupport 5.2.3
50
+
51
+ Using builder 3.2.3
52
+
53
+ Using erubi 1.8.0
54
+
55
+ Using mini_portile2 2.4.0
56
+
57
+ Using nokogiri 1.10.2
58
+
59
+ Using rails-dom-testing 2.0.3
60
+
61
+ Using crass 1.0.4
62
+
63
+ Using loofah 2.2.3
64
+
65
+ Using rails-html-sanitizer 1.0.4
66
+
67
+ Using actionview 5.2.3
68
+
69
+ Using rack 2.0.7
70
+
71
+ Using rack-test 1.1.0
72
+
73
+ Using actionpack 5.2.3
74
+
75
+ Using nio4r 2.3.1
76
+
77
+ Using websocket-extensions 0.1.3
78
+
79
+ Using websocket-driver 0.7.0
80
+
81
+ Using actioncable 5.2.3
82
+
83
+ Using globalid 0.4.2
84
+
85
+ Using activejob 5.2.3
86
+
87
+ Using mini_mime 1.0.1
88
+
89
+ Using mail 2.7.1
90
+
91
+ Using actionmailer 5.2.3
92
+
93
+ Using activemodel 5.2.3
94
+
95
+ Using arel 9.0.0
96
+
97
+ Using activerecord 5.2.3
98
+
99
+ Using mimemagic 0.3.3
100
+
101
+ Using marcel 0.3.3
102
+
103
+ Using activestorage 5.2.3
104
+
105
+ Using public_suffix 3.0.3
106
+
107
+ Using addressable 2.6.0
108
+
109
+ Using io-like 0.3.0
110
+
111
+ Using archive-zip 0.12.0
112
+
113
+ Using bcrypt 3.1.12
114
+
115
+ Using coderay 1.1.2
116
+
117
+ Using better_errors 2.5.1
118
+
119
+ Using bindex 0.7.0
120
+
121
+ Using msgpack 1.2.9
122
+
123
+ Using bootsnap 1.4.3
124
+
125
+ Using bundler 2.0.1
126
+
127
+ Using byebug 11.0.1
128
+
129
+ Using regexp_parser 1.4.0
130
+
131
+ Using xpath 3.2.0
132
+
133
+ Using capybara 3.15.0
134
+
135
+ Using mime-types-data 3.2019.0331
136
+
137
+ Using mime-types 3.2.2
138
+
139
+ Using carrierwave 1.3.1
140
+
141
+ Using childprocess 1.0.1
142
+
143
+ Using chromedriver-helper 2.1.1
144
+
145
+ Using coffee-script-source 1.12.2
146
+
147
+ Using execjs 2.7.0
148
+
149
+ Using coffee-script 2.4.1
150
+
151
+ Using method_source 0.9.2
152
+
153
+ Using thor 0.20.3
154
+
155
+ Using railties 5.2.3
156
+
157
+ Using coffee-rails 4.2.2
158
+
159
+ Using unf_ext 0.0.7.6
160
+
161
+ Using unf 0.1.4
162
+
163
+ Using domain_name 0.5.20180417
164
+
165
+ Using dry-inflector 0.1.2
166
+
167
+ Using excon 0.64.0
168
+
169
+ Using ffi 1.10.0
170
+
171
+ Using fission 0.5.0
172
+
173
+ Using formatador 0.2.5
174
+
175
+ Using fog-core 1.45.0
176
+
177
+ Using multi_json 1.13.1
178
+
179
+ Using fog-json 1.2.0
180
+
181
+ Using ipaddress 0.8.3
182
+
183
+ Using xml-simple 1.1.5
184
+
185
+ Using fog-aliyun 0.3.3
186
+
187
+ Using fog-xml 0.1.3
188
+
189
+ Using fog-atmos 0.1.0
190
+
191
+ Using fog-aws 2.0.1
192
+
193
+ Using fog-brightbox 0.16.1
194
+
195
+ Using fog-cloudatcost 0.1.2
196
+
197
+ Using fog-digitalocean 0.4.0
198
+
199
+ Using fog-dnsimple 1.0.0
200
+
201
+ Using fog-dynect 0.0.3
202
+
203
+ Using fog-ecloud 0.3.0
204
+
205
+ Using fog-google 0.1.0
206
+
207
+ Using fog-internet-archive 0.0.1
208
+
209
+ Using fog-joyent 0.0.1
210
+
211
+ Using fog-local 0.6.0
212
+
213
+ Using fog-openstack 0.3.10
214
+
215
+ Using json 2.2.0
216
+
217
+ Using ovirt-engine-sdk 4.3.0
218
+
219
+ Using http-cookie 1.0.3
220
+
221
+ Using netrc 0.11.0
222
+
223
+ Using rest-client 2.0.2
224
+
225
+ Using rbovirt 0.1.7
226
+
227
+ Using fog-ovirt 1.1.6
228
+
229
+ Using fog-powerdns 0.2.0
230
+
231
+ Using fog-profitbricks 4.1.1
232
+
233
+ Using fog-rackspace 0.1.6
234
+
235
+ Using fog-radosgw 0.0.5
236
+
237
+ Using fog-riakcs 0.1.0
238
+
239
+ Using fog-sakuracloud 1.7.5
240
+
241
+ Using fog-serverlove 0.1.2
242
+
243
+ Using fog-softlayer 1.1.4
244
+
245
+ Using fog-storm_on_demand 0.1.1
246
+
247
+ Using fog-terremark 0.1.0
248
+
249
+ Using fog-vmfusion 0.1.0
250
+
251
+ Using fog-voxel 0.1.0
252
+
253
+ Using optimist 3.0.0
254
+
255
+ Using rbvmomi 2.1.1
256
+
257
+ Using fog-vsphere 3.0.0
258
+
259
+ Using xmlrpc 0.3.0
260
+
261
+ Using fog-xenserver 1.0.0
262
+
263
+ Using fog 1.42.0
264
+
265
+ Using jbuilder 2.8.0
266
+
267
+ Using rb-fsevent 0.10.3
268
+
269
+ Using rb-inotify 0.10.0
270
+
271
+ Using ruby_dep 1.5.0
272
+
273
+ Using listen 3.1.5
274
+
275
+ Using mini_magick 4.9.3
276
+
277
+ Fetching pg 1.1.4
278
+
279
+ Installing pg 1.1.4 with native extensions
280
+
281
+ Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
282
+
283
+
284
+
285
+ current directory:
286
+
287
+ /home/vagrant/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/pg-1.1.4/ext
288
+
289
+ /home/vagrant/.rbenv/versions/2.3.1/bin/ruby -I
290
+
291
+ /home/vagrant/.rbenv/versions/2.3.1/lib/ruby/site_ruby/2.3.0 -r
292
+
293
+ ./siteconf20190506-11340-14f31rf.rb extconf.rb
294
+
295
+ checking for pg_config... yes
296
+
297
+ Using config values from /usr/bin/pg_config
298
+
299
+ checking for libpq-fe.h... yes
300
+
301
+ checking for libpq/libpq-fs.h... yes
302
+
303
+ checking for pg_config_manual.h... yes
304
+
305
+ checking for PQconnectdb() in -lpq... yes
306
+
307
+ checking for PQsetSingleRowMode()... no
308
+
309
+ Your PostgreSQL is too old. Either install an older version of this gem or
310
+
311
+ upgrade your database to at least PostgreSQL-9.2.
312
+
313
+ *** extconf.rb failed ***
314
+
315
+ Could not create Makefile due to some reason, probably lack of necessary
316
+
317
+ libraries and/or headers. Check the mkmf.log file for more details. You may
318
+
319
+ need configuration options.
320
+
321
+
322
+
323
+ Provided configuration options:
324
+
325
+ --with-opt-dir
326
+
327
+ --without-opt-dir
328
+
329
+ --with-opt-include
330
+
331
+ --without-opt-include=${opt-dir}/include
332
+
333
+ --with-opt-lib
334
+
335
+ --without-opt-lib=${opt-dir}/lib
336
+
337
+ --with-make-prog
338
+
339
+ --without-make-prog
340
+
341
+ --srcdir=.
342
+
343
+ --curdir
344
+
345
+ --ruby=/home/vagrant/.rbenv/versions/2.3.1/bin/$(RUBY_BASE_NAME)
346
+
347
+ --with-pg
348
+
349
+ --without-pg
350
+
351
+ --enable-windows-cross
352
+
353
+ --disable-windows-cross
354
+
355
+ --with-pg-config
356
+
357
+ --without-pg-config
358
+
359
+ --with-pg_config
360
+
361
+ --without-pg_config
362
+
363
+ --with-pg-dir
364
+
365
+ --without-pg-dir
366
+
367
+ --with-pg-include
368
+
369
+ --without-pg-include=${pg-dir}/include
370
+
371
+ --with-pg-lib
372
+
373
+ --without-pg-lib=${pg-dir}/lib
374
+
375
+ --with-pqlib
376
+
377
+ --without-pqlib
378
+
379
+
380
+
17
381
  To see why this extension failed to compile, please check the mkmf.log which can
18
382
 
19
383
  be found here:
@@ -48,6 +412,12 @@
48
412
 
49
413
  succeeds before bundling.
50
414
 
415
+
416
+
417
+ In Gemfile:
418
+
419
+ pg
420
+
51
421
  ```
52
422
 
53
423