rake aborted! This installation of RMagick was configured with ImageMagick 6.7.5 but ImageMagick 6.7.7-10 is in use.
위 메시지는 imagemagick 를 설치하지 않으면 통과한다.
그러나 다른 문제가.
http://www.jenkins.or.kr/boards/4/topics/225?r=274 에서 언급된 문제.
plugins/redmine_ckeditor# bundle install --without development test
Fetching gem metadata from https://rubygems.org/............ Fetching gem metadata from https://rubygems.org/.. Resolving dependencies................................... Bundler could not find compatible versions for gem "mime-types": In Gemfile: rich (= 1.4.6) ruby depends on mime-types (~> 1.16) ruby
rich (= 1.4.6) ruby depends on mime-types (2.2)
Bundler could not find compatible versions for gem "activesupport": In Gemfile: rich (= 1.4.6) ruby depends on activesupport (= 4.0.0) ruby
paperclip (~> 3.5.4) ruby depends on activesupport (3.0.0)
checking for Ruby version >= 1.8.5... yes checking for gcc... yes checking for Magick-config... no Can't
install RMagick 2.13.2. Can't find Magick-config in
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
*** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf.log file for more details. You may need configuration options.
Gem files will remain installed in /var/lib/gems/1.9.1/gems/rmagick-2.13.2 for inspection. Results logged to /var/lib/gems/1.9.1/gems/rmagick-2.13.2/ext/RMagick/gem_make.out
An error occurred while installing rmagick (2.13.2), and Bundler cannot continue. Make sure that `gem install rmagick -v '2.13.2'` succeeds before bundling.
App 31726 stdout: App 31726 stdout: [
2014-06-11 03:30:47.1599 31473/7f601e1ef700
Pool2/Implementation.cpp:883 ]: Could not spawn process for group
/opt/redmine-2.5.1-0/apps/redmine/htdocs#default: An error occured while
starting up the preloader. in 'void
Passenger::ApplicationPool2::SmartSpawner::handleErrorResponse(Passenger::ApplicationPool2::SmartSpawner::StartupDetails&)'
(SmartSpawner.h:455) in 'std::string
Passenger::ApplicationPool2::SmartSpawner::negotiatePreloaderStartup(Passenger::ApplicationPool2::SmartSpawner::StartupDetails&)'
(SmartSpawner.h:566) in 'void Passenger::ApplicationPool2::SmartSpawner::startPreloader()' (SmartSpawner.h:206)
in 'virtual Passenger::ApplicationPool2::ProcessPtr
Passenger::ApplicationPool2::SmartSpawner::spawn(const
Passenger::ApplicationPool2::Options&)' (SmartSpawner.h:752)
in 'void Passenger::ApplicationPool2::Group::spawnThreadRealMain(const
Passenger::ApplicationPool2::SpawnerPtr&, const
Passenger::ApplicationPool2::Options&, unsigned int)'
(Implementation.cpp:804)
[ 2014-06-11 03:30:47.1603 31473/7f6017fff700 agents/HelperAgent/RequestHandler.h:2210 ]: [Client 23] Cannot checkout session. Error page: <p>It
looks like Bundler could not find a gem. Maybe you didn't install all
the gems that this application needs. To install your gems, please
run:</p>
<pre class="commands">bundle install</pre>
<p>If
that didn't work, then the problem is probably caused by your
application being run under a different environment than it's supposed
to. Please check the following:</p>
<ol> <li>Is this app supposed to be run as the <code>daemon</code> user?</li> <li>Is this app being run on the correct Ruby interpreter? Below you will see which Ruby interpreter Phusion Passenger attempted to use.</li> </ol>
<p>-------- The exception is as follows: -------</p> Could not find rake-10.1.1 in any of the sources (Bundler::GemNotFound) <pre>
/opt/redmine-2.5.1-0/ruby/lib/ruby/gems/1.9.1/gems/bundler-1.5.3/lib/bundler/spec_set.rb:92:in
`block in materialize' /opt/redmine-2.5.1-0/ruby/lib/ruby/gems/1.9.1/gems/bundler-1.5.3/lib/bundler/spec_set.rb:85:in `map!' /opt/redmine-2.5.1-0/ruby/lib/ruby/gems/1.9.1/gems/bundler-1.5.3/lib/bundler/spec_set.rb:85:in `materialize' /opt/redmine-2.5.1-0/ruby/lib/ruby/gems/1.9.1/gems/bundler-1.5.3/lib/bundler/definition.rb:133:in `specs' /opt/redmine-2.5.1-0/ruby/lib/ruby/gems/1.9.1/gems/bundler-1.5.3/lib/bundler/definition.rb:178:in `specs_for' /opt/redmine-2.5.1-0/ruby/lib/ruby/gems/1.9.1/gems/bundler-1.5.3/lib/bundler/definition.rb:167:in `requested_specs' /opt/redmine-2.5.1-0/ruby/lib/ruby/gems/1.9.1/gems/bundler-1.5.3/lib/bundler/environment.rb:18:in `requested_specs' /opt/redmine-2.5.1-0/ruby/lib/ruby/gems/1.9.1/gems/bundler-1.5.3/lib/bundler/runtime.rb:13:in `setup' /opt/redmine-2.5.1-0/ruby/lib/ruby/gems/1.9.1/gems/bundler-1.5.3/lib/bundler.rb:119:in `setup' /opt/redmine-2.5.1-0/ruby/lib/ruby/gems/1.9.1/gems/bundler-1.5.3/lib/bundler/setup.rb:17:in `<top (required)>' /opt/redmine-2.5.1-0/ruby/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:60:in `require' /opt/redmine-2.5.1-0/ruby/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:60:in `rescue in require' /opt/redmine-2.5.1-0/ruby/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:35:in `require'
/opt/redmine-2.5.1-0/ruby/lib/ruby/gems/1.9.1/gems/passenger-4.0.40/lib/phusion_passenger/loader_shared_helpers.rb:245:in
`block in run_load_path_setup_code'
/opt/redmine-2.5.1-0/ruby/lib/ruby/gems/1.9.1/gems/passenger-4.0.40/lib/phusion_passenger/loader_shared_helpers.rb:348:in
`running_bundler'
/opt/redmine-2.5.1-0/ruby/lib/ruby/gems/1.9.1/gems/passenger-4.0.40/lib/phusion_passenger/loader_shared_helpers.rb:243:in
`run_load_path_setup_code' /opt/redmine-2.5.1-0/ruby/lib/ruby/gems/1.9.1/gems/passenger-4.0.40/helper-scripts/rack-preloader.rb:100:in `preload_app'
/opt/redmine-2.5.1-0/ruby/lib/ruby/gems/1.9.1/gems/passenger-4.0.40/helper-scripts/rack-preloader.rb:158:in
`<module:App>'
/opt/redmine-2.5.1-0/ruby/lib/ruby/gems/1.9.1/gems/passenger-4.0.40/helper-scripts/rack-preloader.rb:29:in
`<module:PhusionPassenger>'
/opt/redmine-2.5.1-0/ruby/lib/ruby/gems/1.9.1/gems/passenger-4.0.40/helper-scripts/rack-preloader.rb:28:in
`<main>'</pre>
뭔가 되는 듯 싶더니, Passenger 가 정상 로드되지 못하는 듯 하다.
bitnami 의 실행스크립트 ./ctlscript.sh restart 로 재시작 해준다.