Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 139178 - gnome-games-2.14.1 fails to compile
Summary: gnome-games-2.14.1 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-04 06:09 UTC by Jimmy.Jazz
Modified: 2006-07-05 08:20 UTC (History)
0 users

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


Attachments
gnome-games-2.14.2.1 config.log file (config.log,39.42 KB, text/plain)
2006-07-04 06:18 UTC, Jimmy.Jazz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jimmy.Jazz 2006-07-04 06:09:07 UTC
Hello,

I'm using gnome-base/gnome-light-2.14.0 and gnome-extra/gnome-games-2.14.2.1  package returns the following error:

checking whether guile support is requested... no
./configure: line 19383: syntax error near unexpected token `yes'
./configure: line 19383: `GNOME_COMPILE_WARNINGS(yes)'

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

!!! ERROR: gnome-extra/gnome-games-2.14.2.1 failed.
Call stack:
  ebuild.sh, line 1545:   Called dyn_compile
  ebuild.sh, line 940:   Called src_compile
  ebuild.sh, line 1254:   Called gnome2_src_compile
  gnome2.eclass, line 63:   Called gnome2_src_configure
  gnome2.eclass, line 59:   Called econf '--with-scores-group=games' '--disable-guile' '--disable-gtk-doc'
  ebuild.sh, line 541:   Called die

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

Installing gnome-common as suggested in the forum is not an option because i'm using gnome-light package of gnome.

Here some more infos:
# emerge --info
Portage 2.1.1_pre2-r2 (default-linux/x86/2006.0, gcc-4.1.1, glibc-2.4-r3, 2.6.17.1 i686)
=================================================================
System uname: 2.6.17.1 i686 AMD Athlon(tm)
Gentoo Base System version 1.12.1
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.3
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.17.50.0.2
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.16
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O3 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib/mozilla-thunderbird/components/myspell /usr/share/X11/xkb /usr/share/applications /var/qmail/alias /var/qmail/control /var/vpopmail/domains /var/vpopmail/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/splash /etc/terminfo"
CXXFLAGS="-march=athlon-xp -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks metadata-transfer sandbox sfperms strict userpriv"
GENTOO_MIRRORS="..."
LANG="fr_FR.utf8"
LC_ALL="fr_FR.utf8"
LDFLAGS="-Wl,-O1"
LINGUAS="fr"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage/overlay"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 3dnow a52 aac acl alsa apache2 avi bash-completion berkdb bitmap-fonts bzip2 cairo cli crypt cups curl dbus dga dlloader dri dts dvdr eds emboss encode esd exif fam firefox flac foomaticdb gd gdbm gif gmp gnome gnutls gphoto2 gpm gstreamer gtk2 hal howl ieee1394 imlib isdnlog java jpeg lcms ldap libg++ libwww mad maildir mikmod mmap mmx mng mp3 mpeg ncurses nls nptl nptlonly ogg opengl pam pcre pdflib perl png posix pppd python qt3 qt4 readline reflection sdl session speex spell spl sse ssl sysvipc tcpd theora threads tiff truetype truetype-fonts type1-fonts udev unicode usb userlocales v4l v4l2 vorbis xml xorg xv zlib elibc_glibc input_devices_keyboard input_devices_mouse input_devices_evdev input_devices_joystick kernel_linux linguas_fr userland_GNU video_cards_radeon video_cards_v4l"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, PORTAGE_RSYNC_EXTRA_OPTS

The config.log will follow as an attachement.

Jj
Comment 1 Jimmy.Jazz 2006-07-04 06:18:07 UTC
Created attachment 90848 [details]
gnome-games-2.14.2.1 config.log file
Comment 2 Arun Raghavan (RETIRED) gentoo-dev 2006-07-04 21:17:58 UTC
I see the same problem on a fresh Gentoo install for gnome-games-2.14.2.1.

The problem is that gnome-base/gnome-common is not in DEPENDS, so the required m4 files are not installed and the GNOME_COMPILE_WARNINGS macro is not found.
Comment 3 Stefan Schweizer (RETIRED) gentoo-dev 2006-07-05 08:20:40 UTC
I have added the depend on gnome-common in gnome-games, thanks!

gnome-common is just a bunch of macros - it should not do much harm even if you want a minimal installation.