Actions
Defect #17617
closedRuby bundle install error when upgrading from Redmine 2.4.1 to 2.5.2
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Gems support
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
OS: Windows Server 2008 R2
unziped version 2.5.2 into e:\redmine
cd \redmine
bundle install --without development test
error
[ E:\Redmine ] ==>bundle install --without development test The source :rubygems is deprecated because HTTP requests are insecure. Please change your source to 'https://rubygems.org' if possible, or 'http://rubygems.org' if not. The source :rubygems is deprecated because HTTP requests are insecure. Please change your source to 'https://rubygems.org' if possible, or 'http://rubygems.org' if not. Fetching gem metadata from https://rubygems.org/......... Fetching gem metadata from https://rubygems.org/......... Fetching gem metadata from http://rubygems.org/......... Fetching gem metadata from http://rubygems.org/......... Fetching gem metadata from https://rubygems.org/.. Fetching gem metadata from https://rubygems.org/.. Fetching gem metadata from http://rubygems.org/.. Fetching gem metadata from http://rubygems.org/.. Resolving dependencies... Installing rake (10.1.1) Installing i18n (0.6.11) Installing multi_json (1.10.1) Installing activesupport (3.2.19) Using builder (3.0.0) Installing activemodel (3.2.19) Using erubis (2.7.0) Using journey (1.0.4) Using rack (1.4.5) Using rack-cache (1.2) Using rack-test (0.6.2) Using hike (1.2.3) Using tilt (1.4.1) Using sprockets (2.2.2) Installing actionpack (3.2.19) Using mime-types (1.25.1) Installing polyglot (0.3.5) Using treetop (1.4.15) Using mail (2.5.4) Installing actionmailer (3.2.19) Using arel (3.0.3) Installing tzinfo (0.3.40) Installing activerecord (3.2.19) Installing activeresource (3.2.19) Using bundler (1.2.4) Installing rack-ssl (1.3.4) Using json (1.8.1) Using rdoc (3.12.2) Installing thor (0.19.1) Installing railties (3.2.19) Installing rails (3.2.19) Using acts-as-taggable-on (2.3.3) Using acts_as_votable (0.4.0) Installing awesome_nested_set (2.1.6) Using coderay (1.1.0) Using jquery-rails (2.0.3) Using money (5.0.0) Installing mysql2 (0.3.16) with native extensions Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension. E:/Ruby/bin/ruby.exe extconf.rb checking for ruby/thread.h... no checking for rb_thread_blocking_region()... yes checking for rb_wait_for_single_fd()... yes checking for rb_hash_dup()... yes checking for rb_intern3()... yes checking for mysql_query() in -lmysqlclient... no checking for main() in -lm... yes checking for mysql_query() in -lmysqlclient... no checking for main() in -lz... no checking for mysql_query() in -lmysqlclient... no checking for main() in -lsocket... no checking for mysql_query() in -lmysqlclient... no checking for main() in -lnsl... no checking for mysql_query() in -lmysqlclient... no checking for main() in -lmygcc... no checking for mysql_query() in -lmysqlclient... no *** 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.
Files
Updated by Toshi MARUYAMA over 10 years ago
- Status changed from New to Closed
- Resolution set to Invalid
Please use forum.
It is not related Redmine core.
Actions