Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge -uDp wants to install new packages?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
solarium_rider
Tux's lil' helper
Tux's lil' helper


Joined: 23 Jun 2003
Posts: 88
Location: San Francisco

PostPosted: Sun Jul 06, 2003 7:30 am    Post subject: emerge -uDp wants to install new packages? Reply with quote

First off...I searched the forums (briefly) and didn't find this anywhere, so excuse me if it's a dup.

Now my system is a console based system only...

Code:
#emerge -UpD world
>>> --upgradeonly implies --update... adding --update to options.

These are the packages that I would merge, in order:

Calculating world dependencies ...done!
[ebuild    U ] sys-devel/gcc-config-1.3.3-r1 [1.3.1-r1]
[ebuild  N   ] app-text/sgml-common-0.6.3-r3
[ebuild  N   ] app-text/openjade-1.3.1-r6
[ebuild  N   ] app-text/docbook-sgml-dtd-3.0-r1
[ebuild  N   ] app-text/docbook-xml-simple-dtd-4.1.2.4
[ebuild  N   ] app-text/docbook-sgml-dtd-3.1-r1
[ebuild  N   ] app-text/docbook-sgml-dtd-4.1-r1
[ebuild  N   ] dev-perl/SGMLSpm-1.03-r4
[ebuild  N   ] app-text/docbook-xsl-stylesheets-1.57.0
[ebuild  N   ] app-text/docbook-xml-dtd-4.1.2-r3
[ebuild  N   ] app-text/docbook-dsssl-stylesheets-1.77-r1
[ebuild  N   ] app-text/docbook-sgml-dtd-4.0-r1
[ebuild  N   ] app-text/docbook-sgml-utils-0.6.11-r2
[ebuild  N   ] x11-base/opengl-update-1.5
[ebuild  N   ] x11-misc/ttmkfdir-3.0.9
[ebuild  N   ] media-libs/fontconfig-2.2.0-r2
[ebuild  N   ] app-arch/cabextract-0.6
[ebuild  N   ] x11-base/xfree-4.3.0-r2
[ebuild  N   ] media-gfx/transfig-3.2.3d-r1
[ebuild  N   ] media-libs/tiff-3.5.7-r1
[ebuild    U ] media-libs/freetype-1.3.1-r3 [2.1.4]
[ebuild    U ] app-editors/vim-core-6.2-r1 [6.2]


Any idea why it wants to install all those new packages? My use flags are as follows:

Code:
USE="-3dfx -alsa -arts -avi cdr -cups -dga doc emacs encode -esd -gb -gnome
-gtk -gtk2 -gtkhtml -imap -java libwww ncurses oggvorbis spell ssl -qt -X
-kde tcpd pam -motif"


Thanks,

-Chris

edit: Any idea why it wants to "downgrade" freetype as well?
Back to top
View user's profile Send private message
GentooBox
Veteran
Veteran


Joined: 22 Jun 2003
Posts: 1168
Location: Denmark

PostPosted: Sun Jul 06, 2003 8:08 am    Post subject: Re: emerge -uDp wants to install new packages? Reply with quote

solarium_rider wrote:
First off...I searched the forums (briefly) and didn't find this anywhere, so excuse me if it's a dup.

Now my system is a console based system only...

Code:
#emerge -UpD world
>>> --upgradeonly implies --update... adding --update to options.

These are the packages that I would merge, in order:

Calculating world dependencies ...done!
[ebuild    U ] sys-devel/gcc-config-1.3.3-r1 [1.3.1-r1]
[ebuild  N   ] app-text/sgml-common-0.6.3-r3
[ebuild  N   ] app-text/openjade-1.3.1-r6
[ebuild  N   ] app-text/docbook-sgml-dtd-3.0-r1
[ebuild  N   ] app-text/docbook-xml-simple-dtd-4.1.2.4
[ebuild  N   ] app-text/docbook-sgml-dtd-3.1-r1
[ebuild  N   ] app-text/docbook-sgml-dtd-4.1-r1
[ebuild  N   ] dev-perl/SGMLSpm-1.03-r4
[ebuild  N   ] app-text/docbook-xsl-stylesheets-1.57.0
[ebuild  N   ] app-text/docbook-xml-dtd-4.1.2-r3
[ebuild  N   ] app-text/docbook-dsssl-stylesheets-1.77-r1
[ebuild  N   ] app-text/docbook-sgml-dtd-4.0-r1
[ebuild  N   ] app-text/docbook-sgml-utils-0.6.11-r2
[ebuild  N   ] x11-base/opengl-update-1.5
[ebuild  N   ] x11-misc/ttmkfdir-3.0.9
[ebuild  N   ] media-libs/fontconfig-2.2.0-r2
[ebuild  N   ] app-arch/cabextract-0.6
[ebuild  N   ] x11-base/xfree-4.3.0-r2
[ebuild  N   ] media-gfx/transfig-3.2.3d-r1
[ebuild  N   ] media-libs/tiff-3.5.7-r1
[ebuild    U ] media-libs/freetype-1.3.1-r3 [2.1.4]
[ebuild    U ] app-editors/vim-core-6.2-r1 [6.2]


Any idea why it wants to install all those new packages? My use flags are as follows:

Code:
USE="-3dfx -alsa -arts -avi cdr -cups -dga doc emacs encode -esd -gb -gnome
-gtk -gtk2 -gtkhtml -imap -java libwww ncurses oggvorbis spell ssl -qt -X
-kde tcpd pam -motif"


Thanks,

-Chris

edit: Any idea why it wants to "downgrade" freetype as well?


Well...

ínsteag of

[code]
USE="docs"

try USE="-docs"
[docs]
_________________
Encrypt, lock up everything and duct tape the rest
Back to top
View user's profile Send private message
HolyCoitus
n00b
n00b


Joined: 16 Jun 2003
Posts: 21
Location: Fort Wayne, Indiana

PostPosted: Sun Jul 06, 2003 11:10 am    Post subject: Reply with quote

If you change use flags and do a --deep on emerge, it can find different dependencies. Evidently as was previously mentioned, you added the use flag doc (I assume) and now it wants to emerge the docs for all those apps.
_________________
Celebrate this chance to be alive and breathing!
Back to top
View user's profile Send private message
solarium_rider
Tux's lil' helper
Tux's lil' helper


Joined: 23 Jun 2003
Posts: 88
Location: San Francisco

PostPosted: Sun Jul 06, 2003 9:47 pm    Post subject: Reply with quote

Yeah, change the doc flag to -doc seems to kill em. I always had that flag enabled, so it's weird it didn't try to install them before, and what caused the doc's to want to install xfree and so forth?

Okay, so I run the same command on my home computer and it gives me:
Code:
# emerge -UDp world
>>> --upgradeonly implies --update... adding --update to options.

These are the packages that I would merge, in order:

Calculating world dependencies ...done!
[ebuild    U ] sys-apps/miscfiles-1.3-r1 [1.3]
[ebuild    U ] dev-perl/PDL-2.4.0 [2.3.4]
[ebuild    U ] media-gfx/gimp-1.2.4 [1.2.3-r3]
[ebuild    U ] net-ftp/curl-7.10.5-r1 [7.10.2]
[ebuild    U ] gnome-base/gconf-1.0.8-r5 [1.0.8-r3]
[ebuild  N   ] app-text/openjade-1.3.1-r6
[ebuild  N   ] app-text/docbook-sgml-dtd-3.0-r1
[ebuild  N   ] app-text/docbook-xml-simple-dtd-4.1.2.4
[ebuild  N   ] app-text/docbook-sgml-dtd-3.1-r1
[ebuild  N   ] app-text/docbook-sgml-dtd-4.1-r1
[ebuild  N   ] dev-perl/SGMLSpm-1.03-r4
[ebuild  N   ] app-text/docbook-xsl-stylesheets-1.57.0
[ebuild  N   ] app-text/docbook-xml-dtd-4.1.2-r3
[ebuild  N   ] app-text/docbook-dsssl-stylesheets-1.77-r1
[ebuild  N   ] app-text/docbook-sgml-dtd-4.0-r1
[ebuild  N   ] app-text/docbook-sgml-utils-0.6.11-r2
[ebuild    U ] dev-libs/libxslt-1.0.30 [1.0.29]
[ebuild  N   ] app-text/scrollkeeper-0.3.11-r1
[ebuild  N   ] gnome-base/gnome-panel-1.4.2-r2
[ebuild    U ] app-admin/fam-oss-2.6.9-r3 [2.6.9-r1]
[ebuild    U ] media-libs/libsdl-1.2.5-r2 [1.2.5-r1]
[ebuild    U ] dev-perl/MIME-Base64-2.20 [2.12-r2]
[ebuild    U ] dev-perl/libnet-1.13 [1.11-r1]
[ebuild    U ] dev-perl/HTML-Parser-3.28 [3.26-r2]
[ebuild    U ] dev-perl/libwww-perl-5.69 [5.68]


use flags are:
Code:
USE="alsa -arts -berkdb cups dga directfb -gdbm -libg++ +gnome +gtk perl samba
     mozilla kde qt -doc"


Any idea why it wants to install those docs now? Better yet, is there any *simple* way to find out which dependencies/use flags are causing them to appear?

Thanks,

-Chris
Back to top
View user's profile Send private message
robmoss
Retired Dev
Retired Dev


Joined: 27 May 2003
Posts: 2634
Location: Jesus College, Oxford

PostPosted: Sun Jul 06, 2003 10:35 pm    Post subject: Reply with quote

Try using the -v flag:

Code:
emerge -uDpv world
Back to top
View user's profile Send private message
solarium_rider
Tux's lil' helper
Tux's lil' helper


Joined: 23 Jun 2003
Posts: 88
Location: San Francisco

PostPosted: Sun Jul 06, 2003 11:07 pm    Post subject: Reply with quote

I don't think that's what i'm looking for...
Code:
# emerge -uDpv world

These are the packages that I would merge, in order:

Calculating world dependencies ...done!
[ebuild    U ] sys-apps/miscfiles-1.3-r1 [1.3]
[ebuild    UD] sys-libs/glibc-2.3.1-r4 [2.3.2-r1] +nls -pic -build
[ebuild    U ] dev-perl/PDL-2.4.0 [2.3.4] +opengl
[ebuild    U ] media-gfx/gimp-1.2.4 [1.2.3-r3] +python +nls +gnome -aalib +perl -doc +jpeg +png -tiff -doc
[ebuild    U ] net-ftp/curl-7.10.5-r1 [7.10.2] +ssl -ipv6 -ldap
[ebuild    U ] gnome-base/gconf-1.0.8-r5 [1.0.8-r3] +nls
[ebuild  N   ] app-text/openjade-1.3.1-r6
[ebuild  N   ] app-text/docbook-sgml-dtd-3.0-r1
[ebuild  N   ] app-text/docbook-xml-simple-dtd-4.1.2.4
[ebuild  N   ] app-text/docbook-sgml-dtd-3.1-r1
[ebuild  N   ] app-text/docbook-sgml-dtd-4.1-r1
[ebuild  N   ] dev-perl/SGMLSpm-1.03-r4
[ebuild  N   ] app-text/docbook-xsl-stylesheets-1.57.0
[ebuild  N   ] app-text/docbook-xml-dtd-4.1.2-r3
[ebuild  N   ] app-text/docbook-dsssl-stylesheets-1.77-r1
[ebuild  N   ] app-text/docbook-sgml-dtd-4.0-r1
[ebuild  N   ] app-text/docbook-sgml-utils-0.6.11-r2  -tetex
[ebuild    U ] dev-libs/libxslt-1.0.30 [1.0.29] +python
[ebuild  N   ] app-text/scrollkeeper-0.3.11-r1  +nls
[ebuild  N   ] gnome-base/gnome-panel-1.4.2-r2  +kde +nls
[ebuild    U ] app-admin/fam-oss-2.6.9-r3 [2.6.9-r1]
[ebuild    U ] media-libs/libsdl-1.2.5-r2 [1.2.5-r1] -arts +xv +opengl -fbcon -aalib -nas +esd +X +svga -ggi +alsa
[ebuild    U ] dev-perl/MIME-Base64-2.20 [2.12-r2]
[ebuild    U ] dev-perl/libnet-1.13 [1.11-r1]
[ebuild    U ] dev-perl/HTML-Parser-3.28 [3.26-r2]
[ebuild    U ] dev-perl/libwww-perl-5.69 [5.68]


So that shows me what configure options will be included w/ each package? ...but It doesn't show me which dependency is causing those docbook packages to show up. I have a feeling it's related to apache maybe, but can't figure out where it specified and how to stop it...

-Chris
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum