From owner-freebsd-ports@FreeBSD.ORG Sun Jul 31 17:41:29 2011 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 4C1F510656B9 for ; Sun, 31 Jul 2011 17:41:29 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 03C168FC17 for ; Sun, 31 Jul 2011 17:41:28 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Qna11-0007e5-FY for freebsd-ports@freebsd.org; Sun, 31 Jul 2011 19:41:27 +0200 Received: from e176063129.adsl.alicedsl.de ([85.176.63.129]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 31 Jul 2011 19:41:27 +0200 Received: from rotkap by e176063129.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 31 Jul 2011 19:41:27 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Heino Tiedemann Date: Sun, 31 Jul 2011 19:41:07 +0200 Organization: yes Lines: 30 Message-ID: References: <20021.27061.138687.28350@jerusalem.litteratus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: e176063129.adsl.alicedsl.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (berkeley-unix) X-Face: v6Lci{Mw=kwHf$`7C?L-U#BHn7O\wqF-1qg#Vk%}nUQv\i^mM/.p=wU+cr)yXf#Ob+foOOxW; ir"QI!|25wG3`ywF)yh~@V.kKtr.qp+v.R; w?c@ZzM#!'/7r_+)$NjMN:]qo-]`&z~KlP}|cERO'%s9":6\ZnN/O List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2011 17:41:29 -0000 Marco Beishuizen wrote: > On Sun, 31 Jul 2011, the wise Robert Huff wrote: > >>> "/usr/local/lib/gobject-introspection/giscanner/maintransformer.py", line >>> 915, in _pair_method >>> if first.type.ctype.count('*') != 1: >>> AttributeError: 'NoneType' object has no attribute 'count' >>> gmake[4]: *** [Gtk-2.0.gir] Error 1 >>> ... >>> >>> Anyone an idea what happened? >> >> Ideas, but no proof. >> However: recompiling glib, atk, and pango allows gtk to build. > > Well, this seems solved already. Reinstalling glib etc. didn't help, > but rebuilding gobject-introspection did. I guess > gobject-introspection has to be built before upgrading gtk20. ah. My errormessage complained about glib, atk, and mybe also gobject-introspection (cannot remember correcly). I used portugrade --all --omit-check However, the way described in UPDATING doesd NOT work. Heino