Gentoo Archives: gentoo-user

From: Dirk Heinrichs <dirk.heinrichs@××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] problem with "aqua" keyword
Date: Fri, 08 Jan 2010 18:49:55
Message-Id: 201001081948.38737.dirk.heinrichs@online.de
In Reply to: [gentoo-user] problem with "aqua" keyword by Xi Shen
1 Am Freitag 08 Januar 2010 02:42:56 schrieb Xi Shen:
2 > hi,
3 >
4 > i ran into a strange problem. i am using gentoo 2008 amd64, with kde
5 > 4.3. i want to try the "aqua" gui with kde desktop. so i enabled
6 > "aqua" use flag, but when emerge kdelibs, it requires a tool named
7 > "install_name_tool" which is a apple dev tool. so i think i could get
8 > this tool by emerging gcc-apple. but gcc-apple requires "x64-macos".
9
10 # paludis -ip kdelibs --dl-deps-default discard
11 Building target list...
12 Building dependency list: ... 1 steps
13
14 These packages will be installed:
15
16 * kde-base/kdelibs :4.3 [R 4.3.4] <target>
17 -3dnow acl alsa (-altivec) (-aqua) -bindist bzip2 -debug -doc fam -
18 handbook -jpeg2k (-kdeenablefinal) (-kdeprefix) kerberos lzma mmx nls openexr
19 opengl semantic-desktop spell sse sse2 ssl -zeroconf -test build_options:
20 split strip -trace
21
22 Note the parenteses around "-aqua". They indicate that the use flag is not
23 applicable here. The same is true for "altivec", for example, which is special
24 to PPC processors.
25
26 HTH...
27
28 Dirk