Gentoo Archives: gentoo-alt

From: Michael Haubenwallner <michael.haubenwallner@×××××××.at>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] AIX: libperl fails
Date: Fri, 08 Jun 2007 18:35:36
Message-Id: 1181327922.6543.35.camel@localhost
In Reply to: [gentoo-alt] AIX: libperl fails by Marshall McMullen
1 On Sat, 2007-05-19 at 15:25 -0500, Marshall McMullen wrote:
2 > After installing the latest gettext and native-cctools, I was trying
3 > to do an emerge -e system, and things were going fine until I get to
4 > libperl:
5
6 Confirmed, but it has nothing to do with gettext nor native-cctools.
7
8 AIX support was lost during this commit:
9 ------------------------------------------------------------------------
10 r5932 | grobian | 2007-05-06 12:00:31 +0200 (Sun, 06 May 2007) | 2 lines
11
12 Auto sync sys-devel/libperl (2007-05-06 00:26:36.233361045 +0200)
13 (Portage 2.1.25.6465-prefix/SVN/SunOS 5.10 i386)
14 ------------------------------------------------------------------------
15
16 As a workaround you can do:
17 $ svn up -r5931 sys-devel/libperl/files/libperl-create-libperl-soname.patch
18
19 /haubi/
20
21 >
22 > powerpc-ibm-aix5.2.0.0-gcc -o libperl.so.1.5.8 -Wl,-H512 -Wl,-T512
23 > -Wl,-bhalt:4 -Wl,-bM:SRE -Wl,-bE:perl.exp -Wl,-b,noentry -Wl,-brtl
24 > -Wl,-bdynamic -Wl,-bmaxdata:0x80000000 -Wl,-b32 -lbind -lnsl -ldl -lld
25 > -lm -lcrypt -lc -lbsd perl.o gv.o toke.o perly.o op.o pad.o
26 > regcomp.o dump.o util.o mg.o reentr.o hv.o av.o run.o pp_hot.o sv.o
27 > pp.o scope.o pp_ctl.o pp_sys.o doop.o doio.o regexec.o utf8.o taint.o
28 > deb.o universal.o xsutils.o globals.o perlio.o perlapi.o numeric.o
29 > locale.o pp_pack.o pp_sort.o -lbind -lnsl -ldl -lld -lm -lcrypt -lc
30 > -lbsd -Wl,-soname -Wl,libperl.so.`echo libperl.so.1.5.8 | cut -d.
31 > -f3`
32 > ld: 0706-005 Cannot find or open file: libperl.so.1
33 > ld:open(): No such file or directory
34 > collect2: ld returned 255 exit status
35 > make: *** [libperl.so.1.5.8] Error 1
36 >
37 > !!! ERROR: sys-devel/libperl-5.8.8-r1 failed.
38 > Call stack:
39 > ebuild.sh, line 1561: Called dyn_compile
40 > ebuild.sh, line 913: Called qa_call 'src_compile'
41 > ebuild.sh, line 44: Called src_compile
42 > libperl-5.8.8-r1.ebuild, line 277: Called die
43 >
44 > !!! Unable to make libperl.so
45 > !!! If you need support, post the topmost build error, and the call
46 > stack if relevant.
47 > !!! A complete build log is located at
48 > '/home/mdmcmull/.overlay/var/tmp/portage/sys-devel/libperl-5.8.8-r1/temp/build.log'.
49 >
50 > Any ideas?
51 >
52 > --
53 > Marshall McMullen
54 > marshall.mcmullen@×××××.com
55 > mjmcmullen@×××××.net
56 > mdmcmullen@××××××.com
57 >
58 > In France, there's a popular saying about Linux that essentially translates as:
59 > "Linux? You can get a less powerful system, but it will cost you more."
60
61 --
62 gentoo-alt@g.o mailing list

Replies

Subject Author
Re: [gentoo-alt] AIX: libperl fails Marshall McMullen <marshall.mcmullen@×××××.com>