делаю emeage evince и получаю: make[2]: Entering directory `/var/tmp/portage/evince-0.4.0/work/evince-0.4.0/help' if ! test -d el/; then mkdir el/; fi if ! test -d es/; then mkdir es/; fi if ! test -d sr/; then mkdir sr/; fi if test -f "C/evince.xml"; then d="../"; else d=".././"; fi; \ (cd sr/ && \ `which xml2po` -e -p \ ${d}sr/sr.po \ ${d}C/evince.xml > evince.xml.tmp && \ cp evince.xml.tmp evince.xml && rm -f evince.xml.tmp) if test -f "C/evince.xml"; then d="../"; else d=".././"; fi; \ (cd el/ && \ `which xml2po` -e -p \ ${d}el/el.po \ ${d}C/evince.xml > evince.xml.tmp && \ cp evince.xml.tmp evince.xml && rm -f evince.xml.tmp) if test -f "C/evince.xml"; then d="../"; else d=".././"; fi; \ (cd es/ && \ `which xml2po` -e -p \ ${d}es/es.po \ ${d}C/evince.xml > evince.xml.tmp && \ cp evince.xml.tmp evince.xml && rm -f evince.xml.tmp) Traceback (most recent call last): File "/usr/bin/xml2po", line 34, in ? import libxml2 ImportError: No module named libxml2 make[2]: *** [sr/evince.xml] Error 1 make[2]: *** Waiting for unfinished jobs.... Traceback (most recent call last): File "/usr/bin/xml2po", line 34, in ? import libxml2 ImportError: No module named libxml2 make[2]: *** [es/evince.xml] Error 1 Traceback (most recent call last): File "/usr/bin/xml2po", line 34, in ? import libxml2 ImportError: No module named libxml2 make[2]: *** [el/evince.xml] Error 1 make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/evince-0.4.0/work/evince-0.4.0' make: *** [all] Error 2
!!! ERROR: app-text/evince-0.4.0 failed. !!! Function gnome2_src_compile, Line 48, Exitcode 2 !!! compile failure !!! If you need support, post the topmost build error, NOT this status message.