When configure redmine show this error: Configuring pkg... * * Upgrading database. * * Migrating database. rake aborted! LoadError: cannot load such file -- action_dispatch/xml_params_parser /var/lib/redmine/config/application.rb:4:in `<top (required)>' /var/lib/redmine/Rakefile:5:in `<top (required)>' Gem::MissingSpecError: Could not find 'mime-types-data' (~> 3.2015) among 70 total gem(s) Checked in 'GEM_PATH=/var/tmp/portage/www-apps/redmine-3.2.1/homedir/.gem/ruby/2.1.0:/usr/local/lib64/ruby/gems/2.1.0:/usr/lib64/ruby/gems/2.1.0', execute `gem env` for more information /var/lib/redmine/config/application.rb:4:in `<top (required)>' /var/lib/redmine/Rakefile:5:in `<top (required)>' (See full trace by running task with --trace) * ERROR: www-apps/redmine-3.2.1::inode64 failed (config phase): * (no error message) * * Call stack: * ebuild.sh, line 133: Called pkg_config * environment, line 4270: Called die * The specific snippet of code: * RAILS_ENV="${RAILS_ENV}" ${RUBY} -S rake db:migrate || die; * * If you need support, post the output of `emerge --info '=www-apps/redmine-3.2.1::inode64'`, * the complete build log and the output of `emerge -pqv '=www-apps/redmine-3.2.1::inode64'`. !!! When you file a bug report, please include the following information: GENTOO_VM= CLASSPATH="" JAVA_HOME="" JAVACFLAGS="" COMPILER="" and of course, the output of emerge --info =redmine-3.2.1 * The complete build log is located at '/var/tmp/portage/www-apps/redmine-3.2.1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/www-apps/redmine-3.2.1/temp/environment'. * Working directory: '/var/lib/redmine' * S: '/var/tmp/portage/www-apps/redmine-3.2.1/work/redmine-3.2.1' Configuring pkg... * * Upgrading database. * * Migrating database. rake aborted! LoadError: cannot load such file -- mimemagic /var/lib/redmine/lib/redmine/thumbnail.rb:19:in `<top (required)>' /var/lib/redmine/lib/redmine.rb:46:in `<top (required)>' /var/lib/redmine/config/initializers/30-redmine.rb:6:in `<top (required)>' /var/lib/redmine/config/environment.rb:14:in `<top (required)>' Tasks: TOP => db:migrate => environment (See full trace by running task with --trace) * ERROR: www-apps/redmine-3.2.1::inode64 failed (config phase): * (no error message) * * Call stack: * ebuild.sh, line 133: Called pkg_config * environment, line 4270: Called die * The specific snippet of code: * RAILS_ENV="${RAILS_ENV}" ${RUBY} -S rake db:migrate || die; * * If you need support, post the output of `emerge --info '=www-apps/redmine-3.2.1::inode64'`, * the complete build log and the output of `emerge -pqv '=www-apps/redmine-3.2.1::inode64'`. !!! When you file a bug report, please include the following information: GENTOO_VM= CLASSPATH="" JAVA_HOME="" JAVACFLAGS="" COMPILER="" and of course, the output of emerge --info =redmine-3.2.1 * The complete build log is located at '/var/tmp/portage/www-apps/redmine-3.2.1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/www-apps/redmine-3.2.1/temp/environment'. * Working directory: '/var/lib/redmine' * S: '/var/tmp/portage/www-apps/redmine-3.2.1/work/redmine-3.2.1' After install dev-ruby/mimemagic dev-ruby/mime-types-data Run fine!
(In reply to INODE64 Sistemas from comment #0) > LoadError: cannot load such file -- action_dispatch/xml_params_parser > /var/lib/redmine/config/application.rb:4:in `<top (required)>' > /var/lib/redmine/Rakefile:5:in `<top (required)>' > Gem::MissingSpecError: Could not find 'mime-types-data' (~> 3.2015) among 70 > total gem(s) This is actually an issue with the dev-ruby/mime-types:3 ebuild. This is now fixed in dev-ruby/mime-types-3.0-r1.
are you still hitting this with that updated version?