Gentoo Archives: gentoo-user

From: Cosmin Rentea <cosmin.rentea@××××××××××××××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] automake fails when emerging
Date: Fri, 03 Nov 2006 22:44:22
Message-Id: 454BC534.2050606@fokus.fraunhofer.de
1 Hi,
2
3 I'm having a problem with automake while emerging several packages.
4 For instance:
5
6
7 * Running eautoreconf in
8 '/var/tmp/portage/mono-1.1.13.8.1/work/mono-1.1.13.8.1/libgc' ...
9 * Running aclocal ...
10
11 [ ok ]
12 * Running libtoolize --copy --force --automake ...
13
14 [ ok ]
15 * Running aclocal ...
16
17 [ ok ]
18 * Running autoconf ...
19
20 [ ok ]
21 * Running automake --add-missing --copy --foreign ...
22
23 [ !! ]
24
25 * Failed Running automake !
26 *
27 * Include in your bugreport the contents of:
28 *
29 * /var/tmp/portage/mono-1.1.13.8.1/temp/automake-7703.out
30
31
32 !!! ERROR: dev-lang/mono-1.1.13.8.1 failed.
33 Call stack:
34 ebuild.sh, line 1546: Called dyn_unpack
35 ebuild.sh, line 708: Called src_unpack
36 mono-1.1.13.8.1.ebuild, line 56: Called eautoreconf
37 autotools.eclass, line 73: Called eautoreconf
38 autotools.eclass, line 87: Called eautomake
39 autotools.eclass, line 188: Called autotools_run_tool 'automake'
40 '--add-missing' '--copy' '--foreign'
41 autotools.eclass, line 240: Called die
42
43 !!! Failed Running automake !
44 !!! If you need support, post the topmost build error, and the call
45 stack if relevant.
46
47
48
49
50
51 --- contents of /var/tmp/portage/mono-1.1.13.8.1/temp/automake-7703.out
52
53 ***** automake *****
54
55 configure.in:23: required file `./config.guess' not found
56 configure.in:23: required file `./config.sub' not found
57
58
59 --- installed versions of automake
60
61 1.9.6, 1.8.5, 1.7.9, 1.6.3
62
63
64 --- snippet from /usr/bin/automake
65
66 if [ "${0##*/}" = "am-wrapper.sh" ] ; then
67 echo "Don't call this script directly." >&2
68 exit 1
69 fi
70
71 vers="1.9 1.8 1.7 1.6 1.5 1.4"
72
73 for v in ${vers} ; do
74 eval binary_${v/./_}="${0}-${v}"
75 done
76 binary="${binary_1_9}"
77
78 #
79 # Check the WANT_AUTOMAKE setting
80 #
81 for v in ${vers} x ; do
82 if [ "${v}" = "x" ] ; then
83 unset WANT_AUTOMAKE
84 break
85 fi
86
87 if [ "${WANT_AUTOMAKE}" = "${v}" ] ; then
88 binary="binary_${v/./_}"
89 binary="${!binary}"
90 break
91 fi
92 done
93
94 --- Portage version
95
96 Portage 2.1.1 (default-linux/x86/2006.1/desktop, gcc-4.1.1,
97 glibc-2.4-r3, 2.6.17-gentoo-r8 i686)
98
99
100
101 -------
102
103 Could you please give me some advice on how to proceed ?
104
105
106 Thanks,
107 Cosmin
108 --
109 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] automake fails when emerging "Bo Ørsted Andresen" <bo.andresen@××××.dk>