From owner-freebsd-ports@FreeBSD.ORG Wed Feb 18 09:06:33 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 053FD1065670; Wed, 18 Feb 2009 09:06:33 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.bsdforen.de (bsdforen.de [212.204.60.79]) by mx1.freebsd.org (Postfix) with ESMTP id B85E18FC1B; Wed, 18 Feb 2009 09:06:32 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mobileKamikaze.norad (unknown [88.130.208.178]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id 9AD0E8A00D1; Wed, 18 Feb 2009 10:06:31 +0100 (CET) Message-ID: <499BCF8E.5030805@bsdforen.de> Date: Wed, 18 Feb 2009 10:06:22 +0100 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.19 (X11/20090110) MIME-Version: 1.0 To: freebsd-ports@freebsd.org, python@freebsd.org X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: UCS4 in python 2.6 broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2009 09:06:33 -0000 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 python26 port is configured correctly: # cd /usr/ports/lang/python26 # make -VWITH_UCS4 true #