Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 190512 - app-forensics/aide fails to compile without automake-1.7 installed
Summary: app-forensics/aide fails to compile without automake-1.7 installed
Status: RESOLVED DUPLICATE of bug 151271
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-28 12:55 UTC by M. B.
Modified: 2007-08-28 14:14 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 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 ***