Package: sabayon Severity: important Tags: patch * Package name : sabayon Version : 2.20.0-1
Sabayon 2.20 should be built and run against python 2.5. It gives the following error: # sabayon Traceback (most recent call last): File "/usr/bin/sabayon", line 64, in ? util.init_gettext () File "/var/lib/python-support/python2.4/sabayon/util.py", line 117, in init_gettext gettext.install (PACKAGE, LOCALEDIR, names=("gettext", "ngettext")) TypeError: install() got an unexpected keyword argument 'names' Building against python2.5 and runing with python2.5, or backporting the source for python 2.4 fixes the problem. This bug has been forwarded to: http://bugzilla.gnome.org/show_bug.cgi?id=480508