Gentoo Archives: gentoo-user

From: Alex Schuster <wonko@×××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] aclocal failing on all emerges
Date: Mon, 01 Mar 2010 14:03:53
Message-Id: 201003011458.42593.wonko@wonkology.org
In Reply to: [gentoo-user] aclocal failing on all emerges by Harry Putnam
1 Harry Putnam writes:
2
3 > All fail when aclocal is trotted out. I don't see recent threads here
4 > about it... googling turns up a herd of bugs involving aclocal but
5 > then newest is 2008.
6 >
7 > The newest threads here that even mention aclocal date around Jan 20.
8 >
9 > I didn't change the compiler (gcc-4.3.4) since the first sync and
10 > update world.
11 >
12 > gcc-4.4.3 is also installed but I'm using 4.3.4
13 >
14 > Today I ran:
15 >
16 > emerge -v sys-devel/automake-wrapper (the package that has aclocal in
17 > it)
18
19 I'd try to emerge the other autotools stuff, too:
20
21 emerge -a $( qlist -CeLS sys-devel/autoconf sys-devel/automake )
22
23 Just an idea, as no better ones came up. Looks like you have a very nasty
24 problem there.
25
26 Wonko