On 10/09/2012 07:48 PM, Stephan Kulow wrote:
On 09.10.2012 10:22, Tim Serong wrote:
Hi All,
I've got a build failure in network:ha-clustering:Factory/hawk, which I've traced back to:
# rake --trace makemo WARNING: 'require 'rake/rdoctask'' is deprecated. Please use 'require 'rdoc/task' (in RDoc 2.4.2+)' instead. at /usr/lib64/ruby/1.9.1/rake/rdoctask.rb ** Invoke makemo (first_time) ** Execute makemo rake aborted! cannot load such file -- gettext/tools/rgettext /usr/lib64/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
It looks like rubygem-gettext replaced gettext/tools/rgettext with gettext/tools/xgettext a couple of months ago:
https://github.com/ruby-gettext/gettext/commit/638d5f3ef848e799d38dc13b5aa54...
AFAICT, rubygem-gettext_rails hasn't been updated for a couple of years (i.e. no changes upstream). Should I be patching our Factory rubygem-gettext_rails to s/rgettext/xgettext/, or trying to fix this upstream, or something completely different?
For factory, it would be good to go the rails 3 route, which basically means switching to http://rubygems.org/gems/fast_gettext
That'd be the "something completely different" approach then :) Ah, well, I did need to do a rails 3 port of Hawk eventually, so it may as well be done for Factory/12.3. Thanks, Tim -- Tim Serong Senior Clustering Engineer SUSE tserong@suse.com -- To unsubscribe, e-mail: opensuse-ruby+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-ruby+owner@opensuse.org