From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 14:47:58 2012 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 D84BE106566B for ; Fri, 1 Jun 2012 14:47:58 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from mx1.bjare.net (mx1.bjare.net [212.31.160.3]) by mx1.freebsd.org (Postfix) with ESMTP id 880C48FC1F for ; Fri, 1 Jun 2012 14:47:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mx1.bjare.net (Postfix) with ESMTP id BC3345E326; Fri, 1 Jun 2012 16:46:55 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mx1.bjare.net X-Spam-Flag: NO X-Spam-Score: -0.982 X-Spam-Level: X-Spam-Status: No, score=-0.982 tagged_above=-999 required=5 tests=[AWL=-1.276, BAYES_00=-2.599, MISSING_HEADERS=1.292, RCVD_IN_PBL=0.905, RDNS_DYNAMIC=0.1, SPF_SOFTFAIL=0.596] Received: from mx1.bjare.net ([127.0.0.1]) by localhost (mx1.bjare.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id xFUn6mF1-sIF; Fri, 1 Jun 2012 16:46:53 +0200 (CEST) X-BN-MX1: ja X-BN-MailInfo: BjareNet Received: from [172.17.0.140] (c-195-216-041-102.ekt.thalamus.net [195.216.41.102]) by mx1.bjare.net (Postfix) with ESMTP id 9A1505E321; Fri, 1 Jun 2012 16:46:53 +0200 (CEST) Message-ID: <4FC8D631.20601@eskk.nu> Date: Fri, 01 Jun 2012 16:48:17 +0200 From: Leslie Jensen User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: "b. f." , freebsd-ports@FreeBSD.org Subject: Re: make failed for graphics/gdk-pixbuf2 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: Fri, 01 Jun 2012 14:47:58 -0000 b. f. skrev 2012-06-01 12:47: > Leslie Jensen wrote: > > ... > >> ImportError: >> /usr/local/lib/gobject-introspection/giscanner/_giscanner.so: Undef >> ined symbol "PyUnicodeUCS4_AsUTF8String" >> gmake[4]: *** [GdkPixbuf-2.0.gir] Fel 1 >> gmake[4]: Lämnar katalogen > > It's difficult to determine the source of the problem without more > information -- are you using python26-2.6.8_1 or python27-2.7.3_1? If > so, try updating to the latest revision ( _2, in each case) of your > python port, with UCS4 support enabled, and then rebuild the ports > that depend upon it. There were problems in the penultimate revisions > of those ports, which have since been corrected. > > b. > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" I did make config and changed from UCS2 to UCS4. Unfortunately I now get a make failure with devel/gobject-introspection A make deinstall and make reinstall does not help. /Leslie