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

Bug 156601

Summary: net-misc/quagga misses automake/autoconf dependencies
Product: Gentoo Linux Reporter: Matthias Schwarzott <zzam>
Component: New packagesAssignee: Alin Năstac (RETIRED) <mrness>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 148821    

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!