Gentoo Archives: gentoo-alt

From: Fabian Groffen <grobian@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] AIX: libperl fails
Date: Tue, 12 Jun 2007 09:21:25
Message-Id: 20070612092046.GA17632@gentoo.org
In Reply to: Re: [gentoo-alt] AIX: libperl fails by Michael Haubenwallner
1 1) the patch was reverted, because there is no CVS header in the patch,
2 so my update script can't do anything but making it the same as the main
3 tree version, in this case overwriting the differences
4 2) I tried applying the patch, but it failed to apply somehow
5 3) the patch adds some GNU binutils specific linker stuff AFAICT, so
6 maybe it is better to apply it for the archs we use the GNU linker
7 with instead of not applying it for the archs we don't use it?
8
9
10 On 12-06-2007 11:09:08 +0200, Michael Haubenwallner wrote:
11 > On Fri, 2007-06-08 at 22:44 +0200, Michael Haubenwallner wrote:
12 > > On Fri, 2007-06-08 at 15:05 -0500, Marshall McMullen wrote:
13 > > > Hrm, well I must be doing something wrong. I did the svn update, got
14 > > > the latest soname.patch, and tried emerging it again, but it still
15 > > > fails with the same error. Am I doing something wrong ?
16 > >
17 > > The latest soname patch is broken, but the previous (< r5932) works.
18 > > Thus the explicit downgrade to r5931.
19 >
20 > Or try this patch instead...
21 >
22 > /haubi/
23
24 > Index: libperl-5.8.8-r1.ebuild
25 > ===================================================================
26 > --- libperl-5.8.8-r1.ebuild (revision 6683)
27 > +++ libperl-5.8.8-r1.ebuild (working copy)
28 > @@ -122,7 +122,11 @@
29 > # LIBPERL=libperl.so.${SLOT}.`echo ${PV} | cut -d. -f1,2`
30 > #
31 > cd ${S};
32 > - use userland_Darwin || epatch ${FILESDIR}/${PN}-create-libperl-soname.patch
33 > + case "${CHOST}" in
34 > + *-darwin*) ;;
35 > + *-aix*) ;;
36 > + *) epatch ${FILESDIR}/${PN}-create-libperl-soname.patch ;;
37 > + esac
38 >
39 > # Configure makes an unwarranted assumption that /bin/ksh is a
40 > # good shell. This patch makes it revert to using /bin/sh unless
41
42
43 --
44 Fabian Groffen
45 Gentoo on a different level
46 --
47 gentoo-alt@g.o mailing list

Replies

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