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
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
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
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
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
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
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.
___