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: Wed, 18 Apr 2007 21:00:33
Message-Id: 1176930193.6788.8.camel@localhost
In Reply to: [gentoo-alt] AIX: libiconv issues still ? by Marshall McMullen
1 On Wed, 2007-04-18 at 14:56 -0500, Marshall McMullen wrote:
2 > This may have already been addressed, and if so I apologize, but I
3 > didn't see any resolution on this.
4 >
5 > I tried emerging libiconv on AIX 5.2, and get:
6 >
7 > * Not creating fake dynamic library for libiconv.so;
8 > * making a symlink instead.
9 > * Not creating fake dynamic library for libcharset.so;
10 > * making a symlink instead.
11 > * keeping aix runtime object '/usr/lib/libiconv.a(shr4.o)' in
12 > '/home/mdmcmull/.overlay/usr/lib/libiconv.a' ...
13 > strip: shr4.o -- 0654-400 Cannot open file.
14 > Permission denied
15
16 This is strange:
17 Try these commands somewhere
18 inside /home/mdmcmull/.overlay/var/tmp/portage:
19
20 $ ar -x /usr/lib/libiconv.a shr4.o
21 $ ls -l shr4.o
22 Which permission does shr4.o have ?
23 Which permission does that directory have ?
24 What is your umask set to ?
25 $ strip -e shr4.o
26
27 > [
28 > !! ]
29 > >>> Completed installing libiconv-1.11 into
30 > /home/mdmcmull/.overlay/var/tmp/portage/dev-libs/libiconv-1.11/image/home/mdmcmull/.overlay/
31 >
32 > ecompressdir: bzip2 -9 home/mdmcmull/.overlay/usr/share/man
33 > making executable: home/mdmcmull/.overlay/lib/libcharset.so.1.0.0
34 > making executable: home/mdmcmull/.overlay/lib/libiconv.so.2.4.0
35 >
36 > * QA Notice: Missing gen_usr_ldscript for libcharset.so
37 >
38 > * QA Notice: Missing gen_usr_ldscript for libiconv.so
39 >
40 > !!! ERROR: dev-libs/libiconv-1.11 failed.
41 > Call stack:
42 > misc-functions.sh, line 631: Called install_qa_check
43 > misc-functions.sh, line 320: Called die
44 >
45 > !!! add those ldscripts
46 > !!! If you need support, post the topmost build error, and the call
47 > stack if relevant.
48 > !!! A complete build log is located at
49 > '/home/mdmcmull/.overlay/var/tmp/portage/dev-libs/libiconv-1.11/temp/build.log'.
50 >
51 > !!! install_qa_check failed; exiting.
52
53 That portage-patch[1] seems to be not yet in portage.
54 Grobian, is it because it is too much a hack (but keeps diffs small) ?
55 [1] http://thread.gmane.org/gmane.linux.gentoo.alt/2281
56
57 /haubi/
58
59 --
60 gentoo-alt@g.o mailing list

Replies

Subject Author
Re: [gentoo-alt] AIX: libiconv issues still ? Marshall McMullen <marshall.mcmullen@×××××.com>