Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23790 - The gnome-mud ebuild fails if you don't already have pygtk installed.
Summary: The gnome-mud ebuild fails if you don't already have pygtk installed.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-30 17:31 UTC by Trevor Hardcastle
Modified: 2003-06-30 18:11 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 Trevor Hardcastle 2003-06-30 17:31:07 UTC
When emerging gnome-mud the build process fails in the configure stage.
The errors indicate that pygtk is not installed. It appears that the newest
gnome-mud depends on pygtk, which is not listed as a dependancy in the ebuild.

Reproducible: Always
Steps to Reproduce:
1. Make sure pygtk is not installed.
2. emerge -u gnome-mud

Actual Results:  
Gnome-mud build process failes at configure time.

Expected Results:  
Gnome-mud should have upgraded.

emerge info data
Portage 2.0.48-r1 (default-x86-1.4, gcc-3.2.2, glibc-2.3.1-r4)
=================================================================
System uname: 2.4.20-gaming-r3 i686 Intel(R) Pentium(R) 4 Mobile CPU 1.60GHz
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/config"
CONFIG_PROTECT_MASK="/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 avi crypt cups encode gif jpeg kde gnome libg++ mikmod
mmx mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms xv zlib
gtkhtml gdbm berkdb slang readline arts tetex aalib bonobo svga ggi tcltk java
guile ruby X sdl gpm tcpd pam libwww ssl perl python esd imlib oggvorbis gtk qt
motif opengl ldap cdr acpi acpi4linux amd apache2 canna cjk curl dvd emacs
ethereal fbcon flash freewnn gd gtk2 jikes leim mule pcmcia samba scanner slp
socks5 sse tiff trusted usb vim-with-x wmf Xaw3d xml"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-O2 -mcpu=i686 -pipe"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
end emerge info
Comment 1 Trevor Hardcastle 2003-06-30 17:32:59 UTC
This is easily fixed by adding >=dev-python/pygtk-1.99.13-r1 to the depend section of the pygtk ebuild.
Comment 2 SpanKY gentoo-dev 2003-06-30 18:11:02 UTC
done, thanks for pointing that out :) 
 
i thought i combed configure.in but i guess i missed that ;x 
 
http://cvs.gentoo.org/cgi-bin/viewcvs.cgi/gentoo-x86/app-games/gnome-mud/gnome-mud-0.10.1.ebuild.diff?r1=1.1&r2=1.2