Gentoo Archives: gentoo-user

From: Rafa Griman <rafagriman@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Problems with aclocal
Date: Thu, 02 May 2013 12:22:59
Message-Id: CANRt_=Z6rm5TTS-B=A9wUQ2ni650CumwaAaWJOrJRdSonSEpNw@mail.gmail.com
In Reply to: Re: [gentoo-user] Problems with aclocal by Jackie
1 Hi !!
2
3 On Thu, May 2, 2013 at 6:18 AM, Jackie <jiangjun12321@×××××.com> wrote:
4 > 在 Thu, 02 May 2013 06:39:02 +0800,Neil Bothwick <neil@××××××××××.uk> 写道:
5 >
6 >
7 >> On Wed, 1 May 2013 23:05:18 +0200, Rafa Griman wrote:
8 >>
9 >>> Got some problems with aclocal :( When running:
10 >>>
11 >>> emerge -avDuN --with-bdeps=y world
12 >>>
13 >>> I get a whole bunch of packages who won't install nor upgrade with the
14 >>> following error:
15 >>>
16 >>> Failed Running aclocal !
17 >>>
18 >>> Looking through the Forums I saw I've got to mask autoconf. So I added
19 >>> autoconf to:
20 >>>
21 >>> /etc/portage/package.mask
22 >>
23 >>
24 >> That's what you get with the forums, aclocal isn't even part of autoconf,
25 >> it is provided by automake-wrapper.
26 >>
27 >>> And now I get a whole bunch of errors saying autoconf is masked and I
28 >>> have to unmask it ... which takes me back to step 1 ...
29 >>
30 >>
31 >> There have been issues with automake-1.13. I have seen a similar error on
32 >> one package and worked around it with
33 >>
34 >> WANT_AUTOMAKE=1.12 emerge -1 cat/package
35 >
36 >
37 >
38 > Also get the same problem here two days ago when I was trying to emerge
39 > bootchart2.After searching through the Internet I also noticed that it had
40 > sth to do with automake-1.13,I masked it and problem solved.
41 >
42
43
44 Masked 1.13 and portage installs 2.69 ... still have the same error.
45 This is what I've got:
46
47 # equery list '*' | grep -iE "(automake|autoconf)"
48 sys-devel/autoconf-2.69
49 sys-devel/autoconf-wrapper-13
50 sys-devel/automake-1.13.1
51 sys-devel/automake-wrapper-8
52
53
54 This is ONE of the package I'm trying to install (with the included
55 error), there are another 75:
56 # emerge app-text/libpaper
57
58 * IMPORTANT: 4 news items need reading for repository 'gentoo'.
59 * Use eselect news to read news items.
60
61 Calculating dependencies... done!
62
63 >>> Verifying ebuild manifests
64
65 >>> Emerging (1 of 1) app-text/libpaper-1.1.24-r1
66 * libpaper_1.1.24.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ...
67
68 [ ok ]
69 >>> Unpacking source...
70 >>> Unpacking libpaper_1.1.24.tar.gz to /var/tmp/portage/app-text/libpaper-1.1.24-r1/work
71 >>> Source unpacked in /var/tmp/portage/app-text/libpaper-1.1.24-r1/work
72 >>> Preparing source in /var/tmp/portage/app-text/libpaper-1.1.24-r1/work/libpaper-1.1.24 ...
73 * Running eautoreconf in
74 '/var/tmp/portage/app-text/libpaper-1.1.24-r1/work/libpaper-1.1.24'
75 ...
76 * Running libtoolize --install --copy --force --automake ...
77
78 [ ok ]
79 * Running aclocal ...
80
81 [ !! ]
82
83 * Failed Running aclocal !
84 *
85 * Include in your bugreport the contents of:
86 *
87 * /var/tmp/portage/app-text/libpaper-1.1.24-r1/temp/aclocal.out
88
89 * ERROR: app-text/libpaper-1.1.24-r1 failed (prepare phase):
90 * Failed Running aclocal !
91 *
92 * Call stack:
93 * ebuild.sh, line 93: Called src_prepare
94 * environment, line 2826: Called eautoreconf
95 * environment, line 764: Called eaclocal
96 * environment, line 667: Called autotools_run_tool '--at-m4flags' 'aclocal'
97 * environment, line 537: Called die
98 * The specific snippet of code:
99 * die "Failed Running $1 !";
100 *
101 * If you need support, post the output of `emerge --info
102 '=app-text/libpaper-1.1.24-r1'`,
103 * the complete build log and the output of `emerge -pqv
104 '=app-text/libpaper-1.1.24-r1'`.
105 /usr/lib/portage/bin/isolated-functions.sh: line 215: wait: `Failed
106 Running aclocal !': not a pid or valid job spec
107 * The complete build log is located at
108 '/var/tmp/portage/app-text/libpaper-1.1.24-r1/temp/build.log'.
109 * The ebuild environment file is located at
110 '/var/tmp/portage/app-text/libpaper-1.1.24-r1/temp/environment'.
111 * Working directory:
112 '/var/tmp/portage/app-text/libpaper-1.1.24-r1/work/libpaper-1.1.24'
113 * S: '/var/tmp/portage/app-text/libpaper-1.1.24-r1/work/libpaper-1.1.24'
114
115 >>> Failed to emerge app-text/libpaper-1.1.24-r1, Log file:
116
117 >>> '/var/tmp/portage/app-text/libpaper-1.1.24-r1/temp/build.log'
118
119
120
121
122 Checking /var/tmp/portage/app-text/libpaper-1.1.24-r1/temp/aclocal.out we see:
123
124 # cat /var/tmp/portage/app-text/libpaper-1.1.24-r1/temp/aclocal.out
125 ***** aclocal *****
126 ***** PWD: /var/tmp/portage/app-text/libpaper-1.1.24-r1/work/libpaper-1.1.24
127 ***** aclocal
128
129 configure.ac:6: error: 'AM_CONFIG_HEADER': this macro is obsolete.
130 You should use the 'AC_CONFIG_HEADERS' macro instead.
131 /usr/share/aclocal-1.13/obsolete-err.m4:12: AM_CONFIG_HEADER is expanded from...
132 configure.ac:6: the top level
133 autom4te-2.69: /usr/bin/m4 failed with exit status: 1
134 aclocal-1.13: error: echo failed with exit status: 1
135
136
137 More info, I have just installed this system with the base Gentoo
138 system installed. I'm trying to get all the rest (X, KDE, ...)
139 installed.
140
141 Thanks
142
143 Rafa

Replies

Subject Author
Re: [gentoo-user] Problems with aclocal Jackie <jiangjun12321@×××××.com>