Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 54110 - gnome-spell-1.0.5-r2 automake version mismatch
Summary: gnome-spell-1.0.5-r2 automake version mismatch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High blocker (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-16 12:20 UTC by Simone Piunno
Modified: 2005-02-05 05:29 UTC (History)
0 users

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


Attachments
gnome-spell-1.0.5-r2 (gnome-spell-1.0.5-r2.ebuild,988 bytes, text/plain)
2004-06-22 02:41 UTC, Joe McCann (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Simone Piunno 2004-06-16 12:20:23 UTC
>>> 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 Jan Gutter 2004-06-17 06:06:44 UTC
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 foser (RETIRED) gentoo-dev 2004-06-17 14:21:06 UTC
are you also on amd64 Jan ?
Comment 3 Simone Piunno 2004-06-17 14:45:46 UTC
I confirm Jan's trick works for me too.
Comment 4 Jean-François Gagnon Laporte 2004-06-21 11:08:25 UTC
WFM with trick that Jan provided. I'm running x86 here.
Comment 5 foser (RETIRED) gentoo-dev 2004-06-21 16:55:54 UTC
must be some recent automake version that screws it up...
Comment 6 Joe McCann (RETIRED) gentoo-dev 2004-06-22 02:41:31 UTC
Created attachment 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 foser (RETIRED) gentoo-dev 2004-06-22 05:54:53 UTC
fixed, this is actually again a bug that got into stable amd64 because they marked it stable too soon.
Comment 8 Georg Öttl 2005-02-04 00:33:42 UTC
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 foser (RETIRED) gentoo-dev 2005-02-05 05:29:41 UTC
see bug #80425