The problem comes in stage3 when you have packages that inherit autotools.eclass.
The eclass may make use of gettext and run autopoint which will fail if it doesn't
find /usr/share/gettext/archive.dir.tar.gz.
X-Gentoo-Bug: 439636
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=439636
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
def set_cleanables(self):
generic_stage_target.set_cleanables(self)
- self.settings["cleanables"].extend(["/usr/share/gettext",\
+ self.settings["cleanables"].extend([\
"/usr/lib/python2.2/test", "/usr/lib/python2.2/email",\
"/usr/lib/python2.2/lib-tk", "/usr/lib/python2.3/test",\
"/usr/lib/python2.3/email", "/usr/lib/python2.3/lib-tk",\