Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Portage & Programming
  • Search

emerge -uDp wants to install new packages?

Problems with emerge or ebuilds? Have a basic programming question about C, PHP, Perl, BASH or something else?
Post Reply
Advanced search
6 posts • Page 1 of 1
Author
Message
solarium_rider
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 88
Joined: Mon Jun 23, 2003 3:49 am
Location: San Francisco
Contact:
Contact solarium_rider
Website

emerge -uDp wants to install new packages?

  • Quote

Post by solarium_rider » Sun Jul 06, 2003 7:30 am

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: Select all

#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: Select all

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?
Top
GentooBox
Veteran
Veteran
User avatar
Posts: 1168
Joined: Sun Jun 22, 2003 10:52 am
Location: Denmark

Re: emerge -uDp wants to install new packages?

  • Quote

Post by GentooBox » Sun Jul 06, 2003 8:08 am

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: Select all

#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: Select all

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: Select all

USE="docs"

try USE="-docs"
[docs]
Encrypt, lock up everything and duct tape the rest
Top
HolyCoitus
n00b
n00b
Posts: 21
Joined: Mon Jun 16, 2003 4:09 am
Location: Fort Wayne, Indiana

  • Quote

Post by HolyCoitus » Sun Jul 06, 2003 11:10 am

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!
Top
solarium_rider
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 88
Joined: Mon Jun 23, 2003 3:49 am
Location: San Francisco
Contact:
Contact solarium_rider
Website

  • Quote

Post by solarium_rider » Sun Jul 06, 2003 9:47 pm

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: Select all

# 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: Select all

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
Top
robmoss
Retired Dev
Retired Dev
Posts: 2634
Joined: Tue May 27, 2003 4:42 pm
Location: Jesus College, Oxford
Contact:
Contact robmoss
Website

  • Quote

Post by robmoss » Sun Jul 06, 2003 10:35 pm

Try using the -v flag:

Code: Select all

emerge -uDpv world
Top
solarium_rider
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 88
Joined: Mon Jun 23, 2003 3:49 am
Location: San Francisco
Contact:
Contact solarium_rider
Website

  • Quote

Post by solarium_rider » Sun Jul 06, 2003 11:07 pm

I don't think that's what i'm looking for...

Code: Select all

# 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
Top
Post Reply

6 posts • Page 1 of 1

Return to “Portage & Programming”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic