Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13840 - Lilo pulls in a huge list of dependencies
Summary: Lilo pulls in a huge list of dependencies
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-13 05:54 UTC by K. S. Bhaskar
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description K. S. Bhaskar 2003-01-13 05:54:43 UTC
It's hard to believe that plain old lilo needs so much else...

-- Bhaskar

gueuze / # emerge --pretend sys-apps/lilo

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

Calculating dependencies ...done!
[ebuild  N   ] dev-db/unixODBC-2.0.6
[ebuild  N   ] app-crypt/krb5-1.2.6-r1
[ebuild  N   ] net-nds/openldap-2.0.27
[ebuild  N   ] net-fs/samba-2.2.7a
[ebuild  N   ] net-ftp/curl-7.10.2
[ebuild  N   ] net-print/foomatic-2.0.0
[ebuild  N   ] dev-perl/Parse-RecDescent-1.80-r3
[ebuild  N   ] dev-db/mysql-3.23.54a
[ebuild  N   ] net-libs/libwww-5.4.0-r1
[ebuild  N   ] dev-util/dialog-0.9_beta20020519
[ebuild  N   ] app-text/tetex-1.0.7-r11
[ebuild  N   ] app-text/jadetex-3.12
[ebuild  N   ] app-text/docbook-dsssl-stylesheets-1.77-r1
[ebuild    UD] app-text/docbook-sgml-dtd-4.0-r1 [4.1-r1]
[ebuild  N   ] app-text/docbook-sgml-utils-0.6.11-r2
[ebuild  N   ] app-text/docbook-sgml-1.0
[ebuild  N   ] dev-util/gtk-doc-0.9-r2
[ebuild  N   ] gnome-base/ORBit-0.5.17
[ebuild  N   ] media-libs/imlib-1.9.14-r1
[ebuild  N   ] gnome-base/gnome-libs-1.4.2
[ebuild  N   ] media-libs/gdk-pixbuf-0.21.0
[ebuild  N   ] dev-perl/XML-Parser-2.31-r1
[ebuild  N   ] dev-perl/XML-Writer-0.4-r2
[ebuild  N   ] dev-perl/gtk-perl-0.7008-r9
[ebuild  N   ] media-libs/aalib-1.4_rc4-r2
[ebuild  N   ] dev-perl/ExtUtils-F77-1.14-r1
[ebuild  N   ] dev-perl/PDL-2.3.2-r2
[ebuild  N   ] media-libs/mpeg-lib-1.3.1-r1
[ebuild  N   ] media-gfx/gimp-1.2.3-r3
[ebuild  N   ] app-text/texi2html-1.64
[ebuild  N   ] media-gfx/gimp-print-4.2.4
[ebuild  N   ] app-text/ghostscript-7.05.5
[ebuild  N   ] dev-lang/nasm-0.98.34
[ebuild  N   ] sys-apps/lilo-22.3.3-r1

gueuze / #
Comment 1 SpanKY gentoo-dev 2003-01-13 11:02:12 UTC
set up your USE variable 
 
lilo is pulling in nasm 
nasm is pulling in ghostscript because of 'doc' in your USE flag 
and ghostscript leads to all the others either explicitly or because of your USE 
Comment 2 SpanKY gentoo-dev 2003-01-13 11:03:13 UTC
and if you wish to see doc's that explain this, theres a bug for it ... 
 
and if you wish to see more informative output from portage, theres a bug for it ... 
 
i think i got every aspect :)