質問編集履歴

2

エラーコードの追加

2018/12/19 04:43

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -228,4 +228,330 @@
228
228
 
229
229
 
230
230
 
231
+ 管理者バージョンで
232
+
233
+ ```ここに言語を入力
234
+
235
+ $ sudo bundle install
236
+
237
+
238
+
239
+ ```
240
+
241
+ エラーコード
242
+
243
+ ```ここに言語を入力
244
+
245
+ Password:
246
+
247
+ Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine.
248
+
249
+ 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`.
250
+
251
+ Fetching gem metadata from https://rubygems.org/.........
252
+
253
+ Fetching gem metadata from https://rubygems.org/.
254
+
255
+ Resolving dependencies...
256
+
257
+ Using rake 12.3.2
258
+
259
+ Using concurrent-ruby 1.1.4
260
+
261
+ Using i18n 1.2.0
262
+
263
+ Using minitest 5.11.3
264
+
265
+ Using thread_safe 0.3.6
266
+
267
+ Using tzinfo 1.2.5
268
+
269
+ Using activesupport 5.2.2
270
+
271
+ Using builder 3.2.3
272
+
273
+ Using erubi 1.7.1
274
+
275
+ Using mini_portile2 2.4.0
276
+
277
+ Using nokogiri 1.9.1
278
+
279
+ Using rails-dom-testing 2.0.3
280
+
281
+ Using crass 1.0.4
282
+
283
+ Using loofah 2.2.3
284
+
285
+ Using rails-html-sanitizer 1.0.4
286
+
287
+ Using actionview 5.2.2
288
+
289
+ Using rack 2.0.6
290
+
291
+ Using rack-test 1.1.0
292
+
293
+ Using actionpack 5.2.2
294
+
295
+ Using nio4r 2.3.1
296
+
297
+ Using websocket-extensions 0.1.3
298
+
299
+ Using websocket-driver 0.7.0
300
+
301
+ Using actioncable 5.2.2
302
+
303
+ Using globalid 0.4.1
304
+
305
+ Using activejob 5.2.2
306
+
307
+ Using mini_mime 1.0.1
308
+
309
+ Using mail 2.7.1
310
+
311
+ Using actionmailer 5.2.2
312
+
313
+ Using activemodel 5.2.2
314
+
315
+ Using arel 9.0.0
316
+
317
+ Using activerecord 5.2.2
318
+
319
+ Using mimemagic 0.3.2
320
+
321
+ Using marcel 0.3.3
322
+
323
+ Using activestorage 5.2.2
324
+
325
+ Using public_suffix 3.0.3
326
+
327
+ Using addressable 2.5.2
328
+
329
+ Using io-like 0.3.0
330
+
331
+ Using archive-zip 0.11.0
332
+
333
+ Using execjs 2.7.0
334
+
335
+ Using autoprefixer-rails 9.4.2
336
+
337
+ Using bcrypt 3.1.12
338
+
339
+ Using bindex 0.5.0
340
+
341
+ Using msgpack 1.2.4
342
+
343
+ Using bootsnap 1.3.2
344
+
345
+ Using popper_js 1.14.5
346
+
347
+ Using rb-fsevent 0.10.3
348
+
349
+ Using ffi 1.9.25
350
+
351
+ Using rb-inotify 0.10.0
352
+
353
+ Using sass-listen 4.0.0
354
+
355
+ Using sass 3.7.2
356
+
357
+ Using bootstrap 4.1.3
358
+
359
+ Using bundler 1.17.2
360
+
361
+ Using byebug 10.0.2
362
+
363
+ Using regexp_parser 1.3.0
364
+
365
+ Using xpath 3.2.0
366
+
367
+ Using capybara 3.12.0
368
+
369
+ Using mime-types-data 3.2018.0812
370
+
371
+ Using mime-types 3.2.2
372
+
373
+ Using carrierwave 1.2.3
374
+
375
+ Using childprocess 0.9.0
376
+
377
+ Using chromedriver-helper 2.1.0
378
+
379
+ Using coffee-script-source 1.12.2
380
+
381
+ Using coffee-script 2.4.1
382
+
383
+ Using method_source 0.9.2
384
+
385
+ Using thor 0.20.3
386
+
387
+ Using railties 5.2.2
388
+
389
+ Using coffee-rails 4.2.2
390
+
391
+ Using orm_adapter 0.5.0
392
+
393
+ Using responders 2.4.0
394
+
395
+ Using warden 1.2.8
396
+
397
+ Using devise 4.5.0
398
+
399
+ Using multi_json 1.13.1
400
+
401
+ Using jbuilder 2.8.0
402
+
403
+ Using jquery-rails 4.3.3
404
+
405
+ Using ruby_dep 1.5.0
406
+
407
+ Using listen 3.1.5
408
+
409
+ Using puma 3.12.0
410
+
411
+ Using sprockets 3.7.2
412
+
413
+ Using sprockets-rails 3.2.1
414
+
415
+ Using rails 5.2.2
416
+
417
+ Fetching rmagick 2.16.0
418
+
419
+ Installing rmagick 2.16.0 with native extensions
420
+
421
+ Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
422
+
423
+
424
+
425
+ current directory: /Users/名前/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/rmagick-2.16.0/ext/RMagick
426
+
427
+ /Users/名前/.rbenv/versions/2.5.1/bin/ruby -r ./siteconf20181219-37471-1k2er0s.rb extconf.rb
428
+
429
+ checking for clang... yes
430
+
431
+ checking for Magick-config... yes
432
+
433
+ checking for outdated ImageMagick version (<= 6.4.9)... no
434
+
435
+ checking for presence of MagickWand API (ImageMagick version >= 6.9.0)... no
436
+
437
+ Package MagickWand was not found in the pkg-config search path.
438
+
439
+ Perhaps you should add the directory containing `MagickWand.pc'
440
+
441
+ to the PKG_CONFIG_PATH environment variable
442
+
443
+ No package 'MagickWand' found
444
+
445
+ Package MagickWand was not found in the pkg-config search path.
446
+
447
+ Perhaps you should add the directory containing `MagickWand.pc'
448
+
449
+ to the PKG_CONFIG_PATH environment variable
450
+
451
+ No package 'MagickWand' found
452
+
453
+ Package MagickWand was not found in the pkg-config search path.
454
+
455
+ Perhaps you should add the directory containing `MagickWand.pc'
456
+
457
+ to the PKG_CONFIG_PATH environment variable
458
+
459
+ No package 'MagickWand' found
460
+
461
+ Package MagickWand was not found in the pkg-config search path.
462
+
463
+ Perhaps you should add the directory containing `MagickWand.pc'
464
+
465
+ to the PKG_CONFIG_PATH environment variable
466
+
467
+ No package 'MagickWand' found
468
+
469
+ checking for Ruby version >= 1.8.5... yes
470
+
471
+ Package MagickCore was not found in the pkg-config search path.
472
+
473
+ Perhaps you should add the directory containing `MagickCore.pc'
474
+
475
+ to the PKG_CONFIG_PATH environment variable
476
+
477
+ No package 'MagickCore' found
478
+
479
+ Can't install RMagick 2.16.0. Can't find the ImageMagick library or one of the dependent libraries. Check the mkmf.log file for more detailed information.
480
+
481
+
482
+
483
+ *** extconf.rb failed ***
484
+
485
+ Could not create Makefile due to some reason, probably lack of necessary
486
+
487
+ libraries and/or headers. Check the mkmf.log file for more details. You may
488
+
489
+ need configuration options.
490
+
491
+
492
+
493
+ Provided configuration options:
494
+
495
+ --with-opt-dir
496
+
497
+ --without-opt-dir
498
+
499
+ --with-opt-include
500
+
501
+ --without-opt-include=${opt-dir}/include
502
+
503
+ --with-opt-lib
504
+
505
+ --without-opt-lib=${opt-dir}/lib
506
+
507
+ --with-make-prog
508
+
509
+ --without-make-prog
510
+
511
+ --srcdir=.
512
+
513
+ --curdir
514
+
515
+ --ruby=/Users/名前/.rbenv/versions/2.5.1/bin/$(RUBY_BASE_NAME)
516
+
517
+
518
+
519
+ To see why this extension failed to compile, please check the mkmf.log which can be found here:
520
+
521
+
522
+
523
+ /Users/名前/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/extensions/x86_64-darwin-17/2.5.0-static/rmagick-2.16.0/mkmf.log
524
+
525
+
526
+
527
+ extconf failed, exit code 1
528
+
529
+
530
+
531
+ Gem files will remain installed in /Users/名前/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/rmagick-2.16.0 for inspection.
532
+
533
+ Results logged to /Users/名前/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/extensions/x86_64-darwin-17/2.5.0-static/rmagick-2.16.0/gem_make.out
534
+
535
+
536
+
537
+ An error occurred while installing rmagick (2.16.0), and Bundler cannot continue.
538
+
539
+ Make sure that `gem install rmagick -v '2.16.0' --source 'https://rubygems.org/'` succeeds before bundling.
540
+
541
+
542
+
543
+ In Gemfile:
544
+
545
+ rmagick
546
+
547
+ mba:mimi 名前$
548
+
549
+
550
+
551
+ ```
552
+
553
+
554
+
555
+
556
+
231
557
  ここがわかりにくいと言った指摘やこの情報も追加して。などのコメントも待っております。よろしくお願いします。

1

バージョン編集

2018/12/19 04:43

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  $ convert -version
12
12
 
13
- Version: ImageMagick 6.9.10-14
13
+ Version: ImageMagick 6.9.10-14 Q16 x86_64 2018-10-25
14
14
 
15
15
  ```
16
16