Gentoo Archives: gentoo-alt

From: Michael Haubenwallner <michael.haubenwallner@×××××××.at>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] Re: AIX: gettext fails
Date: Wed, 02 May 2007 15:03:46
Message-Id: 1178118208.8095.19.camel@sapc154
In Reply to: [gentoo-alt] Re: AIX: gettext fails by Marshall McMullen
1 On Mon, 2007-04-30 at 14:42 -0500, Marshall McMullen wrote:
2 > Anyone else making any progress on this yet? I think this is the last
3 > package I am unable to install on AIX from system.
4 >
5 > Any thoughts appreciated.
6
7 In danger of repeating myself: "Welcome to aix-libtool hell"
8
9 This is the main reason why I do not use DESTDIR on aix in
10 prefix-launcher (aka. toolsbox).
11
12 We will see many packages having this problem, the next one will be
13 dev-libs/libxml2, a prerequisite of subversion.
14
15 They all have the same libtool problem, but I'm unsure if there is
16 already a fix out there - maybe libtool-1.5.23b ?
17
18 Grobian: while trying to 'elibtoolize' gettext, I had to apply attached
19 patch to eclass/libtool.eclass, based on my previous patch for
20 aix-dllhell.
21
22 This does not fix the gettext-problem, but a bug in libtool.eclass only.
23
24 /haubi/
25
26
27 >
28 > Thanks!
29 >
30 >
31 > On 4/20/07, Marshall McMullen <marshall.mcmullen@×××××.com> wrote:
32 > > I've emerged libiconv now, but when trying to emerge gettext I get:
33 > >
34 > > powerpc-ibm-aix5.2.0.0-gcc:
35 > > /home/mdmcmull/.overlay/usr/lib/libgettextlib.a: No such file or
36 > > directory
37 > > libtool: install: error: relink `libgettextsrc.la' with the above
38 > > command before installing it
39 > > make[4]: *** [install-libLTLIBRARIES] Error 1
40 > > make[4]: Leaving directory
41 > > `/home/mdmcmull/.overlay/var/tmp/portage/sys-devel/gettext-0.16.1/work/gettext-0.16.1/gettext-tools/src'
42 > > make[3]: *** [install-am] Error 2
43 > > make[3]: Leaving directory
44 > > `/home/mdmcmull/.overlay/var/tmp/portage/sys-devel/gettext-0.16.1/work/gettext-0.16.1/gettext-tools/src'
45 > > make[2]: *** [install] Error 2
46 > > make[2]: Leaving directory
47 > > `/home/mdmcmull/.overlay/var/tmp/portage/sys-devel/gettext-0.16.1/work/gettext-0.16.1/gettext-tools/src'
48 > > make[1]: *** [install-recursive] Error 1
49 > > make[1]: Leaving directory
50 > > `/home/mdmcmull/.overlay/var/tmp/portage/sys-devel/gettext-0.16.1/work/gettext-0.16.1/gettext-tools'
51 > > make: *** [install-recursive] Error 1
52 > >
53 > >
54 > > --
55 > > Marshall McMullen
56 > > marshall.mcmullen@×××××.com
57 > > mjmcmullen@×××××.net
58 > > mdmcmullen@××××××.com
59 > >
60 > > In France, there's a popular saying about Linux that essentially translates as:
61 > > "Linux? You can get a less powerful system, but it will cost you more."
62 > >
63 >
64 >
65 > --
66 > Marshall McMullen
67 > marshall.mcmullen@×××××.com
68 > mjmcmullen@×××××.net
69 > mdmcmullen@××××××.com
70 >
71 > In France, there's a popular saying about Linux that essentially translates as:
72 > "Linux? You can get a less powerful system, but it will cost you more."
73
74 --
75 Salomon Automation GmbH - Friesachstrasse 15 - A-8114 Friesach bei Graz
76 Sitz der Gesellschaft: Friesach bei Graz
77 UID-NR:ATU28654300 - Firmenbuchnummer: 49324 K
78 Firmenbuchgericht: Landesgericht fur Zivilrechtssachen Graz

Attachments

File name MIME type
libtool-aixrtl.patch text/x-patch

Replies

Subject Author
Re: [gentoo-alt] Re: AIX: gettext fails Marshall McMullen <marshall.mcmullen@×××××.com>
Re: [gentoo-alt] Re: AIX: gettext fails Fabian Groffen <grobian@g.o>