Gentoo Archives: gentoo-user

From: Daniel Frey <djqfrey@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] getting blocks for system and world update not resolved
Date: Wed, 18 Mar 2015 04:23:49
Message-Id: 5508FDCA.8030506@gmail.com
In Reply to: [gentoo-user] getting blocks for system and world update not resolved by Tamer Higazi
1 On 03/17/2015 09:11 PM, Tamer Higazi wrote:
2 > Hi people!
3 > I have problems getting these blocks at a system update solved...
4 >
5 > I executed:
6 > emerge --backtrack=30 -fuDN @system @world
7 >
8 >
9 > Any ideas ?!
10 >
11 > ...
12 > ...
13 > ...
14 > [blocks B ] <perl-core/ExtUtils-Install-1.670.0
15 > ("<perl-core/ExtUtils-Install-1.670.0" is blocking
16 > virtual/perl-ExtUtils-Install-1.670.0)
17 > [blocks B ] media-libs/libpostproc ("media-libs/libpostproc" is
18 > blocking media-video/ffmpeg-1.2.6-r1)
19 > [blocks B ] <perl-core/Parse-CPAN-Meta-1.441.400
20 > ("<perl-core/Parse-CPAN-Meta-1.441.400" is blocking
21 > virtual/perl-Parse-CPAN-Meta-1.441.400)
22 > [blocks B ] media-video/ffmpeg:0 ("media-video/ffmpeg:0" is
23 > blocking media-video/libav-9.17, media-libs/libpostproc-10.20140517-r1)
24 > [blocks B ] <perl-core/ExtUtils-Manifest-1.630.0
25 > ("<perl-core/ExtUtils-Manifest-1.630.0" is blocking
26 > virtual/perl-ExtUtils-Manifest-1.630.0-r1)
27 > [blocks B ] <perl-core/version-0.990.900
28 > ("<perl-core/version-0.990.900" is blocking
29 > virtual/perl-version-0.990.900-r1)
30 > [blocks B ] <perl-core/CPAN-Meta-YAML-0.12.0
31 > ("<perl-core/CPAN-Meta-YAML-0.12.0" is blocking
32 > virtual/perl-CPAN-Meta-YAML-0.12.0)
33 >
34 >
35
36 Do you have the perl-core packages in your world file? They shouldn't be
37 there. If you remove them emerge will figure out how to update them.
38
39 Regarding libav trying to replace ffmpeg, it's an annoying problem that
40 pops up now and then. It could be that a package you are trying to
41 install requires some USE flags for ffmpeg that aren't set, so it's
42 trying to replace it with libav with the USE flags it requires. Not very
43 intuitive...
44
45 Output from `emerge -pvuDN @world` would be better, it'll be easier to
46 sort out what ffmpeg needs.
47
48 Dan