Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 153125 - gnome-extra/gnome-games-2.16.1 fails to build
Summary: gnome-extra/gnome-games-2.16.1 fails to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-28 02:59 UTC by Steven Parker
Modified: 2006-10-28 21:03 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steven Parker 2006-10-28 02:59:18 UTC
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 John N. Laliberte (RETIRED) gentoo-dev 2006-10-28 20:45:23 UTC
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 Steven Parker 2006-10-28 21:03:59 UTC
(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!