Re: [gentoo-user] Failed to emerge subtitleeditor

2014-01-01 Thread Pavel Kazakov

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 01/01/2014 08:02 AM, Gevisz wrote:

 The subtitleeditor failed to emerge with the message provided below.
 The required additional information is attached as text files.

 Any thoughts?

Based on 'checking for XML::Parser... configure: error: XML::Parser perl
module is required for intltool,' it looks as if you may need to rebuild
the perl modules (maybe a recent perl update?).

Try using perl-cleaner [1]:
perl-cleaner --allmodules -v

And then try to emerge subtitleeditor. If that doesn't work, try
revdep-rebuild. Hopefully that'll fix your issue :)

Regards,
Pavel

[1] http://www.gentoo.org/proj/en/perl/perl-cleaner.xml
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.22 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBAgAGBQJSxEMAAAoJENb1ecI556sujnUQAIXwkvaV53Wq26hX5fLPIYan
DnKG8Xiyz6dgnVqeNyUjasNwJOHzsGK+btN+HX6do3xWyqI9ZYkZxovWeIqrSdkp
Op0bfHEFBSCEtWS/7glPE4S8JoCkRjni+LGZAYhKW5VjqQfCh4YJkd9odDwE08RM
EI5YtMag/vFQviJO1iT/Hs4HE7lrU1W4AsY7Acp+lY4OFvIUB1k3rzkl5rIyE32O
yUcwnagMFnTSRjICQttSkEsOaAFNhFCCd9tkBjtQGVAq1siiY+vu996KkAO9BUuY
6pHZZQUnlPKwimSiNFV+U1RDIFrzYYsSBUjwepZ3XWCJ5+y1eqn/X4Dc8nK2dTc0
X5HODAEHCDezqAe4akJQp8HiGfE+sBbwgQ3EPDevBXofdrfFaHJ2mSm/u2WbE2gF
MLMe+oTKrGGAs6HaIwDo5bmF7Uw1g6elEkvADRJNSkJQeluzObeEgELori+1y/ij
GHUVDaPgxbWXGQre6AFtGGyKobI5aDvFKlqWfOugCF4TTkX97NjbbQ9BvdNZslBJ
D0o/YttUGHvxCyiCgs9HPsD86B/hcg+JES9e7fHfVgrd9OaJj/+uHljfdgiY2g8n
/53tUOoXlAVHWN/2PWh4iSlwsIsjm9MXnM+f+H9bLYF+/Ia78pEVAQRjH6GpDyHC
vHcolg6znsdrCFNxDRx/
=aq4R
-END PGP SIGNATURE-




Re: [gentoo-user] Failed to emerge subtitleeditor

2014-01-01 Thread Gevisz
On Wed, 01 Jan 2014 08:32:00 -0800
Pavel Kazakov nullishz...@gentoo.org wrote:

 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On 01/01/2014 08:02 AM, Gevisz wrote:
 
  The subtitleeditor failed to emerge with the message provided below.
  The required additional information is attached as text files.
 
  Any thoughts?
 
 Based on 'checking for XML::Parser... configure: error: XML::Parser
 perl module is required for intltool,' it looks as if you may need to
 rebuild the perl modules (maybe a recent perl update?).
 
 Try using perl-cleaner [1]:
 perl-cleaner --allmodules -v
 
 And then try to emerge subtitleeditor. If that doesn't work, try
 revdep-rebuild. Hopefully that'll fix your issue :)
 
 Regards, Pavel

It indeed worked. Thank you.

Details:

First, I recalled that I forgot to run revdep-rebuild after the
today's world update. So, I ran revdep-rebuild first. It found
something broken and recompiled cairo. After that, I tried to emerge
subtitleeditor once more but the operation failed with the similar
error.

Then, I ran perl-cleaner --allmodules -v and, as a result,
83 perl-related packages (including git) were recompiled and
that allowed subtitleeditor emerge cleanly.