Gentoo Archives: gentoo-dev

From: Sergey Kuleshov <svyatogor@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Strange handling of virtuals (users vs root).
Date: Thu, 01 Jul 2004 19:14:28
Message-Id: 40E42923.8030300@gentoo.org
1 Hi All!
2 Recently I faced a very strange issue with portage. First of all - I've
3 xorg-x11 installed instead of xfree. Now when I do emerge -p some_x_prog
4 as a normal user (yes he is in portage group!) it happily informs me
5 about xfree as a dependencie. Same commadn as root accepts xorg-x11.
6 Here is output from my console:
7 --
8 svyatogor@svyatogor svyatogor $ emerge -p idesk
9
10 These are the packages that I would merge, in order:
11
12 Calculating dependencies ...done!
13 [blocks B ] x11-base/xorg-x11 (from pkg x11-base/xfree-4.3.0-r5)
14 [ebuild N ] dev-libs/libcroco-0.5.1
15 [ebuild N ] media-libs/libart_lgpl-2.3.16
16 [ebuild N ] gnome-extra/libgsf-1.8.2
17 [ebuild N ] gnome-base/librsvg-2.6.4
18 [ebuild N ] x11-base/xfree-4.3.0-r5
19 [ebuild N ] x11-misc/idesk-0.5.6
20
21 svyatogor@svyatogor svyatogor $ su
22 Password:
23 svyatogor svyatogor # emerge -p idesk
24
25 These are the packages that I would merge, in order:
26
27 Calculating dependencies ...done!
28 [ebuild N ] dev-libs/libcroco-0.5.1
29 [ebuild N ] media-libs/libart_lgpl-2.3.16
30 [ebuild N ] gnome-extra/libgsf-1.8.2
31 [ebuild N ] gnome-base/librsvg-2.6.4
32 [ebuild N ] x11-misc/idesk-0.5.6
33 --
34
35 --
36 Sergey Kuleshov <svyatogor@g.o>
37 Home Page: http://dev.gentoo.org/~sergey
38 Jabber: rohan@××××××.ru
39 ICQ: 158439855
40
41 --
42 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Strange handling of virtuals (users vs root). Mike Frysinger <vapier@g.o>