From owner-freebsd-ports@FreeBSD.ORG Sun Jul 31 14:41:59 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 AE3BE1065677 for ; Sun, 31 Jul 2011 14:41:59 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 60D028FC1E for ; Sun, 31 Jul 2011 14:41:59 +0000 (UTC) Received: from mr17.lnh.mail.rcn.net ([207.172.157.37]) by smtp02.lnh.mail.rcn.net with ESMTP; 31 Jul 2011 10:41:58 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr17.lnh.mail.rcn.net (MOS 4.2.3-GA) with ESMTP id AZV59126; Sun, 31 Jul 2011 10:41:57 -0400 Received-SPF: None identity=pra; client-ip=209.6.91.204; receiver=smtp01.lnh.mail.rcn.net; envelope-from="roberthuff@rcn.com"; x-sender="roberthuff@rcn.com"; x-conformance=sidf_compatible Received-SPF: None identity=mailfrom; client-ip=209.6.91.204; receiver=smtp01.lnh.mail.rcn.net; envelope-from="roberthuff@rcn.com"; x-sender="roberthuff@rcn.com"; x-conformance=sidf_compatible Received-SPF: None identity=helo; client-ip=209.6.91.204; receiver=smtp01.lnh.mail.rcn.net; envelope-from="roberthuff@rcn.com"; x-sender="postmaster@jerusalem.litteratus.org.litteratus.org"; x-conformance=sidf_compatible Received: from 209-6-91-204.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.91.204]) by smtp01.lnh.mail.rcn.net with ESMTP; 31 Jul 2011 10:41:57 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <20021.27061.138687.28350@jerusalem.litteratus.org> Date: Sun, 31 Jul 2011 10:41:57 -0400 To: Marco Beishuizen In-Reply-To: References: X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr17.lnh.mail.rcn.net) Cc: freebsd-ports@freebsd.org Subject: gtk20 compile error 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: Sun, 31 Jul 2011 14:41:59 -0000 Marco Beishuizen writes: > The gtk20 port seems broken. I followed the instructions in UPDATING, but > building fails: > > ... > gtkscalebutton.c:544: Warning: Gtk: invalid annotation option: int > gtkwidget.c:6462: Warning: Gtk: gtk_widget_style_attach: unknown parameter > 'widget' in documentation comment, should be 'style' > gtkpaned.c:2236: Warning: Gtk: gtk_paned_get_handle_window: unknown > parameter 'panede' in documentation comment, should be 'paned' > gtkruler.c:306: Warning: Gtk: gtk_ruler_get_metric: unknown parameter > 'Deprecated' in documentation comment, should be 'ruler' > gtkruler.c:336: Warning: Gtk: gtk_ruler_set_range: unknown parameter > 'Deprecated' in documentation comment, should be one of 'ruler', 'lower', > 'upper', 'position', 'max_size' > gtkruler.c:387: Warning: Gtk: gtk_ruler_get_range: unknown parameter > 'Deprecated' in documentation comment, should be one of 'ruler', 'lower', > 'upper', 'position', 'max_size' > gtknotebook.c:7820: Warning: Gtk: gtk_notebook_set_group_name: unknown > parameter 'name' in documentation comment, should be one of 'notebook', > 'group_name' > gtkvruler.c:76: Warning: Gtk: gtk_vruler_new: unknown parameter > 'Deprecated' in documentation comment > gtktextlayout.c:1002: Warning: Gtk: gtk_text_layout_validate_yrange: > unknown parameter 'anchor' in documentation comment, should be one of > 'layout', 'anchor_line', 'y0_', 'y1_' > gtktextlayout.c:1123: Warning: Gtk: gtk_text_layout_validate: unknown > parameter 'tree' in documentation comment, should be one of 'layout', > 'max_pixels' > Traceback (most recent call last): > File "/usr/local/bin/g-ir-scanner", line 45, in > sys.exit(scanner_main(sys.argv)) > File "/usr/local/lib/gobject-introspection/giscanner/scannermain.py", > line 411, in scanner_main > main.transform() > File > "/usr/local/lib/gobject-introspection/giscanner/maintransformer.py", line > 100, in transform > self._pair_function(node) > File > "/usr/local/lib/gobject-introspection/giscanner/maintransformer.py", line > 891, in _pair_function > elif self._pair_method(func, subsymbol): > File > "/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. Robert Huff