Gentoo Archives: gentoo-alt

From: Marshall McMullen <marshall.mcmullen@×××××.com>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] Re: AIX: gettext fails
Date: Thu, 03 May 2007 18:46:12
Message-Id: ecea57780705031145h7d517100rd5b1bdccdf13a93c@mail.gmail.com
In Reply to: Re: [gentoo-alt] Re: AIX: gettext fails by Michael Haubenwallner
1 I'm sure I'm missing some other patches and some other details here,
2 but I tried applying the patch provided above, and then emerging
3 gettext, and it still fails with:
4
5 powerpc-ibm-aix5.2.0.0-gcc:
6 /home/mdmcmull/.overlay/usr/lib/libgettextlib.a: No such file or
7 directory
8 libtool: install: error: relink `libgettextsrc.la' with the above
9 command before installing it
10 make[4]: *** [install-libLTLIBRARIES] Error 1
11 make[4]: Leaving directory
12 `/home/mdmcmull/.overlay/var/tmp/portage/sys-devel/gettext-0.16.1/work/gettext-0.16.1/gettext-tools/src'
13 make[3]: *** [install-am] Error 2
14 make[3]: Leaving directory
15 `/home/mdmcmull/.overlay/var/tmp/portage/sys-devel/gettext-0.16.1/work/gettext-0.16.1/gettext-tools/src'
16 make[2]: *** [install] Error 2
17 make[2]: Leaving directory
18 `/home/mdmcmull/.overlay/var/tmp/portage/sys-devel/gettext-0.16.1/work/gettext-0.16.1/gettext-tools/src'
19 make[1]: *** [install-recursive] Error 1
20 make[1]: Leaving directory
21 `/home/mdmcmull/.overlay/var/tmp/portage/sys-devel/gettext-0.16.1/work/gettext-0.16.1/gettext-tools'
22 make: *** [install-recursive] Error 1
23
24 Are there other patches I need to have applied perhaps ?
25
26 On 5/3/07, Michael Haubenwallner <michael.haubenwallner@×××××××.at> wrote:
27 > On Wed, 2007-05-02 at 10:06 -0500, Marshall McMullen wrote:
28 > > Ah, I figured that was what was going on. I'll have to go back and
29 > > re-read your email about aix-libtool hell :-).
30 >
31 > Err, the previous was "aix dll hell", this one is "aix libtool hell",
32 > what I meant to repeat was "aix ... hell" ;)
33 >
34 > Grobian, attached is a patch for things like that:
35 >
36 > eclass/ELT-patches/instprefixlink/1.5.20:
37 > The patch to fix package-shipped libtool.
38 >
39 > eclass/toolchain-funcs.eclass
40 > This one is still not in svn yet.
41 >
42 > eclass/libtool.eclass
43 > Hunk#1: use above libtool-patch
44 > Hunk#2: still not in svn yet, required for aixrtl.
45 >
46 > sys-devel/gettext/gettext-0.16.1.ebuild
47 > Need to elibtoolize the package.
48 >
49 > Package with the same problem might be fixed with 'elibtoolize' now.
50 >
51 >
52 > >
53 > > Thanks for taking the time to reply and update me on it, I aprpeciate it.
54 >
55 > Sooner or later I'd have done it anyway - was in hope that someone else
56 > might have done it before me ;). I was just focused on linux recently,
57 > where our first packages are done so far to give prefix to my first
58 > colleagues :)
59 >
60 > /haubi/
61 >
62 > >
63 > > I'm just glad I was able to get the new vim installed finally,
64 > > vertical split is really cool :-).
65 > >
66 > > Thanks!
67 > >
68 > > On 5/2/07, Michael Haubenwallner <michael.haubenwallner@×××××××.at> wrote:
69 > > > On Mon, 2007-04-30 at 14:42 -0500, Marshall McMullen wrote:
70 > > > > Anyone else making any progress on this yet? I think this is the last
71 > > > > package I am unable to install on AIX from system.
72 > > > >
73 > > > > Any thoughts appreciated.
74 > > >
75 > > > In danger of repeating myself: "Welcome to aix-libtool hell"
76 > > >
77 > > > This is the main reason why I do not use DESTDIR on aix in
78 > > > prefix-launcher (aka. toolsbox).
79 > > >
80 > > > We will see many packages having this problem, the next one will be
81 > > > dev-libs/libxml2, a prerequisite of subversion.
82 > > >
83 > > > They all have the same libtool problem, but I'm unsure if there is
84 > > > already a fix out there - maybe libtool-1.5.23b ?
85 > > >
86 > > > Grobian: while trying to 'elibtoolize' gettext, I had to apply attached
87 > > > patch to eclass/libtool.eclass, based on my previous patch for
88 > > > aix-dllhell.
89 > > >
90 > > > This does not fix the gettext-problem, but a bug in libtool.eclass only.
91 > > >
92 > > > /haubi/
93 > > >
94 > > >
95 > > > >
96 > > > > Thanks!
97 > > > >
98 > > > >
99 > > > > On 4/20/07, Marshall McMullen <marshall.mcmullen@×××××.com> wrote:
100 > > > > > I've emerged libiconv now, but when trying to emerge gettext I get:
101 > > > > >
102 > > > > > powerpc-ibm-aix5.2.0.0-gcc:
103 > > > > > /home/mdmcmull/.overlay/usr/lib/libgettextlib.a: No such file or
104 > > > > > directory
105 > > > > > libtool: install: error: relink `libgettextsrc.la' with the above
106 > > > > > command before installing it
107 > > > > > make[4]: *** [install-libLTLIBRARIES] Error 1
108 > > > > > make[4]: Leaving directory
109 > > > > > `/home/mdmcmull/.overlay/var/tmp/portage/sys-devel/gettext-0.16.1/work/gettext-0.16.1/gettext-tools/src'
110 > > > > > make[3]: *** [install-am] Error 2
111 > > > > > make[3]: Leaving directory
112 > > > > > `/home/mdmcmull/.overlay/var/tmp/portage/sys-devel/gettext-0.16.1/work/gettext-0.16.1/gettext-tools/src'
113 > > > > > make[2]: *** [install] Error 2
114 > > > > > make[2]: Leaving directory
115 > > > > > `/home/mdmcmull/.overlay/var/tmp/portage/sys-devel/gettext-0.16.1/work/gettext-0.16.1/gettext-tools/src'
116 > > > > > make[1]: *** [install-recursive] Error 1
117 > > > > > make[1]: Leaving directory
118 > > > > > `/home/mdmcmull/.overlay/var/tmp/portage/sys-devel/gettext-0.16.1/work/gettext-0.16.1/gettext-tools'
119 > > > > > make: *** [install-recursive] Error 1
120 > > > > >
121 > > > > >
122 > > > > > --
123 > > > > > Marshall McMullen
124 > > > > > marshall.mcmullen@×××××.com
125 > > > > > mjmcmullen@×××××.net
126 > > > > > mdmcmullen@××××××.com
127 > > > > >
128 > > > > > In France, there's a popular saying about Linux that essentially translates as:
129 > > > > > "Linux? You can get a less powerful system, but it will cost you more."
130 > > > > >
131 > > > >
132 > > > >
133 > > > > --
134 > > > > Marshall McMullen
135 > > > > marshall.mcmullen@×××××.com
136 > > > > mjmcmullen@×××××.net
137 > > > > mdmcmullen@××××××.com
138 > > > >
139 > > > > In France, there's a popular saying about Linux that essentially translates as:
140 > > > > "Linux? You can get a less powerful system, but it will cost you more."
141 > > >
142 > > > --
143 > > > Salomon Automation GmbH - Friesachstrasse 15 - A-8114 Friesach bei Graz
144 > > > Sitz der Gesellschaft: Friesach bei Graz
145 > > > UID-NR:ATU28654300 - Firmenbuchnummer: 49324 K
146 > > > Firmenbuchgericht: Landesgericht fur Zivilrechtssachen Graz
147 > > >
148 > > >
149 > > >
150 > >
151 > >
152 > > --
153 > > Marshall McMullen
154 > > marshall.mcmullen@×××××.com
155 > > mjmcmullen@×××××.net
156 > > mdmcmullen@××××××.com
157 > >
158 > > In France, there's a popular saying about Linux that essentially translates as:
159 > > "Linux? You can get a less powerful system, but it will cost you more."
160 >
161 >
162
163
164 --
165 Marshall McMullen
166 marshall.mcmullen@×××××.com
167 mjmcmullen@×××××.net
168 mdmcmullen@××××××.com
169
170 In France, there's a popular saying about Linux that essentially translates as:
171 "Linux? You can get a less powerful system, but it will cost you more."
172 --
173 gentoo-alt@g.o mailing list

Replies

Subject Author
Re: [gentoo-alt] Re: AIX: gettext fails Michael Haubenwallner <michael.haubenwallner@×××××××.at>