Gentoo Archives: gentoo-user

From: Grant Edwards <grant.b.edwards@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Firefox emerge fails running autoconf
Date: Tue, 13 Jan 2015 03:18:40
Message-Id: m922pj$mgo$1@ger.gmane.org
1 I'm just finishing up a fresh AMD64 install, and am unable to build
2 firefox-31.3.0. The emerge fails when it runs autoconf:
3
4 # cat /var/tmp/portage/www-client/firefox-31.3.0/temp/autoconf.out
5 ***** autoconf *****
6 ***** PWD: /var/tmp/portage/www-client/firefox-31.3.0/work/mozilla-esr31
7 ***** autoconf --force
8
9 Usage: autoconf [-h] [--help] [-m dir] [--macrodir=dir]
10 [-l dir] [--localdir=dir] [--version] [template-file]
11 /var/tmp/portage/www-client/firefox-31.3.0/temp/autoconf.out lines 1-6/6 (END)
12
13 It appears that Firefox is using autoconf-2.13 which doesn't have a
14 --force option:
15
16 # autoconf --force
17 autoconf-2.69: error: no input file
18
19 # autoconf-2.13 --force
20 Usage: autoconf [-h] [--help] [-m dir] [--macrodir=dir]
21 [-l dir] [--localdir=dir] [--version] [template-file]
22
23 Google has found various sources that imply some versions of Firefox
24 require autoconf-2.13 and that newer versions won't work, but
25 eautoconf seems determined to use the --force options which isn't
26 supported by 2.13.
27
28 What's the trick to building Firefox?
29
30 --
31 Grant

Replies

Subject Author
[gentoo-user] Re: Firefox emerge fails running autoconf Grant Edwards <grant.b.edwards@×××××.com>