Gentoo Archives: gentoo-user

From: Bo Andresen <bo.andresen@×××××.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:08:30
Message-Id: 200603300159.16841.bo.andresen@gmail.com
In Reply to: [gentoo-user] Why is portage trying to pull in xorg when I don't use it... by Daevid Vincent
1 On Thursday 30 March 2006 00:09, Daevid Vincent wrote:
2 > I have a VMWare that I use for LAMP development. I have never put Xorg on
3 > it, nor do I ever want X windows on it. Recently, when I do an 'emerge
4 > -Davut world', I see this:
5 > -------------------------------------------------------------------------
6 > vmware ~ # emerge -Davtu world
7 >
8 > These are the packages that I would merge, in reverse order:
9 >
10 > Calculating world dependencies
11 > !!! Packages for the following atoms are either all
12 > !!! masked or don't exist:
13 > sys-apps/fileutils sys-apps/textutils sys-apps/sh-utils
14
15 Seems you have fileutils, textutils and sh-utils in your world file though
16 they are not part of portage. Are you using them? If you don't then perhaps
17 unmerge them..
18
19 That is, however, uncorrelated to the problem below.
20
21 > ...done!
22 > [ebuild U ] net-fs/samba-3.0.21b [3.0.14a-r2] +acl -async -automount
23 > -cups -doc -examples -kerberos -ldap -ldapsam -libclamav +mysql -oav +pam
24 > -postgres +python -quotas +readline (-selinux) -swat -syslog -winbind -xml
25 > +xml2 17,143 kB
26 > [ebuild U ] www-client/links-2.1_pre20 [2.1_pre19] -X -directfb -fbcon
27 > +gpm -javascript +jpeg -livecd +png +sdl +ssl -svga +tiff -unicode 3,768 kB
28 > [ebuild N ] media-libs/libsdl-1.2.8-r1 -X -aalib -alsa -arts -dga
29 > -directfb -esd -fbcon -ggi -libcaca -nas -noaudio -noflagstrip -nojoystick
30 > -novideo +opengl +oss -pic -svga -xinerama +xv 2,541 kB
31 ^^^^^^^
32 When opengl is requested links depends on virtual/opengl which is provided by
33 x11-base/xorg-x11 given that the opengl use flag is enabled for that too...
34
35 So just add -opengl to your use flags.
36
37 > [ebuild N ] media-libs/audiofile-0.2.6-r1 365 kB
38 > [ebuild N ] x11-terms/xterm-207 -Xaw3d -doc -toolbar +truetype
39 > -unicode 727 kB
40 > [nomerge ] sys-apps/utempter-0.5.5.6
41 > [ebuild N ] x11-base/xorg-x11-6.8.2-r6 -3dfx -3dnow +bitmap-fonts
42 > -cjk -debug -dlloader -dmx -doc -font-server -insecure-drivers -ipv6
43 > -minimal -mmx -nls -nocxx +opengl +pam -sdk -sse -static +truetype-fonts
44 > +type1-fonts (-uclibc) -xprint +xv 44,705 kB
45
46 --
47 Bo Andresen
48 --
49 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... Alexander Skwar <listen@×××××××××××××××.name>