From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KuWcF-0001nb-6n for garchives@archives.gentoo.org; Mon, 27 Oct 2008 18:14:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35BA9E02D8; Mon, 27 Oct 2008 18:14:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 09AD0E02D8 for ; Mon, 27 Oct 2008 18:14:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 733F564A1D for ; Mon, 27 Oct 2008 18:14:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -2.828 X-Spam-Level: X-Spam-Status: No, score=-2.828 required=5.5 tests=[AWL=0.771, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8aOCfEd+RUuC for ; Mon, 27 Oct 2008 18:14:51 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id BD7CE64A8A for ; Mon, 27 Oct 2008 18:14:47 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KuWbv-0001hX-Tk for gentoo-user@gentoo.org; Mon, 27 Oct 2008 18:14:40 +0000 Received: from buffer.net ([24.73.161.102]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Oct 2008 18:14:39 +0000 Received: from wireless by buffer.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Oct 2008 18:14:39 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: James Subject: [gentoo-user] Re: python-updater broken Date: Mon, 27 Oct 2008 18:14:26 +0000 (UTC) Message-ID: References: <1224723977.19535.10.camel@localhost> <1224881682.2769.8.camel@brotherus.rdu.redhat.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 24.73.161.102 (Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.17) Gecko/20080829 SeaMonkey/1.1.12) Sender: news X-Archives-Salt: 8e388f43-8be9-4e18-88d8-00f9b5798f3d X-Archives-Hash: 91a14620e5e07630cf07e436f8d568f1 Albert Hopkins letterboxes.org> writes: > > > Perhaps you can run strace (or bash -x) on it to see where it's hanging. > # bash -x /usr/sbin/python-updater Simple enough: + CATPKGVER==sys-apps/man-pages-2.78 + [[ 0 = 2 ]] + [[ CHECK_PYLIBDIR -ne 0 ]] + grep -qe '/usr/\(include\|lib\(32\|64\)\?\)/python2.4' /var/db/pkg/sys-apps/man-pages-2.78/CONTENTS + [[ CHECK_SONAME -ne 0 ]] ++ scanelf -qBN libpython2.4.so.1.0 +++ grep -e '^obj' /var/db/pkg/sys-apps/man-pages-2.78/CONTENTS +++ cut '-d ' -f2 I have already (twice) emerged scanelf (pax-utils 0.1.17). Remember the system only has 128 meg of ram on a P3 (coppermine) machine. Here are the USE flags: USE=" -X pic ncurses ssl crypt berkdb tcpd pam perl python php postgres apache2 \ readline bzip2 nptl nptlonly syslog sse mmx hardened gif gpm hal dvd jpeg \ socketspm3 mpeg png spell udev unicode v4l v4l2 win32codecs ral x264 tiff \ usb mjpeg mng snmp wmf pdf dbus wmp mp4 jpeg2k gs -kde -gtk -gnome " thoughts or ideas? James