yelp-xsl

Всем привет.
Возникла следующая проблема с обновлением
на пакете gnome-extra/yelp-xsl на этапе

checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

!!! Please attach the following file when seeking support:
!!! /var/calculate/tmp/portage/gnome-extra/yelp-xsl-3.12.0/work/yelp-xsl-3.12.0/config.log
 * ERROR: gnome-extra/yelp-xsl-3.12.0::gentoo failed (configure phase):
 *   econf failed
 *
 * Call stack:
 *          ebuild.sh, line   93:  Called src_configure
 *        environment, line 2075:  Called __eapi2_src_configure
 *   phase-helpers.sh, line  689:  Called econf
 *   phase-helpers.sh, line  584:  Called die
 * The specific snippet of code:
 *                      die "econf failed"
 *
 * If you need support, post the output of `emerge --info '=gnome-extra/yelp-xsl-3.12.0::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=gnome-extra/yelp-xsl-3.12.0::gentoo'`.
 * The complete build log is located at '/var/calculate/tmp/portage/gnome-extra/yelp-xsl-3.12.0/temp/build.log'.
 * The ebuild environment file is located at '/var/calculate/tmp/portage/gnome-extra/yelp-xsl-3.12.0/temp/environment'.
 * Working directory: '/var/calculate/tmp/portage/gnome-extra/yelp-xsl-3.12.0/work/yelp-xsl-3.12.0'
 * S: '/var/calculate/tmp/portage/gnome-extra/yelp-xsl-3.12.0/work/yelp-xsl-3.12.0'

 * Messages for package gnome-extra/yelp-xsl-3.12.0:

 * ERROR: gnome-extra/yelp-xsl-3.12.0::gentoo failed (configure phase):
 *   econf failed
 *
 * Call stack:
 *          ebuild.sh, line   93:  Called src_configure
 *        environment, line 2075:  Called __eapi2_src_configure
 *   phase-helpers.sh, line  689:  Called econf
 *   phase-helpers.sh, line  584:  Called die
 * The specific snippet of code:
 *                      die "econf failed"
 *
 * If you need support, post the output of `emerge --info '=gnome-extra/yelp-xsl-3.12.0::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=gnome-extra/yelp-xsl-3.12.0::gentoo'`.
 * The complete build log is located at '/var/calculate/tmp/portage/gnome-extra/yelp-xsl-3.12.0/temp/build.log'.
 * The ebuild environment file is located at '/var/calculate/tmp/portage/gnome-extra/yelp-xsl-3.12.0/temp/environment'.
 * Working directory: '/var/calculate/tmp/portage/gnome-extra/yelp-xsl-3.12.0/work/yelp-xsl-3.12.0'
 * S: '/var/calculate/tmp/portage/gnome-extra/yelp-xsl-3.12.0/work/yelp-xsl-3.12.0'

XML::Parser переставлял, perl-cleaner не помог.
Подскажите, что можно ещё сделать?

1 Проверить установлен ли XML-Parser:

eix -I dev-perl/XML-Parser

2 Проверить установку через Perl:

perl -e "require XML::Parser"

3 Если будет ошибка - под рутом выполнить:
3.1

perl -e shell -MCPAN

3.2 установить модуль

install XML::Parser

такие манипуляции меня спасали неоднократно