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: Wed, 18 Apr 2007 21:09:44
Message-Id: ecea57780704181409n42941361ve17278a6f8f45a5d@mail.gmail.com
In Reply to: Re: [gentoo-alt] AIX: libiconv issues still ? by Michael Haubenwallner
1 Here the info you asked for:
2
3 > Which permission does that directory have ?
4
5 $ ls -l /usr | grep lib
6 dr-xr-xr-x 38 bin bin 9728 Nov 3 17:49 lib
7 lrwxrwxrwx 1 root printq 12 Aug 16 2003 lpd -> /usr/lib/lpd
8
9 $ ls -l /usr/lib/libiconv.a
10 -r--r--r-- 1 bin bin 374809 Nov 3 17:44 /usr/lib/libiconv.a
11
12 $ ar -x /usr/lib/libiconv.a shr4.o
13 ar: Permission denied
14 ar: 0707-113 The fopen system call failed on file shr4.o.
15
16 > Which permission does shr4.o have ?
17
18 $ ls -la shr4.o
19 -r--r--r-- 1 mdmcmull staff 111273 Apr 18 16:03 shr4.o
20
21 > What is your umask set to ?
22
23 $ umask
24 022
25
26 > $ strip -e shr4.o
27
28 $ strip -e shr4.o
29 strip: shr4.o -- 0654-400 Cannot open file.
30 Permission denied
31
32 So, doing a "chmod 777 shr4.o", I can then do:
33
34 $ strip -e shr4.o
35 $ echo $?
36 0
37
38 ... Does this help ?
39
40
41
42 >
43 > > [
44 > > !! ]
45 > > >>> Completed installing libiconv-1.11 into
46 > > /home/mdmcmull/.overlay/var/tmp/portage/dev-libs/libiconv-1.11/image/home/mdmcmull/.overlay/
47 > >
48 > > ecompressdir: bzip2 -9 home/mdmcmull/.overlay/usr/share/man
49 > > making executable: home/mdmcmull/.overlay/lib/libcharset.so.1.0.0
50 > > making executable: home/mdmcmull/.overlay/lib/libiconv.so.2.4.0
51 > >
52 > > * QA Notice: Missing gen_usr_ldscript for libcharset.so
53 > >
54 > > * QA Notice: Missing gen_usr_ldscript for libiconv.so
55 > >
56 > > !!! ERROR: dev-libs/libiconv-1.11 failed.
57 > > Call stack:
58 > > misc-functions.sh, line 631: Called install_qa_check
59 > > misc-functions.sh, line 320: Called die
60 > >
61 > > !!! add those ldscripts
62 > > !!! If you need support, post the topmost build error, and the call
63 > > stack if relevant.
64 > > !!! A complete build log is located at
65 > > '/home/mdmcmull/.overlay/var/tmp/portage/dev-libs/libiconv-1.11/temp/build.log'.
66 > >
67 > > !!! install_qa_check failed; exiting.
68 >
69 > That portage-patch[1] seems to be not yet in portage.
70 > Grobian, is it because it is too much a hack (but keeps diffs small) ?
71 > [1] http://thread.gmane.org/gmane.linux.gentoo.alt/2281
72 >
73 > /haubi/
74 >
75 > --
76 > gentoo-alt@g.o mailing list
77 >
78 >
79
80
81 --
82 Marshall McMullen
83 marshall.mcmullen@×××××.com
84 mjmcmullen@×××××.net
85 mdmcmullen@××××××.com
86
87 In France, there's a popular saying about Linux that essentially translates as:
88 "Linux? You can get a less powerful system, but it will cost you more."
89 --
90 gentoo-alt@g.o mailing list

Replies

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