Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 800188 - net-misc/networkmanager-1.30.4 fails during configure, missing build dependency dev-perl/XML-Parser
Summary: net-misc/networkmanager-1.30.4 fails during configure, missing build dependen...
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 Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-03 17:42 UTC by Sebastian Pipping
Modified: 2021-07-06 12:48 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 Sebastian Pipping gentoo-dev 2021-07-03 17:42:47 UTC
Configure output contains:

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

The related part in the configure script is this:

  if test "x" != "xno-xml"; then
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XML::Parser" >&5
  $as_echo_n "checking for XML::Parser... " >&6; }
     if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
         { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
  $as_echo "ok" >&6; }
     else
         as_fn_error $? "XML::Parser perl module is required for intltool" "$LINENO" 5
     fi
  fi
Comment 1 Mart Raudsepp gentoo-dev 2021-07-06 04:35:06 UTC

*** This bug has been marked as a duplicate of bug 596664 ***
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-07-06 04:36:14 UTC
This is a very frustrating bug generally caused by Perl upgrades. Unfortunately, we're still not beyond the need for perl-cleaner --all due to some Portage bugs with resolving the rebuild order.
Comment 3 Sebastian Pipping gentoo-dev 2021-07-06 12:48:50 UTC
Hi Sam, I should not this happened despite running "perl-cleaner --all" prior to emerging.  Did you see my first comment arguing that a direct(!) build dependency on dev-perl/XML-Parser is missing in net-misc/networkmanager?  What do you think?