Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 156654 - app-text/aspell-0.60.4 does not depend on correct automake-version
Summary: app-text/aspell-0.60.4 does not depend on correct automake-version
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Spell checking utilities and dictionaries -- related bugs (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: autotools-deps
  Show dependency tree
 
Reported: 2006-11-29 13:42 UTC by Matthias Schwarzott
Modified: 2006-11-30 11:06 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Schwarzott gentoo-dev 2006-11-29 13:42:09 UTC
as per summary app-text/aspell-0.60.4 does not specify automake-version it needs.

 * Running eautoreconf in '/var/tmp/portage/aspell-0.60.4/work/aspell-0.60.4' ...
 * Running aclocal ...                                                                                          [ !! ]

 * Failed Running aclocal !
 *
 * Include in your bugreport the contents of:
 *
 *   /var/tmp/portage/aspell-0.60.4/temp/aclocal-783.out


!!! ERROR: app-text/aspell-0.60.4 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_unpack
  ebuild.sh, line 708:   Called src_unpack
  aspell-0.60.4.ebuild, line 32:   Called eautomake
  autotools.eclass, line 179:   Called eautoreconf
  autotools.eclass, line 83:   Called eaclocal
  autotools.eclass, line 121:   Called autotools_run_tool 'aclocal'
  autotools.eclass, line 242:   Called die

!!! Failed Running aclocal !
!!! If you need support, post the topmost build error, and the call stack if relevant.

CHROOT - gauss ~ # cat /var/tmp/portage/aspell-0.60.4/temp/aclocal-783.out
***** aclocal *****

am-wrapper: /usr/bin/aclocal-1.6 is missing or not executable.
            Please try emerging the correct version of automake.


This can be solved by adding this line before "inherit autotools":

WANT_AUTOMAKE="latest"
Comment 1 Matthias Schwarzott gentoo-dev 2006-11-30 10:09:17 UTC
Error on my side of the line: It must be
WANT_AUTOMAKE="1.9"
Comment 2 Kevin F. Quinn (RETIRED) gentoo-dev 2006-11-30 11:06:47 UTC
Done; in CVS - thanks zzam.