Gentoo Archives: gentoo-user

From: "Andrzej Styczeń" <styczen_andrzej@××.pl>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] New installation and problem with rp-pppoe
Date: Thu, 31 Mar 2011 10:17:01
Message-Id: 201103311215.12984.styczen_andrzej@o2.pl
In Reply to: Re: [gentoo-user] New installation and problem with rp-pppoe by Neil Bothwick
1 On Wednesday 30 of March 2011 15:21:44 Neil Bothwick wrote:
2
3 > The KDE profile sets the X USE flag, add -X until you are ready to emerge
4 > the desktop.
5
6 Thank you. This didn't work. Please see:
7
8 # USE="-X" emerge -av net-dialup/rp-pppoe
9
10 These are the packages that would be merged, in order:
11
12 Calculating dependencies... done!
13
14 emerge: there are no ebuilds built with USE flags to satisfy "x11-libs/gdk-
15 pixbuf:2[X,introspection?,jpeg?,jpeg2k?,tiff?]".
16 !!! One of the following packages is required to complete your request:
17 - x11-libs/gdk-pixbuf-2.22.1 (Change USE: +X)
18 (dependency required by "x11-libs/gtk+-2.22.1-r1" [ebuild])
19 (dependency required by "net-dialup/ppp-2.4.4-r25[gtk]" [ebuild])
20 (dependency required by "net-dialup/rp-pppoe-3.8-r2" [ebuild])
21 (dependency required by "net-dialup/rp-pppoe" [argument])
22
23
24 So I add X to /etc/portage/package.use and
25
26 # USE="-X" emerge -av net-dialup/rp-pppoe
27
28 These are the packages that would be merged, in order:
29
30 Calculating dependencies... done!
31
32 emerge: there are no ebuilds built with USE flags to satisfy ">=x11-
33 libs/cairo-1.6[X,svg]".
34 !!! One of the following packages is required to complete your request:
35 - x11-libs/cairo-1.10.2-r1 (Change USE: +X)
36 (dependency required by "x11-libs/gtk+-2.22.1-r1" [ebuild])
37 (dependency required by "net-dialup/ppp-2.4.4-r25[gtk]" [ebuild])
38 (dependency required by "net-dialup/rp-pppoe-3.8-r2" [ebuild])
39 (dependency required by "net-dialup/rp-pppoe" [argument])
40
41
42 I switch to profile desktop.
43 # eselect profile set 2
44
45 ....
46 [2] default/linux/x86/10.0/desktop *
47 ....
48
49 and the same this didin't work. So I switch to default
50
51 # eselect profile list
52 Available profile symlink targets:
53 [1] default/linux/x86/10.0 *
54
55 and then work. I suspect that, the handbook should be changed or warning about
56 this issue if someone need to install "desktop" or "kde" profile with:
57 "net-dialup/rp-pppoe".
58
59
60 # emerge -av net-dialup/rp-pppoe
61
62 These are the packages that would be merged, in order:
63
64 Calculating dependencies... done!
65 [ebuild N ] net-dialup/ppp-2.4.4-r25 USE="ipv6 pam -activefilter -atm -
66 dhcp -eap-tls -gtk -mppe-mppc -radius" 727 kB
67 [ebuild N ] net-dialup/rp-pppoe-3.8-r2 USE="-X" 880 kB
68
69 Total: 2 packages (2 new), Size of downloads: 1,607 kB
70
71 Would you like to merge these packages? [Yes/No] y
72
73
74 Greetings,
75 Andrzej