Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 667886 - sys-apps/accountsservice-0.6.50-r1: "configure error: XML::Parser perl module is required for intltool"
Summary: sys-apps/accountsservice-0.6.50-r1: "configure error: XML::Parser perl module...
Status: RESOLVED DUPLICATE of bug 596664
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-06 14:15 UTC by Sergey Torokhov
Modified: 2018-10-07 11:18 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Torokhov 2018-10-06 14:15:29 UTC
Updated ebuild of sys-apps/accountsservice-0.6.50-r1 failed to build with configure error:

checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.24.3
checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/sys-apps/accountsservice-0.6.50-r1/work/accountsservice-0.6.50/config.log
 * ERROR: sys-apps/accountsservice-0.6.50-r1::gentoo failed (configure phase):
 *   econf failed
 * 
 * Call stack:
 *               ebuild.sh, line  124:  Called src_configure
 *             environment, line 3017:  Called gnome2_src_configure '--disable-static' '--disable-more-warnings' '--localstatedir=/var' '--enable-admin-group=wheel' '--with-systemdsystemunitdir=/lib/systemd/system' '--disable-docbook-docs' '--disable-elogind' '--enable-introspection' '--disable-systemd'
 *             environment, line 2204:  Called econf '--disable-gtk-doc' '--disable-maintainer-mode' '--disable-static' '--disable-more-warnings' '--localstatedir=/var' '--enable-admin-group=wheel' '--with-systemdsystemunitdir=/lib/systemd/system' '--disable-docbook-docs' '--disable-elogind' '--enable-introspection' '--disable-systemd'
 *        phase-helpers.sh, line  718:  Called __helpers_die 'econf failed'
 *   isolated-functions.sh, line  121:  Called die
 * The specific snippet of code:
 *              die "$@"


It seems that I have some additional dependency that is no longer installed in system.

Reproducible: Always
Comment 1 Mart Raudsepp gentoo-dev 2018-10-06 14:21:27 UTC
Probably upgraded perl and got XML::Parser rebuilt, but not intltool, or vice-versa, or something. Deps are correct, it's some fun package manager stuff.

*** This bug has been marked as a duplicate of bug 596664 ***
Comment 2 Sergey Torokhov 2018-10-07 11:18:59 UTC
(In reply to Mart Raudsepp from comment #1)
> Probably upgraded perl and got XML::Parser rebuilt, but not intltool, or
> vice-versa, or something. Deps are correct, it's some fun package manager
> stuff.
> 
> *** This bug has been marked as a duplicate of bug 596664 ***

Thank you.

Yes rebuilding of "dev-perl/XML-Parser" was sufficient to fix this problem after earlier updating of "dev-lang/perl".