Gentoo Archives: gentoo-server

From: Tim Igoe <tim@×××××××.uk>
To: gentoo-server@l.g.o
Subject: Re: [gentoo-server] My server wants xorg
Date: Thu, 07 Jul 2005 16:38:36
Message-Id: 42CD5A2D.3070308@igoe.me.uk
In Reply to: [gentoo-server] My server wants xorg by Robert Larson
1 Robert Larson wrote:
2 > Hello,
3 >
4 > I have been having some issues for a while with trying to run deep updates on
5 > one of my servers. My hope was that someone else had the problem, but I
6 > can't seem to find anything on bugzilla concerning this.
7 >
8 > Basically this server is setup as clean as I can get it since it is acting as
9 > a gateway. I don't want a lot of packages installed, let alone xorg. Yet,
10 > when I run a deep update:
11 >
12 > # emerge -vuDp world
13 >
14
15 add in t
16
17 emerge -vuDpt world
18
19 to see what pulls in Xorg-x11
20
21
22 > These are the packages that I would merge, in order:
23 >
24 > Calculating world dependencies ...done!
25 > [ebuild N ] x11-misc/ttmkfdir-3.0.9-r3 19 kB
26 > [ebuild N ] media-libs/fontconfig-2.2.3 732 kB
27 > [ebuild N ] x11-base/xorg-x11-6.8.2-r1 -3dfx -3dnow +bitmap-fonts -cjk
28 > -debug -dlloader -dmx -doc -font-server -hardened -insecure-drivers +ipv6
29 > -minimal +mmx +nls -opengl +pam -sdk +sse -static +truetype-fonts
30 > +type1-fonts (-uclibc) -xprint +xv 45,094 kB
31 > [ebuild N ] dev-lang/tk-8.4.9 -threads 3,189 kB
32 > [ebuild N ] app-arch/rpm2targz-9.0-r3 2 kB
33 > [ebuild N ] sys-apps/utempter-0.5.5.5-r1 20 kB
34 > [ebuild N ] x11-terms/xterm-200-r3 -Xaw3d -toolbar +truetype +unicode 681
35 > kB
36 >
37 > Thinking it was possibly the USE flags, I tried to put a '-' in front of each
38 > flag:
39 > # eval "$(emerge --info | grep ^USE | perl -p -e 's/([\",\s])(\S)/$1-$2/g;')
40 > emerge -vuDp world"
41 >
42 > These are the packages that I would merge, in order:
43 >
44 > Calculating world dependencies ...done!
45 > [blocks B ] sys-apps/pam-login (is blocking sys-apps/shadow-4.0.5-r3)
46 > [ebuild N ] x11-misc/ttmkfdir-3.0.9-r3 19 kB
47 > [ebuild N ] media-libs/fontconfig-2.2.3 732 kB
48 > [ebuild N ] x11-base/xorg-x11-6.8.2-r1 -3dfx -3dnow -bitmap-fonts -cjk
49 > -debug -dlloader -dmx -doc -font-server -hardened -insecure-drivers -ipv6
50 > -minimal -mmx -nls -opengl -pam -sdk -sse -static -truetype-fonts
51 > -type1-fonts (-uclibc) -xprint -xv 44,665 kB
52 > [ebuild N ] dev-lang/tk-8.4.9 -threads 3,189 kB
53 > [ebuild N ] app-arch/rpm2targz-9.0-r3 2 kB
54 > [ebuild N ] sys-apps/utempter-0.5.5.5-r1 20 kB
55 > [ebuild N ] x11-terms/xterm-200-r3 -Xaw3d -toolbar -truetype -unicode 681
56 > kB
57 > [ebuild N ] sys-libs/libtermcap-compat-1.2.3-r1 539 kB
58 >
59 > I have still been able to perform deep updates by manualy specifying the
60 > packages I do want to update, but I am still a bit concerned as to what may
61 > be causing this. Any ideas would be appreciated.
62 >
63 > Thank you,
64 >
65 > Robert Larson
66
67 --
68 Tim Igoe
69 tim@×××××××.uk
70 http://tim.igoe.me.uk - Personal Site
71 http://tv.igoe.me.uk - UK TV Guide
72
73 "Computers are like Air-con, open windows and they stop working!"

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-server] My server wants xorg "A. Khattri" <ajai@××××.net>
Re: [gentoo-server] My server wants xorg Robert Larson <robert@×××××××××.com>