Gentoo Archives: gentoo-devhelp

From: Nikos Chantziaras <realnc@×××××.de>
To: gentoo-devhelp@l.g.o
Subject: [gentoo-devhelp] Re: How do I call libtoolize in ebuild?
Date: Sun, 16 Jan 2011 02:23:11
Message-Id: igtkpb$bfn$1@dough.gmane.org
In Reply to: Re: [gentoo-devhelp] How do I call libtoolize in ebuild? by Mike Frysinger
1 On 01/16/2011 03:27 AM, Mike Frysinger wrote:
2 > On Saturday, January 15, 2011 17:29:12 Nikos Chantziaras wrote:
3 >> I need to call the "libtoolize" utility before "eautoreconf"
4 >
5 > why ? `eautoreconf` should take care of things automatically.
6
7 Unfortunately, it doesn't. If I don't run libtoolize first, eautoreconf
8 aborts with:
9
10
11 ---------------
12 * Running eautoreconf in
13 '/var/tmp/portage/dev-util/gpuocelot-9999/work/gpuocelot-9999' ...
14 * Running aclocal -I m4 ...
15 [ !! ]
16
17 * Failed Running aclocal !
18 *
19 * Include in your bugreport the contents of:
20 *
21 * /var/tmp/portage/dev-util/gpuocelot-9999/temp/aclocal.out
22 ---------------
23
24
25 The contents of aclocal.out:
26
27
28 ---------------
29 ***** aclocal *****
30 ***** PWD: /var/tmp/portage/dev-util/gpuocelot-9999/work/gpuocelot-9999
31 ***** aclocal -I m4
32
33 aclocal-1.11: couldn't open directory `m4': No such file or directory
34 ---------------

Replies

Subject Author
Re: [gentoo-devhelp] Re: How do I call libtoolize in ebuild? Nathan Phillip Brink <ohnobinki@××××××××××××××.net>
Re: [gentoo-devhelp] Re: How do I call libtoolize in ebuild? Mike Frysinger <vapier@g.o>