Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 May 2004 11:08:11 +0900
From:      Hye-Shik Chang <perky@i18n.org>
To:        Jeremy Messenger <mezz7@cox.net>
Cc:        freebsd-python@FreeBSD.org
Subject:   Re: Is it bug in Straw or Python?
Message-ID:  <20040503020811.GA36288@i18n.org>
In-Reply-To: <opr7eg0tql8ckrg5@smtp.central.cox.net>
References:  <opr7eg0tql8ckrg5@smtp.central.cox.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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?

Hye-Shik



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040503020811.GA36288>