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

Bug 190512

Summary: app-forensics/aide fails to compile without automake-1.7 installed
Product: Gentoo Linux Reporter: M. B. <tomboy64>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description M. B. 2007-08-28 12:55:18 UTC
When I try to emerge app-forensics/aide-0.10-p20040917 it fails with:

>>> Unpacking source...
>>> Unpacking aide-0.10_p20040917.tar.gz to /var/tmp/portage/app-forensics/aide-0.10_p20040917/work
 * Applying aide-0.10-gentoo.diff ...                                     [ ok ]

**Error**: You must have `automake' installed to compile AIDE.
           (version  1.7  or newer is required)

!!! ERROR: app-forensics/aide-0.10_p20040917 failed.
Call stack:
  ebuild.sh, line 1638:   Called dyn_unpack
  ebuild.sh, line 763:   Called qa_call 'src_unpack'
  ebuild.sh, line 44:   Called src_unpack
  aide-0.10_p20040917.ebuild, line 37:   Called die

!!! autogen.sh failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/app-forensics/aide-0.10_p20040917/temp/build.log'.



Reproducible: Always

Steps to Reproduce:
1. 'emerge aide' without automake:1.7 installed.
(automake version 1.6.3, 1.9.6-r2, 1.10 were installed at the time)
Actual Results:  
compile fails with given error.

Expected Results:  
clean compile

emerge =automake:1.7 solves the problem. Probably add it as a build-time dependency in the ebuild would be a proper solution?
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-08-28 13:59:09 UTC

*** This bug has been marked as a duplicate of bug 151271 ***