Gentoo Archives: gentoo-alt

From: Fabian Groffen <grobian@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] AIX: libiconv issues still ?
Date: Thu, 24 May 2007 13:19:48
Message-Id: 20070524131933.GJ13326@gentoo.org
In Reply to: Re: [gentoo-alt] AIX: libiconv issues still ? by Michael Haubenwallner
1 On 24-05-2007 13:39:00 +0200, Michael Haubenwallner wrote:
2 > > Committed, appears to result in something working on Darwin. Didn't
3 > > check the QA checks yet. Can someone on AIX sync and compile zlib to
4 > > see what happens (with unpatched portage)?
5 >
6 > Seems to work here (aix53), thanks!
7
8 Cool!
9
10 > Btw. AFAICT there's no need to change to the target directory, as (GNU?)
11 > 'ln' can create symlinks to not-resolveable targets:
12 >
13 > - pushd "${ED}/usr/${libdir}" > /dev/null
14 > - ln -snf "../../${libdir}/${lib}" "${lib}"
15 > + ln -snf "../../${libdir}/${lib}" "${ED}/usr/${libdir}/${lib}"
16 > - popd > /dev/null
17
18 I did that because I've had multiple cases where ln screwed up if not
19 being in the target directory itself. Might be caused by Darwin ln, but
20 still, to be sure, I just took the chdir to be on the safe side.
21
22 Thanks.
23
24
25 --
26 Fabian Groffen
27 Gentoo on a different level
28 --
29 gentoo-alt@g.o mailing list