the gxmame ebuild ( version 0.31) does not check for gdx-pixbuf and therefore fails. If gdk-pixbuf is emerged prior to the gxmame installation, it works fine. Reproducible: Always Steps to Reproduce: simply emerge gxmame without gdkpixbuf installed Actual Results: the gxmame configure script fails to find gdk-pixbuf System uname: 2.4.19-gentoo-r10 i686 AMD Athlon(tm) Processor GENTOO_MIRRORS="http://www.mirror.ac.uk/sites/www.ibiblio.org/gentoo/" CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share /config /usr/X11R6/lib/X11/xkb /usr/share/config" CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" PORTDIR="/usr/portage" DISTDIR="/usr/portage/distfiles" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/mnt/hda3/tmp" PORTDIR_OVERLAY="" USE="x86 oss 3dnow apm arts avi crypt cups encode gif jpeg kde libg++ libwww mik mod mmx mpeg ncurses nls pdflib png qtmt quicktime spell truetype xml2 xmms xv z lib gdbm berkdb slang readline svga sdl gpm tcpd pam ssl perl python esd imlib o ggvorbis qt motif opengl mozilla X -gtk -gtk2 -gnome -alsa moznomail moznoirc mo znocomposer -java" COMPILER="gcc3" CHOST="i686-pc-linux-gnu" CFLAGS="-O2 -mcpu=i686 -pipe" CXXFLAGS="" ACCEPT_KEYWORDS="x86" MAKEOPTS="-j2" AUTOCLEAN="yes" SYNC="rsync://rsync.gentoo.org/gentoo-portage" FEATURES="sandbox ccache"
Created attachment 8389 [details] added `=x11-libs/gdk-pixbuf-0.21.0*' to DEPEND I had the same problem while emerging gxmame on a box without Gnome. I added the following and everything worked fine from the attached ebuild: DEPEND="x11-base/xfree =x11-libs/gdk-pixbuf-0.21.0* =x11-libs/gtk+-1.2* =dev-libs/glib-1.2*"
Created attachment 8390 [details] added `=x11-libs/gdk-pixbuf-0.21.0*' to DEPEND I had the same problem while emerging gxmame on a box without Gnome. I added the following and everything worked fine from the attached ebuild: DEPEND="x11-base/xfree =x11-libs/gdk-pixbuf-0.21.0* =x11-libs/gtk+-1.2* =dev-libs/glib-1.2*"
ok, i added x11-libs/gdk-pixbuf to DEPEND, thanks