Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#17084 - [ruby-gettext] no such file to load -- locale

Attached to Project: Community Packages
Opened by Johannes Dewender (JonnyJD) - Monday, 09 November 2009, 23:34 GMT
Last edited by Stefan Husmann (stefanhusmann) - Tuesday, 10 November 2009, 10:21 GMT
Task Type Bug Report
Category
Status Closed
Assigned To Stefan Husmann (stefanhusmann)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
ruby-gettext is not working anymore. I don't know when it started exactly, but programs using ruby-gettext don't work with it anymore. Usually there is no localisation and a warning message. (I had problems with rubyripper and python-musicbrainz2)
Testing this directly gives:

$ echo | ruby -rgettext
/usr/lib/ruby/gems/1.9.1/gems/gettext-2.0.4/lib/gettext.rb:27:in `require': no such file to load -- locale (LoadError)
from /usr/lib/ruby/gems/1.9.1/gems/gettext-2.0.4/lib/gettext.rb:27:in `<top (required)>'
from ruby:0:in `require'


Additional info:
* package version(s)
extra/ruby 1.9.1_p243-2
community/ruby-gettext 2.0.4-1
core/gettext 0.17-3 (base)
The original bug-report in rubyripper (referred to packaging):
http://code.google.com/p/rubyripper/issues/detail?id=356

Steps to reproduce:
$ echo | ruby -rgettext
(also starting and compiling many ruby packages yields a warning and no translation)
This task depends upon

Closed by  Stefan Husmann (stefanhusmann)
Tuesday, 10 November 2009, 10:21 GMT
Reason for closing:  Fixed
Comment by Johannes Dewender (JonnyJD) - Monday, 09 November 2009, 23:41 GMT
I removed --ignore-dependencies in the PKGBUILD in order to fix this. However, I don't know if this has unwanted side effects or if there is a better solution.
Comment by Stefan Husmann (stefanhusmann) - Tuesday, 10 November 2009, 10:17 GMT
Thank you for the advice.

Loading...