Gentoo Archives: gentoo-alt

From: Michael Yang <yangofzeal@×××××.com>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] python-updater-0.6-r1 fails on 64-bit linux
Date: Tue, 30 Jun 2009 02:17:59
Message-Id: 2125c95f0906291917u25184e65mb1339810e0500e2c@mail.gmail.com
1 Hi guys,
2
3 I tried following the directions at
4 http://dev.gentoo.org/~darkside/bootstrap.xml again on a 64-bit redhat
5 installation:
6
7 $ uname -a
8 Linux myserver 2.6.18-128.1.14.el5 #1 SMP Wed Jun 17 11:36:34 EDT 2009
9 x86_64 Intel(R) Xeon(R) CPU E5345 @ 2.33GHz GenuineIntel GNU/Linux
10
11 The following snippet failed:
12 $ env FEATURES="-collision-protect" emerge --oneshot portage
13
14 While building app-admin/python-updater-0.6-r1, the following error occurs:
15
16 ---------------------------------------------------------------------------------
17 ...
18 /home/msyang/gentoo/usr/lib/libsandbox.so(open64+0xf1)[0x2ac334bcf9c4]
19 /lib64/libselinux.so.1(security_canonicalize_context_raw+0x89)[0x3496c08529]
20 /lib64/libselinux.so.1[0x3496c0c6f8]
21 /lib64/libselinux.so.1(matchpathcon+0xaa)[0x3496c0d8fa]
22 install[0x40317a]
23 /proc/28205/cmdline: install -m0755 -o 38406 -g 35 python-updater
24 /home/msyang/gentoo/var/tmp/portage/app-admin/python-updater-0.6-r1/image/home/msyang/gentoo//usr/sbin
25
26 /home/msyang/gentoo/usr/lib/portage/bin/ebuild-helpers/dosbin: line
27 17: 28205 Aborted install -m0755 -o
28 ${PORTAGE_INST_UID:-0} -g ${PORTAGE_INST_GID:-0} "${x}"
29 "${ED}${DESTTREE}/sbin"
30 * ERROR: app-admin/python-updater-0.6-r1 failed:
31 * dosbin failed
32 *
33 * Call stack:
34 * ebuild.sh: 42: <call src_install>
35 * environment:2284: dosbin ${PN} || die "dosbin failed";
36 *
37 * If you need support, post the topmost build error, and the call
38 stack if relevant.
39
40 >>> Failed to emerge app-admin/python-updater-0.6-r1, Log file:
41 ...
42 ---------------------------------------------------------------------------------
43
44 Here are my USE flags:
45 $ echo $USE
46 -berkdb -fortran -gdbm -nls -pcre -ssl
47 I tried disabling selinux (by adding -selinux) in the USE flags but
48 that doesn't help.
49
50 -mike

Replies

Subject Author
Re: [gentoo-alt] python-updater-0.6-r1 fails on 64-bit linux Fabian Groffen <grobian@g.o>