From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 13 02:01:51 2014 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 54D6A2F5 for ; Thu, 13 Feb 2014 02:01:51 +0000 (UTC) Received: from smtp.rcn.com (smtp.rcn.com [69.168.97.78]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1823D160E for ; Thu, 13 Feb 2014 02:01:50 +0000 (UTC) X_CMAE_Category: , , X-CNFS-Analysis: v=2.0 cv=EqBQXFgA c=1 sm=1 a=nVny9ETX7T5uMhI2oTVyRA==:17 a=AaUjGI9IrlcA:10 a=kj9zAlcOel0A:10 a=OA2lqS22AAAA:8 a=sIt-5M63AAAA:8 a=EvE410m7yrYA:10 a=Z9_9hf0_TniKTInJsF0A:9 a=CjuIK1q_8ugA:10 a=nVny9ETX7T5uMhI2oTVyRA==:117 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine X-Authed-Username: cm9iZXJ0aHVmZkByY24uY29t Authentication-Results: smtp02.rcn.cmh.synacor.com smtp.mail=roberthuff@rcn.com; spf=neutral; sender-id=neutral Authentication-Results: smtp02.rcn.cmh.synacor.com header.from=roberthuff@rcn.com; sender-id=neutral Received-SPF: neutral (smtp02.rcn.cmh.synacor.com: 209.6.193.164 is neither permitted nor denied by domain of rcn.com) Received: from [209.6.193.164] ([209.6.193.164:22651] helo=jerusalem.litteratus.org.litteratus.org) by smtp.rcn.com (envelope-from ) (ecelerity 3.5.1.37854 r(Momo-dev:3.5.1.0)) with ESMTP id 4E/09-54792-7872CF25; Wed, 12 Feb 2014 21:01:44 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <21244.10119.460791.633615@jerusalem.litteratus.org> Date: Wed, 12 Feb 2014 21:01:43 -0500 To: gnome@freebsd.org Subject: problem building gtk-3.0 X-Mailer: VM 7.17 under 21.4 (patch 22) "Instant Classic" XEmacs Lucid Cc: roberthuff@rcn.com X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Feb 2014 02:01:51 -0000 Hello: On a system running FreeBSD 10.0-CURRENT #0 r248938: Sun Mar 31 06:24:42 EDT 2013 amd64 with python-2.7 installed, compiling gtk3-3.8.8 nproduces this: GEN gtktypefuncs.c GEN gtkbuiltincache.h GEN gtkdbusgenerated.c GEN gtkdbusgenerated.h Traceback (most recent call last): File "/usr/local/bin/gdbus-codegen", line 39, in from codegen import codegen_main File "/usr/local/share/glib-2.0/codegen/codegen_main.py", line 30, in from . import parser File "/usr/local/share/glib-2.0/codegen/parser.py", line 25, in import xml.parsers.expat File "/usr/local/lib/python2.7/site-packages/_xmlplus/parsers/expat.py", line 4, in from pyexpat import * ImportError: /usr/local/lib/python2.7/site-packages/_xmlplus/parsers/pyexpat.so: Undefined symbol "PyUnicodeUCS4_Decode" gmake[2]: *** [gtkdbusgenerated.c] Error 1 gmake[2]: *** Waiting for unfinished jobs.... Traceback (most recent call last): File "/usr/local/bin/gdbus-codegen", line 39, in from codegen import codegen_main File "/usr/local/share/glib-2.0/codegen/codegen_main.py", line 30, in from . import parser File "/usr/local/share/glib-2.0/codegen/parser.py", line 25, in import xml.parsers.expat File "/usr/local/lib/python2.7/site-packages/_xmlplus/parsers/expat.py", line 4, in from pyexpat import * ImportError: /usr/local/lib/python2.7/site-packages/_xmlplus/parsers/pyexpat.so: Undefined symbol "PyUnicodeUCS4_Decode" gmake[2]: *** [gtkdbusgenerated.h] Error 1 gmake[2]: Leaving directory `/data/port-work/usr/ports/x11-toolkits/gtk30/work/gtk+-3.8.8/gtk' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/data/port-work/usr/ports/x11-toolkits/gtk30/work/gtk+-3.8.8' gmake: *** [all] Error 2 ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** [do-build] Error code 1 (With or without MAKE_JOBS_UNSAFE has no effect.) I'm not an expert with gtk or python; any idea what's wrong and what I need to do to fix it? Respectfully, Robert Huff