Gentoo Archives: gentoo-devhelp

From: Nathan Phillip Brink <ohnobinki@××××××××××××××.net>
To: Nikos Chantziaras <realnc@×××××.de>
Cc: gentoo-devhelp@l.g.o
Subject: Re: [gentoo-devhelp] Re: How do I call libtoolize in ebuild?
Date: Sun, 16 Jan 2011 02:57:58
Message-Id: 20110116025757.GT9191@ohnopublishing.net
In Reply to: [gentoo-devhelp] Re: How do I call libtoolize in ebuild? by Nikos Chantziaras
1 On Sun, Jan 16, 2011 at 04:22:48AM +0200, Nikos Chantziaras wrote:
2 > On 01/16/2011 03:27 AM, Mike Frysinger wrote:
3 > > On Saturday, January 15, 2011 17:29:12 Nikos Chantziaras wrote:
4 > >> I need to call the "libtoolize" utility before "eautoreconf"
5 > >
6 > > why ? `eautoreconf` should take care of things automatically.
7 >
8 > Unfortunately, it doesn't. If I don't run libtoolize first, eautoreconf
9 > aborts with:
10 >
11 >
12 > ---------------
13 > * Running eautoreconf in
14 > '/var/tmp/portage/dev-util/gpuocelot-9999/work/gpuocelot-9999' ...
15 > * Running aclocal -I m4 ...
16 > [ !! ]
17 >
18 > * Failed Running aclocal !
19 > *
20 > * Include in your bugreport the contents of:
21 > *
22 > * /var/tmp/portage/dev-util/gpuocelot-9999/temp/aclocal.out
23 > ---------------
24 >
25 >
26 > The contents of aclocal.out:
27 >
28 >
29 > ---------------
30 > ***** aclocal *****
31 > ***** PWD: /var/tmp/portage/dev-util/gpuocelot-9999/work/gpuocelot-9999
32 > ***** aclocal -I m4
33 >
34 > aclocal-1.11: couldn't open directory `m4': No such file or directory
35 > ---------------
36
37 Perhaps the gpuocelot people forgot to create an m4/.keep file, which
38 can be fixed by running ``mkdir m4'' before calling eautoreconf?
39
40 --
41 binki
42
43 Look out for missing apostrophes!