Re: python26-2.6.5_1 plist error in i386 jail

2010-09-11 Thread Dominic Fandrey
On 10/09/2010 11:36, Dominic Fandrey wrote: > I'm building packages in a tinderbox and python26 leaves some > files behind in i386 jails (doesn't do that in the amd64 jails). I have come to the conclusion that this is due to a wrongly set ARCH in the environment and thus not

python26-2.6.5_1 plist error in i386 jail

2010-09-10 Thread Dominic Fandrey
I'm building packages in a tinderbox and python26 leaves some files behind in i386 jails (doesn't do that in the amd64 jails). This is the interesting part of the log, a complete log can be provided. ===> Building package for python26-2.6.5_1 Creating pac

Re: python26 still not fixed

2009-02-22 Thread Dominic Fandrey
Tom McLaughlin wrote: > Dominic Fandrey wrote: >> I see in CVS that python26 has still not been fixed. >> Just replace the -= with a += in the Makefile. > > Fixed, thanks. > > tom > No, thank you! Regards ___ freebsd-p

python26 still not fixed

2009-02-22 Thread Dominic Fandrey
I see in CVS that python26 has still not been fixed. Just replace the -= with a += in the Makefile. ___ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsub

Re: UCS4 in python 2.6 broken

2009-02-20 Thread Dominic Fandrey
Eric L. Chen wrote: > On Wed, 2009-02-18 at 10:06 +0100, Dominic Fandrey wrote: >> I'm running sonata with Python 2.6, or rather I used to: >> >> File "/usr/local/lib/python2.6/site-packages/gtk-2.0/glib/__init__.py", line >> 30, in >> from gl

UCS4 in python 2.6 broken

2009-02-18 Thread Dominic Fandrey
I'm running sonata with Python 2.6, or rather I used to: File "/usr/local/lib/python2.6/site-packages/gtk-2.0/glib/__init__.py", line 30, in from glib._glib import * ImportError: /usr/local/lib/python2.6/site-packages/gtk-2.0/glib/_glib.so: Undefined symbol "PyUnicodeUCS4_DecodeUTF8" The p

distinfo conflict

2009-02-18 Thread Dominic Fandrey
The distinfo for Python-2.6.1.tgz in lang/python and lang/python26 differs: lang/python:fb65e93678e1327e3e8559cc56e1e00ed8c07162b21287a35 lang/python26: fb65e93678e1327e3e8559cc56e1e00ed8c07162b21287a3502677892c5c515c Obviously it was truncated. ___