GNOME Bugzilla – Bug 480508
crash against python 2.4
Last modified: 2008-01-06 08:18:38 UTC
Steps to reproduce: 1. Compile sabayon against python 2.4 2. run sabayon with python 2.4 3. it crashes! Stack trace: Error output: # sabayon Traceback (most recent call last):
+ Trace 165582
util.init_gettext ()
gettext.install (PACKAGE, LOCALEDIR, names=("gettext", "ngettext"))
Other information: Building against python2.5 and runing with python2.5 fixes the problem.
Created attachment 96215 [details] [review] Force to build against python 2.5
Created attachment 96216 [details] [review] Force to be executed with python2.5
Created attachment 96217 [details] [review] Backport to Python 2.4 Alternate solution is to support Python 2.4 by adding gettext() and ngettext() manually.
Thanks for fixing this; feel free to commit with a suitable ChangeLog.
fixed in revision 904
*** Bug 479096 has been marked as a duplicate of this bug. ***