Bug 153125 - gnome-extra/gnome-games-2.16.1 fails to build
Bug#: 153125 Product:  Gentoo Linux Version: 2006.1 Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: gnome@gentoo.org Reported By: sparker81@gmail.com
Component: Ebuilds
URL: 
Summary: gnome-extra/gnome-games-2.16.1 fails to build
Keywords:  
Status Whiteboard: 
Opened: 2006-10-28 02:59 0000
Description:   Opened: 2006-10-28 02:59 0000
I am having problems building gnome-games-2.16.1.  I get the following error
during the configuration:

checking whether ln -s works... yes
checking for i686-pc-linux-gnu-g++... yes
checking whether guile support is requested... yes
checking libguile.h usability... yes
checking libguile.h presence... yes
checking for libguile.h... yes
./configure: line 20633: syntax error near unexpected token `yes'
./configure: line 20633: `GNOME_COMPILE_WARNINGS(yes)'

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!!
/var/tmp/portage/gnome-extra/gnome-games-2.16.1/work/gnome-games-2.16.1/config.log

!!! ERROR: gnome-extra/gnome-games-2.16.1 failed.
Call stack:
  ebuild.sh, line 1568:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  ebuild.sh, line 1261:   Called gnome2_src_compile
  gnome2.eclass, line 63:   Called gnome2_src_configure
  gnome2.eclass, line 59:   Called econf '--with-scores-group=games'
'--enable-guile' '--enable-avahi' '--disable-gtk-doc'
  ebuild.sh, line 540:   Called die

!!! econf failed
!!! If you need support, post the topmost build error, and the call stack if
relevant.

------- Comment #1 From John N. Laliberte (RETIRED) 2006-10-28 20:45:23 0000 -------
if you don't want to wait until next sync, do:

emerge -1 >=gnome-common-2.12.0

otherwise, its in cvs and you should get the updated ebuild shortly.

thanks.

------- Comment #2 From Steven Parker 2006-10-28 21:03:59 0000 -------
(In reply to comment #1)
> if you don't want to wait until next sync, do:
> 
> emerge -1 >=gnome-common-2.12.0
> 
> otherwise, its in cvs and you should get the updated ebuild shortly.
> 
> thanks.
> 

That worked.  Thanks!