Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15464 - gnome 2.2 depends on the Gimp if gnome in USE
Summary: gnome 2.2 depends on the Gimp if gnome in USE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-10 19:54 UTC by Mr. Bones. (RETIRED)
Modified: 2003-02-23 14:05 UTC (History)
0 users

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 Mr. Bones. (RETIRED) gentoo-dev 2003-02-10 19:54:22 UTC
emerge gnome now pulls in the Gimp which isn't necessarily what people might
expect, especially those on low-disk systems.

This is caused by the dependancy chain:
 ggv->ghostscript->gimp-print->gimp

Reproducible: Always
Steps to Reproduce:
1. emerge gnome

Actual Results:  
emerge pulls in gimp

Expected Results:  
only pull in the needed gnome packages.

Portage 2.0.46-r9 (default-1.0, gcc-2.95.3, glibc-2.2.5-r2,2.2.5-r7)
=================================================================
System uname: 2.4.19-gentoo-r7 i586 Pentium MMX
GENTOO_MIRRORS="http://csociety-ftp.ecn.purdue.edu/pub/gentoo
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb"
CONFIG_PROTECT_MASK="/etc/bash_completion /etc/sound/events /etc/X11/rstart
/etc/X11/xdm /etc/pango /etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY="/usr/local/portage"
USE="x86 oss 3dnow apm arts avi crypt cups encode jpeg kde libg++ mikmod mmx
mpeg ncurses pdflib qt qtmt quicktime sdl spell truetype xml2 xmms xv berkdb esd
gdbm gif gnome gnome-libs gtk guile java libwww oggvorbis opengl pam perl png
python readline slang snmp ssl tcpd tetex tiff X -svga -motif -nls -imlib gpm
mozilla"
COMPILER=""
CHOST="i586-pc-linux-gnu"
CFLAGS="-march=i586 -O3 -pipe"
CXXFLAGS="-march=i586 -O3 -pipe"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2003-02-10 19:58:11 UTC
These are the differences between

emerge gnome
and
USE=-gnome emerge gnome


43a44,45
> [ebuild    UD] gnome-base/control-center-1.4.0.5-r1 [2.0.3-r1]
> [ebuild    UD] gnome-base/gnome-panel-1.4.2-r1 [2.0.11]
72a75,87
> [ebuild  N   ] dev-perl/Parse-RecDescent-1.80-r3 
> [ebuild  N   ] dev-perl/XML-Writer-0.4-r2 
> [ebuild  N   ] dev-perl/XML-Parser-2.31-r1 
> [ebuild  N   ] dev-perl/gtk-perl-0.7008-r9 
> [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   ] sys-apps/usbutils-0.11 
> [ebuild  N   ] sys-apps/hotplug-20020401-r1 
> [ebuild  N   ] net-print/cups-1.1.18-r2 
> [ebuild  N   ] net-print/foomatic-2.0.0 
> [ebuild  N   ] media-gfx/gimp-print-4.2.4 

Comment 2 foser (RETIRED) gentoo-dev 2003-02-23 14:05:08 UTC
i removed the use gnome from ghostscript. It was incorrect to use gnome as keyword for gimp-print .

That should fix this issue, now only fix the gtk-engines to get rid of the gtk-1 dep.