Bug 54110 - gnome-spell-1.0.5-r2 automake version mismatch
Bug#: 54110 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: blocker Priority: P2
Resolution: FIXED Assigned To: gnome@gentoo.org Reported By: pioppo@ferrara.linux.it
Component: GNOME
URL: 
Summary: gnome-spell-1.0.5-r2 automake version mismatch
Keywords:  
Status Whiteboard: 
Opened: 2004-06-16 12:20 0000
Description:   Opened: 2004-06-16 12:20 0000
>>> emerge (1 of 2) app-text/gnome-spell-1.0.5-r2 to /
>>> md5 src_uri ;-) gnome-spell-1.0.5.tar.bz2
>>> Unpacking source...
>>> Unpacking gnome-spell-1.0.5.tar.bz2 to /var/tmp/portage/gnome-spell-1.0.5-r2/work
 * Applying gnome-spell-1.0.5-enchant.patch...                            [ ok ]
 * Applying gnome-spell-1.0.5-gtk24.patch...                              [ ok ]
aclocal.m4:97: version mismatch.  This is Automake 1.6.3, but aclocal.m4
aclocal.m4:97: was generated for Automake 1.4-p6.  You should recreate
aclocal.m4:97: aclocal.m4 with aclocal and run automake again.
gnome-spell/Makefile.am: required file `./depcomp' not found
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in AM_CONDITIONAL

!!! ERROR: app-text/gnome-spell-1.0.5-r2 failed.
!!! Function src_unpack, Line 36, Exitcode 1
!!! automake failed

Reproducible: Always
Steps to Reproduce:
just try to emerge it



Portage 2.0.50-r8 (default-amd64-2004.0, gcc-3.4.0, glibc-2.3.4.20040605-r0, 
2.6.5-gentoo-r1-gcc34) 
================================================================= 
System uname: 2.6.5-gentoo-r1-gcc34 x86_64 4 
Gentoo Base System version 1.4.16 
Autoconf: sys-devel/autoconf-2.59-r4 
Automake: sys-devel/automake-1.8.5-r1 
ACCEPT_KEYWORDS="amd64 ~amd64" 
AUTOCLEAN="yes" 
CFLAGS="-O2 -pipe -mtune=k8" 
CHOST="x86_64-pc-linux-gnu" 
COMPILER="gcc3" 
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" 
CXXFLAGS="-O2 -pipe -mtune=k8" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs ccache sandbox" 
GENTOO_MIRRORS="ftp:///ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ 
ftp://mirrors.sec.informatik.tu-darmstadt.de/gentoo/ 
http://ftp6.uni-erlangen.de/pub/mirrors/gentoo" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="/usr/local/portage" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="X aalib acl acpi adns alsa amd64 apache2 apm arts audiofile avi berkdb 
caps cdr crypt cups curl divx4linux doc dvd dvdr encode esd foomaticdb gd gdbm 
gdm gif gnome gpm gtk gtk2 guile icq imap imlib ipv6 jabber jack java jpeg kde 
ladcca ldap libg++ libwww linguas_en linguas_it maildir mikmod motif mozilla 
mpeg mysql ncurses nls nogcj nptl nsl oggvorbis opengl oss pam pdflib perl png 
python qt quicktime readline sasl sdl slang spell ssl tcpd tetex truetype 
unicode usb xml xml2 xmms zeo zlib"

------- Comment #1 From Jan Gutter 2004-06-17 06:06:44 0000 -------
Yep, if you run

WANT_AUTOMAKE=1.4 emerge gnome-spell

it compiles and runs fine.

So I guess, only that single line needs to be added to the ebuild.

------- Comment #2 From foser (RETIRED) 2004-06-17 14:21:06 0000 -------
are you also on amd64 Jan ?

------- Comment #3 From Simone Piunno 2004-06-17 14:45:46 0000 -------
I confirm Jan's trick works for me too.

------- Comment #4 From Jean-François Gagnon Laporte 2004-06-21 11:08:25 0000 -------
WFM with trick that Jan provided. I'm running x86 here.

------- Comment #5 From foser (RETIRED) 2004-06-21 16:55:54 0000 -------
must be some recent automake version that screws it up...

------- Comment #6 From Joe McCann (RETIRED) 2004-06-22 02:41:31 0000 -------
Created an attachment (id=33809) [details]
gnome-spell-1.0.5-r2

I can confirm this on x86 as well. Using WANT_AUTOMAKE=1.4 takes care of it.

------- Comment #7 From foser (RETIRED) 2004-06-22 05:54:53 0000 -------
fixed, this is actually again a bug that got into stable amd64 because they
marked it stable too soon.

------- Comment #8 From Georg Öttl 2005-02-04 00:33:42 0000 -------
I don't know, but automake 1.4 has disappeared from my system.
(/usr/bin/automake-1.4 to autwrapper.sh doesn't exist). I tried the ~x86  an
the x86 version... So the trick with WANT_AUTOMAKE doesn't work for me!

------- Comment #9 From foser (RETIRED) 2005-02-05 05:29:41 0000 -------
see bug #80425