Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] media-gfx/blender-2.71 dependencies
Date: Wed, 09 Jul 2014 13:15:55
Message-Id: 53BD404B.2080000@gmail.com
In Reply to: Re: [gentoo-user] media-gfx/blender-2.71 dependencies by List Reader
1 On 09/07/2014 09:54, List Reader wrote:
2 > On Wed, Jul 09, 2014 at 01:18:27AM -0400, Dan O. wrote:
3 >> I don't believe you pasted everything you meant to. That paste doesn't
4 >> show what packages would need to be emerged.
5 >>
6 >> --
7 >> Dan Oriani
8 >> redchops.com
9 >> (Website forever under construction)
10 >>
11 >> On Wed, 9 Jul 2014, List Reader wrote:
12 >>
13 >>> Hello again kind friends, I'm not sure how to resolve the requirements
14 >>> for merging media-gfx/blender-2.71
15 >>>
16 >>> emerge -pvf media-gfx/blender
17 >>> http://bpaste.net/show/447617/
18 >>>
19 >>> The reqired ebuilds seem to be in portage, but emerge says the're not
20 >>> available. Any insight would be grearly apreciated.
21 >>>
22 >>> Kind regards cinder
23 >>>
24 >>>
25 > Whoops! Sorry, try this
26 > emerge -pvq =media-gfx/blender-2.71 2>&1
27 > http://bpaste.net/show/447969/
28
29 Please stop using pastebin services. It makes it very hard to help you
30 as I now have to do extra work to inline your output where it can be
31 seen and make sense:
32
33 The following keyword changes are necessary to proceed:
34 (see "package.accept_keywords" in the portage(5) man page for more details)
35 # required by media-gfx/blender-2.71[python_single_target_python3_4]
36 # required by =media-gfx/blender-2.71 (argument)
37 =dev-lang/python-3.4.1 ~amd64
38 # required by =media-gfx/blender-2.71 (argument)
39 =media-gfx/blender-2.71 ~amd64
40 # required by media-gfx/blender-2.71
41 # required by =media-gfx/blender-2.71 (argument)
42 =dev-lang/python-exec-2.9999 **
43 # required by media-gfx/blender-2.71
44 # required by =media-gfx/blender-2.71 (argument)
45 =dev-python/requests-2.3.0 ~amd64
46 # required by media-gfx/blender-2.71
47 # required by =media-gfx/blender-2.71 (argument)
48 =dev-python/numpy-1.8.1 ~amd64
49
50 The following USE changes are necessary to proceed:
51 (see "package.use" in the portage(5) man page for more details)
52 # required by media-gfx/blender-2.71
53 # required by =media-gfx/blender-2.71 (argument)
54 >=dev-python/requests-2.3.0 python_targets_python3_4
55 # required by media-gfx/blender-2.71
56 # required by =media-gfx/blender-2.71 (argument)
57 >=dev-python/numpy-1.8.1 python_targets_python3_4
58
59 emerge: there are no ebuilds to satisfy
60 ">=dev-python/chardet-2.2.1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)]".
61 (dependency required by "dev-python/requests-2.3.0" [ebuild])
62 (dependency required by "media-gfx/blender-2.71" [ebuild])
63 (dependency required by "=media-gfx/blender-2.71" [argument])
64
65
66
67
68 Just do exactly what the output says.
69 The first chunk gets copied exactly into package.accept_keywords
70 The second chunk gets copied exactly into package.use
71 The third chunk is information to assist you. It is saying that
72 according to your setup, portage cannot find a way to install chardet
73 that satisfies blender's requirements, the first two chunks are how to
74 make it possible (portage will never make these changes automatically).
75
76 The third chunk does not mean that the listed ebuilds are missing, it
77 means they cannot be satisfied.
78
79
80
81
82
83 --
84 Alan McKinnon
85 alan.mckinnon@×××××.com

Replies

Subject Author
Re: [gentoo-user] media-gfx/blender-2.71 dependencies List Reader <gentooglelist@×××××.com>