Gentoo Archives: gentoo-user

From: Alexander Kapshuk <alexander.kapshuk@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] re: resolving blocked packages [media-video/ffmpeg-1.2:0]
Date: Sun, 27 Oct 2013 17:08:21
Message-Id: 526D4879.8030704@gmail.com
1 As I ran 'emerge --ask --update --deep --with-bdeps=y --newuse world', I
2 got the message below.
3
4 These are the packages that would be merged, in order:
5
6 Calculating dependencies... done!
7 [ebuild N ] dev-scheme/guile-1.8.8-r1 USE="deprecated nls regex
8 threads -debug -debug-freelist -debug-malloc -discouraged -emacs
9 -networking"
10 [ebuild N ] sys-devel/autogen-5.15
11 [ebuild U ~] net-libs/gnutls-3.2.5 [2.12.23-r1] USE="-dane%"
12 LINGUAS="-cs% -de% -en% -fi% -fr% -it% -ms% -nl% -pl% -sv% -uk% -vi%
13 -zh_CN%"
14 [ebuild N ] media-libs/libpostproc-0.8.0.20121125 USE="-3dnow
15 (-altivec) -mmx -mmxext -pic -static-libs"
16 [ebuild U ~] media-video/vlc-2.1.0 [2.0.9] USE="-chromaprint% -fdk%
17 -opencv% (-qt5) -rdp% {-test%} -vdpau%"
18 [blocks B ] <media-video/ffmpeg-1.2:0 ("<media-video/ffmpeg-1.2:0"
19 is blocking media-video/vlc-2.1.0)
20 [blocks B ] media-video/ffmpeg:0 ("media-video/ffmpeg:0" is
21 blocking media-libs/libpostproc-0.8.0.20121125)
22 [blocks B ] media-libs/libpostproc ("media-libs/libpostproc" is
23 blocking media-video/ffmpeg-1.0.7)
24
25 !!! Multiple package instances within a single package slot have been pulled
26 !!! into the dependency graph, resulting in a slot conflict:
27
28 net-libs/gnutls:0
29
30 (net-libs/gnutls-3.2.5::gentoo, ebuild scheduled for merge) pulled in by
31 >=net-libs/gnutls-3.0.20:0 required by
32 (media-video/vlc-2.1.0::gentoo, ebuild scheduled for merge)
33
34 (net-libs/gnutls-2.12.23-r1::gentoo, installed) pulled in by
35 (no parents that aren't satisfied by other packages in this slot)
36
37
38 It may be possible to solve this problem by using package.mask to
39 prevent one of those packages from being selected. However, it is also
40 possible that conflicting dependencies exist such that they are
41 impossible to satisfy simultaneously. If such a conflict exists in
42 the dependencies of two different packages, then those packages can
43 not be installed simultaneously. You may want to try a larger value of
44 the --backtrack option, such as --backtrack=30, in order to see if
45 that will solve this conflict automatically.
46
47 For more information, see MASKED PACKAGES section in the emerge man
48 page or refer to the Gentoo Handbook.
49
50
51 * Error: The above package list contains packages which cannot be
52 * installed at the same time on the same system.
53
54 (media-video/vlc-2.1.0::gentoo, ebuild scheduled for merge) pulled in by
55 media-video/vlc required by @selected
56
57 (media-video/ffmpeg-1.0.7::gentoo, installed) pulled in by
58
59 >=media-video/ffmpeg-0.10.3:0[X?,encode?,gsm?,jpeg2k?,mp3?,sdl?,speex?,theora?,threads?,truetype?,vaapi?,vdpau?,x264?]
60 (>=media-video/ffmpeg-0.10.3:0[X,encode,mp3,sdl,truetype,x264]) required
61 by (virtual/ffmpeg-0.10.3::gentoo, installed)
62
63
64 For more information about Blocked Packages, please refer to the following
65 section of the Gentoo Linux x86 Handbook (architecture is irrelevant):
66
67 http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked
68
69
70 The following keyword changes are necessary to proceed:
71 (see "package.accept_keywords" in the portage(5) man page for more details)
72 # required by media-video/vlc-2.1.0[gnutls]
73 # required by @selected
74 # required by @world (argument)
75 =net-libs/gnutls-3.2.5 ~x86
76
77 Use --autounmask-write to write changes to config files (honoring
78 CONFIG_PROTECT). Carefully examine the list of proposed changes,
79 paying special attention to mask or keyword changes that may expose
80 experimental or unstable packages.
81 ----------------------------------------------
82 After reading the 'Blocked Packages' found here,
83 http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked,
84 would updating media-video/ffmpeg to version 1.2 [the current version of
85 ffmpeg is 1.0.7], fix the blockage?
86
87 Any input would be much appreciated.

Replies

Subject Author
Re: [gentoo-user] re: resolving blocked packages [media-video/ffmpeg-1.2:0] Daniel Campbell <lists@××××××××.us>