Skip to content

Instantly share code, notes, and snippets.

@critical-bug
Last active June 29, 2016 09:29
Show Gist options
  • Save critical-bug/b999ad91fec2aad4497893244bafc406 to your computer and use it in GitHub Desktop.
Save critical-bug/b999ad91fec2aad4497893244bafc406 to your computer and use it in GitHub Desktop.
https://github.com/ayapapa/alminium の実行してみたら 2〜3エラーが出てた
~/alminium# RM_VER=2.6.10 bash ./smelt
Ubuntu 16.04 が検出されました。
途中MySQLのパスワードを聞かれたら空のままエンターキーを押してください>。
(略)
継続的インテグレーションツールのJenkinsのインストール・設定を行うことができます。デフォルトはインストールしません。よく分からなければNを選択してください。Jenkinsをインストールしますか?(y/N)n
./smelt: line 220: bc: command not found
./smelt: line 220: [: =: unary operator expected
Submodule 'redmine/public/themes/gitmike' (https://github.com/makotokw/redmine-theme-gitmike) registered for path 'redmine/public/themes/gitmike'
Submodule 'redmine/public/themes/railsgun' (https://github.com/alminium/redmine_railsgun_theme) registered for path 'redmine/public/themes/railsgun'
(略)
Cloning into 'cache/redmine_oauth_provider'...
remote: Counting objects: 254, done.
remote: Total 254 (delta 0), reused 0 (delta 0), pack-reused 254
Receiving objects: 100% (254/254), 33.93 KiB | 0 bytes/s, done.
Resolving deltas: 100% (98/98), done.
Checking connectivity... done.
Already on 'master'
Your branch is up-to-date with 'origin/master'.
/opt/alminium ~/alminium
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.
Your Gemfile lists the gem nokogiri (>= 0) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
[!] There was an error parsing `Gemfile`: You cannot specify the same gem twice with different version requirements.
You specified: test-unit (~> 3.0) and test-unit (= 1.2.3). Bundler cannot continue.
# from /opt/alminium/Gemfile:119
# -------------------------------------------
# #TODO: switch to "eval_gemfile file" when bundler >= 1.2.0 will be required (rails 4)
> instance_eval File.read(file), file
# end
# -------------------------------------------
[!] There was an error parsing `Gemfile`: You cannot specify the same gem twice with different version requirements.
You specified: test-unit (~> 3.0) and test-unit (= 1.2.3). Bundler cannot continue.
# from /opt/alminium/Gemfile:119
# -------------------------------------------
# #TODO: switch to "eval_gemfile file" when bundler >= 1.2.0 will be required (rails 4)
> instance_eval File.read(file), file
# end
# -------------------------------------------
[!] There was an error parsing `Gemfile`: You cannot specify the same gem twice with different version requirements.
You specified: test-unit (~> 3.0) and test-unit (= 1.2.3). Bundler cannot continue.
# from /opt/alminium/Gemfile:119
# -------------------------------------------
# #TODO: switch to "eval_gemfile file" when bundler >= 1.2.0 will be required (rails 4)
> instance_eval File.read(file), file
# end
# -------------------------------------------
[!] There was an error parsing `Gemfile`: You cannot specify the same gem twice with different version requirements.
You specified: test-unit (~> 3.0) and test-unit (= 1.2.3). Bundler cannot continue.
# from /opt/alminium/Gemfile:119
# -------------------------------------------
# #TODO: switch to "eval_gemfile file" when bundler >= 1.2.0 will be required (rails 4)
> instance_eval File.read(file), file
# end
# -------------------------------------------
[!] There was an error parsing `Gemfile`: You cannot specify the same gem twice with different version requirements.
You specified: test-unit (~> 3.0) and test-unit (= 1.2.3). Bundler cannot continue.
# from /opt/alminium/Gemfile:119
# -------------------------------------------
# #TODO: switch to "eval_gemfile file" when bundler >= 1.2.0 will be required (rails 4)
> instance_eval File.read(file), file
# end
# -------------------------------------------
[!] There was an error parsing `Gemfile`: You cannot specify the same gem twice with different version requirements.
You specified: test-unit (~> 3.0) and test-unit (= 1.2.3). Bundler cannot continue.
# from /opt/alminium/Gemfile:119
# -------------------------------------------
# #TODO: switch to "eval_gemfile file" when bundler >= 1.2.0 will be required (rails 4)
> instance_eval File.read(file), file
# end
# -------------------------------------------
[!] There was an error parsing `Gemfile`: You cannot specify the same gem twice with different version requirements.
You specified: test-unit (~> 3.0) and test-unit (= 1.2.3). Bundler cannot continue.
# from /opt/alminium/Gemfile:119
# -------------------------------------------
# #TODO: switch to "eval_gemfile file" when bundler >= 1.2.0 will be required (rails 4)
> instance_eval File.read(file), file
# end
# -------------------------------------------
[!] There was an error parsing `Gemfile`: You cannot specify the same gem twice with different version requirements.
You specified: test-unit (~> 3.0) and test-unit (= 1.2.3). Bundler cannot continue.
# from /opt/alminium/Gemfile:119
# -------------------------------------------
# #TODO: switch to "eval_gemfile file" when bundler >= 1.2.0 will be required (rails 4)
> instance_eval File.read(file), file
# end
# -------------------------------------------
[!] There was an error parsing `Gemfile`: You cannot specify the same gem twice with different version requirements.
You specified: test-unit (~> 3.0) and test-unit (= 1.2.3). Bundler cannot continue.
# from /opt/alminium/Gemfile:119
# -------------------------------------------
# #TODO: switch to "eval_gemfile file" when bundler >= 1.2.0 will be required (rails 4)
> instance_eval File.read(file), file
# end
# -------------------------------------------
~/alminium
~/alminium ~/alminium
Cloning into 'redmine_bootstrap_kit'...
(略)
HEAD is now at a9c8959... Bump to version 1.0.1
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.
Warning: this Gemfile contains multiple primary sources. Using `source` more than once without a block is a security risk, and may result in installing unexpected gems. To resolve this warning, use a block to indicate which gems should come from the secondary source. To upgrade this warning to an error, run `bundle config disable_multisource true`.
Your Gemfile lists the gem nokogiri (>= 0) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
[!] There was an error parsing `Gemfile`: You cannot specify the same gem twice with different version requirements.
You specified: test-unit (~> 3.0) and test-unit (= 1.2.3). Bundler cannot continue.
# from /opt/alminium/Gemfile:119
# -------------------------------------------
# #TODO: switch to "eval_gemfile file" when bundler >= 1.2.0 will be required (rails 4)
> instance_eval File.read(file), file
# end
# -------------------------------------------
[!] There was an error parsing `Gemfile`: You cannot specify the same gem twice with different version requirements.
You specified: test-unit (~> 3.0) and test-unit (= 1.2.3). Bundler cannot continue.
# from /opt/alminium/Gemfile:119
# -------------------------------------------
# #TODO: switch to "eval_gemfile file" when bundler >= 1.2.0 will be required (rails 4)
> instance_eval File.read(file), file
# end
# -------------------------------------------
~/alminium
*** run initialize SQL ***
ERROR 1146 (42S02) at line 8: Table 'alminium.trackers' doesn't exist
*** run post-install script ***
Module expires already enabled
(略)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment