Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: python-updater broken
Date: Mon, 27 Oct 2008 18:14:59
Message-Id: loom.20081027T175533-571@post.gmane.org
In Reply to: Re: [gentoo-user] Re: python-updater broken by Albert Hopkins
1 Albert Hopkins <marduk <at> letterboxes.org> writes:
2
3
4 > > > Perhaps you can run strace (or bash -x) on it to see where it's hanging.
5
6 > # bash -x /usr/sbin/python-updater
7
8
9 Simple enough:
10
11 <snip>
12 + CATPKGVER==sys-apps/man-pages-2.78
13 + [[ 0 = 2 ]]
14 + [[ CHECK_PYLIBDIR -ne 0 ]]
15 + grep -qe '/usr/\(include\|lib\(32\|64\)\?\)/python2.4'
16 /var/db/pkg/sys-apps/man-pages-2.78/CONTENTS
17 + [[ CHECK_SONAME -ne 0 ]]
18 ++ scanelf -qBN libpython2.4.so.1.0
19 +++ grep -e '^obj' /var/db/pkg/sys-apps/man-pages-2.78/CONTENTS
20 +++ cut '-d ' -f2
21
22
23 I have already (twice) emerged scanelf (pax-utils 0.1.17).
24
25
26 Remember the system only has 128 meg of ram on a P3 (coppermine)
27 machine.
28
29 Here are the USE flags:
30 USE=" -X pic ncurses ssl crypt berkdb tcpd pam perl python php
31 postgres apache2 \
32 readline bzip2 nptl nptlonly syslog sse mmx hardened
33 gif gpm hal dvd jpeg \
34 socketspm3 mpeg png spell udev unicode v4l v4l2
35 win32codecs ral x264 tiff \
36 usb mjpeg mng snmp wmf pdf dbus wmp mp4 jpeg2k gs -kde -gtk -gnome "
37
38
39 thoughts or ideas?
40
41 James