From owner-freebsd-current@FreeBSD.ORG Sat Apr 18 11:59:01 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1DEAE10659EA; Sat, 18 Apr 2009 11:59:01 +0000 (UTC) (envelope-from mel.flynn+fbsd.current@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 977DC8FC1F; Sat, 18 Apr 2009 11:58:57 +0000 (UTC) (envelope-from mel.flynn+fbsd.current@mailing.thruhere.net) Received: from sarevok.dnr.servegame.org (gate.lan.rachie.is-a-geek.net [192.168.2.10]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id A327A7E818; Sat, 18 Apr 2009 03:58:55 -0800 (AKDT) From: Mel Flynn To: freebsd-current@freebsd.org Date: Sat, 18 Apr 2009 13:58:49 +0200 User-Agent: KMail/1.11.2 (FreeBSD/8.0-CURRENT; KDE/4.2.2; i386; ; ) References: <49E7BE78.6000802@freebsd.org> <49E915A4.1000108@freebsd.org> In-Reply-To: <49E915A4.1000108@freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200904181358.50806.mel.flynn+fbsd.current@mailing.thruhere.net> Cc: Tim Kientzle Subject: Re: Weird warnings from lots of applications X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Apr 2009 11:59:17 -0000 On Saturday 18 April 2009 01:49:56 Tim Kientzle wrote: > Igor R wrote: > >> "unexpected character `{', expected keyword - e.g. `style' > > > > Looks like GTK? > > I can't find this message in the gtk20 source anywhere. > > I actually ran grep over /usr/local/lib and the only > library that has all of these strings is libpython. > Of course, according to 'ldd', none of the programs > I've seen generating these warnings uses libpython. Sure they do. Just not via linking (fork or dlopen, didn't care to look). But, there's a run dep right here: # /stable/root/bin/finddep.php www/firefox lang/python26 /usr/ports/x11/xcb-proto: /usr/local/bin/python2.6 => /usr/ports/lang/python26 /usr/ports/x11/libxcb: /usr/local/bin/python2.6 => /usr/ports/lang/python26 /usr/ports/devel/glib20: /usr/local/bin/python2.6 => /usr/ports/lang/python26 -- Mel