Gentoo Archives: gentoo-alt

From: Marshall McMullen <marshall.mcmullen@×××××.com>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] AIX: libiconv issues still ?
Date: Thu, 19 Apr 2007 17:26:08
Message-Id: ecea57780704191025v15823542w3dcd853c9907fbee@mail.gmail.com
In Reply to: Re: [gentoo-alt] AIX: libiconv issues still ? by Marshall McMullen
1 Alright, with that patch applied, it didn't complain at the same spot,
2 but it still ultimately fails:
3
4 * Not creating fake dynamic library for libiconv.so;
5 * making a symlink instead.
6 * Not creating fake dynamic library for libcharset.so;
7 * making a symlink instead.
8 * keeping aix runtime object '/usr/lib/libiconv.a(shr4.o)' in
9 '/home/mdmcmull/.overlay/usr/lib/libiconv.a' ...
10 [ ok ]
11 >>> Completed installing libiconv-1.11 into
12 /home/mdmcmull/.overlay/var/tmp/portage/dev-libs/libiconv-1.11/image/home/mdmcmull/.overlay/
13
14 ecompressdir: bzip2 -9 home/mdmcmull/.overlay/usr/share/man
15 making executable: home/mdmcmull/.overlay/lib/libcharset.so.1.0.0
16 making executable: home/mdmcmull/.overlay/lib/libiconv.so.2.4.0
17
18 * QA Notice: Missing gen_usr_ldscript for libcharset.so
19
20 * QA Notice: Missing gen_usr_ldscript for libiconv.so
21
22 !!! ERROR: dev-libs/libiconv-1.11 failed.
23 Call stack:
24 misc-functions.sh, line 631: Called install_qa_check
25 misc-functions.sh, line 320: Called die
26
27 !!! add those ldscripts
28 !!! If you need support, post the topmost build error, and the call
29 stack if relevant.
30 !!! A complete build log is located at
31 '/home/mdmcmull/.overlay/var/tmp/portage/dev-libs/libiconv-1.11/temp/build.log'.
32
33 !!! install_qa_check failed; exiting.
34
35 On 4/19/07, Marshall McMullen <marshall.mcmullen@×××××.com> wrote:
36 > never mind, I found the file to patch
37 >
38 > On 4/19/07, Marshall McMullen <marshall.mcmullen@×××××.com> wrote:
39 > > sorry for my ignorance, but what do I need to apply this patch to ?
40 > >
41 > > On 4/19/07, Michael Haubenwallner <michael.haubenwallner@×××××××.at> wrote:
42 > > > On Thu, 2007-04-19 at 08:03 +0200, Michael Haubenwallner wrote:
43 > > > > On Wed, 2007-04-18 at 16:09 -0500, Marshall McMullen wrote:
44 > > > > > Here the info you asked for:
45 > > > > >
46 > > > > > > Which permission does that directory have ?
47 > > > > >
48 > > > > > $ ls -l /usr | grep lib
49 > > > > > dr-xr-xr-x 38 bin bin 9728 Nov 3 17:49 lib
50 > > > > > lrwxrwxrwx 1 root printq 12 Aug 16 2003 lpd -> /usr/lib/lpd
51 > > > > >
52 > > > > > $ ls -l /usr/lib/libiconv.a
53 > > > > > -r--r--r-- 1 bin bin 374809 Nov 3 17:44 /usr/lib/libiconv.a
54 > > > > >
55 > > > > > $ ar -x /usr/lib/libiconv.a shr4.o
56 > > > > > ar: Permission denied
57 > > > > > ar: 0707-113 The fopen system call failed on file shr4.o.
58 > > > >
59 > > > > Hmm, when ar cannot open shr4.o, how can it be there afterwards ?
60 > > >
61 > > > Thinking of it, maybe you did that twice, and shr4.o already existed, so
62 > > > this one ar-error is between screen and keyboard ?
63 > > >
64 > > > Maybe attached patch for eclass/toolchain-funcs.eclass can help you...
65 > > >
66 > > > /haubi/
67 > > >
68 > > > > What are the permissions of your current directory ?
69 > > > > Maybe try this and have (or give me) a look at 'ar.truss.out':
70 > > > > $ truss -o ar.truss.out -f ar -x /usr/lib/libiconv.a shr4.o
71 > > > >
72 > > > > >
73 > > > > > > Which permission does shr4.o have ?
74 > > > > >
75 > > > > > $ ls -la shr4.o
76 > > > > > -r--r--r-- 1 mdmcmull staff 111273 Apr 18 16:03 shr4.o
77 > > > > >
78 > > > > > > What is your umask set to ?
79 > > > > >
80 > > > > > $ umask
81 > > > > > 022
82 > > > > >
83 > > > > > > $ strip -e shr4.o
84 > > > > >
85 > > > > > $ strip -e shr4.o
86 > > > > > strip: shr4.o -- 0654-400 Cannot open file.
87 > > > > > Permission denied
88 > > > > >
89 > > > > > So, doing a "chmod 777 shr4.o", I can then do:
90 > > > > >
91 > > > > > $ strip -e shr4.o
92 > > > > > $ echo $?
93 > > > > > 0
94 > > > > >
95 > > > > > ... Does this help ?
96 > > > > >
97 > > >
98 > > >
99 > > >
100 > >
101 > >
102 > > --
103 > > Marshall McMullen
104 > > marshall.mcmullen@×××××.com
105 > > mjmcmullen@×××××.net
106 > > mdmcmullen@××××××.com
107 > >
108 > > In France, there's a popular saying about Linux that essentially translates as:
109 > > "Linux? You can get a less powerful system, but it will cost you more."
110 > >
111 >
112 >
113 > --
114 > Marshall McMullen
115 > marshall.mcmullen@×××××.com
116 > mjmcmullen@×××××.net
117 > mdmcmullen@××××××.com
118 >
119 > In France, there's a popular saying about Linux that essentially translates as:
120 > "Linux? You can get a less powerful system, but it will cost you more."
121 >
122
123
124 --
125 Marshall McMullen
126 marshall.mcmullen@×××××.com
127 mjmcmullen@×××××.net
128 mdmcmullen@××××××.com
129
130 In France, there's a popular saying about Linux that essentially translates as:
131 "Linux? You can get a less powerful system, but it will cost you more."
132 --
133 gentoo-alt@g.o mailing list

Replies

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