Gentoo Archives: gentoo-user

From: Silvio Siefke <siefke_listen@×××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: llvm compile error
Date: Thu, 23 Jan 2014 22:58:50
Message-Id: 20140123235834.bef48995a4a2a804edd395a5@web.de
In Reply to: [gentoo-user] Re: llvm compile error by walt
1 Hello,
2
3 On Thu, 23 Jan 2014 14:26:25 -0800 walt <w41ter@×××××.com> wrote:
4
5 >
6 > Hi Silvio. You're installing an ~x86 package on an x86 machine, I
7 > think. Are you doing that on purpose?
8 >
9 > I don't know if that is causing the error, but it sometimes causes
10 > problems.
11
12 Have i something not understand, i make emerge -av clang and become
13
14 gentoomobile siefke # emerge -av clang
15
16 These are the packages that would be merged, in order:
17
18 Calculating dependencies... done!
19 [ebuild N ~] sys-devel/llvm-3.4:0/3.4 USE="clang libffi ncurses python static-analyzer xml -debug -doc -gold -multitarget -ocaml {-test} -udis86" PYTHON_TARGETS="python2_7 -pypy2_0 -python2_6" VIDEO_CARDS="-radeon" 0 kB
20 [ebuild N ~] sys-devel/clang-3.4-r100:0/3.4 USE="python static-analyzer -debug -multitarget" 0 kB
21
22 Total: 2 packages (2 new), Size of downloads: 0 kB
23
24 The following keyword changes are necessary to proceed:
25 (see "package.accept_keywords" in the portage(5) man page for more details)
26 # required by sys-devel/clang-3.4-r100
27 # required by clang (argument)
28 =sys-devel/llvm-3.4 ~x86
29 # required by sys-devel/llvm-3.4[clang]
30 =sys-devel/clang-3.4-r100 ~x86
31
32 Use --autounmask-write to write changes to config files (honoring
33 CONFIG_PROTECT). Carefully examine the list of proposed changes,
34 paying special attention to mask or keyword changes that may expose
35 experimental or unstable packages.
36
37 Then emerge --autounmask-write -av clang and after dispatch-conf i run
38 emerge -av clang and become the error. I not understand what you mean?
39
40 -- Found PythonInterp: /var/tmp/portage/sys-devel/llvm-3.4/temp/python2.7/bin/python (found version "2.7.5")
41 -- Constructing LLVMBuild project information
42 CMake Error at CMakeLists.txt:332 (message):
43 Unexpected failure executing llvm-build: Usage: llvm-build [options]
44
45
46
47 llvm-build: error: invalid native target: 'X86' (not in project)
48
49 Thank you for help & Nice Day