Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 119209 - xchat-gnome-0.8 is missing a dependency for gtk+
Summary: xchat-gnome-0.8 is missing a dependency for gtk+
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Packages in net-irc
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-16 09:22 UTC by Bjoern Koch
Modified: 2006-02-19 09:38 UTC (History)
1 user (show)

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


Attachments
gtk+2.8 fix (xchat-gnome-0.8-r1.ebuild,1.81 KB, text/plain)
2006-01-22 06:03 UTC, Matthias Nagel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bjoern Koch 2006-01-16 09:22:32 UTC
xchat-gnome-0.8.ebuild

xchat-gnome 0.8 depends on gtk+ >= 2.8 , but the ebuild doesn't check it:

-----
emerge -pvt xchat-gnome

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

Calculating dependencies ...done!
[ebuild     U ] net-irc/xchat-gnome-0.8 [0.6] -dbus -debug -ipv6 +mmx +nls +perl +python +ssl +tcltk 0 kB

Total size of downloads: 0 kB

nice emerge xchat-gnome
Calculating dependencies ...done!
>>> emerge (1 of 1) net-irc/xchat-gnome-0.8 to /
[...]
checking pkg-config is at least version 0.9.0... yes
checking for DEPENDENCIES... configure: error: Package requirements (        glib-2.0 >= 2.8.0                   gtk+-2.0 >= 2.8.0                   libglade-2.0 >= 2.3.0                   gnome-vfs-2.0 >= 2.9.2 libgnomeui-2.0 >= 2.6.0                   gconf-2.0 >= 2.8.0                   ) were not met.
-----

I am still using gtk+-2.6.x (2.6.10-r1) and the rest of the dependencies are fine.

It looks to me that a dependency for >=gtk+-2.8 is missing in the ebuild.

-----
emerge --info
Portage 2.0.53 (default-linux/x86/2005.0, gcc-3.3.6, glibc-2.3.5-r2, 2.6.14-gentoo-r4 i686)
=================================================================
System uname: 2.6.14-gentoo-r4 i686 AMD Athlon(tm) XP 1700+
Gentoo Base System version 1.6.13
dev-lang/python:     2.2.3-r6, 2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-mcpu=athlon-xp -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.1/share/config /usr/kde/3.2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-mcpu=athlon-xp -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://192.168.7.1/gentoo-portage"
USE="x86 3dnow X aac aalib acl alsa apm audiofile avi berkdb bitmap-fonts bonobo bzip2 cdparanoia cdr crypt cups curl dga divx4linux doc dts dvd dvdr dvdread emboss encode esd exif expat fam ffmpeg firefox flac fluidsynth foomaticdb fortran gcj gd gdbm gif gimpprint glut gmp gnome gphoto2 gpm gstreamer gtk gtk2 gtkhtml guile hal iconv idn ieee1394 imagemagick imlib jack java jikes jpeg junit ladcca lcms ldap libg++ libwww lua mad mikmod mmx mng motif mp3 mpeg mysql ncurses nls oav ogg oggvorbis openal opengl oss pam pcre pdflib perl png python qt quicktime readline real samba scanner sdl slang sndfile speex spell sqlite ssl svg svga tcltk tcpd tetex tiff truetype truetype-fonts type1-fonts udev usb vcd vorbis xine xinerama xml xml2 xmms xpm xprint xsl xv xvid zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS
Comment 1 Matthias Nagel 2006-01-22 06:03:11 UTC
Created attachment 77816 [details]
gtk+2.8 fix
Comment 2 Matthias Nagel 2006-01-22 06:04:06 UTC
Comment on attachment 77816 [details]
gtk+2.8 fix

I've written a new ebuild that fix the problem, hope that works for you..
Comment 3 Sven Wegener gentoo-dev 2006-02-19 09:38:25 UTC
thanks, commited