Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 156601 - net-misc/quagga misses automake/autoconf dependencies
Summary: net-misc/quagga misses automake/autoconf dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Alin Năstac (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: autotools-deps
  Show dependency tree
 
Reported: 2006-11-29 06:05 UTC by Matthias Schwarzott
Modified: 2006-11-29 12:11 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 06:05:37 UTC
All current quagga-ebuilds (0.98.6-r1, 0.99.4, 0.99.5) miss the correct dependency to specific automake/autoconf-version.

* Running eautoreconf in '/var/tmp/portage/net-misc/quagga-0.99.5/work/quagga-0.99.5' ...
 * Running aclocal ...                                                                                          [ !! ]

 * Failed Running aclocal !
 *
 * Include in your bugreport the contents of:
 *
 *   /var/tmp/portage/net-misc/quagga-0.99.5/temp/aclocal-28072.out


!!! ERROR: net-misc/quagga-0.99.5 failed.
Call stack:
  ebuild.sh, line 1568:   Called dyn_unpack
  ebuild.sh, line 708:   Called src_unpack
  quagga-0.99.5.ebuild, line 39:   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.

gauss ~ # cat /var/tmp/portage/net-misc/quagga-0.99.5/temp/aclocal-28072.out
***** aclocal *****

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

For quagga-0.99.5 it works with adding these two lines before inherit autotools:
WANT_AUTOMAKE="latest"
WANT_AUTOCONF="latest"
Comment 1 Alin Năstac (RETIRED) gentoo-dev 2006-11-29 12:11:38 UTC
Fixed in cvs. Thanks!