Gentoo Archives: gentoo-alt

From: Michael Haubenwallner <michael.haubenwallner@×××××××.at>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] AIX: libiconv issues still ?
Date: Thu, 24 May 2007 11:41:57
Message-Id: 1180006740.18233.38.camel@sapc154
In Reply to: Re: [gentoo-alt] AIX: libiconv issues still ? by Fabian Groffen
1 On Thu, 2007-05-24 at 12:50 +0200, Fabian Groffen wrote:
2 > On 24-05-2007 12:39:34 +0200, Fabian Groffen wrote:
3 > > On 24-05-2007 11:07:35 +0200, Michael Haubenwallner wrote:
4 > > > On Thu, 2007-05-24 at 10:22 +0200, Fabian Groffen wrote:
5 > > > <snip>
6 > > > > If we change gen_usr_ldscript, the symlink will become relative, and the
7 > > > > whole patch above will become unnecessary.
8 > > >
9 > > > Argl, yes - (nightly) complex looking problems often have simple
10 > > > solutions (in the morning) :-)
11 > >
12 > > Ok, testing now, hopefully committing change to toolchain-utils.eclass soon.
13 >
14 > Committed, appears to result in something working on Darwin. Didn't
15 > check the QA checks yet. Can someone on AIX sync and compile zlib to
16 > see what happens (with unpatched portage)?
17
18 Seems to work here (aix53), thanks!
19
20 Btw. AFAICT there's no need to change to the target directory, as (GNU?)
21 'ln' can create symlinks to not-resolveable targets:
22
23 - pushd "${ED}/usr/${libdir}" > /dev/null
24 - ln -snf "../../${libdir}/${lib}" "${lib}"
25 + ln -snf "../../${libdir}/${lib}" "${ED}/usr/${libdir}/${lib}"
26 - popd > /dev/null
27
28 /haubi/
29 --
30
31
32 --
33 23. - 25. Mai 2007
34 Salomon Automation an der Jahrestagung Logistikforum Schweiz 2007
35 Tagungsort: Swissôtel in Basel
36
37 20. Juni 2007
38 Salomon Automation am 2. Schweizerischen Supply Chain Management Forum der GS1 Schweiz in Baden.
39 Tagungsort: Trafohalle Baden, Schweiz
40
41 20. Juni 2007
42 MoveRetail-Handelstag, Hamburg
43 Die MoveRetail Partner, Salomon Automation, maxess systemhaus, Superdata, Remira, POS Systemhaus und Mosaic veranstalten den 1. MoveRetail-Handelstag.
44 Tagungsort: Steigenberger Hotel, Hamburg
45
46
47 Salomon Automation GmbH - Friesachstrasse 15 - A-8114 Friesach bei Graz
48 Sitz der Gesellschaft: Friesach bei Graz
49 UID-NR:ATU28654300 - Firmenbuchnummer: 49324 K
50 Firmenbuchgericht: Landesgericht für Zivilrechtssachen Graz
51
52
53 --
54 gentoo-alt@g.o mailing list

Replies

Subject Author
Re: [gentoo-alt] AIX: libiconv issues still ? Fabian Groffen <grobian@g.o>