Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 134181 - games-board/gnubg - fix for glib-2* dependency
Summary: games-board/gnubg - fix for glib-2* dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 132002
  Show dependency tree
 
Reported: 2006-05-24 02:35 UTC by Joshua (RETIRED)
Modified: 2006-05-24 08:27 UTC (History)
0 users

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


Attachments
Move dependency on glib outside of gtk. (gnubg.patch,401 bytes, patch)
2006-05-24 02:37 UTC, Joshua (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joshua (RETIRED) gentoo-dev 2006-05-24 02:35:59 UTC
Portage 2.1_rc2-r2 (default-linux/ppc/2005.1/ppc64/64bit-userland/970/pmac, gcc-3.4.6, glibc-2.3.4.20041102-r2, 2.6.16.16 ppc64)
=================================================================
System uname: 2.6.16.16 ppc64 PPC970FX, altivec supported
Gentoo Base System version 1.6.14
dev-lang/python:     2.3.5-r2, 2.4.2
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
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.22
virtual/os-headers:  2.6.11-r4
ACCEPT_KEYWORDS="ppc64"
AUTOCLEAN="yes"
CBUILD="powerpc64-unknown-linux-gnu"
CFLAGS="-O2 -pipe -mtune=970 -mcpu=970 -mabi=altivec"
CHOST="powerpc64-unknown-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /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/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS=""
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.gg3.net/"
LANG="en_GB.UTF-8"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.asia.gentoo.org/gentoo-portage"
USE="ppc64 X alsa altivec berkdb bitmap-fonts bzip2 cjk cli crypt dga dmx dri dvd emacs encode exif exiscan-acl gif gnome gpm gtk gtk2 ipv6 isdnlog jpeg live mbox mule ncurses nls nptl oggvorbis oss pam pcre perl png pppd python readline reflection server session spell spl ssl tcltk tcpd tetex threads truetype truetype-fonts type1-fonts unicode usb xinerama xmms xorg xv zlib elibc_glibc kernel_linux userland_GNU"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Joshua (RETIRED) gentoo-dev 2006-05-24 02:37:59 UTC
Created attachment 87373 [details, diff]
Move dependency on glib outside of gtk.


gnubg needs glib >= 2.0.0 whether or not it uses gtk.  Currently the ebuild only checks for glib if gtk is set, and then the configure fails if there isn't a recent enough version of glib.

This patch also allows it to compile on ppc64.  Please mark ~ppc64.
Comment 2 Chris Gianelloni (RETIRED) gentoo-dev 2006-05-24 08:27:49 UTC
Fixed in CVS... thanks for the patch