Weird warnings from lots of applications

Mel Flynn mel.flynn+fbsd.current at mailing.thruhere.net
Sat Apr 18 11:59:17 UTC 2009


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


More information about the freebsd-current mailing list