From owner-freebsd-python@FreeBSD.ORG Sun May 2 19:13:55 2004 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8376216A4CE for <freebsd-python@FreeBSD.org>; Sun, 2 May 2004 19:13:55 -0700 (PDT) Received: from lakermmtao11.cox.net (lakermmtao11.cox.net [68.230.240.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE1AB43D4C for <freebsd-python@FreeBSD.org>; Sun, 2 May 2004 19:13:54 -0700 (PDT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by lakermmtao11.cox.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20040503021354.NPXG18803.lakermmtao11.cox.net@mezz.mezzweb.com>; Sun, 2 May 2004 22:13:54 -0400 To: Hye-Shik Chang <perky@i18n.org> References: <opr7eg0tql8ckrg5@smtp.central.cox.net> <20040503020811.GA36288@i18n.org> Message-ID: <opr7ei6jjh8ckrg5@smtp.central.cox.net> From: Jeremy Messenger <mezz7@cox.net> Content-Type: text/plain; format=flowed; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Sun, 02 May 2004 21:14:33 -0500 In-Reply-To: <20040503020811.GA36288@i18n.org> User-Agent: Opera7.23/Linux M2 build 518 cc: freebsd-python@FreeBSD.org Subject: Re: Is it bug in Straw or Python? X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 03 May 2004 02:13:55 -0000 On Mon, 3 May 2004 11:08:11 +0900, Hye-Shik Chang <perky@i18n.org> wrote: > On Sun, May 02, 2004 at 08:27:55PM -0500, Jeremy Messenger wrote: >> Hello, >> >> I am sure, some of you might remember that net/straw has hit on Python >> bug >> sometime ago. So, I am not sure if it's Straw or Python bug. The update >> version (0.23, not in ports tree yet) of Straw will complain: >> >> ======================================= >> creating /var/tmp/straw/etc/gconf/schemas >> copying data/straw.schemas -> /var/tmp/straw/etc/gconf/schemas >> running install_gconf >> error: Interrupted system call >> *** Error code 1 >> ======================================= >> >> It complains with and without '-c -O1' in PYDISTUTILS_INSTALLARGS. So, I >> created a workaround for now like this: >> >> ======================================= >> - msg_sources = translation_files(), >> + msg_sources = ['glade/strings.c'] >> + glob.glob('src/lib/*.py'), >> ======================================= >> > > I couldn't reproduce the problem on my desktop (CURRENT Apr 30 and > 2.3.3_5). Which version of FreeBSD and Python do you use? I use ULE, libc_r, 5.2-CURRENT (April 26th) and python-2.3.3_5. Anything else? If you use my diff above, then you might have to edit files/patch-setup.py if you haven't already done yet. Cheers, Mezz > Hye-Shik -- mezz7@cox.net - mezz@FreeBSD.org bsdforums.org 's moderator, mezz.