Gentoo Archives: gentoo-alt

From: "François Bissey" <francois.bissey@×××××××××××××.nz>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] Prefix bootstrap state
Date: Tue, 18 Feb 2014 23:04:24
Message-Id: 4774710.i9KZHCQHuS@qcd-nzi3
In Reply to: Re: [gentoo-alt] Prefix bootstrap state by heroxbd@gentoo.org
1 On Tue, 18 Feb 2014 12:18:24 heroxbd@g.o wrote:
2 >
3 > http://dev.gentoo.org/~heroxbd/boostrap-rap.sh half a year old now. Please
4 > give
5
6 >
7 > http://prefix.gentooexperimental.org/hg/prefix-tree/raw-file/default/script
8 > s/bootstrap-prefix.sh
9
10 > a try, as noted in
11 >
12 > http://www.gentoo.org/proj/en/gentoo-alt/prefix/bootstrap.xml
13 >
14 > @redlizard may comment on this issue. He has been working on bootstrap.
15 >
16
17 Ok gave it a try and I think it did go very far before breaking:
18 sent 263.23K bytes received 16.37M bytes 53.23K bytes/sec
19 total size is 325.90M speedup is 19.59
20
21 * IMPORTANT: 2 config files in '/hpc/scratch/frb15/gentoo/etc' need updating.
22 * See the CONFIGURATION FILES section of the emerge
23 * man page to learn how to update config files.
24 * Switching native-compiler to powerpc64-pc-linux-gnu-4.2.4 ...
25 [ ok ]
26 !!! Problem with sandbox binary. Disabling...
27
28
29 * IMPORTANT: 2 config files in '/hpc/scratch/frb15/gentoo/etc/portage' need
30 updating.
31 * See the CONFIGURATION FILES section of the emerge
32 * man page to learn how to update config files.
33 Calculating dependencies... done!
34
35 >>> Verifying ebuild manifests
36 ./bootstrap-prefix.sh: line 1158: 54357 Segmentation fault (core dumped)
37 emerge --oneshot -u ${pkggcc}
38
39 Hmmmm, I was already afraid of this to happen. Running
40 /hpc/scratch/frb15/gentoo/bin/bash ./bootstrap-prefix.sh
41 "/hpc/scratch/frb15/gentoo" stage3
42 somewhere failed :( Details might be found in the build log:
43 (no build logs found?!?)
44 I have no clue, really. Please find friendly folks in #gentoo-prefix on
45 irc.gentoo.org, gentoo-alt@l.g.o mailing list, or file a bug
46 at bugs.gentoo.org under Gentoo/Alt, Prefix Support. This is most
47 inconvenient, and it crushed my ego. Sorry, I give up.
48
49
50
51 So it synced and broke when emerge tried to rebuild gcc (again).
52 python broke with signal 11 here is the top of the backtrace:
53 #0 0x0000040001006e00 in .mutils_memcpy () from
54 /hpc/scratch/frb15/gentoo/usr/lib/libmhash.so.2
55 #1 0x0000040001029274 in .whirlpool_update () from
56 /hpc/scratch/frb15/gentoo/usr/lib/libmhash.so.2
57 #2 0x0000040001005ed8 in .mhash () from
58 /hpc/scratch/frb15/gentoo/usr/lib/libmhash.so.2
59 #3 0x0000040000fe2ce8 in ?? () from
60 /hpc/scratch/frb15/gentoo/usr/lib/python2.7/site-packages/mhash.so
61 #4 0x00000400001461ac in .PyCFunction_Call () from
62 /hpc/scratch/frb15/gentoo/usr/lib/libpython2.7.so.1.0
63 #5 0x00000400001c137c in .PyEval_EvalFrameEx () from
64 /hpc/scratch/frb15/gentoo/usr/lib/libpython2.7.so.1.0
65 #6 0x00000400001c2900 in .PyEval_EvalCodeEx () from
66 /hpc/scratch/frb15/gentoo/usr/lib/libpython2.7.so.1.0
67 #7 0x0000040000128de4 in ?? () from
68 /hpc/scratch/frb15/gentoo/usr/lib/libpython2.7.so.1.0
69 #8 0x00000400000eee78 in .PyObject_Call () from
70 /hpc/scratch/frb15/gentoo/usr/lib/libpython2.7.so.1.0
71 #9 0x00000400001034ac in ?? () from
72 /hpc/scratch/frb15/gentoo/usr/lib/libpython2.7.so.1.0
73 #10 0x00000400000eee78 in .PyObject_Call () from
74 /hpc/scratch/frb15/gentoo/usr/lib/libpython2.7.so.1.0
75 #11 0x000004000017040c in ?? () from
76 /hpc/scratch/frb15/gentoo/usr/lib/libpython2.7.so.1.0
77 #12 0x00000400000eee78 in .PyObject_Call () from
78 /hpc/scratch/frb15/gentoo/usr/lib/libpython2.7.so.1.0
79 #13 0x00000400001be9a4 in .PyEval_EvalFrameEx () from
80 /hpc/scratch/frb15/gentoo/usr/lib/libpython2.7.so.1.0
81
82 libmhash doesn't look suspicious under ldd or readelf.
83
84 I may actually try to start that prefix anyway and see
85 how it goes.
86
87 Francois

Replies

Subject Author
Re: [gentoo-alt] Prefix bootstrap state heroxbd@g.o
Re: [gentoo-alt] Prefix bootstrap state Fabian Groffen <grobian@g.o>