Bug 86724 - games-emulation/gens-2.12b.ebuild requires >=x11-libs/gtk+-2.4*
Bug#: 86724 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: games@gentoo.org Reported By: jmglov@wmalumni.com
Component: Ebuilds
URL: 
Summary: games-emulation/gens-2.12b.ebuild requires >=x11-libs/gtk+-2.4*
Keywords:  
Status Whiteboard: 
Opened: 2005-03-25 17:13 0000
Description:   Opened: 2005-03-25 17:13 0000
: jmglov@laurana; emerge -vp gens

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

Calculating dependencies ...done!
[ebuild  N    ] games-emulation/gens-2.12b  0 kB

Total size of downloads: 0 kB
: jmglov@laurana; sudo emerge gens
Calculating dependencies ...done!
>>> emerge (1 of 1) games-emulation/gens-2.12b to /
>>> md5 src_uri ;-) gens-rc3.tar.gz
>>> Unpacking source...
>>> Unpacking gens-rc3.tar.gz to /var/tmp/portage/gens-2.12b/work
>>> Source unpacked.
 * Using GNU config files from /usr/share/libtool
 *  Updating config.sub                                                      [ ok ]
 *  Updating config.guess                                                    [ ok ]
./configure --prefix=/usr/games --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share/games --sysconfdir=/etc/games --localstatedir=/var/games
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for i686-pc-linux-gnu-gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for strerror in -lcposix... no
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for pkg-config... /usr/bin/pkg-config
checking for GTK+ - version >= 2.4.0... no
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK+ is incorrectly installed.
configure: error: *** GTK+ version 2.4.0 not found!

!!! ERROR: games-emulation/gens-2.12b failed.
!!! Function egamesconf, Line 59, Exitcode 1
!!! egamesconf failed
!!! If you need support, post the topmost build error, NOT this status message.

: jmglov@laurana; qpkg -I -i gtk+
x11-libs/gtk+-2.2.4-r1 *
        Gimp ToolKit + [ http://www.gtk.org/ ]
x11-libs/gtk+-1.2.10-r11 *
        The GIMP Toolkit [ http://www.gtk.org/ ]

------- Comment #1 From Josh Glover 2005-03-25 17:15:54 0000 -------
Created an attachment (id=54486) [details]
Patch to fix DEPENDS

This patch corrects the gtk+ dependency, and moves all of the stuff from
RDEPENDS into DEPENDS, since gens will not build without libc, sdl, etc.

------- Comment #2 From Mr. Bones. 2005-03-25 20:21:42 0000 -------
fixed in cvs.  thanks for the bug report.