Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 508494 - dev-ruby/gettext_i18n_rails-0.10.0 broken with dev-ruby/locale-2.1.0 & dev-ruby/ruby-gettext-3.1.1
Summary: dev-ruby/gettext_i18n_rails-0.10.0 broken with dev-ruby/locale-2.1.0 & dev-ru...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-23 12:27 UTC by Denis Kaganovich
Modified: 2015-04-26 06:37 UTC (History)
0 users

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 Denis Kaganovich 2014-04-23 12:27:53 UTC
Building Hawk (HA Web Console) from own ebuild (I have no other relations with Ruby), I found incompatible & outdated behaviour: latest in portage are dev-ruby/gettext_i18n_rails-0.10.0, dev-ruby/locale-2.1.0, dev-ruby/ruby-gettext-3.1.1 - incompatible. In other hand, dev-ruby/gettext_i18n_rails-1.0.5 is latest and solve all problems. I suggest to remove dev-ruby/gettext_i18n_rails-0.10.0 and bump 1.0.5. Another workaround is (in depends):
|| (
 ( <dev-ruby/locale-2.1.0 <dev-ruby/ruby-gettext-3.0 )
  >=dev-ruby/gettext_i18n_rails-1.0.5
)


All differences 1.0.5 (in my ebuild) from 0.10.0 is:

all_ruby_prepare() {
 touch Readme.md init.rb
}

PS This is suitable bugs info:
http://lists.opensuse.org/opensuse-factory/2013-10/msg00038.html
https://github.com/grosser/gettext_i18n_rails/pull/103
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733140




Reproducible: Always
Comment 1 Hans de Graaff gentoo-dev Security 2014-04-28 17:39:06 UTC
Please test ebuilds with FEATURES=test and USE=doc. You'll find that the 1.0.5 ebuild no longer has the required files for this. Furthermore, gettext_i18n_rails 1.0.5 fails its own tests and needs further investigation.

Could you clarify the incompatibility?
Comment 2 Hans de Graaff gentoo-dev Security 2015-04-26 06:37:23 UTC
gettext_i18n_rails-1.0.5 is now the oldest version in the tree, so I'm closing this bug.