Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 583304 - www-apps/redmine-3.2.1 require new deps
Summary: www-apps/redmine-3.2.1 require new deps
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 590646
  Show dependency tree
 
Reported: 2016-05-17 15:39 UTC by INODE64 Sistemas
Modified: 2016-08-14 08:51 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description INODE64 Sistemas 2016-05-17 15:39:34 UTC
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!
Comment 1 Hans de Graaff gentoo-dev Security 2016-05-19 05:15:03 UTC
(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.
Comment 2 Pacho Ramos gentoo-dev 2016-08-14 08:51:43 UTC
are you still hitting this with that updated version?