UJP - High Sierra環境にmilkocdeをインストールする

Life is fun and easy!

不正IP報告数

Okan Sensor
 
メイン
ログイン
ブログ カテゴリ一覧

  • カテゴリ MacBook Pro の最新配信
  • RSS
  • RDF
  • ATOM

ブログ - High Sierra環境にmilkocdeをインストールする

High Sierra環境にmilkocdeをインストールする

カテゴリ : 
Apple » MacBook Pro » 2011 13inch
ブロガー : 
ujpblog 2018/12/11 20:36
 先日,El Captitanにmilkocdeのインストールしようとしたら,Rubyが古くて苦労して結
局groongaがビルドできずに1時間かけて調べて面倒になったので,まっさらにOSを新規イン
ストール.
 そしてリトライ.

 まずは,Rubyのバージョンを確認.
gaia:~ server$ ruby -v🆑
ruby 2.3.7p456 (2018-03-28 revision 63024) [universal.x86_64-darwin17]🈁
gaia:~ server$
 パッケージマネージャのGemのバージョンを確認.
gaia:~ server$ gem -v🆑
2.5.2.3🈁
gaia:~ server$
 問題なさそうなのでインストール.
gaia:~ server$ sudo gem install milkode🆑
Password:
Fetching: highline-2.0.0.gem (100%)
Successfully installed highline-2.0.0
Fetching: termcolor-1.2.1.gem (100%)
Successfully installed termcolor-1.2.1
Fetching: pkg-config-1.3.2.gem (100%)
Successfully installed pkg-config-1.3.2
Fetching: gqtp-1.0.6.gem (100%)
Successfully installed gqtp-1.0.6
Fetching: groonga-command-1.3.8.gem (100%)
Successfully installed groonga-command-1.3.8
Fetching: json-stream-0.2.1.gem (100%)
Successfully installed json-stream-0.2.1
Fetching: groonga-command-parser-1.1.2.gem (100%)
Successfully installed groonga-command-parser-1.1.2
Fetching: hashie-3.6.0.gem (100%)
Successfully installed hashie-3.6.0
Fetching: groonga-client-0.6.0.gem (100%)
Successfully installed groonga-client-0.6.0
Fetching: io-like-0.3.0.gem (100%)
Successfully installed io-like-0.3.0
Fetching: archive-zip-0.11.0.gem (100%)
Successfully installed archive-zip-0.11.0
Fetching: rroonga-7.1.1.gem (100%)
Building native extensions.  This could take a while...
Successfully installed rroonga-7.1.1
Fetching: rack-2.0.6.gem (100%)
Successfully installed rack-2.0.6
Fetching: tilt-2.0.9.gem (100%)
Successfully installed tilt-2.0.9
Fetching: rack-protection-2.0.4.gem (100%)
Successfully installed rack-protection-2.0.4
Fetching: mustermann-1.0.3.gem (100%)
Successfully installed mustermann-1.0.3
Fetching: sinatra-2.0.4.gem (100%)
Successfully installed sinatra-2.0.4
Fetching: public_suffix-3.0.3.gem (100%)
Successfully installed public_suffix-3.0.3
Fetching: addressable-2.5.2.gem (100%)
Successfully installed addressable-2.5.2
Fetching: launchy-2.4.3.gem (100%)
Successfully installed launchy-2.4.3
Fetching: coderay-1.1.2.gem (100%)
Successfully installed coderay-1.1.2
Fetching: eventmachine-1.2.7.gem (100%)
Building native extensions.  This could take a while...
Successfully installed eventmachine-1.2.7
Fetching: daemons-1.3.0.gem (100%)
Successfully installed daemons-1.3.0
Fetching: thin-1.7.2.gem (100%)
Building native extensions.  This could take a while...
Successfully installed thin-1.7.2
Fetching: temple-0.8.0.gem (100%)
Successfully installed temple-0.8.0
Fetching: haml-5.0.4.gem (100%)
Successfully installed haml-5.0.4
Fetching: rb-fsevent-0.10.3.gem (100%)
Successfully installed rb-fsevent-0.10.3
Fetching: ffi-1.9.25.gem (100%)
Building native extensions.  This could take a while...
Successfully installed ffi-1.9.25
Fetching: rb-inotify-0.9.10.gem (100%)
Successfully installed rb-inotify-0.9.10
Fetching: sass-listen-4.0.0.gem (100%)
Successfully installed sass-listen-4.0.0
Fetching: sass-3.7.2.gem (100%)

Ruby Sass is deprecated and will be unmaintained as of 26 March 2019.

* If you use Sass as a command-line tool, we recommend using Dart Sass, the new
  primary implementation: https://sass-lang.com/install

* If you use Sass as a plug-in for a Ruby web framework, we recommend using the
  sassc gem: https://github.com/sass/sassc-ruby#readme

* For more details, please refer to the Sass blog:
  http://sass.logdown.com/posts/7081811

Successfully installed sass-3.7.2
Fetching: thor-0.20.3.gem (100%)
Successfully installed thor-0.20.3
Fetching: i18n-0.6.11.gem (100%)
Successfully installed i18n-0.6.11
Fetching: os-0.9.6.gem (100%)
Successfully installed os-0.9.6
Fetching: sane-0.25.8.gem (100%)
Successfully installed sane-0.25.8
Fetching: whichr-0.3.6.gem (100%)
Successfully installed whichr-0.3.6
Fetching: milkode-1.8.9.gem (100%)
Successfully installed milkode-1.8.9
Parsing documentation for highline-2.0.0
Installing ri documentation for highline-2.0.0
Parsing documentation for termcolor-1.2.1
Installing ri documentation for termcolor-1.2.1
Parsing documentation for pkg-config-1.3.2
Installing ri documentation for pkg-config-1.3.2
Parsing documentation for gqtp-1.0.6
Installing ri documentation for gqtp-1.0.6
Parsing documentation for groonga-command-1.3.8
Installing ri documentation for groonga-command-1.3.8
Parsing documentation for json-stream-0.2.1
Installing ri documentation for json-stream-0.2.1
Parsing documentation for groonga-command-parser-1.1.2
Installing ri documentation for groonga-command-parser-1.1.2
Parsing documentation for hashie-3.6.0
Installing ri documentation for hashie-3.6.0
Parsing documentation for groonga-client-0.6.0
Installing ri documentation for groonga-client-0.6.0
Parsing documentation for io-like-0.3.0
Installing ri documentation for io-like-0.3.0
Parsing documentation for archive-zip-0.11.0
Installing ri documentation for archive-zip-0.11.0
Parsing documentation for rroonga-7.1.1
Installing ri documentation for rroonga-7.1.1
Parsing documentation for rack-2.0.6
Installing ri documentation for rack-2.0.6
Parsing documentation for tilt-2.0.9
Installing ri documentation for tilt-2.0.9
Parsing documentation for rack-protection-2.0.4
Installing ri documentation for rack-protection-2.0.4
Parsing documentation for mustermann-1.0.3
Installing ri documentation for mustermann-1.0.3
Parsing documentation for sinatra-2.0.4
Installing ri documentation for sinatra-2.0.4
Parsing documentation for public_suffix-3.0.3
Installing ri documentation for public_suffix-3.0.3
Parsing documentation for addressable-2.5.2
Installing ri documentation for addressable-2.5.2
Parsing documentation for launchy-2.4.3
Installing ri documentation for launchy-2.4.3
invalid options: -SNw2
(invalid options are ignored)
Parsing documentation for coderay-1.1.2
Installing ri documentation for coderay-1.1.2
Parsing documentation for eventmachine-1.2.7
Installing ri documentation for eventmachine-1.2.7
Parsing documentation for daemons-1.3.0
Installing ri documentation for daemons-1.3.0
Parsing documentation for thin-1.7.2
Installing ri documentation for thin-1.7.2
Parsing documentation for temple-0.8.0
Installing ri documentation for temple-0.8.0
Parsing documentation for haml-5.0.4
Installing ri documentation for haml-5.0.4
Parsing documentation for rb-fsevent-0.10.3
Installing ri documentation for rb-fsevent-0.10.3
Parsing documentation for ffi-1.9.25
Installing ri documentation for ffi-1.9.25
Parsing documentation for rb-inotify-0.9.10
Installing ri documentation for rb-inotify-0.9.10
Parsing documentation for sass-listen-4.0.0
Installing ri documentation for sass-listen-4.0.0
Parsing documentation for sass-3.7.2
Installing ri documentation for sass-3.7.2
Parsing documentation for thor-0.20.3
Installing ri documentation for thor-0.20.3
Parsing documentation for i18n-0.6.11
Installing ri documentation for i18n-0.6.11
Parsing documentation for os-0.9.6
Installing ri documentation for os-0.9.6
Parsing documentation for sane-0.25.8
Installing ri documentation for sane-0.25.8
Parsing documentation for whichr-0.3.6
Installing ri documentation for whichr-0.3.6
Parsing documentation for milkode-1.8.9
Installing ri documentation for milkode-1.8.9
Done installing documentation for highline, termcolor, pkg-config, gqtp, groonga-
command, json-stream, groonga-command-parser, hashie, groonga-client, io-like, 
archive-zip, rroonga, rack, tilt, rack-protection, mustermann, sinatra, 
public_suffix, addressable, launchy, coderay, eventmachine, daemons, thin, temple, 
haml, rb-fsevent, ffi, rb-inotify, sass-listen, sass, thor, i18n, os, sane, 
whichr, milkode after 495 seconds
37 gems installed
gaia:~ server$
 何も入ってない状態だったので,37gemsもインストールされました.ふぅ.

トラックバック


広告スペース
Google