Gentoo Archives: gentoo-catalyst

From: Frittella Laurento <laurento.frittella@×××××.com>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] autoconf not found during stage3 building
Date: Sat, 06 Jan 2007 20:13:34
Message-Id: 45A002C0.5020302@gmail.com
1 I built stage1 using stage3-i686-2006.1.tar.bz2 (official gentoo) as
2 seed, then I used the result to build a stage2, but when I use this last
3 package to build a stage3 catalyst fails with this error (during emerge
4 ccache):
5
6 >>> Unpacking ccache-2.4.tar.gz to /var/tmp/portage/ccache-2.4-r6/work
7 * Applying ccache-2.4-respectflags.patch ... [ ok ]
8 * Applying ccache-2.4-utimes.patch ... [ ok ]
9 * Requested autoconf 2.5
10 * Using
11 * Using
12 * Requested automake latest: 1.6
13 * Using
14 * Using
15 * Running autoconf ... [ !! ]
16
17 * Failed Running autoconf !
18 *
19 * Include in your bugreport the contents of:
20 *
21 * /var/tmp/portage/ccache-2.4-r6/temp/autoconf-28400.out
22
23
24 !!! ERROR: dev-util/ccache-2.4-r6 failed.
25 Call stack:
26 ebuild.sh, line 1546: Called dyn_unpack
27 ebuild.sh, line 708: Called src_unpack
28 ccache-2.4-r6.ebuild, line 26: Called eautoconf
29 autotools.eclass, line 161: Called autotools_run_tool 'autoconf'
30 autotools.eclass, line 248: Called die
31
32 !!! Failed Running autoconf !
33 !!! If you need support, post the topmost build error, and the call
34 stack if relevant.
35
36 !!! This ebuild is from an overlay: '/usr/local/portage'
37
38 !!! catalyst: run script failed.
39
40
41 Traceback (most recent call last):
42 File "modules/generic_stage_target.py", line 1037, in run_local
43 cmd("/bin/bash "+self.settings["controller_file"]+" run","run script
44 failed.",env=self.env)
45 File "/usr/lib/catalyst/modules/catalyst_support.py", line 485, in cmd
46 raise CatalystError,myexc
47 CatalystError: <unprintable instance object>
48 None
49
50 !!! catalyst: Stage build aborting due to error.
51
52
53 The .out file contains:
54
55 ***** autoconf *****
56
57 /usr/portage/eclass/autotools.eclass: line 236: autoconf: command not found
58
59
60 What's wrong?
61
62 Regards,
63 Laurento
64 --
65 gentoo-catalyst@g.o mailing list

Replies

Subject Author
Re: [gentoo-catalyst] autoconf not found during stage3 building Andrew Gaffney <agaffney@g.o>