Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 69096

Summary: planner fails to merge
Product: Gentoo Linux Reporter: Todor Zviskov <todorz>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Todor Zviskov 2004-10-26 21:36:30 UTC
Planner 0.12-r1 fails merging during the configure phase. I suspect there's something wrong/incomplete with the configure script as there is "./configure: line 20614: `GTK_DOC_CHECK(1.0)'" (generated by line 46/47 of the ebuild i suppose) instead of bunch of checks in the original configure in the tarball.

Reproducible: Always
Steps to Reproduce:
1. emerge planner

Actual Results:  
...
checking for update-mime-database... /usr/bin/update-mime-database
./configure: line 20614: syntax error near unexpected token `1.0'
./configure: line 20614: `GTK_DOC_CHECK(1.0)'

!!! ERROR: app-office/planner-0.12-r1 failed.
!!! Function econf, Line 449, Exitcode 2
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message.


Expected Results:  
planner merged

# emerge info
Portage 2.0.51-r2 (default-x86-1.4, gcc-3.3.4, glibc-2.3.4.20041006-r0,
2.6.9-LNX i686)
=================================================================
System uname: 2.6.9-LNX i686 Intel(R) Pentium(R) 4 CPU 2.40GHz
Gentoo Base System version 1.6.4
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.92.0.2-r1
Headers:  sys-kernel/linux26-headers-2.6.8.1-r1
Libtools: sys-devel/libtool-1.5.2-r5
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium4 -mfpmath=sse -msse2 -mmmx -O3 -funroll-loops -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config
/usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium4 -mfpmath=sse -msse2 -mmmx -O3 -funroll-loops -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache distlocks sandbox"
GENTOO_MIRRORS="http://mirror.datapipe.net/gentoo"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/overlays/bmg-main"
SYNC="rsync://rsync.ca.gentoo.org/gentoo-portage"
USE="X aalib alsa apm arts avi berkdb bitmap-fonts bonobo breakme cdr crypt cups
encode esd f77 foomaticdb gdbm gif gimpprint gnome gpm gtk gtk2 gtkhtml hal
imlib java jpeg kde ldap libg++ libwww lirc lzw-tiff mad mikmod mmx motif
mozilla mpeg ncurses nls nptl nptlonly oggvorbis opengl oss pam pdflib perl png
ppds python quicktime readline scanner sdl slang spell sse ssl svga tcltk tcpd
tiff truetype usb wmf x86 xml2 xmms xorg xorg-x11 xprint xv zlib"
Comment 1 Todor Zviskov 2004-10-26 22:08:28 UTC
After further investigating the issue it seems that intltoolize puts that line when dev-util/gtk-doc is not found. Merging dev-util/gtk-doc (marked as "doc? ( >=dev-util/gtk-doc-0.10 )" in the ebuild) fixes the problem and planner merges successfully. Maybe a temporary solution is to remove the "GTK_DOC_CHECK(1.0)" line from the configure script if the doc use flag is off? But it really seems to be an intltoolize bug....
Comment 2 Andrej Kacian (RETIRED) gentoo-dev 2004-10-27 09:09:12 UTC

*** This bug has been marked as a duplicate of 69047 ***