Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 208042 - www-client/epiphany-extensions-2.20.3 fails to build with automake-1.10.1
Summary: www-client/epiphany-extensions-2.20.3 fails to build with automake-1.10.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-29 13:33 UTC by Jan Hruban
Modified: 2008-01-30 14:59 UTC (History)
1 user (show)

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 Jan Hruban 2008-01-29 13:33:27 UTC
Merging www-client/epiphany-extensions-2.20.3 fails on
automake --add-missing --copy --foreign
with following error in /var/tmp/portage/www-client/epiphany-extensions-2.20.3/temp/automake-4808.out

***** automake *****

configure.ac:34: version mismatch.  This is Automake 1.10.1,
configure.ac:34: but the definition used by this AM_INIT_AUTOMAKE
configure.ac:34: comes from Automake 1.10.  You should recreate
configure.ac:34: aclocal.m4 with aclocal and run automake again.


Reproducible: Always

Steps to Reproduce:




Similar to bug #207114,

Removing line
cp aclocal.m4 old_macros.m4
from epiphany-extensions-2.20.3.ebuild fixes the problem.
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-01-30 14:59:44 UTC
I removed the copy of aclocal and strangely it still works. I wonder why it was introduced in the first place but it seems fixed now. If not feel free to reopen this bug.