* [gentoo-user] Emerge Question
@ 2005-12-17 16:31 Jeff Grossman
2005-12-17 16:48 ` Mark Knecht
` (2 more replies)
0 siblings, 3 replies; 11+ messages in thread
From: Jeff Grossman @ 2005-12-17 16:31 UTC (permalink / raw
To: gentoo-user
When I ran emerge -uaD today, I got the following output:
These are the packages that I would merge, in order:
Calculating world dependencies ...done!
[ebuild U ] sys-apps/man-pages-2.16 [2.15]
[ebuild U ] net-misc/curl-7.15.1 [7.15.0]
[ebuild NS ] sys-kernel/gentoo-sources-2.6.14-r5
[ebuild N ] x11-apps/ttmkfdir-3.0.9-r3
[ebuild N ] x11-base/opengl-update-2.2.1
[ebuild N ] media-libs/fontconfig-2.2.3
[ebuild N ] x11-base/xorg-x11-6.8.2-r6
[ebuild N ] virtual/x11-6.8
[ebuild N ] app-arch/rpm2targz-9.0-r3
[ebuild N ] sys-apps/utempter-0.5.5.6
[ebuild N ] x11-terms/xterm-204
[ebuild N ] x11-libs/openmotif-2.2.3-r3
[ebuild N ] app-text/xpdf-3.01-r3
[ebuild U ] net-print/cups-1.1.23-r4 [1.1.23-r1]
How do I find out why the x-11 programs are trying to be installed? I
am running just a server, so I have no X or X-11 or any gui type
programs installed. And, I don't want any gui type programs installed.
Thanks,
Jeff
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] Emerge Question
2005-12-17 16:31 [gentoo-user] Emerge Question Jeff Grossman
@ 2005-12-17 16:48 ` Mark Knecht
2005-12-17 17:31 ` Holly Bostick
` (2 more replies)
2005-12-17 16:50 ` [gentoo-user] " Dale
2005-12-17 20:03 ` [gentoo-user] " Rumen Yotov
2 siblings, 3 replies; 11+ messages in thread
From: Mark Knecht @ 2005-12-17 16:48 UTC (permalink / raw
To: gentoo-user
On 12/17/05, Jeff Grossman <jeff@stikman.com> wrote:
> When I ran emerge -uaD today, I got the following output:
>
> These are the packages that I would merge, in order:
>
> Calculating world dependencies ...done!
> [ebuild U ] sys-apps/man-pages-2.16 [2.15]
> [ebuild U ] net-misc/curl-7.15.1 [7.15.0]
> [ebuild NS ] sys-kernel/gentoo-sources-2.6.14-r5
> [ebuild N ] x11-apps/ttmkfdir-3.0.9-r3
> [ebuild N ] x11-base/opengl-update-2.2.1
> [ebuild N ] media-libs/fontconfig-2.2.3
> [ebuild N ] x11-base/xorg-x11-6.8.2-r6
> [ebuild N ] virtual/x11-6.8
> [ebuild N ] app-arch/rpm2targz-9.0-r3
> [ebuild N ] sys-apps/utempter-0.5.5.6
> [ebuild N ] x11-terms/xterm-204
> [ebuild N ] x11-libs/openmotif-2.2.3-r3
> [ebuild N ] app-text/xpdf-3.01-r3
> [ebuild U ] net-print/cups-1.1.23-r4 [1.1.23-r1]
>
>
> How do I find out why the x-11 programs are trying to be installed? I
> am running just a server, so I have no X or X-11 or any gui type
> programs installed. And, I don't want any gui type programs installed.
>
> Thanks,
> Jeff
Try the tree option (-t) and see if it shows you what's calling it.
- Mark
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] Emerge Question
2005-12-17 16:48 ` Mark Knecht
@ 2005-12-17 17:31 ` Holly Bostick
2005-12-17 19:07 ` [gentoo-user] " Jeff Grossman
[not found] ` <30325499.1134847494351.JavaMail.root@sniper37>
2 siblings, 0 replies; 11+ messages in thread
From: Holly Bostick @ 2005-12-17 17:31 UTC (permalink / raw
To: gentoo-user
Mark Knecht schreef:
> On 12/17/05, Jeff Grossman <jeff@stikman.com> wrote:
>
>> When I ran emerge -uaD today, I got the following output:
>>
>> These are the packages that I would merge, in order:
>>
>> Calculating world dependencies ...done!
>> [ebuild U ] sys-apps/man-pages-2.16 [2.15] [ebuild U ] net-misc/curl-7.15.1
>> [7.15.0] [ebuild NS ] sys-kernel/gentoo-sources-2.6.14-r5
>> [ebuild N ] x11-apps/ttmkfdir-3.0.9-r3 [ebuild N ]
>> x11-base/opengl-update-2.2.1 [ebuild N ]
>> media-libs/fontconfig-2.2.3 [ebuild N ]
>> x11-base/xorg-x11-6.8.2-r6 [ebuild N ] virtual/x11-6.8 [ebuild
>> N ] app-arch/rpm2targz-9.0-r3 [ebuild N ]
>> sys-apps/utempter-0.5.5.6 [ebuild N ] x11-terms/xterm-204
>> [ebuild N ] x11-libs/openmotif-2.2.3-r3 [ebuild N ]
>> app-text/xpdf-3.01-r3 [ebuild U ] net-print/cups-1.1.23-r4
>> [1.1.23-r1]
>>
>>
>> How do I find out why the x-11 programs are trying to be installed?
>> I am running just a server, so I have no X or X-11 or any gui type
>> programs installed. And, I don't want any gui type programs
>> installed.
>>
>> Thanks, Jeff
>
>
> Try the tree option (-t) and see if it shows you what's calling it.
>
The -v (--verbose) option would be useful here too-- it's possible that
one of these packages has a USE flag enabled that requires X (like the
"motif" flag issue seen here on the forums the other day. And since I
see openmotif being called.... )
Holly
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-user] Re: Emerge Question
2005-12-17 16:48 ` Mark Knecht
2005-12-17 17:31 ` Holly Bostick
@ 2005-12-17 19:07 ` Jeff Grossman
2005-12-17 19:41 ` Mark Knecht
[not found] ` <30325499.1134847494351.JavaMail.root@sniper37>
2 siblings, 1 reply; 11+ messages in thread
From: Jeff Grossman @ 2005-12-17 19:07 UTC (permalink / raw
To: gentoo-user
Mark Knecht <markknecht@gmail.com> wrote:
> On 12/17/05, Jeff Grossman <jeff@stikman.com> wrote:
>> When I ran emerge -uaD today, I got the following output:
>>
>> These are the packages that I would merge, in order:
>>
>> Calculating world dependencies ...done!
>> [ebuild U ] sys-apps/man-pages-2.16 [2.15]
>> [ebuild U ] net-misc/curl-7.15.1 [7.15.0]
>> [ebuild NS ] sys-kernel/gentoo-sources-2.6.14-r5
>> [ebuild N ] x11-apps/ttmkfdir-3.0.9-r3
>> [ebuild N ] x11-base/opengl-update-2.2.1
>> [ebuild N ] media-libs/fontconfig-2.2.3
>> [ebuild N ] x11-base/xorg-x11-6.8.2-r6
>> [ebuild N ] virtual/x11-6.8
>> [ebuild N ] app-arch/rpm2targz-9.0-r3
>> [ebuild N ] sys-apps/utempter-0.5.5.6
>> [ebuild N ] x11-terms/xterm-204
>> [ebuild N ] x11-libs/openmotif-2.2.3-r3
>> [ebuild N ] app-text/xpdf-3.01-r3
>> [ebuild U ] net-print/cups-1.1.23-r4 [1.1.23-r1]
>>
>>
>> How do I find out why the x-11 programs are trying to be installed? I
>> am running just a server, so I have no X or X-11 or any gui type
>> programs installed. And, I don't want any gui type programs installed.
>>
>> Thanks,
>> Jeff
>
> Try the tree option (-t) and see if it shows you what's calling it.
I tried that, and was not able to figure out how to read it. After
reading the forums, I found out it was CUPS that added xpdf to the deps,
which xpdf requires x11. I added -motif to my use flags, and now it
does not require x11 anymore.
Jeff
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] Re: Emerge Question
2005-12-17 19:07 ` [gentoo-user] " Jeff Grossman
@ 2005-12-17 19:41 ` Mark Knecht
0 siblings, 0 replies; 11+ messages in thread
From: Mark Knecht @ 2005-12-17 19:41 UTC (permalink / raw
To: gentoo-user
On 12/17/05, Jeff Grossman <jeff@stikman.com> wrote:
> > Try the tree option (-t) and see if it shows you what's calling it.
>
> I tried that, and was not able to figure out how to read it. After
> reading the forums, I found out it was CUPS that added xpdf to the deps,
> which xpdf requires x11. I added -motif to my use flags, and now it
> does not require x11 anymore.
>
> Jeff
Yeah, -t is a bit weird, but probably emerge -tvp has the info
required to figure it out.
Glad you got it fixed.
- Mark
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
[parent not found: <30325499.1134847494351.JavaMail.root@sniper37>]
* Re: [gentoo-user] Re: Emerge Question
[not found] ` <30325499.1134847494351.JavaMail.root@sniper37>
@ 2005-12-17 20:14 ` Justin Krejci
0 siblings, 0 replies; 11+ messages in thread
From: Justin Krejci @ 2005-12-17 20:14 UTC (permalink / raw
To: gentoo-user
You can also add "t" to your emerge command options which will indent
dependencies.
emerge -vDuta world
is how I usually update world.
On Saturday 17 December 2005 01:07 pm, Jeff Grossman wrote:
> Mark Knecht <markknecht@gmail.com> wrote:
> > On 12/17/05, Jeff Grossman <jeff@stikman.com> wrote:
> >> When I ran emerge -uaD today, I got the following output:
> >>
> >> These are the packages that I would merge, in order:
> >>
> >> Calculating world dependencies ...done!
> >> [ebuild U ] sys-apps/man-pages-2.16 [2.15]
> >> [ebuild U ] net-misc/curl-7.15.1 [7.15.0]
> >> [ebuild NS ] sys-kernel/gentoo-sources-2.6.14-r5
> >> [ebuild N ] x11-apps/ttmkfdir-3.0.9-r3
> >> [ebuild N ] x11-base/opengl-update-2.2.1
> >> [ebuild N ] media-libs/fontconfig-2.2.3
> >> [ebuild N ] x11-base/xorg-x11-6.8.2-r6
> >> [ebuild N ] virtual/x11-6.8
> >> [ebuild N ] app-arch/rpm2targz-9.0-r3
> >> [ebuild N ] sys-apps/utempter-0.5.5.6
> >> [ebuild N ] x11-terms/xterm-204
> >> [ebuild N ] x11-libs/openmotif-2.2.3-r3
> >> [ebuild N ] app-text/xpdf-3.01-r3
> >> [ebuild U ] net-print/cups-1.1.23-r4 [1.1.23-r1]
> >>
> >>
> >> How do I find out why the x-11 programs are trying to be installed? I
> >> am running just a server, so I have no X or X-11 or any gui type
> >> programs installed. And, I don't want any gui type programs installed.
> >>
> >> Thanks,
> >> Jeff
> >
> > Try the tree option (-t) and see if it shows you what's calling it.
>
> I tried that, and was not able to figure out how to read it. After
> reading the forums, I found out it was CUPS that added xpdf to the deps,
> which xpdf requires x11. I added -motif to my use flags, and now it
> does not require x11 anymore.
>
> Jeff
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] Emerge Question
2005-12-17 16:31 [gentoo-user] Emerge Question Jeff Grossman
2005-12-17 16:48 ` Mark Knecht
@ 2005-12-17 16:50 ` Dale
2005-12-17 18:06 ` Bill Roberts
2005-12-17 19:08 ` [gentoo-user] " Jeff Grossman
2005-12-17 20:03 ` [gentoo-user] " Rumen Yotov
2 siblings, 2 replies; 11+ messages in thread
From: Dale @ 2005-12-17 16:50 UTC (permalink / raw
To: gentoo-user
Jeff Grossman wrote:
>When I ran emerge -uaD today, I got the following output:
>
>These are the packages that I would merge, in order:
>
>Calculating world dependencies ...done!
>[ebuild U ] sys-apps/man-pages-2.16 [2.15]
>[ebuild U ] net-misc/curl-7.15.1 [7.15.0]
>[ebuild NS ] sys-kernel/gentoo-sources-2.6.14-r5
>[ebuild N ] x11-apps/ttmkfdir-3.0.9-r3
>[ebuild N ] x11-base/opengl-update-2.2.1
>[ebuild N ] media-libs/fontconfig-2.2.3
>[ebuild N ] x11-base/xorg-x11-6.8.2-r6
>[ebuild N ] virtual/x11-6.8
>[ebuild N ] app-arch/rpm2targz-9.0-r3
>[ebuild N ] sys-apps/utempter-0.5.5.6
>[ebuild N ] x11-terms/xterm-204
>[ebuild N ] x11-libs/openmotif-2.2.3-r3
>[ebuild N ] app-text/xpdf-3.01-r3
>[ebuild U ] net-print/cups-1.1.23-r4 [1.1.23-r1]
>
>
>How do I find out why the x-11 programs are trying to be installed? I
>am running just a server, so I have no X or X-11 or any gui type
>programs installed. And, I don't want any gui type programs installed.
>
>Thanks,
>Jeff
>
>
>
I put -X in my USE line in make.conf for my servers. I have not seen
that yet. I have not updated them in a few weeks though. May be worth
looking at. Mine looks like this:
> USE="-X -alsa"
Dale
:-)
--
To err is human, I'm most certainly human.
I have four rigs:
1: Home built; Abit NF7 ver 2.0 w/ AMD 2500+ CPU, 1GB of ram and right now two 80GB hard drives.
2: Home built; Iwill KK266-R w/ AMD 1GHz CPU, 256MBs of ram and a 4GB drive.
3: Home built; Gigabyte GA-71XE4 w/ 800MHz CPU, 128MBs of ram and a 2.5GB drive.
4: Compaq Proliant 6000 Server w/ Quad 200MHz CPUs, 128MBs of ram and a 4.3GB SCSI drive.
All run Gentoo, all run folding. #1 is my desktop, 2, 3, and 4 are set up as servers.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] Emerge Question
2005-12-17 16:50 ` [gentoo-user] " Dale
@ 2005-12-17 18:06 ` Bill Roberts
2005-12-17 19:08 ` [gentoo-user] " Jeff Grossman
1 sibling, 0 replies; 11+ messages in thread
From: Bill Roberts @ 2005-12-17 18:06 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1315 bytes --]
On 10:50 Sat 17 Dec , Dale wrote:
> Jeff Grossman wrote:
>
> >When I ran emerge -uaD today, I got the following output:
> >
> >These are the packages that I would merge, in order:
> >
> >Calculating world dependencies ...done!
> >[ebuild U ] sys-apps/man-pages-2.16 [2.15]
> >[ebuild U ] net-misc/curl-7.15.1 [7.15.0]
> >[ebuild NS ] sys-kernel/gentoo-sources-2.6.14-r5
> >[ebuild N ] x11-apps/ttmkfdir-3.0.9-r3
> >[ebuild N ] x11-base/opengl-update-2.2.1
> >[ebuild N ] media-libs/fontconfig-2.2.3
> >[ebuild N ] x11-base/xorg-x11-6.8.2-r6
> >[ebuild N ] virtual/x11-6.8
> >[ebuild N ] app-arch/rpm2targz-9.0-r3
> >[ebuild N ] sys-apps/utempter-0.5.5.6
> >[ebuild N ] x11-terms/xterm-204
> >[ebuild N ] x11-libs/openmotif-2.2.3-r3
> >[ebuild N ] app-text/xpdf-3.01-r3
> >[ebuild U ] net-print/cups-1.1.23-r4 [1.1.23-r1]
> >
> >
> >How do I find out why the x-11 programs are trying to be installed? I
> >am running just a server, so I have no X or X-11 or any gui type
> >programs installed. And, I don't want any gui type programs installed.
The culprit is cups, which changed some USE flags, pulling in xpfd &
openmotif. See:
http://thread.gmane.org/gmane.linux.gentoo.user/148810
for details.
Bill Roberts
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-user] Re: Emerge Question
2005-12-17 16:50 ` [gentoo-user] " Dale
2005-12-17 18:06 ` Bill Roberts
@ 2005-12-17 19:08 ` Jeff Grossman
1 sibling, 0 replies; 11+ messages in thread
From: Jeff Grossman @ 2005-12-17 19:08 UTC (permalink / raw
To: gentoo-user
Dale <dalek@exceedtech.net> wrote:
> Jeff Grossman wrote:
>
>>When I ran emerge -uaD today, I got the following output:
>>
>>These are the packages that I would merge, in order:
>>
>>Calculating world dependencies ...done!
>>[ebuild U ] sys-apps/man-pages-2.16 [2.15]
>>[ebuild U ] net-misc/curl-7.15.1 [7.15.0]
>>[ebuild NS ] sys-kernel/gentoo-sources-2.6.14-r5
>>[ebuild N ] x11-apps/ttmkfdir-3.0.9-r3
>>[ebuild N ] x11-base/opengl-update-2.2.1
>>[ebuild N ] media-libs/fontconfig-2.2.3
>>[ebuild N ] x11-base/xorg-x11-6.8.2-r6
>>[ebuild N ] virtual/x11-6.8
>>[ebuild N ] app-arch/rpm2targz-9.0-r3
>>[ebuild N ] sys-apps/utempter-0.5.5.6
>>[ebuild N ] x11-terms/xterm-204
>>[ebuild N ] x11-libs/openmotif-2.2.3-r3
>>[ebuild N ] app-text/xpdf-3.01-r3
>>[ebuild U ] net-print/cups-1.1.23-r4 [1.1.23-r1]
>>
>>
>>How do I find out why the x-11 programs are trying to be installed? I
>>am running just a server, so I have no X or X-11 or any gui type
>>programs installed. And, I don't want any gui type programs installed.
>>
>>Thanks,
>>Jeff
>>
>>
>>
> I put -X in my USE line in make.conf for my servers. I have not seen
> that yet. I have not updated them in a few weeks though. May be worth
> looking at. Mine looks like this:
>
>> USE="-X -alsa"
I already had -X in my use flags. That was not enough. You will need
to add -motif to the use flags now to make sure x11 does not get
installed. This is only necessary if you have CUPS installed.
Jeff
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] Emerge Question
2005-12-17 16:31 [gentoo-user] Emerge Question Jeff Grossman
2005-12-17 16:48 ` Mark Knecht
2005-12-17 16:50 ` [gentoo-user] " Dale
@ 2005-12-17 20:03 ` Rumen Yotov
2 siblings, 0 replies; 11+ messages in thread
From: Rumen Yotov @ 2005-12-17 20:03 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1436 bytes --]
On (17/12/05 08:31), Jeff Grossman wrote:
> When I ran emerge -uaD today, I got the following output:
>
> These are the packages that I would merge, in order:
>
> Calculating world dependencies ...done!
> [ebuild U ] sys-apps/man-pages-2.16 [2.15]
> [ebuild U ] net-misc/curl-7.15.1 [7.15.0]
> [ebuild NS ] sys-kernel/gentoo-sources-2.6.14-r5
> [ebuild N ] x11-apps/ttmkfdir-3.0.9-r3
> [ebuild N ] x11-base/opengl-update-2.2.1
> [ebuild N ] media-libs/fontconfig-2.2.3
> [ebuild N ] x11-base/xorg-x11-6.8.2-r6
> [ebuild N ] virtual/x11-6.8
> [ebuild N ] app-arch/rpm2targz-9.0-r3
> [ebuild N ] sys-apps/utempter-0.5.5.6
> [ebuild N ] x11-terms/xterm-204
> [ebuild N ] x11-libs/openmotif-2.2.3-r3
> [ebuild N ] app-text/xpdf-3.01-r3
> [ebuild U ] net-print/cups-1.1.23-r4 [1.1.23-r1]
>
>
> How do I find out why the x-11 programs are trying to be installed? I
> am running just a server, so I have no X or X-11 or any gui type
> programs installed. And, I don't want any gui type programs installed.
>
> Thanks,
> Jeff
>
> --
> gentoo-user@gentoo.org mailing list
>
Hi,
The new 'cups' has xpdf as external viewer dependency (see Changelog) and xpdf has two
USE flags (motif & X).
So put "-X" in /etc/portage/package.use for "app-text'xpdf".
#echo "app-text/xpdf -X" >> /etc/portage/package.use
Could do the same for 'motif'.
Rumen
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
[parent not found: <76E0DAA32C39D711B6EC0002B364A6FA04929B41@amsal01exc01.americatel.com.sv>]
end of thread, other threads:[~2005-12-17 20:18 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-17 16:31 [gentoo-user] Emerge Question Jeff Grossman
2005-12-17 16:48 ` Mark Knecht
2005-12-17 17:31 ` Holly Bostick
2005-12-17 19:07 ` [gentoo-user] " Jeff Grossman
2005-12-17 19:41 ` Mark Knecht
[not found] ` <30325499.1134847494351.JavaMail.root@sniper37>
2005-12-17 20:14 ` Justin Krejci
2005-12-17 16:50 ` [gentoo-user] " Dale
2005-12-17 18:06 ` Bill Roberts
2005-12-17 19:08 ` [gentoo-user] " Jeff Grossman
2005-12-17 20:03 ` [gentoo-user] " Rumen Yotov
[not found] <76E0DAA32C39D711B6EC0002B364A6FA04929B41@amsal01exc01.americatel.com.sv>
2005-07-06 14:46 ` [gentoo-user] emerge question A. Khattri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox