Many current distros ship ruby 1.9 yet digikam seems to not support checking out translations on systems with ruby 1.9. ./project/release/fetch_l10n.rb:49:in `<main>': undefined method `each' for #<String:0x00000002298928> (NoMethodError) Reproducible: Always
line 49 needs to be changed to: i18nlangs.each_line do |lang|
Git commit 11393e6591145066af72d48a63761f14f74d5871 by Gilles Caulier. Committed on 26/01/2013 at 10:34. Pushed by cgilles into branch 'master'. fix syntax to handle language list properly with new Ruby version M +1 -1 project/release/fetch_l10n.rb http://commits.kde.org/scratch/mwiesweg/digikam-sc/11393e6591145066af72d48a63761f14f74d5871