Gentoo Archives: gentoo-user

From: Daevid Vincent <daevid@××××××.com>
To: gentoo-user@l.g.o
Subject: RE: [gentoo-user] Why is portage trying to pull in xorg when I don't use it...
Date: Thu, 30 Mar 2006 00:22:33
Message-Id: 200603300017.k2U0HVq1031986@robin.gentoo.org
In Reply to: Re: [gentoo-user] Why is portage trying to pull in xorg when I don't use it... by Philip Webb
1 > -----Original Message-----
2 > From: Philip Webb [mailto:purslow@×××××××××.ca]
3 > Sent: Wednesday, March 29, 2006 3:07 PM
4 > To: gentoo-user@l.g.o
5 > Subject: Re: [gentoo-user] Why is portage trying to pull in
6 > xorg when I don't use it...
7 >
8 > 060329 Daevid Vincent wrote:
9 > > I have a VMWare that I use for LAMP development.
10 > > I have never put Xorg on it nor do I ever want X windows on it.
11 > > Recently, when I do an 'emerge -Davut world', I see this:
12 > -- snip --
13 > > [ebuild U ] www-client/links-2.1_pre20 [2.1_pre19] -X
14 > -directfb -fbcon
15 > > +gpm -javascript +jpeg -livecd +png +sdl +ssl -svga +tiff
16 > -unicode 3,768 kB
17 > -- snip --
18 > > [ebuild N ] x11-terms/xterm-207 -Xaw3d -doc -toolbar
19 > +truetype -unicode
20 > > 727 kB
21 > > What is trying to bring in all those NEW x11 packages?
22 > > How can I prevent this annoyance?
23 >
24 > It's clearer if you do 'emerge -etp links', which requires
25 > all the GUI stuff
26
27 OMG! 'links' pulls in _92_ package dependencies?! That's silly.
28
29 What confuses me even more now, is that AFAIK, "links" is (according to the
30 man page) "lynx-like alternative character mode WWW browser", so why then
31 all the x11 dependencies and such. Shouldn't this thing, by definition, just
32 work in console mode without all that extra crap?
33
34 I "solved" this by adding this to /etc/portage/package.use:
35
36 www-client/links -X -directfb -fbcon gpm -javascript -jpeg -livecd -png -sdl
37 ssl -svga -tiff -unicode
38
39 But what seems silly to me is that why does this have jpeg, png, tiff
40 support if it's in console mode? Will "links" actually SHOW an image? I've
41 NEVER seen it do that (on any other linux box, even with X support)
42
43 --
44 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Why is portage trying to pull in xorg when I don't use it... Ryan Tandy <tarpman@×××××.com>
Re: [gentoo-user] Why is portage trying to pull in xorg when I don't use it... Kristian Poul Herkild <kristian@×××××××.dk>
Re: [gentoo-user] Why is portage trying to pull in xorg when I don't use it... Alexander Skwar <listen@×××××××××××××××.name>