Gentoo Archives: gentoo-alt

From: heroxbd@×××××.com
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] AIX prefix bootstrap python - libpthread.a
Date: Sat, 10 Apr 2010 14:53:51
Message-Id: 86aatbmk9g.fsf_-_@gmail.com
In Reply to: Re: [gentoo-alt] AIX prefix bootstrap issues by Markus Duft
1 Dear guys,
2
3 Markus Duft <mduft@g.o> writes:
4
5 > so it all boils down to the argument thing...?
6
7 On AIX5.2, after my administrator changed the argument thing, my
8 bootstrap (via eprefix-bootstrap) went on, till python 2.6. It complains
9 about libpthreads:
10
11 ,----
12 | Could not load program ./python:
13 | Dependent module libpthreads.a(shr_comm.o) could not be loaded.
14 | Could not load module libpthreads.a(shr_comm.o).
15 | System error: No such file or directory
16 `----
17
18 but,
19
20 ,----
21 | $ ar -tv /lib/libpthreads.a
22 | r--r--r-- 2/2 284648 Aug 10 00:55 2005 shr.o
23 | r--r--r-- 2/2 23211 Aug 10 00:55 2005 shr_comm.o
24 | r--r--r-- 2/2 298555 Aug 10 00:55 2005 shr_xpg5.o
25 | rw-r----- 300/300 1486 Sep 16 06:25 2002 init.o
26 `----
27
28 and,
29
30 ,----
31 | $ ar -X64 -tv /lib/libpthreads.a
32 | r--r--r-- 2/2 312409 Aug 10 00:55 2005 shr_xpg5_64.o
33 | rw-r----- 300/300 1647 Sep 16 06:23 2002 init_64.o
34 `----
35
36 Build log is at:
37
38 http://www.awa.tohoku.ac.jp/~benda/GentooAIX52/build.python.log
39
40 Maybe I can disable threads in USE? But that will downgrade the
41 performance a lot?
42
43 --
44 XU Benda
45 Research Center for Neutrino Science
46 Tohoku University
47 JAPAN
48
49 http://www.awa.tohoku.ac.jp/~benda

Replies

Subject Author
Re: [gentoo-alt] AIX prefix bootstrap python - libpthread.a Michael Haubenwallner <haubi@g.o>