Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15866 - gxmame ebuild does not check for gdk-pixbuf
Summary: gxmame ebuild does not check for gdk-pixbuf
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-17 16:01 UTC by Richard Mosquera
Modified: 2003-03-09 20:33 UTC (History)
0 users

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


Attachments
added `=x11-libs/gdk-pixbuf-0.21.0*' to DEPEND (gxmame-0.31-r1.ebuild,681 bytes, application/octet-stream)
2003-02-17 17:18 UTC, Louis C. Candell
Details
added `=x11-libs/gdk-pixbuf-0.21.0*' to DEPEND (gxmame-0.31-r1.ebuild,681 bytes, application/octet-stream)
2003-02-17 17:18 UTC, Louis C. Candell
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Mosquera 2003-02-17 16:01:48 UTC
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"
Comment 1 Louis C. Candell 2003-02-17 17:18:20 UTC
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*"
Comment 2 Louis C. Candell 2003-02-17 17:18:47 UTC
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*"
Comment 3 SpanKY gentoo-dev 2003-03-09 20:33:24 UTC
ok, i added x11-libs/gdk-pixbuf to DEPEND, thanks