Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 504070 - dev-vcs/gitg should depend on gnome-base/gnome-common - ./configure: line 15406: syntax error near unexpected token `maximum'
Summary: dev-vcs/gitg should depend on gnome-base/gnome-common - ./configure: line 154...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Mike Auty (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-10 12:50 UTC by glin
Modified: 2014-03-15 15:04 UTC (History)
2 users (show)

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


Attachments
config.log from emerge gitg before installing gnome-common (config.log,51.80 KB, text/plain)
2014-03-10 12:52 UTC, glin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description glin 2014-03-10 12:50:18 UTC
When I tried to update to dev-vcs/gitg-0.3.2 from 0.2.7 it didn't get over configure phase:


checking for gobject-introspection... yes
./configure: line 15406: syntax error near unexpected token `maximum'
./configure: line 15406: `GNOME_COMPILE_WARNINGS(maximum)'

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/dev-vcs/gitg-0.3.2/work/gitg-0.3.2/config.log
 * ERROR: dev-vcs/gitg-0.3.2::gentoo failed (configure phase):
 *   econf failed
 * 
 * Call stack:
 *          ebuild.sh, line   93:  Called src_configure
 *        environment, line 4309:  Called gnome2_src_configure
 *        environment, line 2818:  Called econf '--docdir=/usr/share/doc/gitg-0.3.2' '--disable-schemas-compile' '--disable-maintainer-mode' '--disable-static' '--disable-deprecations' '--disable-dependency-tracking' '--disable-debug' '--disable-glade-catalog' '--enable-python'
 *   phase-helpers.sh, line  584:  Called die
 * The specific snippet of code:
 *                      die "econf failed"


After emerge gnome-common gitg compiled as well, so I think required dependency is missing.
Comment 1 glin 2014-03-10 12:52:44 UTC
Created attachment 372288 [details]
config.log from emerge gitg before installing gnome-common
Comment 2 Sylvain Emery 2014-03-11 08:44:06 UTC
Hi, same error here, but when trying to install gitg-0.3.2 without a previous version installed.

Thanks glin for your workaround!
Comment 3 Sebastian Pipping gentoo-dev 2014-03-15 15:04:49 UTC
+  15 Mar 2014; Sebastian Pipping <sping@gentoo.org> gitg-0.3.2.ebuild:
+  eautoreconf needs GNOME_COMPILE_WARNINGS from
+  /usr/share/aclocal/gnome-compiler-flags.m4 to rebuild configure script (bug
+  #504070)
+