Gentoo Archives: gentoo-user

From: Volker Armin Hemmann <volkerarmin@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] why emerge --config don't work
Date: Fri, 20 Aug 2010 21:40:31
Message-Id: 201008202339.38384.volkerarmin@googlemail.com
In Reply to: [gentoo-user] why emerge --config don't work by Zhu Sha Zang
1 On Friday 20 August 2010, Zhu Sha Zang wrote:
2 > Hi there, why this command don't work in zsh:
3 >
4 > />>> Installing (1 of 1) sys-apps/tomoyo-tools-2.2.0_p20090727
5 > * Execute the following command to setup the initial policy configuration:
6 > *
7 > * emerge --config =sys-apps/tomoyo-tools-2.2.0_p20090727
8 > *
9 > * For more information, please visit the following.
10 > *
11 > * http://tomoyo.sourceforge.jp/
12 >
13 > >>> Recording sys-apps/tomoyo-tools in "world" favorites file...
14 > >>> Auto-cleaning packages...
15 > >>>
16 > >>> No outdated packages were found on your system.
17 >
18 > * GNU info directory index is up-to-date.
19 > [root@sakurazukamori /usr/src/linux]$ emerge --config
20 > =sys-apps/tomoyo-tools-2.2.0_p20090727
21 > 9:44
22 > zsh: sys-apps/tomoyo-tools-2.2.0_p20090727 not found
23 > [root@sakurazukamori /usr/src/linux]$
24 > bash /
25 >
26 > But work in bash...
27
28 emerge --config "=sys-apps/tomoyo-tools-2.2.0_p20090727"
29
30 should work
31
32 the same when you try to emerge a certain version
33
34 =sys/libs/foobar-1.2
35
36 doesn't work
37
38 "=sys/libs/foobar-1.2"
39
40 does