Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 84088 - wrong USE-Flag handling in app-admin/gkrellm-2.2.4
Summary: wrong USE-Flag handling in app-admin/gkrellm-2.2.4
Status: RESOLVED DUPLICATE of bug 89135
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Martin Holzer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-04 05:57 UTC by Andreas Kimpfler
Modified: 2005-05-19 06:35 UTC (History)
2 users (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 Andreas Kimpfler 2005-03-04 05:57:10 UTC
with defined USE-Flag "-X" gkrellm install fails with error "missing glib"

Reproducible: Always
Steps to Reproduce:
1.emerge gkrellm



Actual Results:  
emerge fails because glib ebuild isn't installed automatically

Expected Results:  
on emerge gkrellm it has to be checked whether glib is installed. If not it has
to be installed.

Portage 2.0.51.18 (default-linux/x86/2004.3, gcc-3.3.4, glibc-2.3.4.20040808-r1,
2.6.11-gentoo i686)
=================================================================
System uname: 2.6.11-gentoo i686 AMD Athlon(tm) Processor
Gentoo Base System version 1.6.9
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Oct 24 2004, 02:42:32)]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.59-r5
sys-devel/automake:  1.8.5-r1
sys-devel/binutils:  2.14.90.0.8-r1
sys-devel/libtool:   1.5.2-r5
virtual/os-headers:  2.4.22-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium4 -Os -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium4 -Os -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://ftp.easynet.nl/mirror/gentoo/
ftp://gentoo.inode.at/source/ http://gentoo.linux.no/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 apache2 apm arts avi berkdb bitmap-fonts crypt cups emboss encode f77
fbcon font-server foomaticdb fortran gdbm gif gnome gpm gtk gtk2 imlib ipv6 jpeg
kde libg++ libwwwmad mikmod motif mpeg ncurses nls nvidia oggvorbis opengl oss
pam pdflib perl png python qt quicktime readline samba sdl spell sse sse2 ssl
svga tcpd tiff truetype truetype-fonts type1-fonts xml2 xmms xv zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, PORTDIR_OVERLAY
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2005-05-18 14:44:51 UTC
DEPEND="=dev-libs/glib-1*

glib is a hard dependency
Comment 2 Daniel Webert 2005-05-18 14:49:55 UTC
gkrellm.net says

System Requirements
GKrellM requires gtk 2.0, gdk 2.0, glib 2.0
The gkrellmd server requires only glib (either glib 2.0 or glib 1.2) and may be
installed on servers that do not have GTK or Xlibs. See the INSTALL file. 
Comment 3 Daniel Webert 2005-05-19 06:35:28 UTC
in 89135 we have some simple patches to solve this one

*** This bug has been marked as a duplicate of 89135 ***