After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 421924 - sabayon-apply crashed with ValueError in c2py()
sabayon-apply crashed with ValueError in c2py()
Status: RESOLVED OBSOLETE
Product: sabayon
Classification: Deprecated
Component: general
2.18.x
Other Linux
: Normal major
: ---
Assigned To: Maintainers of sabayon
Maintainers of sabayon
Depends on:
Blocks:
 
 
Reported: 2007-03-23 15:34 UTC by Daniel Holbach
Modified: 2008-01-19 06:43 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Daniel Holbach 2007-03-23 15:34:29 UTC
Forwarded from: https://launchpad.net/ubuntu/+source/sabayon/+bug/94588

I'm not sure what happend. I remember installing the ro_RO locale. Probabli that's what happend.

ProblemType: Crash
Architecture: amd64
Date: Thu Mar 22 01:07:19 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/sbin/sabayon-apply
InterpreterPath: /usr/bin/python2.5
Package: sabayon 2.18.0-0ubuntu1
PackageArchitecture: amd64
ProcCmdline: python /usr/sbin/sabayon-apply
ProcCwd: /home/memo
ProcEnviron:
 LANGUAGE=ro_RO.UTF-8
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 LANG=ro_RO.UTF-8
 SHELL=/bin/bash
PythonArgs: ['/usr/sbin/sabayon-apply']
SourcePackage: sabayon
Uname: Linux memo-desktop 2.6.20-12-generic #2 SMP Sat Mar 17 22:55:16 UTC 2007 x86_64 GNU/Linux


Traceback (most recent call last):
  • File "/usr/sbin/sabayon-apply", line 27 in <module>
    util.init_gettext ()
  • File "/var/lib/python-support/python2.5/sabayon/util.py", line 151 in init_gettext
    gettext.install (PACKAGE, LOCALEDIR)
  • File "gettext.py", line 508 in install
    t = translation(domain, localedir, fallback=True, codeset=codeset)
  • File "gettext.py", line 493 in translation
    t = _translations.setdefault(key, class_(open(mofile, 'rb')))
  • File "gettext.py", line 180 in __init__
    self._parse(fp)
  • File "gettext.py", line 315 in _parse
    self.plural = c2py(plural)
  • File "gettext.py", line 90 in c2py
    'plural forms expression error, maybe unbalanced parenthesis'
ValueError: plural forms expression error, maybe unbalanced parenthesis

Comment 1 Johnny Robeson 2008-01-06 08:39:30 UTC
I'm pretty sure this bug is fixed in gutsy, can you verify?